org.python.core
Class PyFunctionTable
- java.lang.Object
-
- org.python.core.PyFunctionTable
-
- All Implemented Interfaces:
- java.io.Serializable
public abstract class PyFunctionTable extends java.lang.Object implements java.io.SerializableAn entry point for class that implements several function calls.Used together with the PyTableCode class.
- See Also:
PyTableCode, Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description PyFunctionTable()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract PyObjectcall_function(int index, PyFrame frame, ThreadState ts)
-
-
-
Method Detail
-
call_function
public abstract PyObject call_function(int index, PyFrame frame, ThreadState ts)
-
-
DMelt 3.0 © DataMelt by jWork.ORG