bibliopixel.control.rest.rest module

class bibliopixel.control.rest.rest.OpenPage(*args, port=8787, external_access=False, open_page=None, root_folder=PosixPath('/home/travis/build/ManiacalLabs/BiblioPixel/ui/rest'), index_file='index.html', **kwds)[source]

Bases: bibliopixel.control.rest.rest.Rest

OPEN_PAGE = True
class bibliopixel.control.rest.rest.Rest(*args, port=8787, external_access=False, open_page=None, root_folder=PosixPath('/home/travis/build/ManiacalLabs/BiblioPixel/ui/rest'), index_file='index.html', **kwds)[source]

Bases: bibliopixel.control.control.ExtractedControl, bibliopixel.util.server_cache.StaticCache

OPEN_PAGE = False
SERVER_CLASS

alias of bibliopixel.control.rest.rest_server.RestServer

cleanup()[source]

Cleans up resources after the Runnable.

self.cleanup() may not throw an exception.

set_project(project)[source]