Uses of Class
org.bytedeco.cpython.PyStatus
Packages that use PyStatus
-
Uses of PyStatus in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyStatusModifier and TypeMethodDescriptionPyStatus.err_msg(BytePointer setter) PyStatus.exitcode(int setter) PyStatus.func(BytePointer setter) PyStatus.getPointer(long i) PyStatus.position(long position) -
Uses of PyStatus in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global that return PyStatusModifier and TypeMethodDescriptionstatic PyStatuspython._Py_InitializeMain()static PyStatuspython.Py_InitializeFromConfig(PyConfig config) static PyStatuspython.Py_NewInterpreterFromConfig(PyThreadState tstate_p, PyInterpreterConfig config) static PyStatuspython.Py_NewInterpreterFromConfig(PointerPointer tstate_p, PyInterpreterConfig config) static PyStatuspython.Py_PreInitialize(PyPreConfig src_config) static PyStatuspython.Py_PreInitializeFromArgs(PyPreConfig src_config, long argc, Pointer argv) static PyStatuspython.Py_PreInitializeFromArgs(PyPreConfig src_config, long argc, PointerPointer argv) static PyStatuspython.Py_PreInitializeFromBytesArgs(PyPreConfig src_config, long argc, byte[] argv) static PyStatuspython.Py_PreInitializeFromBytesArgs(PyPreConfig src_config, long argc, ByteBuffer argv) static PyStatuspython.Py_PreInitializeFromBytesArgs(PyPreConfig src_config, long argc, BytePointer argv) static PyStatuspython.Py_PreInitializeFromBytesArgs(PyPreConfig src_config, long argc, PointerPointer argv) static PyStatuspython.PyConfig_Read(PyConfig config) static PyStatuspython.PyConfig_SetArgv(PyConfig config, long argc, Pointer argv) static PyStatuspython.PyConfig_SetArgv(PyConfig config, long argc, PointerPointer argv) static PyStatuspython.PyConfig_SetBytesArgv(PyConfig config, long argc, byte[] argv) static PyStatuspython.PyConfig_SetBytesArgv(PyConfig config, long argc, ByteBuffer argv) static PyStatuspython.PyConfig_SetBytesArgv(PyConfig config, long argc, BytePointer argv) static PyStatuspython.PyConfig_SetBytesArgv(PyConfig config, long argc, PointerPointer argv) static PyStatuspython.PyConfig_SetBytesString(PyConfig config, PointerPointer config_str, BytePointer str) static PyStatuspython.PyConfig_SetBytesString(PyConfig config, Pointer config_str, String str) static PyStatuspython.PyConfig_SetBytesString(PyConfig config, Pointer config_str, BytePointer str) static PyStatuspython.PyConfig_SetString(PyConfig config, PointerPointer config_str, Pointer str) static PyStatuspython.PyConfig_SetString(PyConfig config, Pointer config_str, Pointer str) static PyStatuspython.PyConfig_SetWideStringList(PyConfig config, PyWideStringList list, long length, Pointer items) static PyStatuspython.PyConfig_SetWideStringList(PyConfig config, PyWideStringList list, long length, PointerPointer items) static PyStatuspython.PyStatus_Error(String err_msg) static PyStatuspython.PyStatus_Error(BytePointer err_msg) static PyStatuspython.PyStatus_Exit(int exitcode) static PyStatuspython.PyStatus_NoMemory()static PyStatuspython.PyStatus_Ok()static PyStatuspython.PyWideStringList_Append(PyWideStringList list, Pointer item) static PyStatuspython.PyWideStringList_Insert(PyWideStringList list, long index, Pointer item) Methods in org.bytedeco.cpython.global with parameters of type PyStatusModifier and TypeMethodDescriptionstatic voidpython.Py_ExitStatusException(PyStatus err) static intpython.PyStatus_Exception(PyStatus err) static intpython.PyStatus_IsError(PyStatus err) static intpython.PyStatus_IsExit(PyStatus err)