.. _l-functions: Functions ========= .. contents:: :local: :depth: 1 Summary +++++++ +---------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | function | class parent | truncated documentation | +=================================================================================+==============+=======================================================================================================================+ | :func:`_setup_hook ` | | if this function is added to the module, the help automation and unit tests call it first before anything goes on ... | +---------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`check ` | | Checks the library is working. It raises an exception. If you want to disable the logs: | +---------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+ | :func:`onefunction ` | | Returns the addition of ``a+b``. | +---------------------------------------------------------------------------------+--------------+-----------------------------------------------------------------------------------------------------------------------+