pydoc_fork

pydoc_fork.inspector.path_utils

 

Path Manipulation

Modules

Functions

locate_file(file_name: str, executing_file: str) -> str
Find file relative to a source file, e.g.
locate_file("foo/bar.txt", __file__)
 
Succeeds regardless to context of execution

Data

LOGGER = <Logger pydoc_fork.inspector.path_utils (WARNING)>