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
    • Constructor Detail

      • PyFunctionTable

        public PyFunctionTable()
    • Method Detail

      • call_function

        public abstract PyObject call_function​(int index,
                                               PyFrame frame)