Class PyFunctionTable

java.lang.Object
org.python.core.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:
  • Constructor Details

    • PyFunctionTable

      public PyFunctionTable()
  • Method Details

    • call_function

      public abstract PyObject call_function(int index, PyFrame frame)