Coverage for lino/api/__init__.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# Copyright 2014-2015 Luc Saffre # License: BSD (see file COPYING for details)
a convenient name for different usage contexts.
Common usage is to write import statements like this::
from lino.api import ad, _
.. autosummary:: :toctree:
ad dd rt shell doctest selenium
"""
|