Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

lino.api

A series of wrapper modules to encapsulate Lino's core functionalities. They don't define anything on their own but just import things which are commonly used in different contexts.

One module for each of the three startup phases used when writing application code:

Recommended usage is to import these modules as follows:

from lino.api import ad, dd, rt, _

Another set of modules defined here are for more technical usage in specialized context:

doctest

A selection of names to be used in tested documents.

shell

A shortcut import for usage in a Django shell or a pm run script.

selenium

Defines the Tour class and a runserver() function.