class documentation

class AstroidManagerBrain(TypedDict): (source)

View In Hierarchy

Dictionary to store relevant information for a AstroidManager class.

Class Variable always_load_extensions Undocumented
Class Variable astroid_cache Undocumented
Class Variable extension_package_whitelist Undocumented
Class Variable optimize_ast Undocumented
Class Variable _failed_import_hooks Undocumented
Class Variable _mod_file_cache Undocumented
Class Variable _transform Undocumented
always_load_extensions: bool = (source)

Undocumented

Undocumented

extension_package_whitelist: set[str] = (source)

Undocumented

optimize_ast: bool = (source)

Undocumented

_failed_import_hooks: list[Callable[[str], nodes.Module]] = (source)

Undocumented