static void |
python._Py_Dealloc(PyObject arg0) |
static void |
python._Py_DecRef(PyObject arg0) |
static void |
python._Py_EllipsisObject(PyObject setter) |
static Pointer |
python._Py_fopen_obj(PyObject path,
BytePointer mode) |
static Pointer |
python._Py_fopen_obj(PyObject path,
String mode) |
static long |
python._Py_HashDouble(PyObject arg0,
double arg1) |
static void |
python._Py_IncRef(PyObject arg0) |
static int |
python._Py_IsImmortal(PyObject op) |
static PyObject |
python._Py_NewRef(PyObject obj) |
static void |
python._Py_NewReference(PyObject op) |
static void |
python._Py_NewReferenceNoTotal(PyObject op) |
static void |
python._Py_NoneStruct(PyObject setter) |
static void |
python._Py_NotImplementedStruct(PyObject setter) |
static void |
python._Py_ResurrectReference(PyObject op) |
static void |
python._Py_SetRefcnt(PyObject ob,
long refcnt) |
static PyObject |
python._Py_XNewRef(PyObject obj) |
static PyObject |
python._PyBytes_Join(PyObject sep,
PyObject x) |
static int |
python._PyBytes_Resize(PyObject arg0,
long arg1) |
static PyObject |
python._PyCode_ConstantKey(PyObject obj) |
static int |
python._PyCode_GetExtra(PyObject code,
long index,
Pointer extra)
Deprecated.
|
static int |
python._PyCode_GetExtra(PyObject code,
long index,
PointerPointer extra)
Deprecated.
|
static int |
python._PyCode_SetExtra(PyObject code,
long index,
Pointer extra)
Deprecated.
|
static PyObject |
python._PyDict_GetItem_KnownHash(PyObject mp,
PyObject key,
long hash) |
static PyObject |
python._PyDict_GetItemStringWithError(PyObject arg0,
BytePointer arg1) |
static PyObject |
python._PyDict_GetItemStringWithError(PyObject arg0,
String arg1) |
static PyObject |
python._PyDict_Pop(PyObject dict,
PyObject key,
PyObject default_value) |
static void |
python._PyErr_ChainExceptions1(PyObject arg0) |
static int |
python._PyEval_SliceIndex(PyObject arg0,
SizeTPointer arg1) |
static int |
python._PyEval_SliceIndexNotNone(PyObject arg0,
SizeTPointer arg1) |
static void |
python._PyObject_AssertFailed(PyObject obj,
BytePointer expr,
BytePointer msg,
BytePointer file,
int line,
BytePointer function) |
static void |
python._PyObject_AssertFailed(PyObject obj,
String expr,
String msg,
String file,
int line,
String function) |
static PyObject |
python._PyObject_CallMethodId(PyObject obj,
_Py_Identifier name,
BytePointer format) |
static PyObject |
python._PyObject_CallMethodId(PyObject obj,
_Py_Identifier name,
String format) |
static void |
python._PyObject_Dump(PyObject arg0) |
static PyObject |
python._PyObject_FunctionStr(PyObject arg0) |
static PyObject |
python._PyObject_GenericGetAttrWithDict(PyObject arg0,
PyObject arg1,
PyObject arg2,
int arg3) |
static int |
python._PyObject_GenericSetAttrWithDict(PyObject arg0,
PyObject arg1,
PyObject arg2,
PyObject arg3) |
static PyObject |
python._PyObject_GetAttrId(PyObject arg0,
_Py_Identifier arg1) |
static PointerPointer |
python._PyObject_GetDictPtr(PyObject arg0) |
static int |
python._PyObject_SetManagedDict(PyObject obj,
PyObject new_dict) |
static int |
python._PySlice_GetLongIndices(PySliceObject self,
PyObject length,
PointerPointer start_ptr,
PointerPointer stop_ptr,
PointerPointer step_ptr) |
static int |
python._PySlice_GetLongIndices(PySliceObject self,
PyObject length,
PyObject start_ptr,
PyObject stop_ptr,
PyObject step_ptr) |
static PyObject |
python._PyStack_AsDict(PointerPointer values,
PyObject kwnames) |
static PyObject |
python._PyStack_AsDict(PyObject values,
PyObject kwnames) |
static void |
python._PyTrash_thread_deposit_object(PyThreadState tstate,
PyObject op) |
static int |
python._PyTuple_Resize(PyObject arg0,
long arg1) |
static PyObject |
python._PyType_Lookup(PyTypeObject arg0,
PyObject arg1) |
static PyObject |
python._PyType_LookupRef(PyTypeObject arg0,
PyObject arg1) |
static Pointer |
python._PyUnicode_COMPACT_DATA(PyObject op) |
static Pointer |
python._PyUnicode_NONCOMPACT_DATA(PyObject op) |
static int |
python._PyUnicodeWriter_WriteStr(_PyUnicodeWriter writer,
PyObject str) |
static int |
python._PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter writer,
PyObject str,
long start,
long end) |
static PyObject |
python.Py_CompileStringObject(BytePointer str,
PyObject filename,
int start,
PyCompilerFlags flags,
int optimize) |
static PyObject |
python.Py_CompileStringObject(String str,
PyObject filename,
int start,
PyCompilerFlags flags,
int optimize) |
static void |
python.Py_DecRef(PyObject arg0) |
static void |
python.Py_DECREF(PyObject op) |
static PyObject |
python.Py_GenericAlias(PyObject arg0,
PyObject arg1) |
static void |
python.Py_IncRef(PyObject arg0) |
static void |
python.Py_INCREF(PyObject op) |
static int |
python.Py_IS_TYPE(PyObject ob,
PyTypeObject type) |
static int |
python.Py_Is(PyObject x,
PyObject y) |
static int |
python.Py_IsFalse(PyObject x) |
static int |
python.Py_IsNone(PyObject x) |
static int |
python.Py_IsTrue(PyObject x) |
static PyObject |
python.Py_NewRef(PyObject obj) |
static long |
python.Py_REFCNT(PyObject ob) |
static int |
python.Py_ReprEnter(PyObject arg0) |
static void |
python.Py_ReprLeave(PyObject arg0) |
static void |
python.Py_SET_REFCNT(PyObject ob,
long refcnt) |
static void |
python.Py_SET_TYPE(PyObject ob,
PyTypeObject type) |
static long |
python.Py_SIZE(PyObject ob) |
static PyTypeObject |
python.Py_TYPE(PyObject ob) |
static byte[] |
python.Py_UniversalNewlineFgets(byte[] arg0,
int arg1,
Pointer arg2,
PyObject arg3) |
static ByteBuffer |
python.Py_UniversalNewlineFgets(ByteBuffer arg0,
int arg1,
Pointer arg2,
PyObject arg3) |
static BytePointer |
python.Py_UniversalNewlineFgets(BytePointer arg0,
int arg1,
Pointer arg2,
PyObject arg3) |
static void |
python.Py_XDECREF(PyObject op) |
static void |
python.Py_XINCREF(PyObject op) |
static PyObject |
python.Py_XNewRef(PyObject obj) |
static int |
python.PyAIter_Check(PyObject arg0) |
static int |
python.PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0) |
static int |
python.PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1) |
static int |
python.PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2) |
static int |
python.PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3) |
static int |
python.PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4) |
static int |
python.PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5) |
static int |
python.PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6) |
static int |
python.PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6,
Pointer vararg7) |
static int |
python.PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6,
Pointer vararg7,
Pointer vararg8) |
static int |
python.PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6,
Pointer vararg7,
Pointer vararg8,
Pointer vararg9) |
static int |
python.PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0) |
static int |
python.PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1) |
static int |
python.PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2) |
static int |
python.PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3) |
static int |
python.PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4) |
static int |
python.PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5) |
static int |
python.PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6) |
static int |
python.PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6,
Pointer vararg7) |
static int |
python.PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6,
Pointer vararg7,
Pointer vararg8) |
static int |
python.PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6,
Pointer vararg7,
Pointer vararg8,
Pointer vararg9) |
static int |
python.PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0) |
static int |
python.PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1) |
static int |
python.PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2) |
static int |
python.PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3) |
static int |
python.PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4) |
static int |
python.PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5) |
static int |
python.PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6) |
static int |
python.PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6,
Pointer vararg7) |
static int |
python.PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6,
Pointer vararg7,
Pointer vararg8) |
static int |
python.PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6,
Pointer vararg7,
Pointer vararg8,
Pointer vararg9) |
static int |
python.PyArg_UnpackTuple(PyObject arg0,
BytePointer arg1,
long arg2,
long arg3) |
static int |
python.PyArg_UnpackTuple(PyObject arg0,
String arg1,
long arg2,
long arg3) |
static int |
python.PyArg_ValidateKeywordArguments(PyObject arg0) |
static int |
python.PyArg_VaParse(PyObject arg0,
BytePointer arg1,
Pointer arg2) |
static int |
python.PyArg_VaParse(PyObject arg0,
String arg1,
Pointer arg2) |
static int |
python.PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
BytePointer arg2,
byte[] arg3,
Pointer arg4) |
static int |
python.PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
BytePointer arg2,
ByteBuffer arg3,
Pointer arg4) |
static int |
python.PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
BytePointer arg2,
BytePointer arg3,
Pointer arg4) |
static int |
python.PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
BytePointer arg2,
PointerPointer arg3,
Pointer arg4) |
static int |
python.PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
byte[] arg3,
Pointer arg4) |
static int |
python.PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
ByteBuffer arg3,
Pointer arg4) |
static int |
python.PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
BytePointer arg3,
Pointer arg4) |
static PyObject |
python.PyAsyncGen_New(PyFrameObject arg0,
PyObject name,
PyObject qualname) |
static int |
python.PyBuffer_FillInfo(Py_buffer view,
PyObject o,
Pointer buf,
long len,
int readonly,
int flags) |
static BytePointer |
python.PyByteArray_AS_STRING(PyObject op) |
static BytePointer |
python.PyByteArray_AsString(PyObject arg0) |
static PyObject |
python.PyByteArray_Concat(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyByteArray_FromObject(PyObject arg0) |
static long |
python.PyByteArray_GET_SIZE(PyObject op) |
static int |
python.PyByteArray_Resize(PyObject arg0,
long arg1) |
static long |
python.PyByteArray_Size(PyObject arg0) |
static BytePointer |
python.PyBytes_AS_STRING(PyObject op) |
static BytePointer |
python.PyBytes_AsString(PyObject arg0) |
static int |
python.PyBytes_AsStringAndSize(PyObject obj,
byte[] s,
SizeTPointer len) |
static int |
python.PyBytes_AsStringAndSize(PyObject obj,
ByteBuffer s,
SizeTPointer len) |
static int |
python.PyBytes_AsStringAndSize(PyObject obj,
BytePointer s,
SizeTPointer len) |
static int |
python.PyBytes_AsStringAndSize(PyObject obj,
PointerPointer s,
SizeTPointer len) |
static void |
python.PyBytes_Concat(PointerPointer arg0,
PyObject arg1) |
static void |
python.PyBytes_Concat(PyObject arg0,
PyObject arg1) |
static void |
python.PyBytes_ConcatAndDel(PointerPointer arg0,
PyObject arg1) |
static void |
python.PyBytes_ConcatAndDel(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyBytes_FromObject(PyObject arg0) |
static long |
python.PyBytes_GET_SIZE(PyObject op) |
static PyObject |
python.PyBytes_Repr(PyObject arg0,
int arg1) |
static long |
python.PyBytes_Size(PyObject arg0) |
static int |
python.PyCallable_Check(PyObject arg0) |
static PyObject |
python.PyCallIter_New(PyObject arg0,
PyObject arg1) |
static Pointer |
python.PyCapsule_GetContext(PyObject capsule) |
static PyCapsule_Destructor |
python.PyCapsule_GetDestructor(PyObject capsule) |
static BytePointer |
python.PyCapsule_GetName(PyObject capsule) |
static Pointer |
python.PyCapsule_GetPointer(PyObject capsule,
BytePointer name) |
static Pointer |
python.PyCapsule_GetPointer(PyObject capsule,
String name) |
static int |
python.PyCapsule_IsValid(PyObject capsule,
BytePointer name) |
static int |
python.PyCapsule_IsValid(PyObject capsule,
String name) |
static int |
python.PyCapsule_SetContext(PyObject capsule,
Pointer context) |
static int |
python.PyCapsule_SetDestructor(PyObject capsule,
PyCapsule_Destructor destructor) |
static int |
python.PyCapsule_SetName(PyObject capsule,
BytePointer name) |
static int |
python.PyCapsule_SetName(PyObject capsule,
String name) |
static int |
python.PyCapsule_SetPointer(PyObject capsule,
Pointer pointer) |
static PyObject |
python.PyCell_Get(PyObject arg0) |
static PyObject |
python.PyCell_GET(PyObject op) |
static PyObject |
python.PyCell_New(PyObject arg0) |
static int |
python.PyCell_Set(PyObject arg0,
PyObject arg1) |
static void |
python.PyCell_SET(PyObject op,
PyObject value) |
static PyTypeObject |
python.PyCFunction_GET_CLASS(PyObject func_obj) |
static int |
python.PyCFunction_GET_FLAGS(PyObject func) |
static PyCFunction |
python.PyCFunction_GET_FUNCTION(PyObject func) |
static PyObject |
python.PyCFunction_GET_SELF(PyObject func_obj) |
static int |
python.PyCFunction_GetFlags(PyObject arg0) |
static PyCFunction |
python.PyCFunction_GetFunction(PyObject arg0) |
static PyObject |
python.PyCFunction_GetSelf(PyObject arg0) |
static PyObject |
python.PyCFunction_New(PyMethodDef arg0,
PyObject arg1) |
static PyObject |
python.PyCFunction_NewEx(PyMethodDef arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
python.PyClassMethod_New(PyObject arg0) |
static PyObject |
python.PyCMethod_New(PyMethodDef arg0,
PyObject arg1,
PyObject arg2,
PyTypeObject arg3) |
static PyCodeObject |
python.PyCode_New(int a,
int b,
int c,
int d,
int e,
PyObject f,
PyObject g,
PyObject h,
PyObject i,
PyObject j,
PyObject k,
PyObject l,
PyObject m,
PyObject n,
int o,
PyObject p,
PyObject q)
Deprecated.
|
static PyCodeObject |
python.PyCode_NewWithPosOnlyArgs(int a,
int poac,
int b,
int c,
int d,
int e,
PyObject f,
PyObject g,
PyObject h,
PyObject i,
PyObject j,
PyObject k,
PyObject l,
PyObject m,
PyObject n,
int o,
PyObject p,
PyObject q)
Deprecated.
|
static PyObject |
python.PyCode_Optimize(PyObject code,
PyObject consts,
PyObject names,
PyObject lnotab) |
static PyObject |
python.PyCodec_BackslashReplaceErrors(PyObject exc) |
static PyObject |
python.PyCodec_Decode(PyObject object,
BytePointer encoding,
BytePointer errors) |
static PyObject |
python.PyCodec_Decode(PyObject object,
String encoding,
String errors) |
static PyObject |
python.PyCodec_Encode(PyObject object,
BytePointer encoding,
BytePointer errors) |
static PyObject |
python.PyCodec_Encode(PyObject object,
String encoding,
String errors) |
static PyObject |
python.PyCodec_IgnoreErrors(PyObject exc) |
static PyObject |
python.PyCodec_NameReplaceErrors(PyObject exc) |
static int |
python.PyCodec_Register(PyObject search_function) |
static int |
python.PyCodec_RegisterError(BytePointer name,
PyObject error) |
static int |
python.PyCodec_RegisterError(String name,
PyObject error) |
static PyObject |
python.PyCodec_ReplaceErrors(PyObject exc) |
static PyObject |
python.PyCodec_StreamReader(BytePointer encoding,
PyObject stream,
BytePointer errors) |
static PyObject |
python.PyCodec_StreamReader(String encoding,
PyObject stream,
String errors) |
static PyObject |
python.PyCodec_StreamWriter(BytePointer encoding,
PyObject stream,
BytePointer errors) |
static PyObject |
python.PyCodec_StreamWriter(String encoding,
PyObject stream,
String errors) |
static PyObject |
python.PyCodec_StrictErrors(PyObject exc) |
static int |
python.PyCodec_Unregister(PyObject search_function) |
static PyObject |
python.PyCodec_XMLCharRefReplaceErrors(PyObject exc) |
static double |
python.PyComplex_ImagAsDouble(PyObject op) |
static double |
python.PyComplex_RealAsDouble(PyObject op) |
static PyObject |
python.PyContext_Copy(PyObject arg0) |
static int |
python.PyContext_Enter(PyObject arg0) |
static int |
python.PyContext_Exit(PyObject arg0) |
static int |
python.PyContextVar_Get(PyObject var,
PyObject default_value,
PointerPointer value) |
static int |
python.PyContextVar_Get(PyObject var,
PyObject default_value,
PyObject value) |
static PyObject |
python.PyContextVar_New(BytePointer name,
PyObject default_value) |
static PyObject |
python.PyContextVar_New(String name,
PyObject default_value) |
static int |
python.PyContextVar_Reset(PyObject var,
PyObject token) |
static PyObject |
python.PyContextVar_Set(PyObject var,
PyObject value) |
static PyObject |
python.PyCoro_New(PyFrameObject arg0,
PyObject name,
PyObject qualname) |
static void |
python.PyDict_Clear(PyObject mp) |
static int |
python.PyDict_Contains(PyObject mp,
PyObject key) |
static int |
python.PyDict_ContainsString(PyObject mp,
BytePointer key) |
static int |
python.PyDict_ContainsString(PyObject mp,
String key) |
static PyObject |
python.PyDict_Copy(PyObject mp) |
static int |
python.PyDict_DelItem(PyObject mp,
PyObject key) |
static int |
python.PyDict_DelItemString(PyObject dp,
BytePointer key) |
static int |
python.PyDict_DelItemString(PyObject dp,
String key) |
static long |
python.PyDict_GET_SIZE(PyObject op) |
static PyObject |
python.PyDict_GetItem(PyObject mp,
PyObject key) |
static int |
python.PyDict_GetItemRef(PyObject mp,
PyObject key,
PointerPointer result) |
static int |
python.PyDict_GetItemRef(PyObject mp,
PyObject key,
PyObject result) |
static PyObject |
python.PyDict_GetItemString(PyObject dp,
BytePointer key) |
static PyObject |
python.PyDict_GetItemString(PyObject dp,
String key) |
static int |
python.PyDict_GetItemStringRef(PyObject mp,
BytePointer key,
PointerPointer result) |
static int |
python.PyDict_GetItemStringRef(PyObject mp,
BytePointer key,
PyObject result) |
static int |
python.PyDict_GetItemStringRef(PyObject mp,
String key,
PyObject result) |
static PyObject |
python.PyDict_GetItemWithError(PyObject mp,
PyObject key) |
static PyObject |
python.PyDict_Items(PyObject mp) |
static PyObject |
python.PyDict_Keys(PyObject mp) |
static int |
python.PyDict_Merge(PyObject mp,
PyObject other,
int override) |
static int |
python.PyDict_MergeFromSeq2(PyObject d,
PyObject seq2,
int override) |
static int |
python.PyDict_Next(PyObject mp,
SizeTPointer pos,
PointerPointer key,
PointerPointer value) |
static int |
python.PyDict_Next(PyObject mp,
SizeTPointer pos,
PyObject key,
PyObject value) |
static int |
python.PyDict_Pop(PyObject dict,
PyObject key,
PointerPointer result) |
static int |
python.PyDict_Pop(PyObject dict,
PyObject key,
PyObject result) |
static int |
python.PyDict_PopString(PyObject dict,
BytePointer key,
PointerPointer result) |
static int |
python.PyDict_PopString(PyObject dict,
BytePointer key,
PyObject result) |
static int |
python.PyDict_PopString(PyObject dict,
String key,
PyObject result) |
static PyObject |
python.PyDict_SetDefault(PyObject mp,
PyObject key,
PyObject defaultobj) |
static int |
python.PyDict_SetDefaultRef(PyObject mp,
PyObject key,
PyObject default_value,
PointerPointer result) |
static int |
python.PyDict_SetDefaultRef(PyObject mp,
PyObject key,
PyObject default_value,
PyObject result) |
static int |
python.PyDict_SetItem(PyObject mp,
PyObject key,
PyObject item) |
static int |
python.PyDict_SetItemString(PyObject dp,
BytePointer key,
PyObject item) |
static int |
python.PyDict_SetItemString(PyObject dp,
String key,
PyObject item) |
static long |
python.PyDict_Size(PyObject mp) |
static int |
python.PyDict_Unwatch(int watcher_id,
PyObject dict) |
static int |
python.PyDict_Update(PyObject mp,
PyObject other) |
static PyObject |
python.PyDict_Values(PyObject mp) |
static int |
python.PyDict_Watch(int watcher_id,
PyObject dict) |
static PyObject |
python.PyDictProxy_New(PyObject arg0) |
static void |
python.PyErr_Display(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static void |
python.PyErr_DisplayException(PyObject arg0) |
static int |
python.PyErr_ExceptionMatches(PyObject arg0) |
static void |
python.PyErr_Fetch(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
python.PyErr_Format(PyObject exception,
BytePointer format) |
static PyObject |
python.PyErr_Format(PyObject exception,
String format) |
static PyObject |
python.PyErr_FormatV(PyObject exception,
BytePointer format,
Pointer vargs) |
static PyObject |
python.PyErr_FormatV(PyObject exception,
String format,
Pointer vargs) |
static void |
python.PyErr_GetExcInfo(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
python.PyErr_GivenExceptionMatches(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyErr_NewException(BytePointer name,
PyObject base,
PyObject dict) |
static PyObject |
python.PyErr_NewException(String name,
PyObject base,
PyObject dict) |
static PyObject |
python.PyErr_NewExceptionWithDoc(BytePointer name,
BytePointer doc,
PyObject base,
PyObject dict) |
static PyObject |
python.PyErr_NewExceptionWithDoc(String name,
String doc,
PyObject base,
PyObject dict) |
static void |
python.PyErr_NormalizeException(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
python.PyErr_ProgramTextObject(PyObject filename,
int lineno) |
static void |
python.PyErr_RangedSyntaxLocationObject(PyObject filename,
int lineno,
int col_offset,
int end_lineno,
int end_col_offset) |
static int |
python.PyErr_ResourceWarning(PyObject source,
long stack_level,
BytePointer format) |
static int |
python.PyErr_ResourceWarning(PyObject source,
long stack_level,
String format) |
static void |
python.PyErr_Restore(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static void |
python.PyErr_SetExcInfo(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
python.PyErr_SetFromErrno(PyObject arg0) |
static PyObject |
python.PyErr_SetFromErrnoWithFilename(PyObject exc,
BytePointer filename) |
static PyObject |
python.PyErr_SetFromErrnoWithFilename(PyObject exc,
String filename) |
static PyObject |
python.PyErr_SetFromErrnoWithFilenameObject(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyErr_SetFromErrnoWithFilenameObjects(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static void |
python.PyErr_SetHandledException(PyObject arg0) |
static PyObject |
python.PyErr_SetImportError(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
python.PyErr_SetImportErrorSubclass(PyObject arg0,
PyObject arg1,
PyObject arg2,
PyObject arg3) |
static void |
python.PyErr_SetNone(PyObject arg0) |
static void |
python.PyErr_SetObject(PyObject arg0,
PyObject arg1) |
static void |
python.PyErr_SetRaisedException(PyObject arg0) |
static void |
python.PyErr_SetString(PyObject exception,
BytePointer string) |
static void |
python.PyErr_SetString(PyObject exception,
String string) |
static void |
python.PyErr_SyntaxLocationObject(PyObject filename,
int lineno,
int col_offset) |
static int |
python.PyErr_WarnEx(PyObject category,
BytePointer message,
long stack_level) |
static int |
python.PyErr_WarnEx(PyObject category,
String message,
long stack_level) |
static int |
python.PyErr_WarnExplicit(PyObject category,
BytePointer message,
BytePointer filename,
int lineno,
BytePointer module,
PyObject registry) |
static int |
python.PyErr_WarnExplicit(PyObject category,
String message,
String filename,
int lineno,
String module,
PyObject registry) |
static int |
python.PyErr_WarnFormat(PyObject category,
long stack_level,
BytePointer format) |
static int |
python.PyErr_WarnFormat(PyObject category,
long stack_level,
String format) |
static void |
python.PyErr_WriteUnraisable(PyObject arg0) |
static PyObject |
python.PyEval_EvalCode(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
python.PyEval_EvalCodeEx(PyObject co,
PyObject globals,
PyObject locals,
PointerPointer args,
int argc,
PointerPointer kwds,
int kwdc,
PointerPointer defs,
int defc,
PyObject kwdefs,
PyObject closure) |
static PyObject |
python.PyEval_EvalCodeEx(PyObject co,
PyObject globals,
PyObject locals,
PyObject args,
int argc,
PyObject kwds,
int kwdc,
PyObject defs,
int defc,
PyObject kwdefs,
PyObject closure) |
static BytePointer |
python.PyEval_GetFuncDesc(PyObject arg0) |
static BytePointer |
python.PyEval_GetFuncName(PyObject arg0) |
static void |
python.PyEval_SetProfile(Py_tracefunc arg0,
PyObject arg1) |
static void |
python.PyEval_SetProfileAllThreads(Py_tracefunc arg0,
PyObject arg1) |
static void |
python.PyEval_SetTrace(Py_tracefunc arg0,
PyObject arg1) |
static void |
python.PyEval_SetTraceAllThreads(Py_tracefunc arg0,
PyObject arg1) |
static void |
python.PyExc_ArithmeticError(PyObject setter) |
static void |
python.PyExc_AssertionError(PyObject setter) |
static void |
python.PyExc_AttributeError(PyObject setter) |
static void |
python.PyExc_BaseException(PyObject setter) |
static void |
python.PyExc_BaseExceptionGroup(PyObject setter) |
static void |
python.PyExc_BlockingIOError(PyObject setter) |
static void |
python.PyExc_BrokenPipeError(PyObject setter) |
static void |
python.PyExc_BufferError(PyObject setter) |
static void |
python.PyExc_BytesWarning(PyObject setter) |
static void |
python.PyExc_ChildProcessError(PyObject setter) |
static void |
python.PyExc_ConnectionAbortedError(PyObject setter) |
static void |
python.PyExc_ConnectionError(PyObject setter) |
static void |
python.PyExc_ConnectionRefusedError(PyObject setter) |
static void |
python.PyExc_ConnectionResetError(PyObject setter) |
static void |
python.PyExc_DeprecationWarning(PyObject setter) |
static void |
python.PyExc_EncodingWarning(PyObject setter) |
static void |
python.PyExc_EnvironmentError(PyObject setter) |
static void |
python.PyExc_EOFError(PyObject setter) |
static void |
python.PyExc_Exception(PyObject setter) |
static void |
python.PyExc_FileExistsError(PyObject setter) |
static void |
python.PyExc_FileNotFoundError(PyObject setter) |
static void |
python.PyExc_FloatingPointError(PyObject setter) |
static void |
python.PyExc_FutureWarning(PyObject setter) |
static void |
python.PyExc_GeneratorExit(PyObject setter) |
static void |
python.PyExc_ImportError(PyObject setter) |
static void |
python.PyExc_ImportWarning(PyObject setter) |
static void |
python.PyExc_IndentationError(PyObject setter) |
static void |
python.PyExc_IndexError(PyObject setter) |
static void |
python.PyExc_InterruptedError(PyObject setter) |
static void |
python.PyExc_IOError(PyObject setter) |
static void |
python.PyExc_IsADirectoryError(PyObject setter) |
static void |
python.PyExc_KeyboardInterrupt(PyObject setter) |
static void |
python.PyExc_KeyError(PyObject setter) |
static void |
python.PyExc_LookupError(PyObject setter) |
static void |
python.PyExc_MemoryError(PyObject setter) |
static void |
python.PyExc_ModuleNotFoundError(PyObject setter) |
static void |
python.PyExc_NameError(PyObject setter) |
static void |
python.PyExc_NotADirectoryError(PyObject setter) |
static void |
python.PyExc_NotImplementedError(PyObject setter) |
static void |
python.PyExc_OSError(PyObject setter) |
static void |
python.PyExc_OverflowError(PyObject setter) |
static void |
python.PyExc_PendingDeprecationWarning(PyObject setter) |
static void |
python.PyExc_PermissionError(PyObject setter) |
static void |
python.PyExc_ProcessLookupError(PyObject setter) |
static void |
python.PyExc_PythonFinalizationError(PyObject setter) |
static void |
python.PyExc_RecursionError(PyObject setter) |
static void |
python.PyExc_ReferenceError(PyObject setter) |
static void |
python.PyExc_ResourceWarning(PyObject setter) |
static void |
python.PyExc_RuntimeError(PyObject setter) |
static void |
python.PyExc_RuntimeWarning(PyObject setter) |
static void |
python.PyExc_StopAsyncIteration(PyObject setter) |
static void |
python.PyExc_StopIteration(PyObject setter) |
static void |
python.PyExc_SyntaxError(PyObject setter) |
static void |
python.PyExc_SyntaxWarning(PyObject setter) |
static void |
python.PyExc_SystemError(PyObject setter) |
static void |
python.PyExc_SystemExit(PyObject setter) |
static void |
python.PyExc_TabError(PyObject setter) |
static void |
python.PyExc_TimeoutError(PyObject setter) |
static void |
python.PyExc_TypeError(PyObject setter) |
static void |
python.PyExc_UnboundLocalError(PyObject setter) |
static void |
python.PyExc_UnicodeDecodeError(PyObject setter) |
static void |
python.PyExc_UnicodeEncodeError(PyObject setter) |
static void |
python.PyExc_UnicodeError(PyObject setter) |
static void |
python.PyExc_UnicodeTranslateError(PyObject setter) |
static void |
python.PyExc_UnicodeWarning(PyObject setter) |
static void |
python.PyExc_UserWarning(PyObject setter) |
static void |
python.PyExc_ValueError(PyObject setter) |
static void |
python.PyExc_Warning(PyObject setter) |
static void |
python.PyExc_ZeroDivisionError(PyObject setter) |
static PyObject |
python.PyException_GetArgs(PyObject arg0) |
static PyObject |
python.PyException_GetCause(PyObject arg0) |
static PyObject |
python.PyException_GetContext(PyObject arg0) |
static PyObject |
python.PyException_GetTraceback(PyObject arg0) |
static void |
python.PyException_SetArgs(PyObject arg0,
PyObject arg1) |
static void |
python.PyException_SetCause(PyObject arg0,
PyObject arg1) |
static void |
python.PyException_SetContext(PyObject arg0,
PyObject arg1) |
static int |
python.PyException_SetTraceback(PyObject arg0,
PyObject arg1) |
static BytePointer |
python.PyExceptionClass_Name(PyObject arg0) |
static PyObject |
python.PyFile_GetLine(PyObject arg0,
int arg1) |
static PyObject |
python.PyFile_OpenCodeObject(PyObject path) |
static int |
python.PyFile_WriteObject(PyObject arg0,
PyObject arg1,
int arg2) |
static int |
python.PyFile_WriteString(BytePointer arg0,
PyObject arg1) |
static int |
python.PyFile_WriteString(String arg0,
PyObject arg1) |
static double |
python.PyFloat_AsDouble(PyObject arg0) |
static PyObject |
python.PyFloat_FromString(PyObject arg0) |
static PyFrameObject |
python.PyFrame_New(PyThreadState arg0,
PyCodeObject arg1,
PyObject arg2,
PyObject arg3) |
static PyObject |
python.PyFrozenSet_New(PyObject arg0) |
static PyObject |
python.PyFunction_GET_ANNOTATIONS(PyObject func) |
static PyObject |
python.PyFunction_GET_CLOSURE(PyObject func) |
static PyObject |
python.PyFunction_GET_CODE(PyObject func) |
static PyObject |
python.PyFunction_GET_DEFAULTS(PyObject func) |
static PyObject |
python.PyFunction_GET_GLOBALS(PyObject func) |
static PyObject |
python.PyFunction_GET_KW_DEFAULTS(PyObject func) |
static PyObject |
python.PyFunction_GET_MODULE(PyObject func) |
static PyObject |
python.PyFunction_GetAnnotations(PyObject arg0) |
static PyObject |
python.PyFunction_GetClosure(PyObject arg0) |
static PyObject |
python.PyFunction_GetCode(PyObject arg0) |
static PyObject |
python.PyFunction_GetDefaults(PyObject arg0) |
static PyObject |
python.PyFunction_GetGlobals(PyObject arg0) |
static PyObject |
python.PyFunction_GetKwDefaults(PyObject arg0) |
static PyObject |
python.PyFunction_GetModule(PyObject arg0) |
static PyObject |
python.PyFunction_New(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyFunction_NewWithQualName(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
python.PyFunction_SetAnnotations(PyObject arg0,
PyObject arg1) |
static int |
python.PyFunction_SetClosure(PyObject arg0,
PyObject arg1) |
static int |
python.PyFunction_SetDefaults(PyObject arg0,
PyObject arg1) |
static int |
python.PyFunction_SetKwDefaults(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyGen_NewWithQualName(PyFrameObject arg0,
PyObject name,
PyObject qualname) |
static PyObject |
python.PyImport_AddModuleObject(PyObject name) |
static PyObject |
python.PyImport_ExecCodeModule(BytePointer name,
PyObject co) |
static PyObject |
python.PyImport_ExecCodeModule(String name,
PyObject co) |
static PyObject |
python.PyImport_ExecCodeModuleEx(BytePointer name,
PyObject co,
BytePointer pathname) |
static PyObject |
python.PyImport_ExecCodeModuleEx(String name,
PyObject co,
String pathname) |
static PyObject |
python.PyImport_ExecCodeModuleObject(PyObject name,
PyObject co,
PyObject pathname,
PyObject cpathname) |
static PyObject |
python.PyImport_ExecCodeModuleWithPathnames(BytePointer name,
PyObject co,
BytePointer pathname,
BytePointer cpathname) |
static PyObject |
python.PyImport_ExecCodeModuleWithPathnames(String name,
PyObject co,
String pathname,
String cpathname) |
static PyObject |
python.PyImport_GetImporter(PyObject path) |
static PyObject |
python.PyImport_GetModule(PyObject name) |
static PyObject |
python.PyImport_Import(PyObject name) |
static int |
python.PyImport_ImportFrozenModuleObject(PyObject name) |
static PyObject |
python.PyImport_ImportModuleLevel(BytePointer name,
PyObject globals,
PyObject locals,
PyObject fromlist,
int level) |
static PyObject |
python.PyImport_ImportModuleLevel(String name,
PyObject globals,
PyObject locals,
PyObject fromlist,
int level) |
static PyObject |
python.PyImport_ImportModuleLevelObject(PyObject name,
PyObject globals,
PyObject locals,
PyObject fromlist,
int level) |
static PyObject |
python.PyImport_ReloadModule(PyObject m) |
static int |
python.PyIndex_Check(PyObject arg0) |
static PyObject |
python.PyInstanceMethod_Function(PyObject arg0) |
static PyObject |
python.PyInstanceMethod_GET_FUNCTION(PyObject meth) |
static PyObject |
python.PyInstanceMethod_New(PyObject arg0) |
static int |
python.PyIter_Check(PyObject arg0) |
static PyObject |
python.PyIter_Next(PyObject arg0) |
static int |
python.PyIter_Send(PyObject arg0,
PyObject arg1,
PointerPointer arg2) |
static int |
python.PyIter_Send(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
python.PyList_Append(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyList_AsTuple(PyObject arg0) |
static int |
python.PyList_Clear(PyObject self) |
static int |
python.PyList_Extend(PyObject self,
PyObject iterable) |
static long |
python.PyList_GET_SIZE(PyObject op) |
static PyObject |
python.PyList_GetItem(PyObject arg0,
long arg1) |
static PyObject |
python.PyList_GetItemRef(PyObject arg0,
long arg1) |
static PyObject |
python.PyList_GetSlice(PyObject arg0,
long arg1,
long arg2) |
static int |
python.PyList_Insert(PyObject arg0,
long arg1,
PyObject arg2) |
static int |
python.PyList_Reverse(PyObject arg0) |
static void |
python.PyList_SET_ITEM(PyObject op,
long index,
PyObject value) |
static int |
python.PyList_SetItem(PyObject arg0,
long arg1,
PyObject arg2) |
static int |
python.PyList_SetSlice(PyObject arg0,
long arg1,
long arg2,
PyObject arg3) |
static long |
python.PyList_Size(PyObject arg0) |
static int |
python.PyList_Sort(PyObject arg0) |
static double |
python.PyLong_AsDouble(PyObject arg0) |
static int |
python.PyLong_AsInt(PyObject arg0) |
static long |
python.PyLong_AsLong(PyObject arg0) |
static long |
python.PyLong_AsLongAndOverflow(PyObject arg0,
int[] arg1) |
static long |
python.PyLong_AsLongAndOverflow(PyObject arg0,
IntBuffer arg1) |
static long |
python.PyLong_AsLongAndOverflow(PyObject arg0,
IntPointer arg1) |
static long |
python.PyLong_AsLongLong(PyObject arg0) |
static long |
python.PyLong_AsLongLongAndOverflow(PyObject arg0,
int[] arg1) |
static long |
python.PyLong_AsLongLongAndOverflow(PyObject arg0,
IntBuffer arg1) |
static long |
python.PyLong_AsLongLongAndOverflow(PyObject arg0,
IntPointer arg1) |
static long |
python.PyLong_AsSize_t(PyObject arg0) |
static long |
python.PyLong_AsSsize_t(PyObject arg0) |
static long |
python.PyLong_AsUnsignedLong(PyObject arg0) |
static long |
python.PyLong_AsUnsignedLongLong(PyObject arg0) |
static long |
python.PyLong_AsUnsignedLongLongMask(PyObject arg0) |
static long |
python.PyLong_AsUnsignedLongMask(PyObject arg0) |
static Pointer |
python.PyLong_AsVoidPtr(PyObject arg0) |
static int |
python.PyMapping_Check(PyObject o) |
static PyObject |
python.PyMapping_GetItemString(PyObject o,
BytePointer key) |
static PyObject |
python.PyMapping_GetItemString(PyObject o,
String key) |
static int |
python.PyMapping_GetOptionalItem(PyObject arg0,
PyObject arg1,
PointerPointer arg2) |
static int |
python.PyMapping_GetOptionalItem(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
python.PyMapping_GetOptionalItemString(PyObject arg0,
BytePointer arg1,
PointerPointer arg2) |
static int |
python.PyMapping_GetOptionalItemString(PyObject arg0,
BytePointer arg1,
PyObject arg2) |
static int |
python.PyMapping_GetOptionalItemString(PyObject arg0,
String arg1,
PyObject arg2) |
static int |
python.PyMapping_HasKey(PyObject o,
PyObject key) |
static int |
python.PyMapping_HasKeyString(PyObject o,
BytePointer key) |
static int |
python.PyMapping_HasKeyString(PyObject o,
String key) |
static int |
python.PyMapping_HasKeyStringWithError(PyObject o,
BytePointer key) |
static int |
python.PyMapping_HasKeyStringWithError(PyObject o,
String key) |
static int |
python.PyMapping_HasKeyWithError(PyObject o,
PyObject key) |
static PyObject |
python.PyMapping_Items(PyObject o) |
static PyObject |
python.PyMapping_Keys(PyObject o) |
static int |
python.PyMapping_SetItemString(PyObject o,
BytePointer key,
PyObject value) |
static int |
python.PyMapping_SetItemString(PyObject o,
String key,
PyObject value) |
static long |
python.PyMapping_Size(PyObject o) |
static PyObject |
python.PyMapping_Values(PyObject o) |
static int |
python.PyMember_SetOne(byte[] arg0,
PyMemberDef arg1,
PyObject arg2) |
static int |
python.PyMember_SetOne(ByteBuffer arg0,
PyMemberDef arg1,
PyObject arg2) |
static int |
python.PyMember_SetOne(BytePointer arg0,
PyMemberDef arg1,
PyObject arg2) |
static PyObject |
python.PyMemoryView_FromObject(PyObject base) |
static PyObject |
python.PyMemoryView_GetContiguous(PyObject base,
int buffertype,
byte order) |
static PyObject |
python.PyMethod_Function(PyObject arg0) |
static PyObject |
python.PyMethod_GET_FUNCTION(PyObject meth) |
static PyObject |
python.PyMethod_GET_SELF(PyObject meth) |
static PyObject |
python.PyMethod_New(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyMethod_Self(PyObject arg0) |
static int |
python.PyModule_Add(PyObject mod,
BytePointer name,
PyObject value) |
static int |
python.PyModule_Add(PyObject mod,
String name,
PyObject value) |
static int |
python.PyModule_AddFunctions(PyObject arg0,
PyMethodDef arg1) |
static int |
python.PyModule_AddIntConstant(PyObject arg0,
BytePointer arg1,
long arg2) |
static int |
python.PyModule_AddIntConstant(PyObject arg0,
String arg1,
long arg2) |
static int |
python.PyModule_AddObject(PyObject mod,
BytePointer arg1,
PyObject value) |
static int |
python.PyModule_AddObject(PyObject mod,
String arg1,
PyObject value) |
static int |
python.PyModule_AddObjectRef(PyObject mod,
BytePointer name,
PyObject value) |
static int |
python.PyModule_AddObjectRef(PyObject mod,
String name,
PyObject value) |
static int |
python.PyModule_AddStringConstant(PyObject arg0,
BytePointer arg1,
BytePointer arg2) |
static int |
python.PyModule_AddStringConstant(PyObject arg0,
String arg1,
String arg2) |
static int |
python.PyModule_AddType(PyObject module,
PyTypeObject type) |
static int |
python.PyModule_ExecDef(PyObject module,
PyModuleDef def) |
static PyObject |
python.PyModule_FromDefAndSpec2(PyModuleDef def,
PyObject spec,
int module_api_version) |
static PyModuleDef |
python.PyModule_GetDef(PyObject arg0) |
static PyObject |
python.PyModule_GetDict(PyObject arg0) |
static BytePointer |
python.PyModule_GetFilename(PyObject arg0)
Deprecated.
|
static PyObject |
python.PyModule_GetFilenameObject(PyObject arg0) |
static BytePointer |
python.PyModule_GetName(PyObject arg0) |
static PyObject |
python.PyModule_GetNameObject(PyObject arg0) |
static Pointer |
python.PyModule_GetState(PyObject arg0) |
static PyObject |
python.PyModule_NewObject(PyObject name) |
static int |
python.PyModule_SetDocString(PyObject arg0,
BytePointer arg1) |
static int |
python.PyModule_SetDocString(PyObject arg0,
String arg1) |
static PyObject |
python.PyNumber_Absolute(PyObject o) |
static PyObject |
python.PyNumber_Add(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_And(PyObject o1,
PyObject o2) |
static long |
python.PyNumber_AsSsize_t(PyObject o,
PyObject exc) |
static int |
python.PyNumber_Check(PyObject o) |
static PyObject |
python.PyNumber_Divmod(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_Float(PyObject o) |
static PyObject |
python.PyNumber_FloorDivide(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_Index(PyObject o) |
static PyObject |
python.PyNumber_InPlaceAdd(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_InPlaceAnd(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_InPlaceFloorDivide(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_InPlaceLshift(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_InPlaceMatrixMultiply(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_InPlaceMultiply(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_InPlaceOr(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_InPlacePower(PyObject o1,
PyObject o2,
PyObject o3) |
static PyObject |
python.PyNumber_InPlaceRemainder(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_InPlaceRshift(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_InPlaceSubtract(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_InPlaceTrueDivide(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_InPlaceXor(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_Invert(PyObject o) |
static PyObject |
python.PyNumber_Long(PyObject o) |
static PyObject |
python.PyNumber_Lshift(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_MatrixMultiply(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_Multiply(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_Negative(PyObject o) |
static PyObject |
python.PyNumber_Or(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_Positive(PyObject o) |
static PyObject |
python.PyNumber_Power(PyObject o1,
PyObject o2,
PyObject o3) |
static PyObject |
python.PyNumber_Remainder(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_Rshift(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_Subtract(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_ToBase(PyObject n,
int base) |
static PyObject |
python.PyNumber_TrueDivide(PyObject o1,
PyObject o2) |
static PyObject |
python.PyNumber_Xor(PyObject o1,
PyObject o2) |
static PyObject |
python.PyObject_ASCII(PyObject arg0) |
static int |
python.PyObject_AsFileDescriptor(PyObject arg0) |
static PyObject |
python.PyObject_Bytes(PyObject arg0) |
static PyObject |
python.PyObject_Call(PyObject callable,
PyObject args,
PyObject kwargs) |
static void |
python.PyObject_CallFinalizer(PyObject arg0) |
static int |
python.PyObject_CallFinalizerFromDealloc(PyObject arg0) |
static PyObject |
python.PyObject_CallFunction(PyObject callable,
BytePointer format) |
static PyObject |
python.PyObject_CallFunction(PyObject callable,
String format) |
static PyObject |
python.PyObject_CallFunctionObjArgs(PyObject callable) |
static PyObject |
python.PyObject_CallMethod(PyObject obj,
BytePointer name,
BytePointer format) |
static PyObject |
python.PyObject_CallMethod(PyObject obj,
String name,
String format) |
static PyObject |
python.PyObject_CallMethodNoArgs(PyObject self,
PyObject name) |
static PyObject |
python.PyObject_CallMethodObjArgs(PyObject obj,
PyObject name) |
static PyObject |
python.PyObject_CallMethodOneArg(PyObject self,
PyObject name,
PyObject arg) |
static PyObject |
python.PyObject_CallNoArgs(PyObject func) |
static PyObject |
python.PyObject_CallObject(PyObject callable,
PyObject args) |
static PyObject |
python.PyObject_CallOneArg(PyObject func,
PyObject arg) |
static int |
python.PyObject_CheckBuffer(PyObject obj) |
static void |
python.PyObject_ClearManagedDict(PyObject obj) |
static void |
python.PyObject_ClearWeakRefs(PyObject arg0) |
static int |
python.PyObject_CopyData(PyObject dest,
PyObject src) |
static int |
python.PyObject_DelAttr(PyObject v,
PyObject name) |
static int |
python.PyObject_DelAttrString(PyObject v,
BytePointer name) |
static int |
python.PyObject_DelAttrString(PyObject v,
String name) |
static int |
python.PyObject_DelItem(PyObject o,
PyObject key) |
static int |
python.PyObject_DelItemString(PyObject o,
BytePointer key) |
static int |
python.PyObject_DelItemString(PyObject o,
String key) |
static PyObject |
python.PyObject_Dir(PyObject arg0) |
static PyObject |
python.PyObject_Format(PyObject obj,
PyObject format_spec) |
static int |
python.PyObject_GC_IsFinalized(PyObject arg0) |
static int |
python.PyObject_GC_IsTracked(PyObject arg0) |
static PyObject |
python.PyObject_GenericGetAttr(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyObject_GenericGetDict(PyObject arg0,
Pointer arg1) |
static long |
python.PyObject_GenericHash(PyObject arg0) |
static int |
python.PyObject_GenericSetAttr(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
python.PyObject_GenericSetDict(PyObject arg0,
PyObject arg1,
Pointer arg2) |
static PointerPointer |
python.PyObject_GET_WEAKREFS_LISTPTR(PyObject op) |
static PyObject |
python.PyObject_GetAIter(PyObject arg0) |
static PyObject |
python.PyObject_GetAttr(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyObject_GetAttrString(PyObject arg0,
BytePointer arg1) |
static PyObject |
python.PyObject_GetAttrString(PyObject arg0,
String arg1) |
static int |
python.PyObject_GetBuffer(PyObject obj,
Py_buffer view,
int flags) |
static PyObject |
python.PyObject_GetItem(PyObject o,
PyObject key) |
static Pointer |
python.PyObject_GetItemData(PyObject obj) |
static PyObject |
python.PyObject_GetIter(PyObject arg0) |
static int |
python.PyObject_GetOptionalAttr(PyObject arg0,
PyObject arg1,
PointerPointer arg2) |
static int |
python.PyObject_GetOptionalAttr(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
python.PyObject_GetOptionalAttrString(PyObject arg0,
BytePointer arg1,
PointerPointer arg2) |
static int |
python.PyObject_GetOptionalAttrString(PyObject arg0,
BytePointer arg1,
PyObject arg2) |
static int |
python.PyObject_GetOptionalAttrString(PyObject arg0,
String arg1,
PyObject arg2) |
static Pointer |
python.PyObject_GetTypeData(PyObject obj,
PyTypeObject cls) |
static int |
python.PyObject_HasAttr(PyObject arg0,
PyObject arg1) |
static int |
python.PyObject_HasAttrString(PyObject arg0,
BytePointer arg1) |
static int |
python.PyObject_HasAttrString(PyObject arg0,
String arg1) |
static int |
python.PyObject_HasAttrStringWithError(PyObject arg0,
BytePointer arg1) |
static int |
python.PyObject_HasAttrStringWithError(PyObject arg0,
String arg1) |
static int |
python.PyObject_HasAttrWithError(PyObject arg0,
PyObject arg1) |
static long |
python.PyObject_Hash(PyObject arg0) |
static long |
python.PyObject_HashNotImplemented(PyObject arg0) |
static PyObject |
python.PyObject_Init(PyObject arg0,
PyTypeObject arg1) |
static int |
python.PyObject_IS_GC(PyObject obj) |
static int |
python.PyObject_IsInstance(PyObject object,
PyObject typeorclass) |
static int |
python.PyObject_IsSubclass(PyObject object,
PyObject typeorclass) |
static int |
python.PyObject_IsTrue(PyObject arg0) |
static long |
python.PyObject_LengthHint(PyObject o,
long arg1) |
static int |
python.PyObject_Not(PyObject arg0) |
static int |
python.PyObject_Print(PyObject arg0,
Pointer arg1,
int arg2) |
static PyObject |
python.PyObject_Repr(PyObject arg0) |
static PyObject |
python.PyObject_RichCompare(PyObject arg0,
PyObject arg1,
int arg2) |
static int |
python.PyObject_RichCompareBool(PyObject arg0,
PyObject arg1,
int arg2) |
static PyObject |
python.PyObject_SelfIter(PyObject arg0) |
static int |
python.PyObject_SetAttr(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
python.PyObject_SetAttrString(PyObject arg0,
BytePointer arg1,
PyObject arg2) |
static int |
python.PyObject_SetAttrString(PyObject arg0,
String arg1,
PyObject arg2) |
static int |
python.PyObject_SetItem(PyObject o,
PyObject key,
PyObject v) |
static long |
python.PyObject_Size(PyObject o) |
static PyObject |
python.PyObject_Str(PyObject arg0) |
static PyObject |
python.PyObject_Type(PyObject o) |
static int |
python.PyObject_TypeCheck(PyObject ob,
PyTypeObject type) |
static PyObject |
python.PyObject_Vectorcall(PyObject callable,
PointerPointer args,
long nargsf,
PyObject kwnames) |
static PyObject |
python.PyObject_Vectorcall(PyObject callable,
PyObject args,
long nargsf,
PyObject kwnames) |
static PyObject |
python.PyObject_VectorcallDict(PyObject callable,
PointerPointer args,
long nargsf,
PyObject kwargs) |
static PyObject |
python.PyObject_VectorcallDict(PyObject callable,
PyObject args,
long nargsf,
PyObject kwargs) |
static PyObject |
python.PyObject_VectorcallMethod(PyObject name,
PointerPointer args,
long nargsf,
PyObject kwnames) |
static PyObject |
python.PyObject_VectorcallMethod(PyObject name,
PyObject args,
long nargsf,
PyObject kwnames) |
static int |
python.PyObject_VisitManagedDict(PyObject obj,
visitproc visit,
Pointer arg) |
static int |
python.PyODict_DelItem(PyObject od,
PyObject key) |
static int |
python.PyODict_SetItem(PyObject od,
PyObject key,
PyObject item) |
static PyObject |
python.PyOS_FSPath(PyObject path) |
static double |
python.PyOS_string_to_double(BytePointer str,
byte[] endptr,
PyObject overflow_exception) |
static double |
python.PyOS_string_to_double(BytePointer str,
ByteBuffer endptr,
PyObject overflow_exception) |
static double |
python.PyOS_string_to_double(BytePointer str,
BytePointer endptr,
PyObject overflow_exception) |
static double |
python.PyOS_string_to_double(BytePointer str,
PointerPointer endptr,
PyObject overflow_exception) |
static double |
python.PyOS_string_to_double(String str,
byte[] endptr,
PyObject overflow_exception) |
static double |
python.PyOS_string_to_double(String str,
ByteBuffer endptr,
PyObject overflow_exception) |
static double |
python.PyOS_string_to_double(String str,
BytePointer endptr,
PyObject overflow_exception) |
static PyObject |
python.PyPickleBuffer_FromObject(PyObject arg0) |
static Py_buffer |
python.PyPickleBuffer_GetBuffer(PyObject arg0) |
static int |
python.PyPickleBuffer_Release(PyObject arg0) |
static PyObject |
python.PyRun_File(Pointer fp,
BytePointer p,
int s,
PyObject g,
PyObject l) |
static PyObject |
python.PyRun_File(Pointer fp,
String p,
int s,
PyObject g,
PyObject l) |
static PyObject |
python.PyRun_FileEx(Pointer fp,
BytePointer p,
int s,
PyObject g,
PyObject l,
int c) |
static PyObject |
python.PyRun_FileEx(Pointer fp,
String p,
int s,
PyObject g,
PyObject l,
int c) |
static PyObject |
python.PyRun_FileExFlags(Pointer fp,
BytePointer filename,
int start,
PyObject globals,
PyObject locals,
int closeit,
PyCompilerFlags flags) |
static PyObject |
python.PyRun_FileExFlags(Pointer fp,
String filename,
int start,
PyObject globals,
PyObject locals,
int closeit,
PyCompilerFlags flags) |
static PyObject |
python.PyRun_FileFlags(Pointer fp,
BytePointer p,
int s,
PyObject g,
PyObject l,
PyCompilerFlags flags) |
static PyObject |
python.PyRun_FileFlags(Pointer fp,
String p,
int s,
PyObject g,
PyObject l,
PyCompilerFlags flags) |
static int |
python.PyRun_InteractiveOneObject(Pointer fp,
PyObject filename,
PyCompilerFlags flags) |
static PyObject |
python.PyRun_String(BytePointer str,
int s,
PyObject g,
PyObject l) |
static PyObject |
python.PyRun_String(String str,
int s,
PyObject g,
PyObject l) |
static PyObject |
python.PyRun_StringFlags(BytePointer arg0,
int arg1,
PyObject arg2,
PyObject arg3,
PyCompilerFlags arg4) |
static PyObject |
python.PyRun_StringFlags(String arg0,
int arg1,
PyObject arg2,
PyObject arg3,
PyCompilerFlags arg4) |
static PyObject |
python.PySeqIter_New(PyObject arg0) |
static int |
python.PySequence_Check(PyObject o) |
static PyObject |
python.PySequence_Concat(PyObject o1,
PyObject o2) |
static int |
python.PySequence_Contains(PyObject seq,
PyObject ob) |
static long |
python.PySequence_Count(PyObject o,
PyObject value) |
static int |
python.PySequence_DelItem(PyObject o,
long i) |
static int |
python.PySequence_DelSlice(PyObject o,
long i1,
long i2) |
static PyObject |
python.PySequence_Fast(PyObject o,
BytePointer m) |
static PyObject |
python.PySequence_Fast(PyObject o,
String m) |
static PyObject |
python.PySequence_GetItem(PyObject o,
long i) |
static PyObject |
python.PySequence_GetSlice(PyObject o,
long i1,
long i2) |
static long |
python.PySequence_Index(PyObject o,
PyObject value) |
static PyObject |
python.PySequence_InPlaceConcat(PyObject o1,
PyObject o2) |
static PyObject |
python.PySequence_InPlaceRepeat(PyObject o,
long count) |
static PyObject |
python.PySequence_List(PyObject o) |
static PyObject |
python.PySequence_Repeat(PyObject o,
long count) |
static int |
python.PySequence_SetItem(PyObject o,
long i,
PyObject v) |
static int |
python.PySequence_SetSlice(PyObject o,
long i1,
long i2,
PyObject v) |
static long |
python.PySequence_Size(PyObject o) |
static PyObject |
python.PySequence_Tuple(PyObject o) |
static int |
python.PySet_Add(PyObject set,
PyObject key) |
static int |
python.PySet_Clear(PyObject set) |
static int |
python.PySet_Contains(PyObject anyset,
PyObject key) |
static int |
python.PySet_Discard(PyObject set,
PyObject key) |
static PyObject |
python.PySet_New(PyObject arg0) |
static PyObject |
python.PySet_Pop(PyObject set) |
static long |
python.PySet_Size(PyObject anyset) |
static int |
python.PySlice_GetIndices(PyObject r,
long length,
SizeTPointer start,
SizeTPointer stop,
SizeTPointer step) |
static int |
python.PySlice_GetIndicesEx(PyObject r,
long length,
SizeTPointer start,
SizeTPointer stop,
SizeTPointer step,
SizeTPointer slicelength)
Deprecated.
|
static PyObject |
python.PySlice_New(PyObject start,
PyObject stop,
PyObject step) |
static int |
python.PySlice_Unpack(PyObject slice,
SizeTPointer start,
SizeTPointer stop,
SizeTPointer step) |
static int |
python.PyState_AddModule(PyObject arg0,
PyModuleDef arg1) |
static PyObject |
python.PyStaticMethod_New(PyObject arg0) |
static PyObject |
python.PyStructSequence_GetItem(PyObject arg0,
long arg1) |
static void |
python.PyStructSequence_SetItem(PyObject arg0,
long arg1,
PyObject arg2) |
static int |
python.PySys_AuditTuple(BytePointer event,
PyObject args) |
static int |
python.PySys_AuditTuple(String event,
PyObject args) |
static int |
python.PySys_SetObject(BytePointer arg0,
PyObject arg1) |
static int |
python.PySys_SetObject(String arg0,
PyObject arg1) |
static int |
python.PyThreadState_SetAsyncExc(long arg0,
PyObject arg1) |
static int |
python.PyTraceBack_Print(PyObject arg0,
PyObject arg1) |
static long |
python.PyTuple_GET_SIZE(PyObject op) |
static PyObject |
python.PyTuple_GetItem(PyObject arg0,
long arg1) |
static PyObject |
python.PyTuple_GetSlice(PyObject arg0,
long arg1,
long arg2) |
static void |
python.PyTuple_SET_ITEM(PyObject op,
long index,
PyObject value) |
static int |
python.PyTuple_SetItem(PyObject arg0,
long arg1,
PyObject arg2) |
static long |
python.PyTuple_Size(PyObject arg0) |
static int |
python.PyType_Check(PyObject op) |
static int |
python.PyType_CheckExact(PyObject op) |
static PyObject |
python.PyType_FromMetaclass(PyTypeObject arg0,
PyObject arg1,
PyType_Spec arg2,
PyObject arg3) |
static PyObject |
python.PyType_FromModuleAndSpec(PyObject arg0,
PyType_Spec arg1,
PyObject arg2) |
static PyObject |
python.PyType_FromSpecWithBases(PyType_Spec arg0,
PyObject arg1) |
static PyObject |
python.PyType_GenericNew(PyTypeObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
python.PyType_Unwatch(int watcher_id,
PyObject type) |
static int |
python.PyType_Watch(int watcher_id,
PyObject type) |
static void |
python.PyUnicode_Append(PointerPointer pleft,
PyObject right) |
static void |
python.PyUnicode_Append(PyObject pleft,
PyObject right) |
static void |
python.PyUnicode_AppendAndDel(PointerPointer pleft,
PyObject right) |
static void |
python.PyUnicode_AppendAndDel(PyObject pleft,
PyObject right) |
static PyObject |
python.PyUnicode_AsASCIIString(PyObject unicode) |
static PyObject |
python.PyUnicode_AsCharmapString(PyObject unicode,
PyObject mapping) |
static PyObject |
python.PyUnicode_AsDecodedObject(PyObject unicode,
BytePointer encoding,
BytePointer errors)
Deprecated.
|
static PyObject |
python.PyUnicode_AsDecodedObject(PyObject unicode,
String encoding,
String errors)
Deprecated.
|
static PyObject |
python.PyUnicode_AsDecodedUnicode(PyObject unicode,
BytePointer encoding,
BytePointer errors)
Deprecated.
|
static PyObject |
python.PyUnicode_AsDecodedUnicode(PyObject unicode,
String encoding,
String errors)
Deprecated.
|
static PyObject |
python.PyUnicode_AsEncodedObject(PyObject unicode,
BytePointer encoding,
BytePointer errors)
Deprecated.
|
static PyObject |
python.PyUnicode_AsEncodedObject(PyObject unicode,
String encoding,
String errors)
Deprecated.
|
static PyObject |
python.PyUnicode_AsEncodedString(PyObject unicode,
BytePointer encoding,
BytePointer errors) |
static PyObject |
python.PyUnicode_AsEncodedString(PyObject unicode,
String encoding,
String errors) |
static PyObject |
python.PyUnicode_AsEncodedUnicode(PyObject unicode,
BytePointer encoding,
BytePointer errors)
Deprecated.
|
static PyObject |
python.PyUnicode_AsEncodedUnicode(PyObject unicode,
String encoding,
String errors)
Deprecated.
|
static PyObject |
python.PyUnicode_AsLatin1String(PyObject unicode) |
static PyObject |
python.PyUnicode_AsRawUnicodeEscapeString(PyObject unicode) |
static int[] |
python.PyUnicode_AsUCS4(PyObject unicode,
int[] buffer,
long buflen,
int copy_null) |
static IntBuffer |
python.PyUnicode_AsUCS4(PyObject unicode,
IntBuffer buffer,
long buflen,
int copy_null) |
static IntPointer |
python.PyUnicode_AsUCS4(PyObject unicode,
IntPointer buffer,
long buflen,
int copy_null) |
static IntPointer |
python.PyUnicode_AsUCS4Copy(PyObject unicode) |
static PyObject |
python.PyUnicode_AsUnicodeEscapeString(PyObject unicode) |
static PyObject |
python.PyUnicode_AsUTF16String(PyObject unicode) |
static PyObject |
python.PyUnicode_AsUTF32String(PyObject unicode) |
static BytePointer |
python.PyUnicode_AsUTF8(PyObject unicode) |
static BytePointer |
python.PyUnicode_AsUTF8AndSize(PyObject unicode,
SizeTPointer size) |
static PyObject |
python.PyUnicode_AsUTF8String(PyObject unicode) |
static long |
python.PyUnicode_AsWideChar(PyObject unicode,
Pointer w,
long size) |
static Pointer |
python.PyUnicode_AsWideCharString(PyObject unicode,
SizeTPointer size) |
static PyObject |
python.PyUnicode_BuildEncodingMap(PyObject string) |
static int |
python.PyUnicode_CHECK_INTERNED(PyObject op) |
static int |
python.PyUnicode_Compare(PyObject left,
PyObject right) |
static int |
python.PyUnicode_CompareWithASCIIString(PyObject left,
BytePointer right) |
static int |
python.PyUnicode_CompareWithASCIIString(PyObject left,
String right) |
static PyObject |
python.PyUnicode_Concat(PyObject left,
PyObject right) |
static int |
python.PyUnicode_Contains(PyObject container,
PyObject element) |
static long |
python.PyUnicode_CopyCharacters(PyObject to,
long to_start,
PyObject from,
long from_start,
long how_many) |
static long |
python.PyUnicode_Count(PyObject str,
PyObject substr,
long start,
long end) |
static Pointer |
python.PyUnicode_DATA(PyObject op) |
static PyObject |
python.PyUnicode_DecodeCharmap(BytePointer string,
long length,
PyObject mapping,
BytePointer errors) |
static PyObject |
python.PyUnicode_DecodeCharmap(String string,
long length,
PyObject mapping,
String errors) |
static PyObject |
python.PyUnicode_EncodeFSDefault(PyObject unicode) |
static PyObject |
python.PyUnicode_EncodeLocale(PyObject unicode,
BytePointer errors) |
static PyObject |
python.PyUnicode_EncodeLocale(PyObject unicode,
String errors) |
static int |
python.PyUnicode_EqualToUTF8(PyObject arg0,
BytePointer arg1) |
static int |
python.PyUnicode_EqualToUTF8(PyObject arg0,
String arg1) |
static int |
python.PyUnicode_EqualToUTF8AndSize(PyObject arg0,
BytePointer arg1,
long arg2) |
static int |
python.PyUnicode_EqualToUTF8AndSize(PyObject arg0,
String arg1,
long arg2) |
static long |
python.PyUnicode_Fill(PyObject unicode,
long start,
long length,
int fill_char) |
static long |
python.PyUnicode_Find(PyObject str,
PyObject substr,
long start,
long end,
int direction) |
static long |
python.PyUnicode_FindChar(PyObject str,
int ch,
long start,
long end,
int direction) |
static PyObject |
python.PyUnicode_Format(PyObject format,
PyObject args) |
static PyObject |
python.PyUnicode_FromEncodedObject(PyObject obj,
BytePointer encoding,
BytePointer errors) |
static PyObject |
python.PyUnicode_FromEncodedObject(PyObject obj,
String encoding,
String errors) |
static PyObject |
python.PyUnicode_FromObject(PyObject obj) |
static int |
python.PyUnicode_FSConverter(PyObject arg0,
Pointer arg1) |
static int |
python.PyUnicode_FSDecoder(PyObject arg0,
Pointer arg1) |
static long |
python.PyUnicode_GET_LENGTH(PyObject op) |
static long |
python.PyUnicode_GetLength(PyObject unicode) |
static void |
python.PyUnicode_InternInPlace(PyObject arg0) |
static int |
python.PyUnicode_IS_ASCII(PyObject op) |
static int |
python.PyUnicode_IS_COMPACT_ASCII(PyObject op) |
static int |
python.PyUnicode_IS_COMPACT(PyObject op) |
static int |
python.PyUnicode_IsIdentifier(PyObject s) |
static PyObject |
python.PyUnicode_Join(PyObject separator,
PyObject seq) |
static int |
python.PyUnicode_MAX_CHAR_VALUE(PyObject op) |
static PyObject |
python.PyUnicode_Partition(PyObject s,
PyObject sep) |
static int |
python.PyUnicode_READ_CHAR(PyObject unicode,
long index) |
static int |
python.PyUnicode_ReadChar(PyObject unicode,
long index) |
static PyObject |
python.PyUnicode_Replace(PyObject str,
PyObject substr,
PyObject replstr,
long maxcount) |
static int |
python.PyUnicode_Resize(PyObject unicode,
long length) |
static PyObject |
python.PyUnicode_RichCompare(PyObject left,
PyObject right,
int op) |
static PyObject |
python.PyUnicode_RPartition(PyObject s,
PyObject sep) |
static PyObject |
python.PyUnicode_RSplit(PyObject s,
PyObject sep,
long maxsplit) |
static PyObject |
python.PyUnicode_Split(PyObject s,
PyObject sep,
long maxsplit) |
static PyObject |
python.PyUnicode_Splitlines(PyObject s,
int keepends) |
static PyObject |
python.PyUnicode_Substring(PyObject str,
long start,
long end) |
static long |
python.PyUnicode_Tailmatch(PyObject str,
PyObject substr,
long start,
long end,
int direction) |
static PyObject |
python.PyUnicode_Translate(PyObject str,
PyObject table,
BytePointer errors) |
static PyObject |
python.PyUnicode_Translate(PyObject str,
PyObject table,
String errors) |
static int |
python.PyUnicode_WriteChar(PyObject unicode,
long index,
int character) |
static PyObject |
python.PyUnicodeDecodeError_GetEncoding(PyObject arg0) |
static int |
python.PyUnicodeDecodeError_GetEnd(PyObject arg0,
SizeTPointer arg1) |
static PyObject |
python.PyUnicodeDecodeError_GetObject(PyObject arg0) |
static PyObject |
python.PyUnicodeDecodeError_GetReason(PyObject arg0) |
static int |
python.PyUnicodeDecodeError_GetStart(PyObject arg0,
SizeTPointer arg1) |
static int |
python.PyUnicodeDecodeError_SetEnd(PyObject arg0,
long arg1) |
static int |
python.PyUnicodeDecodeError_SetReason(PyObject exc,
BytePointer reason) |
static int |
python.PyUnicodeDecodeError_SetReason(PyObject exc,
String reason) |
static int |
python.PyUnicodeDecodeError_SetStart(PyObject arg0,
long arg1) |
static PyObject |
python.PyUnicodeEncodeError_GetEncoding(PyObject arg0) |
static int |
python.PyUnicodeEncodeError_GetEnd(PyObject arg0,
SizeTPointer arg1) |
static PyObject |
python.PyUnicodeEncodeError_GetObject(PyObject arg0) |
static PyObject |
python.PyUnicodeEncodeError_GetReason(PyObject arg0) |
static int |
python.PyUnicodeEncodeError_GetStart(PyObject arg0,
SizeTPointer arg1) |
static int |
python.PyUnicodeEncodeError_SetEnd(PyObject arg0,
long arg1) |
static int |
python.PyUnicodeEncodeError_SetReason(PyObject exc,
BytePointer reason) |
static int |
python.PyUnicodeEncodeError_SetReason(PyObject exc,
String reason) |
static int |
python.PyUnicodeEncodeError_SetStart(PyObject arg0,
long arg1) |
static int |
python.PyUnicodeTranslateError_GetEnd(PyObject arg0,
SizeTPointer arg1) |
static PyObject |
python.PyUnicodeTranslateError_GetObject(PyObject arg0) |
static PyObject |
python.PyUnicodeTranslateError_GetReason(PyObject arg0) |
static int |
python.PyUnicodeTranslateError_GetStart(PyObject arg0,
SizeTPointer arg1) |
static int |
python.PyUnicodeTranslateError_SetEnd(PyObject arg0,
long arg1) |
static int |
python.PyUnicodeTranslateError_SetReason(PyObject exc,
BytePointer reason) |
static int |
python.PyUnicodeTranslateError_SetReason(PyObject exc,
String reason) |
static int |
python.PyUnicodeTranslateError_SetStart(PyObject arg0,
long arg1) |
static int |
python.PyUnstable_Code_GetExtra(PyObject code,
long index,
Pointer extra) |
static int |
python.PyUnstable_Code_GetExtra(PyObject code,
long index,
PointerPointer extra) |
static PyCodeObject |
python.PyUnstable_Code_New(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
PyObject arg5,
PyObject arg6,
PyObject arg7,
PyObject arg8,
PyObject arg9,
PyObject arg10,
PyObject arg11,
PyObject arg12,
PyObject arg13,
int arg14,
PyObject arg15,
PyObject arg16) |
static PyCodeObject |
python.PyUnstable_Code_NewWithPosOnlyArgs(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
PyObject arg6,
PyObject arg7,
PyObject arg8,
PyObject arg9,
PyObject arg10,
PyObject arg11,
PyObject arg12,
PyObject arg13,
PyObject arg14,
int arg15,
PyObject arg16,
PyObject arg17) |
static int |
python.PyUnstable_Code_SetExtra(PyObject code,
long index,
Pointer extra) |
static PyObject |
python.PyUnstable_Exc_PrepReraiseStar(PyObject orig,
PyObject excs) |
static void |
python.PyUnstable_Object_ClearWeakRefsNoCallbacks(PyObject arg0) |
static PyObject |
python.PyVectorcall_Call(PyObject callable,
PyObject tuple,
PyObject dict) |
static vectorcallfunc |
python.PyVectorcall_Function(PyObject callable) |
static PyObject |
python.PyWeakref_GetObject(PyObject ref)
Deprecated.
|
static int |
python.PyWeakref_GetRef(PyObject ref,
PointerPointer pobj) |
static int |
python.PyWeakref_GetRef(PyObject ref,
PyObject pobj) |
static PyObject |
python.PyWeakref_NewProxy(PyObject ob,
PyObject callback) |
static PyObject |
python.PyWeakref_NewRef(PyObject ob,
PyObject callback) |
static PyObject |
python.PyWrapper_New(PyObject arg0,
PyObject arg1) |