module documentation

Undocumented

Function deprecated Undocumented
Function normalize_path Normalize a path by ensuring it is a string.
Type Alias Package Undocumented
def deprecated(func): (source)

Undocumented

def normalize_path(path: Any) -> str: (source)

Normalize a path by ensuring it is a string. If the resulting string contains path separators, an exception is raised.

Undocumented

Value
Union[types.ModuleType, str]