server.utils

Functions

load_class(…)

Loads the given class from string (unless alrady a class).

patch_morepath(→ None)

Module Contents

server.utils.load_class[T: type[object]](cls: T) T[source]
server.utils.load_class(cls: str) type[Any] | None

Loads the given class from string (unless alrady a class).

server.utils.patch_morepath() None[source]