module documentation
(source)

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 ​Astroid​Manager Responsible to build astroid from files or modules.
Function safe​_repr Undocumented
Constant ZIP​_IMPORT​_EXTS Undocumented
def safe_repr(obj): (source)

Undocumented

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

Undocumented

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