| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.python.core.PyFunctionTable
An entry point for class that implements several function calls.
Used together with the PyTableCode class.
PyTableCode| Constructor Summary | |
| PyFunctionTable() | |
| Method Summary | |
| abstract  PyObject | call_function(int index,
              PyFrame frame) | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public PyFunctionTable()
| Method Detail | 
public abstract PyObject call_function(int index,
                                       PyFrame frame)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||