Uses of Class
org.bytedeco.cpython.PyCodeObject
Packages that use PyCodeObject
-
Uses of PyCodeObject in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyCodeObjectModifier and TypeMethodDescriptionPyCodeObject._co_cached(_PyCoCached setter) PyCodeObject._co_firsttraceable(int setter) PyCodeObject._co_instrumentation_version(long setter) PyCodeObject._co_monitoring(_PyCoMonitoringData setter) PyCodeObject.co_argcount(int setter) PyCodeObject.co_code_adaptive(int i, byte setter) PyCodeObject.co_exceptiontable(PyObject setter) PyCodeObject.co_executors(_PyExecutorArray setter) PyCodeObject.co_filename(PyObject setter) PyCodeObject.co_firstlineno(int setter) PyCodeObject.co_flags(int setter) PyCodeObject.co_framesize(int setter) PyCodeObject.co_kwonlyargcount(int setter) PyCodeObject.co_linetable(PyObject setter) PyCodeObject.co_localspluskinds(PyObject setter) PyCodeObject.co_localsplusnames(PyObject setter) PyCodeObject.co_ncellvars(int setter) PyCodeObject.co_nfreevars(int setter) PyCodeObject.co_nlocals(int setter) PyCodeObject.co_nlocalsplus(int setter) PyCodeObject.co_posonlyargcount(int setter) PyCodeObject.co_qualname(PyObject setter) PyCodeObject.co_stacksize(int setter) PyCodeObject.co_version(int setter) PyCodeObject.co_weakreflist(PyObject setter) PyCodeObject.getPointer(long i) PyCodeObject.ob_base(PyVarObject setter) PyCodeObject.position(long position) Methods in org.bytedeco.cpython with parameters of type PyCodeObject -
Uses of PyCodeObject in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global that return PyCodeObjectModifier and TypeMethodDescriptionstatic PyCodeObjectpython.PyCode_New(int a, int b, int c, int d, int e, PyObject f, PyObject g, PyObject h, PyObject i, PyObject j, PyObject k, PyObject l, PyObject m, PyObject n, int o, PyObject p, PyObject q) Deprecated.static PyCodeObjectpython.PyCode_NewEmpty(String filename, String funcname, int firstlineno) static PyCodeObjectpython.PyCode_NewEmpty(BytePointer filename, BytePointer funcname, int firstlineno) static PyCodeObjectpython.PyCode_NewWithPosOnlyArgs(int a, int poac, int b, int c, int d, int e, PyObject f, PyObject g, PyObject h, PyObject i, PyObject j, PyObject k, PyObject l, PyObject m, PyObject n, int o, PyObject p, PyObject q) Deprecated.static PyCodeObjectpython.PyFrame_GetCode(PyFrameObject frame) static PyCodeObjectpython.PyGen_GetCode(PyGenObject gen) static PyCodeObjectpython.PyUnstable_Code_New(int arg0, int arg1, int arg2, int arg3, int arg4, PyObject arg5, PyObject arg6, PyObject arg7, PyObject arg8, PyObject arg9, PyObject arg10, PyObject arg11, PyObject arg12, PyObject arg13, int arg14, PyObject arg15, PyObject arg16) static PyCodeObjectpython.PyUnstable_Code_NewWithPosOnlyArgs(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, PyObject arg6, PyObject arg7, PyObject arg8, PyObject arg9, PyObject arg10, PyObject arg11, PyObject arg12, PyObject arg13, PyObject arg14, int arg15, PyObject arg16, PyObject arg17) Methods in org.bytedeco.cpython.global with parameters of type PyCodeObjectModifier and TypeMethodDescriptionstatic intpython.PyCode_Addr2Line(PyCodeObject arg0, int arg1) static intpython.PyCode_Addr2Location(PyCodeObject arg0, int arg1, int[] arg2, int[] arg3, int[] arg4, int[] arg5) static intpython.PyCode_Addr2Location(PyCodeObject arg0, int arg1, IntBuffer arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5) static intpython.PyCode_Addr2Location(PyCodeObject arg0, int arg1, IntPointer arg2, IntPointer arg3, IntPointer arg4, IntPointer arg5) static PyObjectpython.PyCode_GetCellvars(PyCodeObject code) static PyObjectpython.PyCode_GetCode(PyCodeObject code) static intpython.PyCode_GetFirstFree(PyCodeObject op) Deprecated.static PyObjectpython.PyCode_GetFreevars(PyCodeObject code) static longpython.PyCode_GetNumFree(PyCodeObject op) static PyObjectpython.PyCode_GetVarnames(PyCodeObject code) static PyFrameObjectpython.PyFrame_New(PyThreadState arg0, PyCodeObject arg1, PyObject arg2, PyObject arg3) static intpython.PyUnstable_Code_GetFirstFree(PyCodeObject op) static intpython.PyUnstable_PerfTrampoline_CompileCode(PyCodeObject arg0)