Class PyFunctionTable

java.lang.Object
org.python.core.PyFunctionTable
All Implemented Interfaces:
Serializable

public abstract class PyFunctionTable extends Object implements Serializable
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