Uses of Class
org.bytedeco.cpython.PyInterpreterState
Packages that use PyInterpreterState
-
Uses of PyInterpreterState in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyInterpreterStateMethods in org.bytedeco.cpython with parameters of type PyInterpreterState -
Uses of PyInterpreterState in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global that return PyInterpreterStateModifier and TypeMethodDescriptionstatic PyInterpreterStatepython.PyInterpreterState_Get()static PyInterpreterStatepython.PyInterpreterState_Head()static PyInterpreterStatepython.PyInterpreterState_Main()static PyInterpreterStatepython.PyInterpreterState_New()static PyInterpreterStatepython.PyInterpreterState_Next(PyInterpreterState arg0) static PyInterpreterStatepython.PyThreadState_GetInterpreter(PyThreadState tstate) Methods in org.bytedeco.cpython.global with parameters of type PyInterpreterStateModifier and TypeMethodDescriptionstatic _PyFrameEvalFunctionpython._PyInterpreterState_GetEvalFrameFunc(PyInterpreterState interp) static voidpython._PyInterpreterState_RequireIDRef(PyInterpreterState arg0, int arg1) static intpython._PyInterpreterState_RequiresIDRef(PyInterpreterState arg0) static voidpython._PyInterpreterState_SetEvalFrameFunc(PyInterpreterState interp, _PyFrameEvalFunction eval_frame) static voidpython.PyInterpreterState_Clear(PyInterpreterState arg0) static voidpython.PyInterpreterState_Delete(PyInterpreterState arg0) static PyObjectpython.PyInterpreterState_GetDict(PyInterpreterState arg0) static longpython.PyInterpreterState_GetID(PyInterpreterState arg0) static PyInterpreterStatepython.PyInterpreterState_Next(PyInterpreterState arg0) static PyThreadStatepython.PyInterpreterState_ThreadHead(PyInterpreterState arg0) static PyThreadStatepython.PyThreadState_New(PyInterpreterState arg0) static intpython.PyUnstable_AtExit(PyInterpreterState arg0, atexit_datacallbackfunc arg1, Pointer arg2) static PyObject