module documentation

Undocumented

Function _patch_streams Patch and subsequently reset a text stream.
Function _test_cwd Undocumented
Function _test_environ_pythonpath Undocumented
Function _test_sys_path Undocumented

Patch and subsequently reset a text stream.

@contextlib.contextmanager
def _test_cwd(current_working_directory: (str|Path)|None = None) -> Generator[None, None, None]: (source)

Undocumented

@contextlib.contextmanager
def _test_environ_pythonpath(new_pythonpath: str|None = None) -> Generator[None, None, None]: (source)

Undocumented

@contextlib.contextmanager
def _test_sys_path(replacement_sys_path: list[str]|None = None) -> Generator[None, None, None]: (source)

Undocumented