picos.apidoc

Functions to support the automatic API documentation.

The environment variable PICOS_WARN_MISSING_DOCSTRINGS can be set to warn about missing docstrings for top level objects of a module.

Functions

picos.apidoc.api_end(startGlobals, endGlobals)[source]

Mark the end of a module’s content.

Store the returned value in __all__.

picos.apidoc.api_start(theGlobals)[source]

Mark the start of a module’s content.

Store the returned value and pass it to api_end.