module documentation

astroid manager: avoid multiple astroid build of a same module when possible by providing a class responsible to get astroid representation from various source and using a cache of built modules)

Class AstroidManager Responsible to build astroid from files or modules.
Function safe_repr Undocumented
Constant ZIP_IMPORT_EXTS Undocumented
def safe_repr(obj: Any) -> str: (source)

Undocumented

ZIP_IMPORT_EXTS: tuple[str, ...] = (source)

Undocumented

Value
('.zip', '.egg', '.whl', '.pyz', '.pyzw')