module documentation

Undocumented

Function build Undocumented
Function build_cfg Undocumented
Function build_graph Undocumented
Function index Undocumented
Function remote Undocumented
Function strip_svg_doctype Undocumented
Function validate_data Undocumented
Constant REMOTE_CALLS Undocumented
Variable logger Undocumented
Variable server Undocumented
@server.route('/build')
def build(method=['GET']): (source)

Undocumented

@remote
def build_cfg(filename, lineno): (source)

Undocumented

@remote
def build_graph(filename, lineno, build_own=True, build_keys=False, interactive=False): (source)

Undocumented

@server.route('/')
def index(): (source)

Undocumented

def remote(func): (source)

Undocumented

def strip_svg_doctype(svgdata): (source)

Undocumented

Parameters
svgdata:strUndocumented
Returns
strUndocumented
def validate_data(data): (source)

Undocumented

REMOTE_CALLS: dict = (source)

Undocumented

Value
{}

Undocumented

Undocumented