org.python.core

Class 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

Method Summary

abstract PyObject
call_function(int index, PyFrame frame)

Method Details

call_function

public abstract PyObject call_function(int index,
                                       PyFrame frame)

Jython homepage