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¶
-
-
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