Eynnyd Webapp Builder

class eynnyd.eynnyd_webapp_builder.EynnydWebappBuilder[source]
__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

set_routes(root_tree_node)[source]

Sets routes built by the Eynnyd RoutesBuilder

Parameters

root_tree_node – the result from the Eynnyd RoutesBuilder build method

Returns

This builder so that fluent design can be used.

set_error_handlers(error_handlers)[source]

Sets the error handlers built by Eynnyd ErrorHandlersBuilder :param error_handlers: the result from the Eynnyd ErrorHandlersBuilder create method :return: This builder so that fluent design can be used

build()[source]

Builds the webapp

Returns

the WSGI compliant webapp