Package org.python.core
Class PyFunctionTable
- java.lang.Object
-
- org.python.core.PyFunctionTable
-
public abstract class PyFunctionTable extends java.lang.Object
An entry point for class that implements several function calls.Used together with the PyTableCode class.
- See Also:
PyTableCode
-
-
Constructor Summary
Constructors Constructor Description PyFunctionTable()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract PyObject
call_function(int index, PyFrame frame)
-