module documentation

The abstract values used by vm.py. This file contains BaseValue and its subclasses. Mixins such as Class are in mixin.py, and other abstract logic is in abstract_utils.py.

Constant AMBIGUOUS Undocumented
Constant AMBIGUOUS_OR_EMPTY Undocumented
Constant FUNCTION_TYPES Undocumented
Constant INTERPRETER_FUNCTION_TYPES Undocumented
Constant PYTD_FUNCTION_TYPES Undocumented
Constant TYPE_VARIABLE_INSTANCES Undocumented
Constant TYPE_VARIABLE_TYPES Undocumented
Type Alias AmbiguousOrEmptyType Undocumented
Variable log Undocumented
AMBIGUOUS = (source)

Undocumented

Value
(Unknown, Unsolvable)
AMBIGUOUS_OR_EMPTY = (source)

Undocumented

Value
AMBIGUOUS+(Empty)
FUNCTION_TYPES = (source)

Undocumented

Value
(BoundFunction, Function)
INTERPRETER_FUNCTION_TYPES = (source)
PYTD_FUNCTION_TYPES = (source)

Undocumented

Value
(BoundPyTDFunction, PyTDFunction)
TYPE_VARIABLE_INSTANCES = (source)
TYPE_VARIABLE_TYPES = (source)

Undocumented

Value
(TypeParameter, ParamSpec)
AmbiguousOrEmptyType = (source)

Undocumented

Value
_Union[Unknown, Unsolvable, Empty]

Undocumented