package
0.2.0
Repository: https://github.com/go-python/gpython.git
Documentation: pkg.go.dev

# Functions

Compile(src, srcDesc, compileMode, flags, dont_inherit) -> code object Compile the source string (a Python module, statement or expression) into a code object that can be executed.
Compile(source, filename, mode, flags, dont_inherit) -> code object Compile the source string (a Python module, statement or expression) into a code object that can be executed by exec() or eval().

# Structs

An absolute JUMP with destination label.
A relative JUMP with destination label.
A label.
A plain opcode.
An opcode with argument.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

Resolved or unresolved instruction stream.