server.utils ============ .. py:module:: server.utils Attributes ---------- .. autoapisummary:: server.utils._T Functions --------- .. autoapisummary:: server.utils.load_class server.utils.patch_morepath Module Contents --------------- .. py:data:: _T .. py:function:: load_class(cls: type[_T]) -> type[_T] load_class(cls: str) -> type[Any] | None Loads the given class from string (unless alrady a class). .. py:function:: patch_morepath() -> None