Modules

Structs

Argument structure
Primary container of a single code object. Each python function has a codeobject. Also a module has a codeobject.
A frozen module. Holds a code object and whether it is part of a package
Sourcecode location.

Enums

The possible Binary operators
A borrowed Constant
Error that occurs during code deserialization
The possible comparison operators
A Constant (which usually encapsulates data within it)
Transforms a value prior to formatting it.
A Single bytecode instruction.
The kind of Raise that occurred.
The possible unary operators

Traits

A Constant Bag

Type Definitions