package documentation

Undocumented

Module abstract The abstract values used by vm.py.
Module abstract_test Tests for abstract.py.
Module abstract_utils Utilities for abstract.py.
Module abstract_utils_test Tests for abstract_utils.py.
Module class_mixin Mixin for all class-like abstract classes.
Module function Representation of Python function headers and calls.
Module mixin Mixins for abstract.py.
Module mixin_test Tests for mixin.py.
Module _base Base value for abstract classes.
Module _classes Abstract class representations.
Module _function_base Base abstract representations of functions.
Module _instance_base Abstract representation of instances.
Module _instances Specialized instance representations.
Module _interpreter_function Abstract representation of functions defined in the module under analysis.
Module _pytd_function Abstract representation of a function loaded from a type stub.
Module _singletons Singleton abstract values.
Module _special_classes Classes that need special handling, typically due to code generation.
Module _typing Constructs related to type annotations.