module documentation

Wraps some path-related functions in `os`, `os.path` and `glob`. Standardize return path in Windows. Do nothing in Linux.

Function standardize_return_path Undocumented
Variable abspath Undocumented
Variable dirname Undocumented
Variable expanduser Undocumented
Variable getcwd Undocumented
Variable join Undocumented
Variable normpath Undocumented
Variable realpath Undocumented
Variable relpath Undocumented
Function _replace_driver_code Undocumented
Function _short_path_to_long_path Convert to long path names in win32.
Function _standardize_return_path_wrapper Standardize return path in win32.
def standardize_return_path(path): (source)

Undocumented

Undocumented

Undocumented

expanduser = (source)

Undocumented

Undocumented

Undocumented

normpath = (source)

Undocumented

realpath = (source)

Undocumented

Undocumented

def _replace_driver_code(path: str): (source)

Undocumented

def _short_path_to_long_path(path: str): (source)

Convert to long path names in win32.

def _standardize_return_path_wrapper(func): (source)

Standardize return path in win32.