jivago.jivago_application module

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

Bases: object

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