module documentation

Specialized instance representations.

Class AnnotationsDict __annotations__ dict.
Class AsyncGenerator A representation of instances of async generators.
Class BaseGenerator A base class of instances of generators and async generators.
Class ConcreteValue Abstract value with a concrete fallback.
Class Coroutine A representation of instances of coroutine.
Class Dict Representation of Python 'dict' objects.
Class Generator A representation of instances of generators.
Class Iterator A representation of instances of iterators.
Class LazyConcreteDict Dictionary with lazy values.
Class List Representation of Python 'list' objects.
Class Module Represents an (imported) module.
Class SequenceLength Sequence length for match statements.
Class Splat Representation of unpacked iterables.
Class Tuple Representation of Python 'tuple' objects.
Variable log Undocumented
Function _get_concrete_sequence_fullhash Undocumented
Function _var_map Undocumented

Undocumented

def _get_concrete_sequence_fullhash(seq, seen): (source)

Undocumented

def _var_map(func, var): (source)

Undocumented