static PyObject |
python._Py_BuildValue_SizeT(BytePointer arg0) |
static PyObject |
python._Py_BuildValue_SizeT(String arg0) |
static PyObject |
python._Py_CheckFunctionResult(PyObject callable,
PyObject result,
BytePointer where) |
static PyObject |
python._Py_CheckFunctionResult(PyObject callable,
PyObject result,
String where) |
static PyObject |
python._Py_device_encoding(int arg0) |
static PyObject |
python._Py_EllipsisObject() |
static PyObject |
python._Py_GetGlobalVariablesAsDict() |
static PyObject |
python._Py_Mangle(PyObject p,
PyObject name) |
static PyObject |
python._Py_NoneStruct() |
static PyObject |
python._Py_NotImplementedStruct() |
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 PyObject |
python._Py_VaBuildValue_SizeT(BytePointer arg0,
Pointer arg1) |
static PyObject |
python._Py_VaBuildValue_SizeT(String arg0,
Pointer arg1) |
static PyObject |
python._PyBuiltin_Init() |
static PyObject |
python._PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
long arg3,
BytePointer arg4,
byte[] arg5) |
static PyObject |
python._PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
long arg3,
BytePointer arg4,
ByteBuffer arg5) |
static PyObject |
python._PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
long arg3,
BytePointer arg4,
BytePointer arg5) |
static PyObject |
python._PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
long arg3,
BytePointer arg4,
PointerPointer arg5) |
static PyObject |
python._PyBytes_DecodeEscape(String arg0,
long arg1,
String arg2,
long arg3,
String arg4,
byte[] arg5) |
static PyObject |
python._PyBytes_DecodeEscape(String arg0,
long arg1,
String arg2,
long arg3,
String arg4,
ByteBuffer arg5) |
static PyObject |
python._PyBytes_DecodeEscape(String arg0,
long arg1,
String arg2,
long arg3,
String arg4,
BytePointer arg5) |
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 PyObject |
python._PyBytesWriter_Finish(_PyBytesWriter writer,
Pointer str) |
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 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._PyCodec_Lookup(BytePointer encoding) |
static PyObject |
python._PyCodec_Lookup(String encoding) |
static PyObject |
python._PyCodec_LookupTextEncoding(BytePointer encoding,
BytePointer alternate_command) |
static PyObject |
python._PyCodec_LookupTextEncoding(String encoding,
String alternate_command) |
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 PyObject |
python._PyCoreConfig_AsDict(_PyCoreConfig config) |
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 PyObject |
python._PyDict_NewPresized(long minused) |
static PyObject |
python._PyDict_Pop(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
python._PyDictView_Intersect(PyObject self,
PyObject other) |
static PyObject |
python._PyErr_FormatFromCause(PyObject exception,
BytePointer format) |
static PyObject |
python._PyErr_FormatFromCause(PyObject exception,
String format) |
static PyObject |
python._PyErr_TrySetFromCause(BytePointer prefix_format) |
static PyObject |
python._PyErr_TrySetFromCause(String prefix_format) |
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 PyObject |
python._PyEval_EvalFrameDefault(_frame f,
int exc) |
static PyObject |
python._PyEval_GetAsyncGenFinalizer() |
static PyObject |
python._PyEval_GetAsyncGenFirstiter() |
static PyObject |
python._PyEval_GetBuiltinId(_Py_Identifier arg0) |
static PyObject |
python._PyEval_GetCoroutineWrapper() |
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 PyObject |
python._PyGen_Send(PyGenObject arg0,
PyObject arg1) |
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 PyObject |
python._PyImport_GetModuleId(_Py_Identifier name) |
static PyObject |
python._PyList_Extend(PyListObject arg0,
PyObject arg1) |
static PyObject |
python._PyLong_Copy(PyLongObject src) |
static PyObject |
python._PyLong_DivmodNear(PyObject arg0,
PyObject arg1) |
static PyObject |
python._PyLong_Format(PyObject obj,
int base) |
static PyObject |
python._PyLong_FromByteArray(byte[] bytes,
long n,
int little_endian,
int is_signed) |
static PyObject |
python._PyLong_FromByteArray(ByteBuffer bytes,
long n,
int little_endian,
int is_signed) |
static PyObject |
python._PyLong_FromByteArray(BytePointer bytes,
long n,
int little_endian,
int is_signed) |
static PyObject |
python._PyLong_FromBytes(BytePointer arg0,
long arg1,
int arg2) |
static PyObject |
python._PyLong_FromBytes(String arg0,
long arg1,
int arg2) |
static PyObject |
python._PyLong_FromTime_t(Pointer sec) |
static PyObject |
python._PyLong_GCD(PyObject arg0,
PyObject arg1) |
static PyObject |
python._PyLong_One() |
static PyObject |
python._PyLong_Zero() |
static PyObject |
python._PyMainInterpreterConfig_AsDict(_PyMainInterpreterConfig config) |
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 PyObject |
python._PyModule_CreateInitialized(PyModuleDef arg0,
int apiver) |
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 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_GC_Calloc(long size) |
static PyObject |
python._PyObject_GC_Malloc(long size) |
static PyObject |
python._PyObject_GC_New(PyTypeObject arg0) |
static PyObject |
python._PyObject_GenericGetAttrWithDict(PyObject arg0,
PyObject arg1,
PyObject arg2,
int arg3) |
static PyObject |
python._PyObject_GetAttrId(PyObject arg0,
_Py_Identifier arg1) |
static PyObject |
python._PyObject_GetBuiltin(BytePointer name) |
static PyObject |
python._PyObject_GetBuiltin(String name) |
static PyObject |
python._PyObject_LookupSpecial(PyObject arg0,
_Py_Identifier arg1) |
static PyObject |
python._PyObject_New(PyTypeObject arg0) |
static PyObject |
python._PyObject_NextNotImplemented(PyObject arg0) |
static PyObject |
python._PySet_Dummy() |
static PyObject |
python._PySlice_FromIndices(long start,
long stop) |
static PyObject |
python._PyStack_AsDict(PointerPointer values,
PyObject kwnames) |
static PyObject |
python._PyStack_AsDict(PyObject values,
PyObject kwnames) |
static PyObject |
python._PyStack_AsTuple(PointerPointer stack,
long nargs) |
static PyObject |
python._PyStack_AsTuple(PyObject stack,
long nargs) |
static PyObject |
python._PyStack_AsTupleSlice(PointerPointer stack,
long nargs,
long start,
long end) |
static PyObject |
python._PyStack_AsTupleSlice(PyObject stack,
long nargs,
long start,
long end) |
static PyObject |
python._PySys_GetObjectId(_Py_Identifier key) |
static PyObject |
python._PyThread_CurrentFrames() |
static PyObject |
python._PyTime_AsNanosecondsObject(long t) |
static PyObject |
python._PyTraceMalloc_GetTraceback(int domain,
long ptr) |
static PyObject |
python._PyType_GetDocFromInternalDoc(BytePointer arg0,
BytePointer arg1) |
static PyObject |
python._PyType_GetDocFromInternalDoc(String arg0,
String arg1) |
static PyObject |
python._PyType_GetTextSignatureFromInternalDoc(BytePointer arg0,
BytePointer arg1) |
static PyObject |
python._PyType_GetTextSignatureFromInternalDoc(String arg0,
String arg1) |
static PyObject |
python._PyType_Lookup(PyTypeObject arg0,
PyObject arg1) |
static PyObject |
python._PyType_LookupId(PyTypeObject arg0,
_Py_Identifier arg1) |
static PyObject |
python._PyUnicode_AsASCIIString(PyObject unicode,
BytePointer errors) |
static PyObject |
python._PyUnicode_AsASCIIString(PyObject unicode,
String errors) |
static PyObject |
python._PyUnicode_AsLatin1String(PyObject unicode,
BytePointer errors) |
static PyObject |
python._PyUnicode_AsLatin1String(PyObject unicode,
String errors) |
static PyObject |
python._PyUnicode_AsUTF8String(PyObject unicode,
BytePointer errors) |
static PyObject |
python._PyUnicode_AsUTF8String(PyObject unicode,
String errors) |
static PyObject |
python._PyUnicode_Copy(PyObject unicode) |
static PyObject |
python._PyUnicode_DecodeUnicodeEscape(BytePointer string,
long length,
BytePointer errors,
byte[] first_invalid_escape) |
static PyObject |
python._PyUnicode_DecodeUnicodeEscape(BytePointer string,
long length,
BytePointer errors,
ByteBuffer first_invalid_escape) |
static PyObject |
python._PyUnicode_DecodeUnicodeEscape(BytePointer string,
long length,
BytePointer errors,
BytePointer first_invalid_escape) |
static PyObject |
python._PyUnicode_DecodeUnicodeEscape(BytePointer string,
long length,
BytePointer errors,
PointerPointer first_invalid_escape) |
static PyObject |
python._PyUnicode_DecodeUnicodeEscape(String string,
long length,
String errors,
byte[] first_invalid_escape) |
static PyObject |
python._PyUnicode_DecodeUnicodeEscape(String string,
long length,
String errors,
ByteBuffer first_invalid_escape) |
static PyObject |
python._PyUnicode_DecodeUnicodeEscape(String string,
long length,
String errors,
BytePointer first_invalid_escape) |
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 PyObject |
python._PyUnicode_FormatLong(PyObject arg0,
int arg1,
int arg2,
int arg3) |
static PyObject |
python._PyUnicode_FromASCII(BytePointer buffer,
long size) |
static PyObject |
python._PyUnicode_FromASCII(String buffer,
long size) |
static PyObject |
python._PyUnicode_FromId(_Py_Identifier arg0) |
static PyObject |
python._PyUnicode_JoinArray(PyObject separator,
PointerPointer items,
long seqlen) |
static PyObject |
python._PyUnicode_JoinArray(PyObject separator,
PyObject items,
long seqlen) |
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 PyObject |
python._PyUnicodeWriter_Finish(_PyUnicodeWriter writer) |
static PyObject |
python._PyWarnings_Init() |
static PyObject |
python.Py_BuildValue(BytePointer arg0) |
static PyObject |
python.Py_BuildValue(String arg0) |
static PyObject |
python.Py_CompileString(BytePointer arg0,
BytePointer arg1,
int arg2) |
static PyObject |
python.Py_CompileString(String arg0,
String arg1,
int arg2) |
static PyObject |
python.Py_CompileStringExFlags(BytePointer str,
BytePointer filename,
int start,
PyCompilerFlags flags,
int optimize) |
static PyObject |
python.Py_CompileStringExFlags(String str,
String filename,
int start,
PyCompilerFlags flags,
int optimize) |
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 PyObject |
python.Py_VaBuildValue(BytePointer arg0,
Pointer arg1) |
static PyObject |
python.Py_VaBuildValue(String arg0,
Pointer arg1) |
static PyObject |
python.PyAsyncGen_New(_frame arg0,
PyObject name,
PyObject qualname) |
static PyObject |
python.PyBool_FromLong(long arg0) |
static PyObject |
python.PyByteArray_Concat(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyByteArray_FromObject(PyObject arg0) |
static PyObject |
python.PyByteArray_FromStringAndSize(BytePointer arg0,
long arg1) |
static PyObject |
python.PyByteArray_FromStringAndSize(String arg0,
long arg1) |
static PyObject |
python.PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
long arg3,
BytePointer arg4) |
static PyObject |
python.PyBytes_DecodeEscape(String arg0,
long arg1,
String arg2,
long arg3,
String arg4) |
static PyObject |
python.PyBytes_FromFormat(BytePointer arg0) |
static PyObject |
python.PyBytes_FromFormat(String arg0) |
static PyObject |
python.PyBytes_FromFormatV(BytePointer arg0,
Pointer arg1) |
static PyObject |
python.PyBytes_FromFormatV(String arg0,
Pointer arg1) |
static PyObject |
python.PyBytes_FromObject(PyObject arg0) |
static PyObject |
python.PyBytes_FromString(BytePointer arg0) |
static PyObject |
python.PyBytes_FromString(String arg0) |
static PyObject |
python.PyBytes_FromStringAndSize(BytePointer arg0,
long arg1) |
static PyObject |
python.PyBytes_FromStringAndSize(String arg0,
long arg1) |
static PyObject |
python.PyBytes_Repr(PyObject arg0,
int arg1) |
static PyObject |
python.PyCallIter_New(PyObject arg0,
PyObject arg1) |
static PyObject |
python.PyCapsule_New(Pointer pointer,
BytePointer name,
PyCapsule_Destructor destructor) |
static PyObject |
python.PyCapsule_New(Pointer pointer,
String name,
PyCapsule_Destructor destructor) |
static PyObject |
python.PyCell_Get(PyObject arg0) |
static PyObject |
python.PyCell_New(PyObject arg0) |
static PyObject |
python.PyCFunction_Call(PyObject arg0,
PyObject arg1,
PyObject arg2) |
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 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_Decoder(BytePointer encoding) |
static PyObject |
python.PyCodec_Decoder(String encoding) |
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_Encoder(BytePointer encoding) |
static PyObject |
python.PyCodec_Encoder(String encoding) |
static PyObject |
python.PyCodec_IgnoreErrors(PyObject exc) |
static PyObject |
python.PyCodec_IncrementalDecoder(BytePointer encoding,
BytePointer errors) |
static PyObject |
python.PyCodec_IncrementalDecoder(String encoding,
String errors) |
static PyObject |
python.PyCodec_IncrementalEncoder(BytePointer encoding,
BytePointer errors) |
static PyObject |
python.PyCodec_IncrementalEncoder(String encoding,
String errors) |
static PyObject |
python.PyCodec_LookupError(BytePointer name) |
static PyObject |
python.PyCodec_LookupError(String name) |
static PyObject |
python.PyCodec_NameReplaceErrors(PyObject exc) |
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 PyObject |
python.PyComplex_FromCComplex(Py_complex arg0) |
static PyObject |
python.PyComplex_FromDoubles(double real,
double imag) |
static PyObject |
python.PyCoro_New(_frame arg0,
PyObject name,
PyObject qualname) |
static PyObject |
python.PyDescr_NewClassMethod(PyTypeObject arg0,
PyMethodDef arg1) |
static PyObject |
python.PyDescr_NewGetSet(PyTypeObject arg0,
PyGetSetDef arg1) |
static PyObject |
python.PyDescr_NewMember(PyTypeObject arg0,
PyMemberDef arg1) |
static PyObject |
python.PyDescr_NewMethod(PyTypeObject arg0,
PyMethodDef arg1) |
static PyObject |
python.PyDescr_NewWrapper(PyTypeObject arg0,
wrapperbase arg1,
Pointer arg2) |
static PyObject |
python.PyDict_Copy(PyObject mp) |
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 PyObject |
python.PyDict_New() |
static PyObject |
python.PyDict_SetDefault(PyObject mp,
PyObject key,
PyObject defaultobj) |
static PyObject |
python.PyDict_Values(PyObject mp) |
static PyObject |
python.PyDictProxy_New(PyObject arg0) |
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 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 PyObject |
python.PyErr_NoMemory() |
static PyObject |
python.PyErr_Occurred() |
static PyObject |
python.PyErr_ProgramText(BytePointer filename,
int lineno) |
static PyObject |
python.PyErr_ProgramText(String filename,
int lineno) |
static PyObject |
python.PyErr_ProgramTextObject(PyObject filename,
int lineno) |
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 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 PyObject |
python.PyEval_EvalFrame(_frame arg0) |
static PyObject |
python.PyEval_EvalFrameEx(_frame f,
int exc) |
static PyObject |
python.PyEval_GetBuiltins() |
static PyObject |
python.PyEval_GetGlobals() |
static PyObject |
python.PyEval_GetLocals() |
static PyObject |
python.PyExc_ArithmeticError() |
static PyObject |
python.PyExc_AssertionError() |
static PyObject |
python.PyExc_AttributeError() |
static PyObject |
python.PyExc_BaseException() |
static PyObject |
python.PyExc_BlockingIOError() |
static PyObject |
python.PyExc_BrokenPipeError() |
static PyObject |
python.PyExc_BufferError() |
static PyObject |
python.PyExc_BytesWarning() |
static PyObject |
python.PyExc_ChildProcessError() |
static PyObject |
python.PyExc_ConnectionAbortedError() |
static PyObject |
python.PyExc_ConnectionError() |
static PyObject |
python.PyExc_ConnectionRefusedError() |
static PyObject |
python.PyExc_ConnectionResetError() |
static PyObject |
python.PyExc_DeprecationWarning() |
static PyObject |
python.PyExc_EnvironmentError() |
static PyObject |
python.PyExc_EOFError() |
static PyObject |
python.PyExc_Exception() |
static PyObject |
python.PyExc_FileExistsError() |
static PyObject |
python.PyExc_FileNotFoundError() |
static PyObject |
python.PyExc_FloatingPointError() |
static PyObject |
python.PyExc_FutureWarning() |
static PyObject |
python.PyExc_GeneratorExit() |
static PyObject |
python.PyExc_ImportError() |
static PyObject |
python.PyExc_ImportWarning() |
static PyObject |
python.PyExc_IndentationError() |
static PyObject |
python.PyExc_IndexError() |
static PyObject |
python.PyExc_InterruptedError() |
static PyObject |
python.PyExc_IOError() |
static PyObject |
python.PyExc_IsADirectoryError() |
static PyObject |
python.PyExc_KeyboardInterrupt() |
static PyObject |
python.PyExc_KeyError() |
static PyObject |
python.PyExc_LookupError() |
static PyObject |
python.PyExc_MemoryError() |
static PyObject |
python.PyExc_ModuleNotFoundError() |
static PyObject |
python.PyExc_NameError() |
static PyObject |
python.PyExc_NotADirectoryError() |
static PyObject |
python.PyExc_NotImplementedError() |
static PyObject |
python.PyExc_OSError() |
static PyObject |
python.PyExc_OverflowError() |
static PyObject |
python.PyExc_PendingDeprecationWarning() |
static PyObject |
python.PyExc_PermissionError() |
static PyObject |
python.PyExc_ProcessLookupError() |
static PyObject |
python.PyExc_RecursionError() |
static PyObject |
python.PyExc_ReferenceError() |
static PyObject |
python.PyExc_ResourceWarning() |
static PyObject |
python.PyExc_RuntimeError() |
static PyObject |
python.PyExc_RuntimeWarning() |
static PyObject |
python.PyExc_StopAsyncIteration() |
static PyObject |
python.PyExc_StopIteration() |
static PyObject |
python.PyExc_SyntaxError() |
static PyObject |
python.PyExc_SyntaxWarning() |
static PyObject |
python.PyExc_SystemError() |
static PyObject |
python.PyExc_SystemExit() |
static PyObject |
python.PyExc_TabError() |
static PyObject |
python.PyExc_TimeoutError() |
static PyObject |
python.PyExc_TypeError() |
static PyObject |
python.PyExc_UnboundLocalError() |
static PyObject |
python.PyExc_UnicodeDecodeError() |
static PyObject |
python.PyExc_UnicodeEncodeError() |
static PyObject |
python.PyExc_UnicodeError() |
static PyObject |
python.PyExc_UnicodeTranslateError() |
static PyObject |
python.PyExc_UnicodeWarning() |
static PyObject |
python.PyExc_UserWarning() |
static PyObject |
python.PyExc_ValueError() |
static PyObject |
python.PyExc_Warning() |
static PyObject |
python.PyExc_ZeroDivisionError() |
static PyObject |
python.PyException_GetCause(PyObject arg0) |
static PyObject |
python.PyException_GetContext(PyObject arg0) |
static PyObject |
python.PyException_GetTraceback(PyObject arg0) |
static PyObject |
python.PyFile_FromFd(int arg0,
BytePointer arg1,
BytePointer arg2,
int arg3,
BytePointer arg4,
BytePointer arg5,
BytePointer arg6,
int arg7) |
static PyObject |
python.PyFile_FromFd(int arg0,
String arg1,
String arg2,
int arg3,
String arg4,
String arg5,
String arg6,
int arg7) |
static PyObject |
python.PyFile_GetLine(PyObject arg0,
int arg1) |
static PyObject |
python.PyFile_NewStdPrinter(int arg0) |
static PyObject |
python.PyFloat_FromDouble(double arg0) |
static PyObject |
python.PyFloat_FromString(PyObject arg0) |
static PyObject |
python.PyFloat_GetInfo() |
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 PyObject |
python.PyGen_New(_frame arg0) |
static PyObject |
python.PyGen_NewWithQualName(_frame arg0,
PyObject name,
PyObject qualname) |
static PyObject |
python.PyImport_AddModule(BytePointer name) |
static PyObject |
python.PyImport_AddModule(String name) |
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_GetModuleDict() |
static PyObject |
python.PyImport_Import(PyObject name) |
static PyObject |
python.PyImport_ImportModule(BytePointer name) |
static PyObject |
python.PyImport_ImportModule(String 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_ImportModuleNoBlock(BytePointer name) |
static PyObject |
python.PyImport_ImportModuleNoBlock(String name) |
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 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 PyObject |
python.PyList_New(long size) |
static PyObject |
python.PyLong_FromDouble(double arg0) |
static PyObject |
python.PyLong_FromLong(long arg0) |
static PyObject |
python.PyLong_FromLongLong(long arg0) |
static PyObject |
python.PyLong_FromSize_t(long arg0) |
static PyObject |
python.PyLong_FromSsize_t(long arg0) |
static PyObject |
python.PyLong_FromString(BytePointer arg0,
byte[] arg1,
int arg2) |
static PyObject |
python.PyLong_FromString(BytePointer arg0,
ByteBuffer arg1,
int arg2) |
static PyObject |
python.PyLong_FromString(BytePointer arg0,
BytePointer arg1,
int arg2) |
static PyObject |
python.PyLong_FromString(BytePointer arg0,
PointerPointer arg1,
int arg2) |
static PyObject |
python.PyLong_FromString(String arg0,
byte[] arg1,
int arg2) |
static PyObject |
python.PyLong_FromString(String arg0,
ByteBuffer arg1,
int arg2) |
static PyObject |
python.PyLong_FromString(String arg0,
BytePointer arg1,
int arg2) |
static PyObject |
python.PyLong_FromUnicode(Pointer arg0,
long arg1,
int arg2)
Deprecated.
|
static PyObject |
python.PyLong_FromUnicodeObject(PyObject u,
int base) |
static PyObject |
python.PyLong_FromUnsignedLong(long arg0) |
static PyObject |
python.PyLong_FromUnsignedLongLong(long arg0) |
static PyObject |
python.PyLong_FromVoidPtr(Pointer arg0) |
static PyObject |
python.PyLong_GetInfo() |
static PyObject |
python.PyMapping_GetItemString(PyObject o,
BytePointer key) |
static PyObject |
python.PyMapping_GetItemString(PyObject o,
String key) |
static PyObject |
python.PyMapping_Items(PyObject o) |
static PyObject |
python.PyMapping_Keys(PyObject o) |
static PyObject |
python.PyMapping_Values(PyObject o) |
static PyObject |
python.PyMember_GetOne(BytePointer arg0,
PyMemberDef arg1) |
static PyObject |
python.PyMember_GetOne(String arg0,
PyMemberDef arg1) |
static PyObject |
python.PyMemoryView_FromBuffer(Py_buffer info) |
static PyObject |
python.PyMemoryView_FromMemory(byte[] mem,
long size,
int flags) |
static PyObject |
python.PyMemoryView_FromMemory(ByteBuffer mem,
long size,
int flags) |
static PyObject |
python.PyMemoryView_FromMemory(BytePointer mem,
long size,
int flags) |
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 PyObject |
python.PyModule_Create2(PyModuleDef arg0,
int apiver) |
static PyObject |
python.PyModule_FromDefAndSpec2(PyModuleDef def,
PyObject spec,
int module_api_version) |
static PyObject |
python.PyModule_GetDict(PyObject arg0) |
static PyObject |
python.PyModule_GetFilenameObject(PyObject arg0) |
static PyObject |
python.PyModule_GetNameObject(PyObject arg0) |
static PyObject |
python.PyModule_New(BytePointer name) |
static PyObject |
python.PyModule_New(String name) |
static PyObject |
python.PyModule_NewObject(PyObject name) |
static PyObject |
python.PyModuleDef_Init(PyModuleDef arg0) |
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 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 PyObject |
python.PyObject_Bytes(PyObject arg0) |
static PyObject |
python.PyObject_Call(PyObject callable,
PyObject args,
PyObject kwargs) |
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 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 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 PyObject |
python.PyObject_GetItem(PyObject o,
PyObject key) |
static PyObject |
python.PyObject_GetIter(PyObject arg0) |
static PyObject |
python.PyObject_Init(PyObject arg0,
PyTypeObject arg1) |
static PyObject |
python.PyObject_Repr(PyObject arg0) |
static PyObject |
python.PyObject_RichCompare(PyObject arg0,
PyObject arg1,
int arg2) |
static PyObject |
python.PyObject_SelfIter(PyObject arg0) |
static PyObject |
python.PyObject_Str(PyObject arg0) |
static PyObject |
python.PyObject_Type(PyObject o) |
static PyObject |
python.PyODict_New() |
static PyObject |
python.PyOS_FSPath(PyObject path) |
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_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 PyObject |
python.PySequence_Concat(PyObject o1,
PyObject o2) |
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 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 PyObject |
python.PySequence_Tuple(PyObject o) |
static PyObject |
python.PySet_New(PyObject arg0) |
static PyObject |
python.PySet_Pop(PyObject set) |
static PyObject |
python.PySlice_New(PyObject start,
PyObject stop,
PyObject step) |
static PyObject |
python.PyState_FindModule(PyModuleDef arg0) |
static PyObject |
python.PyStaticMethod_New(PyObject arg0) |
static PyObject |
python.PyStructSequence_GetItem(PyObject arg0,
long arg1) |
static PyObject |
python.PyStructSequence_New(PyTypeObject type) |
static PyObject |
python.PySys_GetObject(BytePointer arg0) |
static PyObject |
python.PySys_GetObject(String arg0) |
static PyObject |
python.PySys_GetXOptions() |
static PyObject |
python.PyThread_GetInfo() |
static PyObject |
python.PyThreadState_GetDict() |
static PyObject |
python.PyTuple_GetItem(PyObject arg0,
long arg1) |
static PyObject |
python.PyTuple_GetSlice(PyObject arg0,
long arg1,
long arg2) |
static PyObject |
python.PyTuple_New(long size) |
static PyObject |
python.PyTuple_Pack(long arg0) |
static PyObject |
python.PyType_FromSpec(PyType_Spec arg0) |
static PyObject |
python.PyType_FromSpecWithBases(PyType_Spec arg0,
PyObject arg1) |
static PyObject |
python.PyType_GenericAlloc(PyTypeObject arg0,
long arg1) |
static PyObject |
python.PyType_GenericNew(PyTypeObject arg0,
PyObject arg1,
PyObject arg2) |
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 PyObject |
python.PyUnicode_AsUnicodeEscapeString(PyObject unicode) |
static PyObject |
python.PyUnicode_AsUTF16String(PyObject unicode) |
static PyObject |
python.PyUnicode_AsUTF32String(PyObject unicode) |
static PyObject |
python.PyUnicode_AsUTF8String(PyObject unicode) |
static PyObject |
python.PyUnicode_BuildEncodingMap(PyObject string) |
static PyObject |
python.PyUnicode_Concat(PyObject left,
PyObject right) |
static PyObject |
python.PyUnicode_Decode(BytePointer s,
long size,
BytePointer encoding,
BytePointer errors) |
static PyObject |
python.PyUnicode_Decode(String s,
long size,
String encoding,
String errors) |
static PyObject |
python.PyUnicode_DecodeASCII(BytePointer string,
long length,
BytePointer errors) |
static PyObject |
python.PyUnicode_DecodeASCII(String string,
long length,
String errors) |
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_DecodeFSDefault(BytePointer s) |
static PyObject |
python.PyUnicode_DecodeFSDefault(String s) |
static PyObject |
python.PyUnicode_DecodeFSDefaultAndSize(BytePointer s,
long size) |
static PyObject |
python.PyUnicode_DecodeFSDefaultAndSize(String s,
long size) |
static PyObject |
python.PyUnicode_DecodeLatin1(BytePointer string,
long length,
BytePointer errors) |
static PyObject |
python.PyUnicode_DecodeLatin1(String string,
long length,
String errors) |
static PyObject |
python.PyUnicode_DecodeLocale(BytePointer str,
BytePointer errors) |
static PyObject |
python.PyUnicode_DecodeLocale(String str,
String errors) |
static PyObject |
python.PyUnicode_DecodeLocaleAndSize(BytePointer str,
long len,
BytePointer errors) |
static PyObject |
python.PyUnicode_DecodeLocaleAndSize(String str,
long len,
String errors) |
static PyObject |
python.PyUnicode_DecodeRawUnicodeEscape(BytePointer string,
long length,
BytePointer errors) |
static PyObject |
python.PyUnicode_DecodeRawUnicodeEscape(String string,
long length,
String errors) |
static PyObject |
python.PyUnicode_DecodeUnicodeEscape(BytePointer string,
long length,
BytePointer errors) |
static PyObject |
python.PyUnicode_DecodeUnicodeEscape(String string,
long length,
String errors) |
static PyObject |
python.PyUnicode_DecodeUTF16(BytePointer string,
long length,
BytePointer errors,
int[] byteorder) |
static PyObject |
python.PyUnicode_DecodeUTF16(BytePointer string,
long length,
BytePointer errors,
IntBuffer byteorder) |
static PyObject |
python.PyUnicode_DecodeUTF16(BytePointer string,
long length,
BytePointer errors,
IntPointer byteorder) |
static PyObject |
python.PyUnicode_DecodeUTF16(String string,
long length,
String errors,
int[] byteorder) |
static PyObject |
python.PyUnicode_DecodeUTF16(String string,
long length,
String errors,
IntBuffer byteorder) |
static PyObject |
python.PyUnicode_DecodeUTF16(String string,
long length,
String errors,
IntPointer byteorder) |
static PyObject |
python.PyUnicode_DecodeUTF16Stateful(BytePointer string,
long length,
BytePointer errors,
int[] byteorder,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF16Stateful(BytePointer string,
long length,
BytePointer errors,
IntBuffer byteorder,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF16Stateful(BytePointer string,
long length,
BytePointer errors,
IntPointer byteorder,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF16Stateful(String string,
long length,
String errors,
int[] byteorder,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF16Stateful(String string,
long length,
String errors,
IntBuffer byteorder,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF16Stateful(String string,
long length,
String errors,
IntPointer byteorder,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF32(BytePointer string,
long length,
BytePointer errors,
int[] byteorder) |
static PyObject |
python.PyUnicode_DecodeUTF32(BytePointer string,
long length,
BytePointer errors,
IntBuffer byteorder) |
static PyObject |
python.PyUnicode_DecodeUTF32(BytePointer string,
long length,
BytePointer errors,
IntPointer byteorder) |
static PyObject |
python.PyUnicode_DecodeUTF32(String string,
long length,
String errors,
int[] byteorder) |
static PyObject |
python.PyUnicode_DecodeUTF32(String string,
long length,
String errors,
IntBuffer byteorder) |
static PyObject |
python.PyUnicode_DecodeUTF32(String string,
long length,
String errors,
IntPointer byteorder) |
static PyObject |
python.PyUnicode_DecodeUTF32Stateful(BytePointer string,
long length,
BytePointer errors,
int[] byteorder,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF32Stateful(BytePointer string,
long length,
BytePointer errors,
IntBuffer byteorder,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF32Stateful(BytePointer string,
long length,
BytePointer errors,
IntPointer byteorder,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF32Stateful(String string,
long length,
String errors,
int[] byteorder,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF32Stateful(String string,
long length,
String errors,
IntBuffer byteorder,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF32Stateful(String string,
long length,
String errors,
IntPointer byteorder,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF7(BytePointer string,
long length,
BytePointer errors) |
static PyObject |
python.PyUnicode_DecodeUTF7(String string,
long length,
String errors) |
static PyObject |
python.PyUnicode_DecodeUTF7Stateful(BytePointer string,
long length,
BytePointer errors,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF7Stateful(String string,
long length,
String errors,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF8(BytePointer string,
long length,
BytePointer errors) |
static PyObject |
python.PyUnicode_DecodeUTF8(String string,
long length,
String errors) |
static PyObject |
python.PyUnicode_DecodeUTF8Stateful(BytePointer string,
long length,
BytePointer errors,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_DecodeUTF8Stateful(String string,
long length,
String errors,
SizeTPointer consumed) |
static PyObject |
python.PyUnicode_Encode(Pointer s,
long size,
BytePointer encoding,
BytePointer errors)
Deprecated.
|
static PyObject |
python.PyUnicode_Encode(Pointer s,
long size,
String encoding,
String errors)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeASCII(Pointer data,
long length,
BytePointer errors)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeASCII(Pointer data,
long length,
String errors)
Deprecated.
|
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_EncodeLatin1(Pointer data,
long length,
BytePointer errors)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeLatin1(Pointer data,
long length,
String errors)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeLocale(PyObject unicode,
BytePointer errors) |
static PyObject |
python.PyUnicode_EncodeLocale(PyObject unicode,
String errors) |
static PyObject |
python.PyUnicode_EncodeRawUnicodeEscape(Pointer data,
long length)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeUnicodeEscape(Pointer data,
long length)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeUTF16(Pointer data,
long length,
BytePointer errors,
int byteorder)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeUTF16(Pointer data,
long length,
String errors,
int byteorder)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeUTF32(Pointer data,
long length,
BytePointer errors,
int byteorder)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeUTF32(Pointer data,
long length,
String errors,
int byteorder)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeUTF7(Pointer data,
long length,
int base64SetO,
int base64WhiteSpace,
BytePointer errors)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeUTF7(Pointer data,
long length,
int base64SetO,
int base64WhiteSpace,
String errors)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeUTF8(Pointer data,
long length,
BytePointer errors)
Deprecated.
|
static PyObject |
python.PyUnicode_EncodeUTF8(Pointer data,
long length,
String errors)
Deprecated.
|
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_FromFormat(BytePointer format) |
static PyObject |
python.PyUnicode_FromFormat(String format) |
static PyObject |
python.PyUnicode_FromFormatV(BytePointer format,
Pointer vargs) |
static PyObject |
python.PyUnicode_FromFormatV(String format,
Pointer vargs) |
static PyObject |
python.PyUnicode_FromKindAndData(int kind,
Pointer buffer,
long size) |
static PyObject |
python.PyUnicode_FromObject(PyObject obj) |
static PyObject |
python.PyUnicode_FromOrdinal(int ordinal) |
static PyObject |
python.PyUnicode_FromString(BytePointer u) |
static PyObject |
python.PyUnicode_FromString(String u) |
static PyObject |
python.PyUnicode_FromStringAndSize(BytePointer u,
long size) |
static PyObject |
python.PyUnicode_FromStringAndSize(String u,
long size) |
static PyObject |
python.PyUnicode_FromUnicode(Pointer u,
long size) |
static PyObject |
python.PyUnicode_FromWideChar(Pointer w,
long size) |
static PyObject |
python.PyUnicode_InternFromString(BytePointer u) |
static PyObject |
python.PyUnicode_InternFromString(String u) |
static PyObject |
python.PyUnicode_Join(PyObject separator,
PyObject seq) |
static PyObject |
python.PyUnicode_New(long size,
int maxchar) |
static PyObject |
python.PyUnicode_Partition(PyObject s,
PyObject sep) |
static PyObject |
python.PyUnicode_Replace(PyObject str,
PyObject substr,
PyObject replstr,
long maxcount) |
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 PyObject |
python.PyUnicode_TransformDecimalToASCII(Pointer s,
long length) |
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 PyObject |
python.PyUnicodeDecodeError_Create(BytePointer encoding,
BytePointer object,
long length,
long start,
long end,
BytePointer reason) |
static PyObject |
python.PyUnicodeDecodeError_Create(String encoding,
String object,
long length,
long start,
long end,
String reason) |
static PyObject |
python.PyUnicodeDecodeError_GetEncoding(PyObject arg0) |
static PyObject |
python.PyUnicodeDecodeError_GetObject(PyObject arg0) |
static PyObject |
python.PyUnicodeDecodeError_GetReason(PyObject arg0) |
static PyObject |
python.PyUnicodeEncodeError_Create(BytePointer encoding,
Pointer object,
long length,
long start,
long end,
BytePointer reason)
Deprecated.
|
static PyObject |
python.PyUnicodeEncodeError_Create(String encoding,
Pointer object,
long length,
long start,
long end,
String reason)
Deprecated.
|
static PyObject |
python.PyUnicodeEncodeError_GetEncoding(PyObject arg0) |
static PyObject |
python.PyUnicodeEncodeError_GetObject(PyObject arg0) |
static PyObject |
python.PyUnicodeEncodeError_GetReason(PyObject arg0) |
static PyObject |
python.PyUnicodeTranslateError_Create(Pointer object,
long length,
long start,
long end,
BytePointer reason)
Deprecated.
|
static PyObject |
python.PyUnicodeTranslateError_Create(Pointer object,
long length,
long start,
long end,
String reason)
Deprecated.
|
static PyObject |
python.PyUnicodeTranslateError_GetObject(PyObject arg0) |
static PyObject |
python.PyUnicodeTranslateError_GetReason(PyObject arg0) |
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) |