module documentation

Utilities for xref.

Function get_module_filepath Recover the path to the py file from a module pyi path.
Function process_imports_map Generate a map of {module name: canonical relative path}.
def get_module_filepath(module_filename): (source)

Recover the path to the py file from a module pyi path.

def process_imports_map(imports_map): (source)

Generate a map of {module name: canonical relative path}.