Uses of Class
org.bytedeco.cpython.Py_tracefunc
Packages that use Py_tracefunc
-
Uses of Py_tracefunc in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return Py_tracefuncMethods in org.bytedeco.cpython with parameters of type Py_tracefuncModifier and TypeMethodDescriptionPyThreadState.c_profilefunc(Py_tracefunc setter) PyThreadState.c_tracefunc(Py_tracefunc setter) -
Uses of Py_tracefunc in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type Py_tracefuncModifier and TypeMethodDescriptionstatic voidpython.PyEval_SetProfile(Py_tracefunc arg0, PyObject arg1) static voidpython.PyEval_SetProfileAllThreads(Py_tracefunc arg0, PyObject arg1) static voidpython.PyEval_SetTrace(Py_tracefunc arg0, PyObject arg1) static voidpython.PyEval_SetTraceAllThreads(Py_tracefunc arg0, PyObject arg1)