static int |
python._PyImport_IsInitialized(PyInterpreterState arg0) |
static PyConfig |
python._PyInterpreterState_GetConfig(PyInterpreterState interp) |
static _PyFrameEvalFunction |
python._PyInterpreterState_GetEvalFrameFunc(PyInterpreterState interp) |
static PyObject |
python._PyInterpreterState_GetMainModule(PyInterpreterState arg0) |
static void |
python._PyInterpreterState_RequireIDRef(PyInterpreterState arg0,
int arg1) |
static int |
python._PyInterpreterState_RequiresIDRef(PyInterpreterState arg0) |
static void |
python._PyInterpreterState_SetEvalFrameFunc(PyInterpreterState interp,
_PyFrameEvalFunction eval_frame) |
static PyThreadState |
python._PyThreadState_Prealloc(PyInterpreterState arg0) |
static void |
python.PyInterpreterState_Clear(PyInterpreterState arg0) |
static void |
python.PyInterpreterState_Delete(PyInterpreterState arg0) |
static PyObject |
python.PyInterpreterState_GetDict(PyInterpreterState arg0) |
static long |
python.PyInterpreterState_GetID(PyInterpreterState arg0) |
static PyInterpreterState |
python.PyInterpreterState_Next(PyInterpreterState arg0) |
static PyThreadState |
python.PyInterpreterState_ThreadHead(PyInterpreterState arg0) |
static PyThreadState |
python.PyThreadState_New(PyInterpreterState arg0) |