Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
Py_tracefunc |
PyThreadState.c_profilefunc() |
Py_tracefunc |
PyThreadState.c_tracefunc() |
Modifier and Type | Method and Description |
---|---|
PyThreadState |
PyThreadState.c_profilefunc(Py_tracefunc setter) |
PyThreadState |
PyThreadState.c_tracefunc(Py_tracefunc setter) |
Modifier and Type | Method and Description |
---|---|
static void |
python.PyEval_SetProfile(Py_tracefunc arg0,
PyObject arg1) |
static void |
python.PyEval_SetTrace(Py_tracefunc arg0,
PyObject arg1) |
Copyright © 2020. All rights reserved.