module appml

Inheritance diagram of lightmlboard.appml

Short summary

module lightmlboard.appml

Defines a Tornado application. Tutorial chat.

source on GitHub

Classes

class

truncated documentation

LightMLBoard

Overloads a :epkg:`tornado:Application`.

Static Methods

staticmethod

truncated documentation

make_app

Creates a LightMLBoard application.

start_app

Starts the application.

update_options

Returns updated options, includes the default ones.

Methods

method

truncated documentation

__init__

Constructor. See wep.py.

Documentation

Defines a Tornado application. Tutorial chat.

source on GitHub

class lightmlboard.appml.LightMLBoard(handlers=None, default_host=None, transforms=None, **settings)

Bases: Application

Overloads a :epkg:`tornado:Application`.

source on GitHub

Constructor. See wep.py.

source on GitHub

__init__(handlers=None, default_host=None, transforms=None, **settings)

Constructor. See wep.py.

source on GitHub

static make_app(config=None, logged=None, dbfile=':memory:')

Creates a LightMLBoard application.

Parameters:
  • config – configuration file

  • logged – to log one user

  • dbfile – file for the db file

Returns:

LightMLBoard

source on GitHub

static start_app(port=8897, **kwargs)

Starts the application.

Parameters:
  • port – port to listen

  • kwargsmake_app

source on GitHub

static update_options(config_options)

Returns updated options, includes the default ones.

source on GitHub