.. _f-init: module ``__init__`` =================== Short summary +++++++++++++ module ``python3_module_template`` Module *python3_module_template*. Empty module, template for others. :githublink:`%|py|6` Functions +++++++++ +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | function | 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: | +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: python3_module_template :members: :special-members: __init__ :show-inheritance: