Top Description Constructors Methods
org.python.core

public abstract Class PyFunctionTable

extends Object
implements Serializable
Class Inheritance
All Implemented Interfaces
java.io.Serializable
Imports
java.io.Serializable

An entry point for class that implements several function calls.

Used together with the PyTableCode class.

See Also
PyTableCode

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public abstract PyObject
call_function(int index, PyFrame frame, ThreadState ts)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

PyFunctionTableback to summary
public PyFunctionTable()

Method Detail

call_functionback to summary
public abstract PyObject call_function(int index, PyFrame frame, ThreadState ts)