.. _f-init: module ``__init__`` =================== Short summary +++++++++++++ module ``teachpyx`` Module *teachpyx*. Materials for a book about programming with :epkg:`Python`. :githublink:`%|py|7` 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:: teachpyx :members: :special-members: __init__ :show-inheritance: