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

# Functions

EvalCode runs a new virtual machine on a Code object.
EvalGetFuncDesc returns a description of the arguments for the function object.
EvalGetFuncName returns the name of the function object passed in.
Run the virtual machine on a Frame object FIXME figure out how we are going to signal exceptions! Returns an Object and an error.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Number of list items.
Always zero for now.
Number of set items.
Number of items.
Number of tuple items.
#args + (#kwargs<<8).
#args + (#kwargs<<8).
#args + (#kwargs<<8).
#args + (#kwargs<<8).
Comparison operator.
Start of loop (absolute).
"".
Delete closure cell.
Local variable number.
"".
"".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Support for opargs more than 16 bits long.
No description provided by the author
No description provided by the author
OpCodes from here have an argument:.
Index in name list.
Index in name list.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
"".
Number of bytes to skip.
Target byte offset from beginning of code.
"".
No description provided by the author
Index in name list.
No description provided by the author
New in Python 3.4.
Load free variable from closure.
Index in const list.
Load and dereference from closure cell.
Local variable number.
Index in name list.
Index in name list.
same as MAKE_FUNCTION.
#defaults + #kwdefaults<<8 + #annotations<<16.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
"".
"".
No description provided by the author
No description provided by the author
Rich comparison opcodes.
Rich comparison opcodes.
Rich comparison opcodes.
Rich comparison opcodes.
Rich comparison opcodes.
Rich comparison opcodes.
Rich comparison opcodes.
Rich comparison opcodes.
Rich comparison opcodes.
Rich comparison opcodes.
Rich comparison opcodes.
Rich comparison opcodes.
Number of raise arguments (1, 2 or 3).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
"".
"".
Target address (relative).
No description provided by the author
Index in name list.
Store into cell.
Local variable number.
"".
No description provided by the author
Index in name list.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Num items before variable part + (Num items after variable part << 8).
Number of sequence items.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

PrintExpr controls where the output of PRINT_EXPR goes which is used in the REPL.

# Structs

Virtual machine state.

# Type aliases

Type for OpCodes.