org.python.core

Class PyFunctionTable

public abstract class PyFunctionTable extends Object

An entry point for class that implements several function calls.

Used together with the PyTableCode class.

See Also: PyTableCode

Method Summary
abstract PyObjectcall_function(int index, PyFrame frame)

Method Detail

call_function

public abstract PyObject call_function(int index, PyFrame frame)