Uses of Class
org.bytedeco.cpython.PyFrameObject
Packages that use PyFrameObject
-
Uses of PyFrameObject in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyFrameObjectMethods in org.bytedeco.cpython with parameters of type PyFrameObjectModifier and TypeMethodDescriptionintPy_tracefunc.call(PyObject arg0, PyFrameObject arg1, int arg2, PyObject arg3) PyFrameLocalsProxyObject.frame(PyFrameObject setter) PyTracebackObject.tb_frame(PyFrameObject setter) -
Uses of PyFrameObject in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global that return PyFrameObjectModifier and TypeMethodDescriptionstatic PyFrameObjectpython.PyEval_GetFrame()static PyFrameObjectpython.PyFrame_New(PyThreadState arg0, PyCodeObject arg1, PyObject arg2, PyObject arg3) static PyFrameObjectpython.PyThreadState_GetFrame(PyThreadState tstate) Methods in org.bytedeco.cpython.global with parameters of type PyFrameObjectModifier and TypeMethodDescriptionstatic intpython._PyFrame_IsEntryFrame(PyFrameObject frame) static PyObjectpython.PyAsyncGen_New(PyFrameObject arg0, PyObject name, PyObject qualname) static PyObjectpython.PyCoro_New(PyFrameObject arg0, PyObject name, PyObject qualname) static PyObjectpython.PyEval_EvalFrame(PyFrameObject arg0) static PyObjectpython.PyEval_EvalFrameEx(PyFrameObject f, int exc) static voidpython.PyFrame_FastToLocals(PyFrameObject arg0) static intpython.PyFrame_FastToLocalsWithError(PyFrameObject f) static PyCodeObjectpython.PyFrame_GetCode(PyFrameObject frame) static intpython.PyFrame_GetLineNumber(PyFrameObject arg0) static voidpython.PyFrame_LocalsToFast(PyFrameObject arg0, int arg1) static PyObjectpython.PyGen_New(PyFrameObject arg0) static PyObjectpython.PyGen_NewWithQualName(PyFrameObject arg0, PyObject name, PyObject qualname) static intpython.PyTraceBack_Here(PyFrameObject arg0)