bibliopixel.control.rest.flask_server module

class bibliopixel.control.rest.flask_server.FlaskServer(port, external_access, open_page, **kwds)[source]

Bases: bibliopixel.util.threads.runnable.LoopThread

OPEN_DELAY = 1
run_once()[source]

The target code that is repeatedly executed in the run method

stop()[source]
class bibliopixel.control.rest.flask_server.OrderedFlask(import_name, static_url_path=None, static_folder='static', static_host=None, host_matching=False, subdomain_matching=False, template_folder='templates', instance_path=None, instance_relative_config=False, root_path=None)[source]

Bases: flask.app.Flask

class request_class(environ, populate_request=True, shallow=False)[source]

Bases: flask.wrappers.Request

parameter_storage_class

alias of werkzeug.datastructures.ImmutableOrderedMultiDict