[−][src]Module rustpython_bytecode::bytecode
Implement python as a virtual machine with bytecodes. This module implements bytecode structure.
Structs
| CodeObject | Primary container of a single code object. Each python function has a codeobject. Also a module has a codeobject. |
| FunctionOpArg | |
| Location | Sourcode location. |
Enums
| BinaryOperator | |
| CallType | |
| ComparisonOperator | |
| Constant | |
| ConversionFlag | Transforms a value prior to formatting it. |
| Instruction | A Single bytecode instruction. |
| NameScope | |
| UnaryOperator | |
| Varargs |
Type Definitions
| Label |