Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
_frame |
PyAsyncGenObject.ag_frame() |
_frame |
PyCoroObject.cr_frame() |
_frame |
PyThreadState.frame() |
_frame |
PyGenObject.gi_frame() |
_frame |
PyTracebackObject.tb_frame() |
Modifier and Type | Method and Description |
---|---|
PyAsyncGenObject |
PyAsyncGenObject.ag_frame(_frame setter) |
PyObject |
_PyFrameEvalFunction.call(_frame arg0,
int arg1) |
int |
Py_tracefunc.call(PyObject arg0,
_frame arg1,
int arg2,
PyObject arg3) |
PyCoroObject |
PyCoroObject.cr_frame(_frame setter) |
PyThreadState |
PyThreadState.frame(_frame setter) |
PyGenObject |
PyGenObject.gi_frame(_frame setter) |
PyTracebackObject |
PyTracebackObject.tb_frame(_frame setter) |
Modifier and Type | Method and Description |
---|---|
static _frame |
python.PyEval_GetFrame() |
Modifier and Type | Method and Description |
---|---|
static PyObject |
python._PyEval_EvalFrameDefault(_frame f,
int exc) |
static PyObject |
python.PyAsyncGen_New(_frame arg0,
PyObject name,
PyObject qualname) |
static PyObject |
python.PyCoro_New(_frame arg0,
PyObject name,
PyObject qualname) |
static PyObject |
python.PyEval_EvalFrame(_frame arg0) |
static PyObject |
python.PyEval_EvalFrameEx(_frame f,
int exc) |
static PyObject |
python.PyGen_New(_frame arg0) |
static PyObject |
python.PyGen_NewWithQualName(_frame arg0,
PyObject name,
PyObject qualname) |
static int |
python.PyTraceBack_Here(_frame arg0) |
Copyright © 2020. All rights reserved.