static PyStatus |
python._Py_InitializeMain() |
static PyStatus |
python.Py_InitializeFromConfig(PyConfig config) |
static PyStatus |
python.Py_PreInitialize(PyPreConfig src_config) |
static PyStatus |
python.Py_PreInitializeFromArgs(PyPreConfig src_config,
long argc,
org.bytedeco.javacpp.Pointer argv) |
static PyStatus |
python.Py_PreInitializeFromArgs(PyPreConfig src_config,
long argc,
org.bytedeco.javacpp.PointerPointer argv) |
static PyStatus |
python.Py_PreInitializeFromBytesArgs(PyPreConfig src_config,
long argc,
byte[] argv) |
static PyStatus |
python.Py_PreInitializeFromBytesArgs(PyPreConfig src_config,
long argc,
ByteBuffer argv) |
static PyStatus |
python.Py_PreInitializeFromBytesArgs(PyPreConfig src_config,
long argc,
org.bytedeco.javacpp.BytePointer argv) |
static PyStatus |
python.Py_PreInitializeFromBytesArgs(PyPreConfig src_config,
long argc,
org.bytedeco.javacpp.PointerPointer argv) |
static PyStatus |
python.PyConfig_Read(PyConfig config) |
static PyStatus |
python.PyConfig_SetArgv(PyConfig config,
long argc,
org.bytedeco.javacpp.Pointer argv) |
static PyStatus |
python.PyConfig_SetArgv(PyConfig config,
long argc,
org.bytedeco.javacpp.PointerPointer argv) |
static PyStatus |
python.PyConfig_SetBytesArgv(PyConfig config,
long argc,
byte[] argv) |
static PyStatus |
python.PyConfig_SetBytesArgv(PyConfig config,
long argc,
ByteBuffer argv) |
static PyStatus |
python.PyConfig_SetBytesArgv(PyConfig config,
long argc,
org.bytedeco.javacpp.BytePointer argv) |
static PyStatus |
python.PyConfig_SetBytesArgv(PyConfig config,
long argc,
org.bytedeco.javacpp.PointerPointer argv) |
static PyStatus |
python.PyConfig_SetBytesString(PyConfig config,
org.bytedeco.javacpp.Pointer config_str,
org.bytedeco.javacpp.BytePointer str) |
static PyStatus |
python.PyConfig_SetBytesString(PyConfig config,
org.bytedeco.javacpp.PointerPointer config_str,
org.bytedeco.javacpp.BytePointer str) |
static PyStatus |
python.PyConfig_SetBytesString(PyConfig config,
org.bytedeco.javacpp.Pointer config_str,
String str) |
static PyStatus |
python.PyConfig_SetString(PyConfig config,
org.bytedeco.javacpp.Pointer config_str,
org.bytedeco.javacpp.Pointer str) |
static PyStatus |
python.PyConfig_SetString(PyConfig config,
org.bytedeco.javacpp.PointerPointer config_str,
org.bytedeco.javacpp.Pointer str) |
static PyStatus |
python.PyConfig_SetWideStringList(PyConfig config,
PyWideStringList list,
long length,
org.bytedeco.javacpp.Pointer items) |
static PyStatus |
python.PyConfig_SetWideStringList(PyConfig config,
PyWideStringList list,
long length,
org.bytedeco.javacpp.PointerPointer items) |
static PyStatus |
python.PyStatus_Error(org.bytedeco.javacpp.BytePointer err_msg) |
static PyStatus |
python.PyStatus_Error(String err_msg) |
static PyStatus |
python.PyStatus_Exit(int exitcode) |
static PyStatus |
python.PyStatus_NoMemory() |
static PyStatus |
python.PyStatus_Ok() |
static PyStatus |
python.PyWideStringList_Append(PyWideStringList list,
org.bytedeco.javacpp.Pointer item) |
static PyStatus |
python.PyWideStringList_Insert(PyWideStringList list,
long index,
org.bytedeco.javacpp.Pointer item) |