| Package | Description |
|---|---|
| org.bytedeco.cpython | |
| org.bytedeco.cpython.global |
| Modifier and Type | Method and Description |
|---|---|
PyObject |
xid_newobjectfunc.call(_PyCrossInterpreterData arg0) |
int |
crossinterpdatafunc.call(PyThreadState tstate,
PyObject arg1,
_PyCrossInterpreterData arg2) |
| Modifier and Type | Method and Description |
|---|---|
static void |
python._PyCrossInterpreterData_Clear(PyInterpreterState arg0,
_PyCrossInterpreterData arg1) |
static void |
python._PyCrossInterpreterData_Init(_PyCrossInterpreterData data,
PyInterpreterState interp,
Pointer shared,
PyObject obj,
xid_newobjectfunc new_object) |
static int |
python._PyCrossInterpreterData_InitWithSize(_PyCrossInterpreterData arg0,
PyInterpreterState interp,
long arg2,
PyObject arg3,
xid_newobjectfunc arg4) |
static PyObject |
python._PyCrossInterpreterData_NewObject(_PyCrossInterpreterData arg0) |
static int |
python._PyCrossInterpreterData_Release(_PyCrossInterpreterData arg0) |
static int |
python._PyObject_GetCrossInterpreterData(PyObject arg0,
_PyCrossInterpreterData arg1) |
Copyright © 2024. All rights reserved.