pydoc_fork.inspector.path_utils
index
../../pydoc_fork/inspector/path_utils.py

Path Manipulation

 
Modules
 
logging
os
sys

 
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)>