static PyObject |
python._Py_CheckFunctionResult(PyObject callable,
PyObject result,
BytePointer where) |
static PyObject |
python._Py_CheckFunctionResult(PyObject callable,
PyObject result,
String where) |
static int |
python._Py_convert_optional_to_ssize_t(PyObject arg0,
Pointer arg1) |
static void |
python._Py_Dealloc(PyObject arg0) |
static int |
python._Py_DisplaySourceLine(PyObject arg0,
PyObject arg1,
int arg2,
int arg3) |
static void |
python._Py_DumpASCII(int fd,
PyObject text) |
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 int |
python._Py_GetLocaleconvNumeric(PyObject decimal_point,
PyObject thousands_sep,
byte[] grouping) |
static int |
python._Py_GetLocaleconvNumeric(PyObject decimal_point,
PyObject thousands_sep,
ByteBuffer grouping) |
static int |
python._Py_GetLocaleconvNumeric(PyObject decimal_point,
PyObject thousands_sep,
BytePointer grouping) |
static PyObject |
python._Py_Mangle(PyObject p,
PyObject name) |
static void |
python._Py_NoneStruct(PyObject setter) |
static void |
python._Py_NotImplementedStruct(PyObject setter) |
static void |
python._Py_PyAtExit(Func_PyObject func,
PyObject arg1) |
static int |
python._Py_stat(PyObject path,
Pointer status) |
static PyObject |
python._Py_string_to_number_with_underscores(BytePointer str,
long len,
BytePointer what,
PyObject obj,
Pointer arg,
Innerfunc_BytePointer_long_Pointer innerfunc) |
static PyObject |
python._Py_string_to_number_with_underscores(String str,
long len,
String what,
PyObject obj,
Pointer arg,
Innerfunc_String_long_Pointer innerfunc) |
static PyObject |
python._Py_VaBuildStack_SizeT(PyObject small_stack,
long small_stack_len,
BytePointer format,
Pointer va,
SizeTPointer p_nargs) |
static PyObject |
python._Py_VaBuildStack_SizeT(PyObject small_stack,
long small_stack_len,
String format,
Pointer va,
SizeTPointer p_nargs) |
static PyObject |
python._Py_VaBuildStack(PyObject small_stack,
long small_stack_len,
BytePointer format,
Pointer va,
SizeTPointer p_nargs) |
static PyObject |
python._Py_VaBuildStack(PyObject small_stack,
long small_stack_len,
String format,
Pointer va,
SizeTPointer p_nargs) |
static int |
python._PyArg_NoKeywords(BytePointer funcname,
PyObject kwargs) |
static int |
python._PyArg_NoKeywords(String funcname,
PyObject kwargs) |
static int |
python._PyArg_NoPositional(BytePointer funcname,
PyObject args) |
static int |
python._PyArg_NoPositional(String funcname,
PyObject args) |
static int |
python._PyArg_ParseStack(PyObject args,
long nargs,
BytePointer format) |
static int |
python._PyArg_ParseStack(PyObject args,
long nargs,
String format) |
static int |
python._PyArg_ParseStackAndKeywords(PointerPointer args,
long nargs,
PyObject kwnames,
_PyArg_Parser arg3) |
static int |
python._PyArg_ParseStackAndKeywords(PyObject args,
long nargs,
PyObject kwnames,
_PyArg_Parser arg3) |
static int |
python._PyArg_ParseTupleAndKeywordsFast(PyObject arg0,
PyObject arg1,
_PyArg_Parser arg2) |
static int |
python._PyArg_UnpackStack(PyObject args,
long nargs,
BytePointer name,
long min,
long max) |
static int |
python._PyArg_UnpackStack(PyObject args,
long nargs,
String name,
long min,
long max) |
static int |
python._PyArg_VaParseTupleAndKeywordsFast(PyObject arg0,
PyObject arg1,
_PyArg_Parser arg2,
Pointer arg3) |
static PyObject |
python._PyBytes_FormatEx(BytePointer format,
long format_len,
PyObject args,
int use_bytearray) |
static PyObject |
python._PyBytes_FormatEx(String format,
long format_len,
PyObject args,
int use_bytearray) |
static PyObject |
python._PyBytes_FromHex(PyObject string,
int use_bytearray) |
static PyObject |
python._PyBytes_Join(PyObject sep,
PyObject x) |
static int |
python._PyBytes_Resize(PyObject arg0,
long arg1) |
static PyObject |
python._PyCFunction_FastCallDict(PyObject func,
PointerPointer args,
long nargs,
PyObject kwargs) |
static PyObject |
python._PyCFunction_FastCallDict(PyObject func,
PyObject args,
long nargs,
PyObject kwargs) |
static PyObject |
python._PyCFunction_FastCallKeywords(PyObject func,
PointerPointer stack,
long nargs,
PyObject kwnames) |
static PyObject |
python._PyCFunction_FastCallKeywords(PyObject func,
PyObject stack,
long nargs,
PyObject kwnames) |
static PyObject |
python._PyCode_ConstantKey(PyObject obj) |
static int |
python._PyCode_GetExtra(PyObject code,
long index,
Pointer extra) |
static int |
python._PyCode_GetExtra(PyObject code,
long index,
PointerPointer extra) |
static int |
python._PyCode_SetExtra(PyObject code,
long index,
Pointer extra) |
static PyObject |
python._PyCodec_DecodeText(PyObject object,
BytePointer encoding,
BytePointer errors) |
static PyObject |
python._PyCodec_DecodeText(PyObject object,
String encoding,
String errors) |
static PyObject |
python._PyCodec_EncodeText(PyObject object,
BytePointer encoding,
BytePointer errors) |
static PyObject |
python._PyCodec_EncodeText(PyObject object,
String encoding,
String errors) |
static PyObject |
python._PyCodecInfo_GetIncrementalDecoder(PyObject codec_info,
BytePointer errors) |
static PyObject |
python._PyCodecInfo_GetIncrementalDecoder(PyObject codec_info,
String errors) |
static PyObject |
python._PyCodecInfo_GetIncrementalEncoder(PyObject codec_info,
BytePointer errors) |
static PyObject |
python._PyCodecInfo_GetIncrementalEncoder(PyObject codec_info,
String errors) |
static int |
python._PyComplex_FormatAdvancedWriter(_PyUnicodeWriter writer,
PyObject obj,
PyObject format_spec,
long start,
long end) |
static int |
python._PyDict_Contains(PyObject mp,
PyObject key,
long hash) |
static int |
python._PyDict_DelItem_KnownHash(PyObject mp,
PyObject key,
long hash) |
static int |
python._PyDict_DelItemId(PyObject mp,
_Py_Identifier key) |
static int |
python._PyDict_DelItemIf(PyObject mp,
PyObject key,
Predicate_PyObject predicate) |
static PyObject |
python._PyDict_GetItem_KnownHash(PyObject mp,
PyObject key,
long hash) |
static PyObject |
python._PyDict_GetItemId(PyObject dp,
_Py_Identifier key) |
static PyObject |
python._PyDict_GetItemIdWithError(PyObject dp,
_Py_Identifier key) |
static int |
python._PyDict_HasOnlyStringKeys(PyObject mp) |
static void |
python._PyDict_MaybeUntrack(PyObject mp) |
static int |
python._PyDict_MergeEx(PyObject mp,
PyObject other,
int override) |
static int |
python._PyDict_Next(PyObject mp,
SizeTPointer pos,
PointerPointer key,
PointerPointer value,
SizeTPointer hash) |
static int |
python._PyDict_Next(PyObject mp,
SizeTPointer pos,
PyObject key,
PyObject value,
SizeTPointer hash) |
static PyObject |
python._PyDict_Pop(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
python._PyDict_SetItem_KnownHash(PyObject mp,
PyObject key,
PyObject item,
long hash) |
static int |
python._PyDict_SetItemId(PyObject dp,
_Py_Identifier key,
PyObject item) |
static PyObject |
python._PyDictView_Intersect(PyObject self,
PyObject other) |
static void |
python._PyErr_ChainExceptions(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
python._PyErr_FormatFromCause(PyObject exception,
BytePointer format) |
static PyObject |
python._PyErr_FormatFromCause(PyObject exception,
String format) |
static void |
python._PyErr_SetKeyError(PyObject arg0) |
static PyObject |
python._PyEval_CallTracing(PyObject func,
PyObject args) |
static PyObject |
python._PyEval_EvalCodeWithName(PyObject co,
PyObject globals,
PyObject locals,
PointerPointer args,
long argcount,
PointerPointer kwnames,
PointerPointer kwargs,
long kwcount,
int kwstep,
PointerPointer defs,
long defcount,
PyObject kwdefs,
PyObject closure,
PyObject name,
PyObject qualname) |
static PyObject |
python._PyEval_EvalCodeWithName(PyObject co,
PyObject globals,
PyObject locals,
PyObject args,
long argcount,
PyObject kwnames,
PyObject kwargs,
long kwcount,
int kwstep,
PyObject defs,
long defcount,
PyObject kwdefs,
PyObject closure,
PyObject name,
PyObject qualname) |
static void |
python._PyEval_SetAsyncGenFinalizer(PyObject arg0) |
static void |
python._PyEval_SetAsyncGenFirstiter(PyObject arg0) |
static void |
python._PyEval_SetCoroutineWrapper(PyObject arg0) |
static int |
python._PyEval_SliceIndex(PyObject arg0,
SizeTPointer arg1) |
static int |
python._PyEval_SliceIndexNotNone(PyObject arg0,
SizeTPointer arg1) |
static void |
python._PyExc_Init(PyObject bltinmod) |
static int |
python._PyFloat_FormatAdvancedWriter(_PyUnicodeWriter writer,
PyObject obj,
PyObject format_spec,
long start,
long end) |
static PyObject |
python._PyFunction_FastCallDict(PyObject func,
PointerPointer args,
long nargs,
PyObject kwargs) |
static PyObject |
python._PyFunction_FastCallDict(PyObject func,
PyObject args,
long nargs,
PyObject kwargs) |
static PyObject |
python._PyFunction_FastCallKeywords(PyObject func,
PointerPointer stack,
long nargs,
PyObject kwnames) |
static PyObject |
python._PyFunction_FastCallKeywords(PyObject func,
PyObject stack,
long nargs,
PyObject kwnames) |
static int |
python._PyGen_FetchStopIterationValue(PyObject arg0) |
static void |
python._PyGen_Finalize(PyObject self) |
static PyObject |
python._PyGen_Send(PyGenObject arg0,
PyObject arg1) |
static int |
python._PyGen_SetStopIterationValue(PyObject arg0) |
static PyObject |
python._PyImport_AddModuleObject(PyObject name,
PyObject modules) |
static PyObject |
python._PyImport_FindBuiltin(BytePointer name,
PyObject modules) |
static PyObject |
python._PyImport_FindBuiltin(String name,
PyObject modules) |
static PyObject |
python._PyImport_FindExtensionObject(PyObject arg0,
PyObject arg1) |
static PyObject |
python._PyImport_FindExtensionObjectEx(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
python._PyImport_FixupBuiltin(PyObject mod,
BytePointer name,
PyObject modules) |
static int |
python._PyImport_FixupBuiltin(PyObject mod,
String name,
PyObject modules) |
static int |
python._PyImport_FixupExtensionObject(PyObject arg0,
PyObject arg1,
PyObject arg2,
PyObject arg3) |
static int |
python._PyImport_SetModule(PyObject name,
PyObject module) |
static int |
python._PyImport_SetModuleString(BytePointer name,
PyObject module) |
static int |
python._PyImport_SetModuleString(String name,
PyObject module) |
static PyObject |
python._PyList_Extend(PyListObject arg0,
PyObject arg1) |
static int |
python._PyLong_AsInt(PyObject arg0) |
static Pointer |
python._PyLong_AsTime_t(PyObject obj) |
static PyObject |
python._PyLong_DivmodNear(PyObject arg0,
PyObject arg1) |
static PyObject |
python._PyLong_Format(PyObject obj,
int base) |
static int |
python._PyLong_FormatAdvancedWriter(_PyUnicodeWriter writer,
PyObject obj,
PyObject format_spec,
long start,
long end) |
static byte[] |
python._PyLong_FormatBytesWriter(_PyBytesWriter writer,
byte[] str,
PyObject obj,
int base,
int alternate) |
static ByteBuffer |
python._PyLong_FormatBytesWriter(_PyBytesWriter writer,
ByteBuffer str,
PyObject obj,
int base,
int alternate) |
static BytePointer |
python._PyLong_FormatBytesWriter(_PyBytesWriter writer,
BytePointer str,
PyObject obj,
int base,
int alternate) |
static int |
python._PyLong_FormatWriter(_PyUnicodeWriter writer,
PyObject obj,
int base,
int alternate) |
static PyLongObject |
python._PyLong_FromNbInt(PyObject arg0) |
static PyObject |
python._PyLong_GCD(PyObject arg0,
PyObject arg1) |
static long |
python._PyLong_NumBits(PyObject v) |
static void |
python._PyLong_One(PyObject setter) |
static int |
python._PyLong_Sign(PyObject v) |
static void |
python._PyLong_Zero(PyObject setter) |
static PyObject |
python._PyMethodDef_RawFastCallDict(PyMethodDef method,
PyObject self,
PointerPointer args,
long nargs,
PyObject kwargs) |
static PyObject |
python._PyMethodDef_RawFastCallDict(PyMethodDef method,
PyObject self,
PyObject args,
long nargs,
PyObject kwargs) |
static PyObject |
python._PyMethodDef_RawFastCallKeywords(PyMethodDef method,
PyObject self,
PointerPointer args,
long nargs,
PyObject kwnames) |
static PyObject |
python._PyMethodDef_RawFastCallKeywords(PyMethodDef method,
PyObject self,
PyObject args,
long nargs,
PyObject kwnames) |
static PyObject |
python._PyMethodDescr_FastCallKeywords(PyObject descrobj,
PointerPointer stack,
long nargs,
PyObject kwnames) |
static PyObject |
python._PyMethodDescr_FastCallKeywords(PyObject descrobj,
PyObject stack,
long nargs,
PyObject kwnames) |
static void |
python._PyModule_Clear(PyObject arg0) |
static void |
python._PyModule_ClearDict(PyObject arg0) |
static PyObject |
python._PyNamespace_New(PyObject kwds) |
static PyObject |
python._PyObject_Call_Prepend(PyObject callable,
PyObject obj,
PyObject args,
PyObject kwargs) |
static PyObject |
python._PyObject_CallFunction_SizeT(PyObject callable,
BytePointer format) |
static PyObject |
python._PyObject_CallFunction_SizeT(PyObject callable,
String format) |
static PyObject |
python._PyObject_CallMethod_SizeT(PyObject obj,
BytePointer name,
BytePointer format) |
static PyObject |
python._PyObject_CallMethod_SizeT(PyObject obj,
String name,
String format) |
static PyObject |
python._PyObject_CallMethodId_SizeT(PyObject obj,
_Py_Identifier name,
BytePointer format) |
static PyObject |
python._PyObject_CallMethodId_SizeT(PyObject obj,
_Py_Identifier name,
String format) |
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 PyObject |
python._PyObject_CallMethodIdObjArgs(PyObject obj,
_Py_Identifier name) |
static void |
python._PyObject_Dump(PyObject arg0) |
static PyObject |
python._PyObject_FastCall_Prepend(PyObject callable,
PyObject obj,
PointerPointer args,
long nargs) |
static PyObject |
python._PyObject_FastCall_Prepend(PyObject callable,
PyObject obj,
PyObject args,
long nargs) |
static PyObject |
python._PyObject_FastCallDict(PyObject callable,
PointerPointer args,
long nargs,
PyObject kwargs) |
static PyObject |
python._PyObject_FastCallDict(PyObject callable,
PyObject args,
long nargs,
PyObject kwargs) |
static PyObject |
python._PyObject_FastCallKeywords(PyObject callable,
PointerPointer args,
long nargs,
PyObject kwnames) |
static PyObject |
python._PyObject_FastCallKeywords(PyObject callable,
PyObject args,
long nargs,
PyObject kwnames) |
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_HasAttrId(PyObject arg0,
_Py_Identifier arg1) |
static int |
python._PyObject_HasFastCall(PyObject callable) |
static int |
python._PyObject_HasLen(PyObject o) |
static int |
python._PyObject_IsAbstract(PyObject arg0) |
static int |
python._PyObject_IsFreed(PyObject arg0) |
static int |
python._PyObject_LookupAttr(PyObject arg0,
PyObject arg1,
PointerPointer arg2) |
static int |
python._PyObject_LookupAttr(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
python._PyObject_LookupAttrId(PyObject arg0,
_Py_Identifier arg1,
PointerPointer arg2) |
static int |
python._PyObject_LookupAttrId(PyObject arg0,
_Py_Identifier arg1,
PyObject arg2) |
static PyObject |
python._PyObject_LookupSpecial(PyObject arg0,
_Py_Identifier arg1) |
static PyObject |
python._PyObject_NextNotImplemented(PyObject arg0) |
static int |
python._PyObject_RealIsInstance(PyObject inst,
PyObject cls) |
static int |
python._PyObject_RealIsSubclass(PyObject derived,
PyObject cls) |
static int |
python._PyObject_SetAttrId(PyObject arg0,
_Py_Identifier arg1,
PyObject arg2) |
static PointerPointer |
python._PySequence_BytesToCharpArray(PyObject self) |
static long |
python._PySequence_IterSearch(PyObject seq,
PyObject obj,
int operation) |
static void |
python._PySet_Dummy(PyObject setter) |
static int |
python._PySet_NextEntry(PyObject set,
SizeTPointer pos,
PointerPointer key,
SizeTPointer hash) |
static int |
python._PySet_NextEntry(PyObject set,
SizeTPointer pos,
PyObject key,
SizeTPointer hash) |
static int |
python._PySet_Update(PyObject set,
PyObject iterable) |
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 PyObject |
python._PyStack_AsTuple(PyObject stack,
long nargs) |
static PyObject |
python._PyStack_AsTupleSlice(PyObject stack,
long nargs,
long start,
long end) |
static int |
python._PyStack_UnpackDict(PointerPointer args,
long nargs,
PyObject kwargs,
PointerPointer p_stack,
PointerPointer p_kwnames) |
static int |
python._PyStack_UnpackDict(PyObject args,
long nargs,
PyObject kwargs,
PointerPointer p_stack,
PyObject p_kwnames) |
static int |
python._PyState_AddModule(PyObject arg0,
PyModuleDef arg1) |
static _PyInitError |
python._PySys_BeginInit(PyObject sysmod) |
static int |
python._PySys_EndInit(PyObject sysdict,
_PyMainInterpreterConfig config) |
static long |
python._PySys_GetSizeOf(PyObject arg0) |
static int |
python._PySys_SetObjectId(_Py_Identifier key,
PyObject arg1) |
static int |
python._PyTime_FromMillisecondsObject(long[] t,
PyObject obj,
int round) |
static int |
python._PyTime_FromMillisecondsObject(LongBuffer t,
PyObject obj,
int round) |
static int |
python._PyTime_FromMillisecondsObject(LongPointer t,
PyObject obj,
int round) |
static int |
python._PyTime_FromNanosecondsObject(long[] t,
PyObject obj) |
static int |
python._PyTime_FromNanosecondsObject(LongBuffer t,
PyObject obj) |
static int |
python._PyTime_FromNanosecondsObject(LongPointer t,
PyObject obj) |
static int |
python._PyTime_FromSecondsObject(long[] t,
PyObject obj,
int round) |
static int |
python._PyTime_FromSecondsObject(LongBuffer t,
PyObject obj,
int round) |
static int |
python._PyTime_FromSecondsObject(LongPointer t,
PyObject obj,
int round) |
static int |
python._PyTime_ObjectToTime_t(PyObject obj,
Pointer sec,
int arg2) |
static int |
python._PyTime_ObjectToTimespec(PyObject obj,
Pointer sec,
CLongPointer nsec,
int arg3) |
static int |
python._PyTime_ObjectToTimeval(PyObject obj,
Pointer sec,
CLongPointer usec,
int arg3) |
static void |
python._PyTrash_deposit_object(PyObject arg0) |
static void |
python._PyTrash_thread_deposit_object(PyObject arg0) |
static void |
python._PyTuple_MaybeUntrack(PyObject arg0) |
static int |
python._PyTuple_Resize(PyObject arg0,
long arg1) |
static PyTypeObject |
python._PyType_CalculateMetaclass(PyTypeObject arg0,
PyObject arg1) |
static PyObject |
python._PyType_Lookup(PyTypeObject arg0,
PyObject arg1) |
static PyObject |
python._PyUnicode_AsASCIIString(PyObject unicode,
BytePointer errors) |
static PyObject |
python._PyUnicode_AsASCIIString(PyObject unicode,
String errors) |
static Pointer |
python._PyUnicode_AsKind(PyObject s,
int kind) |
static PyObject |
python._PyUnicode_AsLatin1String(PyObject unicode,
BytePointer errors) |
static PyObject |
python._PyUnicode_AsLatin1String(PyObject unicode,
String errors) |
static Pointer |
python._PyUnicode_AsUnicode(PyObject unicode) |
static PyObject |
python._PyUnicode_AsUTF8String(PyObject unicode,
BytePointer errors) |
static PyObject |
python._PyUnicode_AsUTF8String(PyObject unicode,
String errors) |
static int |
python._PyUnicode_CheckConsistency(PyObject op,
int check_content) |
static PyObject |
python._PyUnicode_Copy(PyObject unicode) |
static PyObject |
python._PyUnicode_EncodeCharmap(PyObject unicode,
PyObject mapping,
BytePointer errors) |
static PyObject |
python._PyUnicode_EncodeCharmap(PyObject unicode,
PyObject mapping,
String errors) |
static PyObject |
python._PyUnicode_EncodeUTF16(PyObject unicode,
BytePointer errors,
int byteorder) |
static PyObject |
python._PyUnicode_EncodeUTF16(PyObject unicode,
String errors,
int byteorder) |
static PyObject |
python._PyUnicode_EncodeUTF32(PyObject object,
BytePointer errors,
int byteorder) |
static PyObject |
python._PyUnicode_EncodeUTF32(PyObject object,
String errors,
int byteorder) |
static PyObject |
python._PyUnicode_EncodeUTF7(PyObject unicode,
int base64SetO,
int base64WhiteSpace,
BytePointer errors) |
static PyObject |
python._PyUnicode_EncodeUTF7(PyObject unicode,
int base64SetO,
int base64WhiteSpace,
String errors) |
static int |
python._PyUnicode_EQ(PyObject arg0,
PyObject arg1) |
static int |
python._PyUnicode_EqualToASCIIId(PyObject left,
_Py_Identifier right) |
static int |
python._PyUnicode_EqualToASCIIString(PyObject left,
BytePointer right) |
static int |
python._PyUnicode_EqualToASCIIString(PyObject left,
String right) |
static void |
python._PyUnicode_FastCopyCharacters(PyObject to,
long to_start,
PyObject from,
long from_start,
long how_many) |
static void |
python._PyUnicode_FastFill(PyObject unicode,
long start,
long length,
int fill_char) |
static int |
python._PyUnicode_FindMaxChar(PyObject unicode,
long start,
long end) |
static int |
python._PyUnicode_FormatAdvancedWriter(_PyUnicodeWriter writer,
PyObject obj,
PyObject format_spec,
long start,
long end) |
static PyObject |
python._PyUnicode_FormatLong(PyObject arg0,
int arg1,
int arg2,
int arg3) |
static long |
python._PyUnicode_InsertThousandsGrouping(_PyUnicodeWriter writer,
long n_buffer,
PyObject digits,
long d_pos,
long n_digits,
long min_width,
BytePointer grouping,
PyObject thousands_sep,
int[] maxchar) |
static long |
python._PyUnicode_InsertThousandsGrouping(_PyUnicodeWriter writer,
long n_buffer,
PyObject digits,
long d_pos,
long n_digits,
long min_width,
BytePointer grouping,
PyObject thousands_sep,
IntBuffer maxchar) |
static long |
python._PyUnicode_InsertThousandsGrouping(_PyUnicodeWriter writer,
long n_buffer,
PyObject digits,
long d_pos,
long n_digits,
long min_width,
BytePointer grouping,
PyObject thousands_sep,
IntPointer maxchar) |
static long |
python._PyUnicode_InsertThousandsGrouping(_PyUnicodeWriter writer,
long n_buffer,
PyObject digits,
long d_pos,
long n_digits,
long min_width,
String grouping,
PyObject thousands_sep,
int[] maxchar) |
static long |
python._PyUnicode_InsertThousandsGrouping(_PyUnicodeWriter writer,
long n_buffer,
PyObject digits,
long d_pos,
long n_digits,
long min_width,
String grouping,
PyObject thousands_sep,
IntBuffer maxchar) |
static long |
python._PyUnicode_InsertThousandsGrouping(_PyUnicodeWriter writer,
long n_buffer,
PyObject digits,
long d_pos,
long n_digits,
long min_width,
String grouping,
PyObject thousands_sep,
IntPointer maxchar) |
static PyObject |
python._PyUnicode_JoinArray(PyObject separator,
PointerPointer items,
long seqlen) |
static PyObject |
python._PyUnicode_JoinArray(PyObject separator,
PyObject items,
long seqlen) |
static int |
python._PyUnicode_Ready(PyObject unicode) |
static PyObject |
python._PyUnicode_TransformDecimalAndSpaceToASCII(PyObject unicode) |
static PyObject |
python._PyUnicode_XStrip(PyObject self,
int striptype,
PyObject sepobj) |
static PyObject |
python._PyUnicodeTranslateError_Create(PyObject object,
long start,
long end,
BytePointer reason) |
static PyObject |
python._PyUnicodeTranslateError_Create(PyObject object,
long start,
long end,
String reason) |
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_IncRef(PyObject arg0) |
static int |
python.Py_ReprEnter(PyObject arg0) |
static void |
python.Py_ReprLeave(PyObject arg0) |
static symtable |
python.Py_SymtableStringObject(BytePointer str,
PyObject filename,
int start) |
static symtable |
python.Py_SymtableStringObject(String str,
PyObject filename,
int start) |
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 int |
python.PyArena_AddPyObject(PyArena arg0,
PyObject arg1) |
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 PyCodeObject |
python.PyAST_CompileObject(_mod mod,
PyObject filename,
PyCompilerFlags flags,
int optimize,
PyArena arena) |
static PyObject |
python.PyAsyncGen_New(_frame 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_AsString(PyObject arg0) |
static PyObject |
python.PyByteArray_Concat(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyByteArray_FromObject(PyObject arg0) |
static int |
python.PyByteArray_Resize(PyObject arg0,
long arg1) |
static long |
python.PyByteArray_Size(PyObject arg0) |
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 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_New(PyObject arg0) |
static int |
python.PyCell_Set(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyCFunction_Call(PyObject arg0,
PyObject arg1,
PyObject arg2) |
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_NewEx(PyMethodDef arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
python.PyClassMethod_New(PyObject arg0) |
static PyCodeObject |
python.PyCode_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,
int arg13,
PyObject arg14) |
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 PyObject |
python.PyCodec_XMLCharRefReplaceErrors(PyObject exc) |
static Py_complex |
python.PyComplex_AsCComplex(PyObject op) |
static double |
python.PyComplex_ImagAsDouble(PyObject op) |
static double |
python.PyComplex_RealAsDouble(PyObject op) |
static PyObject |
python.PyCoro_New(_frame arg0,
PyObject name,
PyObject qualname) |
static void |
python.PyDict_Clear(PyObject mp) |
static int |
python.PyDict_Contains(PyObject mp,
PyObject 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 PyObject |
python.PyDict_GetItem(PyObject mp,
PyObject key) |
static PyObject |
python.PyDict_GetItemString(PyObject dp,
BytePointer key) |
static PyObject |
python.PyDict_GetItemString(PyObject dp,
String key) |
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 PyObject |
python.PyDict_SetDefault(PyObject mp,
PyObject key,
PyObject defaultobj) |
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_Update(PyObject mp,
PyObject other) |
static PyObject |
python.PyDict_Values(PyObject mp) |
static PyObject |
python.PyDictProxy_New(PyObject arg0) |
static void |
python.PyErr_Display(PyObject arg0,
PyObject arg1,
PyObject arg2) |
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 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 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_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_WarnExplicitFormat(PyObject category,
BytePointer filename,
int lineno,
BytePointer module,
PyObject registry,
BytePointer format) |
static int |
python.PyErr_WarnExplicitFormat(PyObject category,
String filename,
int lineno,
String module,
PyObject registry,
String format) |
static int |
python.PyErr_WarnExplicitObject(PyObject category,
PyObject message,
PyObject filename,
int lineno,
PyObject 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_CallFunction(PyObject callable,
BytePointer format) |
static PyObject |
python.PyEval_CallFunction(PyObject callable,
String format) |
static PyObject |
python.PyEval_CallMethod(PyObject obj,
BytePointer name,
BytePointer format) |
static PyObject |
python.PyEval_CallMethod(PyObject obj,
String name,
String format) |
static PyObject |
python.PyEval_CallObjectWithKeywords(PyObject callable,
PyObject args,
PyObject kwargs) |
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_SetTrace(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_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_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_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_GetCause(PyObject arg0) |
static PyObject |
python.PyException_GetContext(PyObject arg0) |
static PyObject |
python.PyException_GetTraceback(PyObject arg0) |
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 PyObject |
python.PyFile_GetLine(PyObject arg0,
int arg1) |
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 PyObject |
python.PyFrozenSet_New(PyObject arg0) |
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 PyFutureFeatures |
python.PyFuture_FromASTObject(_mod mod,
PyObject filename) |
static PyObject |
python.PyGen_NewWithQualName(_frame 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 PyObject |
python.PyInstanceMethod_Function(PyObject arg0) |
static PyObject |
python.PyInstanceMethod_New(PyObject arg0) |
static PyObject |
python.PyIter_Next(PyObject arg0) |
static int |
python.PyList_Append(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyList_AsTuple(PyObject arg0) |
static PyObject |
python.PyList_GetItem(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 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 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 PyObject |
python.PyLong_FromUnicodeObject(PyObject u,
int base) |
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_HasKey(PyObject o,
PyObject key) |
static int |
python.PyMapping_HasKeyString(PyObject o,
BytePointer key) |
static int |
python.PyMapping_HasKeyString(PyObject o,
String 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_New(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyMethod_Self(PyObject arg0) |
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 arg0,
BytePointer arg1,
PyObject arg2) |
static int |
python.PyModule_AddObject(PyObject arg0,
String arg1,
PyObject arg2) |
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_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 int |
python.PyObject_AsCharBuffer(PyObject obj,
byte[] buffer,
SizeTPointer buffer_len)
Deprecated.
|
static int |
python.PyObject_AsCharBuffer(PyObject obj,
ByteBuffer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static int |
python.PyObject_AsCharBuffer(PyObject obj,
BytePointer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static int |
python.PyObject_AsCharBuffer(PyObject obj,
PointerPointer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static PyObject |
python.PyObject_ASCII(PyObject arg0) |
static int |
python.PyObject_AsFileDescriptor(PyObject arg0) |
static int |
python.PyObject_AsReadBuffer(PyObject obj,
PointerPointer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static int |
python.PyObject_AsReadBuffer(PyObject obj,
Pointer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static int |
python.PyObject_AsWriteBuffer(PyObject obj,
PointerPointer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static int |
python.PyObject_AsWriteBuffer(PyObject obj,
Pointer buffer,
SizeTPointer buffer_len)
Deprecated.
|
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_CallMethodObjArgs(PyObject obj,
PyObject name) |
static PyObject |
python.PyObject_CallObject(PyObject callable,
PyObject args) |
static int |
python.PyObject_CheckReadBuffer(PyObject obj)
Deprecated.
|
static void |
python.PyObject_ClearWeakRefs(PyObject arg0) |
static int |
python.PyObject_CopyData(PyObject dest,
PyObject src) |
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 PyObject |
python.PyObject_GenericGetAttr(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyObject_GenericGetDict(PyObject arg0,
Pointer arg1) |
static int |
python.PyObject_GenericSetAttr(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
python.PyObject_GenericSetDict(PyObject arg0,
PyObject arg1,
Pointer arg2) |
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 PyObject |
python.PyObject_GetIter(PyObject arg0) |
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 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_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.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 _mod |
python.PyParser_ASTFromFileObject(Pointer fp,
PyObject filename,
BytePointer enc,
int start,
BytePointer ps1,
BytePointer ps2,
PyCompilerFlags flags,
int[] errcode,
PyArena arena) |
static _mod |
python.PyParser_ASTFromFileObject(Pointer fp,
PyObject filename,
BytePointer enc,
int start,
BytePointer ps1,
BytePointer ps2,
PyCompilerFlags flags,
IntBuffer errcode,
PyArena arena) |
static _mod |
python.PyParser_ASTFromFileObject(Pointer fp,
PyObject filename,
BytePointer enc,
int start,
BytePointer ps1,
BytePointer ps2,
PyCompilerFlags flags,
IntPointer errcode,
PyArena arena) |
static _mod |
python.PyParser_ASTFromFileObject(Pointer fp,
PyObject filename,
String enc,
int start,
String ps1,
String ps2,
PyCompilerFlags flags,
int[] errcode,
PyArena arena) |
static _mod |
python.PyParser_ASTFromFileObject(Pointer fp,
PyObject filename,
String enc,
int start,
String ps1,
String ps2,
PyCompilerFlags flags,
IntBuffer errcode,
PyArena arena) |
static _mod |
python.PyParser_ASTFromFileObject(Pointer fp,
PyObject filename,
String enc,
int start,
String ps1,
String ps2,
PyCompilerFlags flags,
IntPointer errcode,
PyArena arena) |
static _mod |
python.PyParser_ASTFromStringObject(BytePointer s,
PyObject filename,
int start,
PyCompilerFlags flags,
PyArena arena) |
static _mod |
python.PyParser_ASTFromStringObject(String s,
PyObject filename,
int start,
PyCompilerFlags flags,
PyArena arena) |
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 int |
python.PyRun_InteractiveOneObject(Pointer fp,
PyObject filename,
PyCompilerFlags flags) |
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.PyST_GetScope(PySTEntryObject arg0,
PyObject arg1) |
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 symtable |
python.PySymtable_BuildObject(_mod mod,
PyObject filename,
PyFutureFeatures future) |
static void |
python.PySys_AddWarnOptionUnicode(PyObject arg0) |
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 PyObject |
python.PyTuple_GetItem(PyObject arg0,
long arg1) |
static PyObject |
python.PyTuple_GetSlice(PyObject arg0,
long arg1,
long arg2) |
static int |
python.PyTuple_SetItem(PyObject arg0,
long arg1,
PyObject arg2) |
static long |
python.PyTuple_Size(PyObject arg0) |
static PyObject |
python.PyType_FromSpecWithBases(PyType_Spec arg0,
PyObject arg1) |
static PyObject |
python.PyType_GenericNew(PyTypeObject arg0,
PyObject arg1,
PyObject arg2) |
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 Pointer |
python.PyUnicode_AsUnicode(PyObject unicode) |
static Pointer |
python.PyUnicode_AsUnicodeAndSize(PyObject unicode,
SizeTPointer size) |
static Pointer |
python.PyUnicode_AsUnicodeCopy(PyObject unicode)
Deprecated.
|
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_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 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_EncodeCharmap(Pointer data,
long length,
PyObject mapping,
BytePointer errors)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeCharmap(Pointer data,
long length,
PyObject mapping,
String errors)
Deprecated.
|
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 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_GetLength(PyObject unicode) |
static long |
python.PyUnicode_GetSize(PyObject unicode)
Deprecated.
|
static void |
python.PyUnicode_InternImmortal(PyObject arg0) |
static void |
python.PyUnicode_InternInPlace(PyObject arg0) |
static int |
python.PyUnicode_IsIdentifier(PyObject s) |
static PyObject |
python.PyUnicode_Join(PyObject separator,
PyObject seq) |
static PyObject |
python.PyUnicode_Partition(PyObject s,
PyObject sep) |
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 PyObject |
python.PyUnicode_TranslateCharmap(Pointer data,
long length,
PyObject table,
BytePointer errors)
Deprecated.
|
static PyObject |
python.PyUnicode_TranslateCharmap(Pointer data,
long length,
PyObject table,
String errors)
Deprecated.
|
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 PyObject |
python.PyWeakref_GetObject(PyObject ref) |
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) |