org.python.core
public abstract class PyFunctionTable extends java.lang.Object implements java.io.Serializable
Used together with the PyTableCode class.
PyTableCode,
Serialized Form| Constructor and Description |
|---|
PyFunctionTable() |
| Modifier and Type | Method and Description |
|---|---|
abstract PyObject |
call_function(int index,
PyFrame frame,
ThreadState ts) |
public abstract PyObject call_function(int index, PyFrame frame, ThreadState ts)