module documentation

Undocumented

Function exit_on_exception Undocumented
Function string_to_uuid Undocumented
Type Variable F Undocumented
Type Variable T Undocumented
def exit_on_exception(func: F) -> F:

Undocumented

def string_to_uuid(string: str) -> str:

Undocumented

F =

Undocumented

Value
TypeVar('F',
        bound=Callable[..., Any])
T =

Undocumented

Value
TypeVar('T')