.. _l-classes: Classes ======= .. contents:: :local: :depth: 1 Summary +++++++ +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | class | class parent | truncated documentation | +===============================================================================================+==============+============================================================+ | :class:`Competition ` | | Defines a competition. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`CompetitionHandler ` | | Handlers for the page on competitions. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`DBException ` | | Exception raised by class :class:`Database`. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`Database ` | | Common functions about sqlite3. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`DatabaseCompetition ` | | Holds the data used for competitions. Tables: Competitions | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`LightMLBoard ` | | Overloads a :epkg:`tornado:Application`. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`LightMLBoardDefaultOptions ` | | Default options for the web application. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`LoginHandler ` | | Login Handler. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`LogoutHandler ` | | Logout Handler. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`MainHandler ` | | Handlers for the main page. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`SubmitForm ` | | Handlers for the form to upload dataset. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`UploadData ` | | Upload data. Handlers for the form to upload dataset. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`_BaseRequestHandler ` | | Base handler. Returns the user. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+ | :class:`_TemplateHandler ` | | Defines the main page handler. | +-----------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------+