jivago.jivago_application module

class jivago.jivago_application.JivagoApplication(root_module=None, *, debug: bool = False, context: Union[jivago.config.abstract_context.AbstractContext, Type[jivago.config.production_jivago_context.ProductionJivagoContext]] = None)[source]

Bases: object

LOGGER = <Logger Jivago (WARNING)>
call_startup_hook(hook: jivago.lang.registry.Annotation)[source]
cleanup(signum, frame)[source]
get_annotated(annotation: jivago.lang.registry.Annotation) → List[Type[CT_co]][source]
print_banner()[source]
root_module_name
run_dev(*, port=4000, host='localhost', logging_level=20)[source]