.. _f-appml: module ``appml`` ================ .. inheritance-diagram:: lightmlboard.appml Short summary +++++++++++++ module ``lightmlboard.appml`` Defines a Tornado application. Tutorial `chat `_. :githublink:`%|py|6` Classes +++++++ +---------------------------------------------------------+------------------------------------------+ | class | truncated documentation | +=========================================================+==========================================+ | :class:`LightMLBoard ` | Overloads a :epkg:`tornado:Application`. | +---------------------------------------------------------+------------------------------------------+ Static Methods ++++++++++++++ +-------------------------------------------------------------------------+-----------------------------------------------------+ | staticmethod | truncated documentation | +=========================================================================+=====================================================+ | :meth:`make_app ` | Creates a *LightMLBoard* application. | +-------------------------------------------------------------------------+-----------------------------------------------------+ | :meth:`start_app ` | Starts the application. | +-------------------------------------------------------------------------+-----------------------------------------------------+ | :meth:`update_options ` | Returns updated options, includes the default ones. | +-------------------------------------------------------------------------+-----------------------------------------------------+ Methods +++++++ +----------------------------------------------------------------+------------------------------------------------------------------------------------------------+ | method | truncated documentation | +================================================================+================================================================================================+ | :py:meth:`__init__ ` | Constructor. See `wep.py `_. | +----------------------------------------------------------------+------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: lightmlboard.appml :members: :special-members: __init__ :show-inheritance: