Re-exports§

Structs§

  • Primary container of a single code object. Each python function has a code object. Also a module has a code object.
  • Converts source code byte-offset to Python convention line and column numbers.

Enums§

Traits§

  • Parse Python code string to implementor’s type.

Functions§

Type Aliases§