userfs
.paths
index
/home/vkottler/src/vkottler/workspace/userfs/userfs/paths.py
A module for working with the Python search path.
Modules
sys
Functions
paths_added
(paths: List[pathlib.Path]) -> Iterator[NoneType]
Add search paths to sys.path as a context manager.
Data
Iterator
= typing.Iterator
List
= typing.List