module documentation

An abstract virtual machine for python bytecode. A VM for python byte code that uses pytype/pytd/cfg to generate a trace of the program execution.

Class LocalOp An operation local to a VM frame.
Class VirtualMachine A bytecode VM that generates a cfg as it executes.
Exception VirtualMachineError For raising errors in the operation of the VM.
Variable log Undocumented
Class _BranchTracker Track exhaustiveness in pattern matches.
Class _EnumTracker Track enum cases for exhaustiveness.
Variable _opcode_counter Undocumented

Undocumented

_opcode_counter = (source)

Undocumented