All Methods Static Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
static void |
_Py_add_one_to_index_C(int nd,
SizeTPointer index,
SizeTPointer shape) |
static void |
_Py_add_one_to_index_F(int nd,
SizeTPointer index,
SizeTPointer shape) |
static BytePointer |
_Py_ascii_whitespace() |
static byte |
_Py_ascii_whitespace(int i) |
static void |
_Py_BreakPoint() |
static PyObject |
_Py_BuildValue_SizeT(BytePointer arg0) |
static PyObject |
_Py_BuildValue_SizeT(String arg0) |
static PyObject |
_Py_CheckFunctionResult(PyThreadState tstate,
PyObject callable,
PyObject result,
BytePointer where) |
static PyObject |
_Py_CheckFunctionResult(PyThreadState tstate,
PyObject callable,
PyObject result,
String where) |
static int |
_Py_CoerceLegacyLocale(int warn) |
static int |
_Py_convert_optional_to_ssize_t(PyObject arg0,
Pointer arg1) |
static IntPointer |
_Py_ctype_table() |
static int |
_Py_ctype_table(int i) |
static BytePointer |
_Py_ctype_tolower() |
static byte |
_Py_ctype_tolower(int i) |
static BytePointer |
_Py_ctype_toupper() |
static byte |
_Py_ctype_toupper(int i) |
static void |
_Py_Dealloc(PyObject arg0) |
static void |
_Py_DecRef(PyObject arg0) |
static int |
_Py_DisplaySourceLine(PyObject arg0,
PyObject arg1,
int arg2,
int arg3,
int[] arg4,
PyObject arg5) |
static int |
_Py_DisplaySourceLine(PyObject arg0,
PyObject arg1,
int arg2,
int arg3,
IntBuffer arg4,
PyObject arg5) |
static int |
_Py_DisplaySourceLine(PyObject arg0,
PyObject arg1,
int arg2,
int arg3,
IntPointer arg4,
PointerPointer arg5) |
static int |
_Py_DisplaySourceLine(PyObject arg0,
PyObject arg1,
int arg2,
int arg3,
IntPointer arg4,
PyObject arg5) |
static PyObject |
_Py_EllipsisObject() |
static void |
_Py_EllipsisObject(PyObject setter) |
static PyLongObject |
_Py_FalseStruct() |
static void |
_Py_FalseStruct(PyLongObject setter) |
static void |
_Py_FatalErrorFormat(BytePointer func,
BytePointer format) |
static void |
_Py_FatalErrorFormat(String func,
String format) |
static void |
_Py_FatalErrorFunc(BytePointer func,
BytePointer message) |
static void |
_Py_FatalErrorFunc(String func,
String message) |
static int |
_Py_FdIsInteractive(Pointer fp,
PyObject filename) |
static Pointer |
_Py_fopen_obj(PyObject path,
BytePointer mode) |
static Pointer |
_Py_fopen_obj(PyObject path,
String mode) |
static void |
_Py_FreeCharPArray(byte[] array) |
static void |
_Py_FreeCharPArray(ByteBuffer array) |
static void |
_Py_FreeCharPArray(BytePointer array) |
static void |
_Py_FreeCharPArray(PointerPointer array) |
static PyConfig |
_Py_GetConfig() |
static BytePointer |
_Py_gitidentifier() |
static BytePointer |
_Py_gitversion() |
static long |
_Py_HashBytes(Pointer arg0,
long arg1) |
static long |
_Py_HashDouble(PyObject arg0,
double arg1) |
static long |
_Py_HashPointer(Pointer arg0) |
static long |
_Py_HashPointerRaw(Pointer arg0) |
static void |
_Py_HashSecret(_Py_HashSecret_t setter) |
static _Py_HashSecret_t |
_Py_HashSecret() |
static void |
_Py_IncRef(PyObject arg0) |
static PyStatus |
_Py_InitializeMain() |
static int |
_Py_IsCoreInitialized() |
static int |
_Py_IsFinalizing() |
static int |
_Py_LegacyLocaleDetected(int warn) |
static PyThreadState |
_Py_NewInterpreter(int isolated_subinterpreter) |
static PyObject |
_Py_NewRef(PyObject obj) |
static void |
_Py_NewReference(PyObject op) |
static PyObject |
_Py_NoneStruct() |
static void |
_Py_NoneStruct(PyObject setter) |
static PyObject |
_Py_NotImplementedStruct() |
static void |
_Py_NotImplementedStruct(PyObject setter) |
static double |
_Py_parse_inf_or_nan(BytePointer p,
byte[] endptr) |
static double |
_Py_parse_inf_or_nan(BytePointer p,
ByteBuffer endptr) |
static double |
_Py_parse_inf_or_nan(BytePointer p,
BytePointer endptr) |
static double |
_Py_parse_inf_or_nan(BytePointer p,
PointerPointer endptr) |
static double |
_Py_parse_inf_or_nan(String p,
byte[] endptr) |
static double |
_Py_parse_inf_or_nan(String p,
ByteBuffer endptr) |
static double |
_Py_parse_inf_or_nan(String p,
BytePointer endptr) |
static void |
_Py_RestoreSignals() |
static BytePointer |
_Py_SetLocaleFromEnv(int category) |
static void |
_Py_SetProgramFullPath(Pointer arg0)
Deprecated.
|
static BytePointer |
_Py_SourceAsString(PyObject cmd,
BytePointer funcname,
BytePointer what,
PyCompilerFlags cf,
PointerPointer cmd_copy) |
static BytePointer |
_Py_SourceAsString(PyObject cmd,
BytePointer funcname,
BytePointer what,
PyCompilerFlags cf,
PyObject cmd_copy) |
static String |
_Py_SourceAsString(PyObject cmd,
String funcname,
String what,
PyCompilerFlags cf,
PyObject cmd_copy) |
static PyObject |
_Py_string_to_number_with_underscores(BytePointer str,
long len,
BytePointer what,
PyObject obj,
Pointer arg,
Innerfunc_BytePointer_long_Pointer innerfunc) |
static PyObject |
_Py_string_to_number_with_underscores(String str,
long len,
String what,
PyObject obj,
Pointer arg,
Innerfunc_String_long_Pointer innerfunc) |
static IntPointer |
_Py_SwappedOp() |
static int |
_Py_SwappedOp(int i) |
static void |
_Py_SwappedOp(int i,
int setter) |
static PyLongObject |
_Py_TrueStruct() |
static void |
_Py_TrueStruct(PyLongObject setter) |
static PyObject |
_Py_XNewRef(PyObject obj) |
static PyTypeObject |
_PyAsyncGenASend_Type() |
static void |
_PyAsyncGenASend_Type(PyTypeObject setter) |
static PyTypeObject |
_PyAsyncGenAThrow_Type() |
static void |
_PyAsyncGenAThrow_Type(PyTypeObject setter) |
static PyTypeObject |
_PyAsyncGenWrappedValue_Type() |
static void |
_PyAsyncGenWrappedValue_Type(PyTypeObject setter) |
static BytePointer |
_PyByteArray_empty_string() |
static byte |
_PyByteArray_empty_string(int i) |
static void |
_PyByteArray_empty_string(int i,
byte setter) |
static PyObject |
_PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
byte[] arg3) |
static PyObject |
_PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
ByteBuffer arg3) |
static PyObject |
_PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
BytePointer arg3) |
static PyObject |
_PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
PointerPointer arg3) |
static PyObject |
_PyBytes_DecodeEscape(String arg0,
long arg1,
String arg2,
byte[] arg3) |
static PyObject |
_PyBytes_DecodeEscape(String arg0,
long arg1,
String arg2,
ByteBuffer arg3) |
static PyObject |
_PyBytes_DecodeEscape(String arg0,
long arg1,
String arg2,
BytePointer arg3) |
static PyObject |
_PyBytes_FormatEx(BytePointer format,
long format_len,
PyObject args,
int use_bytearray) |
static PyObject |
_PyBytes_FormatEx(String format,
long format_len,
PyObject args,
int use_bytearray) |
static PyObject |
_PyBytes_FromHex(PyObject string,
int use_bytearray) |
static PyObject |
_PyBytes_Join(PyObject sep,
PyObject x) |
static int |
_PyBytes_Resize(PointerPointer arg0,
long arg1) |
static int |
_PyBytes_Resize(PyObject arg0,
long arg1) |
static Pointer |
_PyBytesWriter_Alloc(_PyBytesWriter writer,
long size) |
static void |
_PyBytesWriter_Dealloc(_PyBytesWriter writer) |
static PyObject |
_PyBytesWriter_Finish(_PyBytesWriter writer,
Pointer str) |
static void |
_PyBytesWriter_Init(_PyBytesWriter writer) |
static Pointer |
_PyBytesWriter_Prepare(_PyBytesWriter writer,
Pointer str,
long size) |
static Pointer |
_PyBytesWriter_Resize(_PyBytesWriter writer,
Pointer str,
long size) |
static Pointer |
_PyBytesWriter_WriteBytes(_PyBytesWriter writer,
Pointer str,
Pointer bytes,
long size) |
static int |
_PyCode_CheckLineNumber(int lasti,
PyCodeAddressRange bounds) |
static PyObject |
_PyCode_ConstantKey(PyObject obj) |
static int |
_PyCode_GetExtra(PyObject code,
long index,
Pointer extra) |
static int |
_PyCode_GetExtra(PyObject code,
long index,
PointerPointer extra) |
static int |
_PyCode_SetExtra(PyObject code,
long index,
Pointer extra) |
static PyObject |
_PyCodec_DecodeText(PyObject object,
BytePointer encoding,
BytePointer errors) |
static PyObject |
_PyCodec_DecodeText(PyObject object,
String encoding,
String errors) |
static PyObject |
_PyCodec_EncodeText(PyObject object,
BytePointer encoding,
BytePointer errors) |
static PyObject |
_PyCodec_EncodeText(PyObject object,
String encoding,
String errors) |
static PyObject |
_PyCodec_Lookup(BytePointer encoding) |
static PyObject |
_PyCodec_Lookup(String encoding) |
static PyObject |
_PyCodec_LookupTextEncoding(BytePointer encoding,
BytePointer alternate_command) |
static PyObject |
_PyCodec_LookupTextEncoding(String encoding,
String alternate_command) |
static PyObject |
_PyCodecInfo_GetIncrementalDecoder(PyObject codec_info,
BytePointer errors) |
static PyObject |
_PyCodecInfo_GetIncrementalDecoder(PyObject codec_info,
String errors) |
static PyObject |
_PyCodecInfo_GetIncrementalEncoder(PyObject codec_info,
BytePointer errors) |
static PyObject |
_PyCodecInfo_GetIncrementalEncoder(PyObject codec_info,
String errors) |
static PyObject |
_PyContext_NewHamtForTests() |
static PyTypeObject |
_PyCoroWrapper_Type() |
static void |
_PyCoroWrapper_Type(PyTypeObject setter) |
static crossinterpdatafunc |
_PyCrossInterpreterData_Lookup(PyObject arg0) |
static PyObject |
_PyCrossInterpreterData_NewObject(_PyCrossInterpreterData arg0) |
static int |
_PyCrossInterpreterData_RegisterClass(PyTypeObject arg0,
crossinterpdatafunc arg1) |
static void |
_PyCrossInterpreterData_Release(_PyCrossInterpreterData arg0) |
static long |
_PyDeadline_Get(long deadline) |
static long |
_PyDeadline_Init(long timeout) |
static void |
_PyDebugAllocatorStats(Pointer out,
BytePointer block_name,
int num_blocks,
long sizeof_block) |
static void |
_PyDebugAllocatorStats(Pointer out,
String block_name,
int num_blocks,
long sizeof_block) |
static int |
_PyDict_Contains_KnownHash(PyObject arg0,
PyObject arg1,
long arg2) |
static int |
_PyDict_ContainsId(PyObject arg0,
_Py_Identifier arg1) |
static void |
_PyDict_DebugMallocStats(Pointer out) |
static int |
_PyDict_DelItem_KnownHash(PyObject mp,
PyObject key,
long hash) |
static int |
_PyDict_DelItemId(PyObject mp,
_Py_Identifier key) |
static int |
_PyDict_DelItemIf(PyObject mp,
PyObject key,
Predicate_PyObject predicate) |
static PyObject |
_PyDict_GetItem_KnownHash(PyObject mp,
PyObject key,
long hash) |
static PyObject |
_PyDict_GetItemIdWithError(PyObject dp,
_Py_Identifier key) |
static PyObject |
_PyDict_GetItemStringWithError(PyObject arg0,
BytePointer arg1) |
static PyObject |
_PyDict_GetItemStringWithError(PyObject arg0,
String arg1) |
static PyObject |
_PyDict_GetItemWithError(PyObject dp,
PyObject key) |
static int |
_PyDict_HasOnlyStringKeys(PyObject mp) |
static void |
_PyDict_MaybeUntrack(PyObject mp) |
static int |
_PyDict_MergeEx(PyObject mp,
PyObject other,
int override) |
static PyObject |
_PyDict_NewPresized(long minused) |
static int |
_PyDict_Next(PyObject mp,
SizeTPointer pos,
PointerPointer key,
PointerPointer value,
SizeTPointer hash) |
static int |
_PyDict_Next(PyObject mp,
SizeTPointer pos,
PyObject key,
PyObject value,
SizeTPointer hash) |
static PyObject |
_PyDict_Pop(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
_PyDict_SetItem_KnownHash(PyObject mp,
PyObject key,
PyObject item,
long hash) |
static int |
_PyDict_SetItemId(PyObject dp,
_Py_Identifier key,
PyObject item) |
static PyObject |
_PyDictView_Intersect(PyObject self,
PyObject other) |
static void |
_PyErr_BadInternalCall(BytePointer filename,
int lineno) |
static void |
_PyErr_BadInternalCall(String filename,
int lineno) |
static void |
_PyErr_ChainExceptions(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
_PyErr_CheckSignals() |
static PyObject |
_PyErr_FormatFromCause(PyObject exception,
BytePointer format) |
static PyObject |
_PyErr_FormatFromCause(PyObject exception,
String format) |
static void |
_PyErr_GetExcInfo(PyThreadState arg0,
PointerPointer arg1,
PointerPointer arg2,
PointerPointer arg3) |
static void |
_PyErr_GetExcInfo(PyThreadState arg0,
PyObject arg1,
PyObject arg2,
PyObject arg3) |
static PyObject |
_PyErr_GetHandledException(PyThreadState arg0) |
static PyObject |
_PyErr_ProgramDecodedTextObject(PyObject filename,
int lineno,
BytePointer encoding) |
static PyObject |
_PyErr_ProgramDecodedTextObject(PyObject filename,
int lineno,
String encoding) |
static void |
_PyErr_SetHandledException(PyThreadState arg0,
PyObject arg1) |
static void |
_PyErr_SetKeyError(PyObject arg0) |
static PyObject |
_PyErr_TrySetFromCause(BytePointer prefix_format) |
static PyObject |
_PyErr_TrySetFromCause(String prefix_format) |
static void |
_PyErr_WriteUnraisableMsg(BytePointer err_msg,
PyObject obj) |
static void |
_PyErr_WriteUnraisableMsg(String err_msg,
PyObject obj) |
static PyObject |
_PyEval_EvalFrameDefault(PyThreadState tstate,
Pointer f,
int exc) |
static PyObject |
_PyEval_GetBuiltin(PyObject arg0) |
static PyObject |
_PyEval_GetBuiltinId(_Py_Identifier arg0) |
static long |
_PyEval_GetSwitchInterval() |
static long |
_PyEval_RequestCodeExtraIndex(freefunc arg0) |
static int |
_PyEval_SetProfile(PyThreadState tstate,
Py_tracefunc func,
PyObject arg) |
static void |
_PyEval_SetSwitchInterval(long microseconds) |
static int |
_PyEval_SetTrace(PyThreadState tstate,
Py_tracefunc func,
PyObject arg) |
static int |
_PyEval_SliceIndex(PyObject arg0,
SizeTPointer arg1) |
static int |
_PyEval_SliceIndexNotNone(PyObject arg0,
SizeTPointer arg1) |
static int |
_PyFrame_IsEntryFrame(PyFrameObject frame) |
static PyObject |
_PyFunction_Vectorcall(PyObject func,
PointerPointer stack,
long nargsf,
PyObject kwnames) |
static PyObject |
_PyFunction_Vectorcall(PyObject func,
PyObject stack,
long nargsf,
PyObject kwnames) |
static int |
_PyGen_FetchStopIterationValue(PointerPointer arg0) |
static int |
_PyGen_FetchStopIterationValue(PyObject arg0) |
static void |
_PyGen_Finalize(PyObject self) |
static int |
_PyGen_SetStopIterationValue(PyObject arg0) |
static PyInterpreterState |
_PyGILState_GetInterpreterStateUnsafe() |
static void |
_PyImport_AcquireLock() |
static int |
_PyImport_FixupBuiltin(PyObject mod,
BytePointer name,
PyObject modules) |
static int |
_PyImport_FixupBuiltin(PyObject mod,
String name,
PyObject modules) |
static int |
_PyImport_FixupExtensionObject(PyObject arg0,
PyObject arg1,
PyObject arg2,
PyObject arg3) |
static PyObject |
_PyImport_GetModuleAttr(PyObject arg0,
PyObject arg1) |
static PyObject |
_PyImport_GetModuleAttrString(BytePointer arg0,
BytePointer arg1) |
static PyObject |
_PyImport_GetModuleAttrString(String arg0,
String arg1) |
static PyObject |
_PyImport_GetModuleId(_Py_Identifier name) |
static int |
_PyImport_IsInitialized(PyInterpreterState arg0) |
static int |
_PyImport_ReleaseLock() |
static int |
_PyImport_SetModule(PyObject name,
PyObject module) |
static int |
_PyImport_SetModuleString(BytePointer name,
PyObject module) |
static int |
_PyImport_SetModuleString(String name,
PyObject module) |
static PyConfig |
_PyInterpreterState_GetConfig(PyInterpreterState interp) |
static int |
_PyInterpreterState_GetConfigCopy(PyConfig config) |
static _PyFrameEvalFunction |
_PyInterpreterState_GetEvalFrameFunc(PyInterpreterState interp) |
static PyObject |
_PyInterpreterState_GetMainModule(PyInterpreterState arg0) |
static void |
_PyInterpreterState_RequireIDRef(PyInterpreterState arg0,
int arg1) |
static int |
_PyInterpreterState_RequiresIDRef(PyInterpreterState arg0) |
static int |
_PyInterpreterState_SetConfig(PyConfig config) |
static void |
_PyInterpreterState_SetEvalFrameFunc(PyInterpreterState interp,
_PyFrameEvalFunction eval_frame) |
static void |
_PyList_DebugMallocStats(Pointer out) |
static PyObject |
_PyList_Extend(PyListObject arg0,
PyObject arg1) |
static Pointer |
_PyLong_AsTime_t(PyObject obj) |
static PyObject |
_PyLong_Copy(PyLongObject src) |
static int |
_PyLong_FileDescriptor_Converter(PyObject arg0,
Pointer arg1) |
static PyObject |
_PyLong_FromTime_t(Pointer sec) |
static PyLongObject |
_PyLong_New(long arg0) |
static PyTypeObject |
_PyManagedBuffer_Type() |
static void |
_PyManagedBuffer_Type(PyTypeObject setter) |
static BytePointer |
_PyMem_GetCurrentAllocatorName() |
static BytePointer |
_PyMem_RawStrdup(BytePointer str) |
static ByteBuffer |
_PyMem_RawStrdup(String str) |
static Pointer |
_PyMem_RawWcsdup(Pointer str) |
static BytePointer |
_PyMem_Strdup(BytePointer str) |
static ByteBuffer |
_PyMem_Strdup(String str) |
static void |
_PyModule_Clear(PyObject arg0) |
static void |
_PyModule_ClearDict(PyObject arg0) |
static int |
_PyModuleSpec_IsInitializing(PyObject arg0) |
static PyTypeObject |
_PyNone_Type() |
static void |
_PyNone_Type(PyTypeObject setter) |
static PyTypeObject |
_PyNotImplemented_Type() |
static void |
_PyNotImplemented_Type(PyTypeObject setter) |
static PyObject |
_PyNumber_Index(PyObject o) |
static void |
_PyObject_AssertFailed(PyObject obj,
BytePointer expr,
BytePointer msg,
BytePointer file,
int line,
BytePointer function) |
static void |
_PyObject_AssertFailed(PyObject obj,
String expr,
String msg,
String file,
int line,
String function) |
static PyObject |
_PyObject_CallFunction_SizeT(PyObject callable,
BytePointer format) |
static PyObject |
_PyObject_CallFunction_SizeT(PyObject callable,
String format) |
static PyObject |
_PyObject_CallMethod_SizeT(PyObject obj,
BytePointer name,
BytePointer format) |
static PyObject |
_PyObject_CallMethod_SizeT(PyObject obj,
String name,
String format) |
static PyObject |
_PyObject_CallMethod(PyObject obj,
PyObject name,
BytePointer format) |
static PyObject |
_PyObject_CallMethod(PyObject obj,
PyObject name,
String format) |
static PyObject |
_PyObject_CallMethodId_SizeT(PyObject obj,
_Py_Identifier name,
BytePointer format) |
static PyObject |
_PyObject_CallMethodId_SizeT(PyObject obj,
_Py_Identifier name,
String format) |
static PyObject |
_PyObject_CallMethodId(PyObject obj,
_Py_Identifier name,
BytePointer format) |
static PyObject |
_PyObject_CallMethodId(PyObject obj,
_Py_Identifier name,
String format) |
static PyObject |
_PyObject_CallMethodIdNoArgs(PyObject self,
_Py_Identifier name) |
static PyObject |
_PyObject_CallMethodIdObjArgs(PyObject obj,
_Py_Identifier name) |
static PyObject |
_PyObject_CallMethodIdOneArg(PyObject self,
_Py_Identifier name,
PyObject arg) |
static int |
_PyObject_CheckConsistency(PyObject op,
int check_content) |
static int |
_PyObject_CheckCrossInterpreterData(PyObject arg0) |
static void |
_PyObject_DebugTypeStats(Pointer out) |
static void |
_PyObject_Dump(PyObject arg0) |
static PyObject |
_PyObject_FastCall(PyObject func,
PointerPointer args,
long nargs) |
static PyObject |
_PyObject_FastCall(PyObject func,
PyObject args,
long nargs) |
static PyObject |
_PyObject_FunctionStr(PyObject arg0) |
static PyObject |
_PyObject_GC_New(PyTypeObject arg0) |
static PyVarObject |
_PyObject_GC_NewVar(PyTypeObject arg0,
long arg1) |
static PyVarObject |
_PyObject_GC_Resize(PyVarObject arg0,
long arg1) |
static PyObject |
_PyObject_GenericGetAttrWithDict(PyObject arg0,
PyObject arg1,
PyObject arg2,
int arg3) |
static int |
_PyObject_GenericSetAttrWithDict(PyObject arg0,
PyObject arg1,
PyObject arg2,
PyObject arg3) |
static PyObject |
_PyObject_GetAttrId(PyObject arg0,
_Py_Identifier arg1) |
static int |
_PyObject_GetCrossInterpreterData(PyObject arg0,
_PyCrossInterpreterData arg1) |
static PointerPointer |
_PyObject_GetDictPtr(PyObject arg0) |
static int |
_PyObject_GetMethod(PyObject obj,
PyObject name,
PointerPointer method) |
static int |
_PyObject_GetMethod(PyObject obj,
PyObject name,
PyObject method) |
static PyObject |
_PyObject_GetState(PyObject arg0) |
static int |
_PyObject_HasLen(PyObject o) |
static int |
_PyObject_IsAbstract(PyObject arg0) |
static int |
_PyObject_IsFreed(PyObject arg0) |
static int |
_PyObject_LookupAttr(PyObject arg0,
PyObject arg1,
PointerPointer arg2) |
static int |
_PyObject_LookupAttr(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
_PyObject_LookupAttrId(PyObject arg0,
_Py_Identifier arg1,
PointerPointer arg2) |
static int |
_PyObject_LookupAttrId(PyObject arg0,
_Py_Identifier arg1,
PyObject arg2) |
static PyObject |
_PyObject_LookupSpecialId(PyObject arg0,
_Py_Identifier arg1) |
static PyObject |
_PyObject_MakeTpCall(PyThreadState tstate,
PyObject callable,
PointerPointer args,
long nargs,
PyObject keywords) |
static PyObject |
_PyObject_MakeTpCall(PyThreadState tstate,
PyObject callable,
PyObject args,
long nargs,
PyObject keywords) |
static PyObject |
_PyObject_New(PyTypeObject arg0) |
static PyVarObject |
_PyObject_NewVar(PyTypeObject arg0,
long arg1) |
static PyObject |
_PyObject_NextNotImplemented(PyObject arg0) |
static int |
_PyObject_RealIsInstance(PyObject inst,
PyObject cls) |
static int |
_PyObject_RealIsSubclass(PyObject derived,
PyObject cls) |
static int |
_PyObject_SetAttrId(PyObject arg0,
_Py_Identifier arg1,
PyObject arg2) |
static PyObject |
_PyObject_VectorcallMethodId(_Py_Identifier name,
PointerPointer args,
long nargsf,
PyObject kwnames) |
static PyObject |
_PyObject_VectorcallMethodId(_Py_Identifier name,
PyObject args,
long nargsf,
PyObject kwnames) |
static int |
_PyOS_IsMainThread() |
static PyThreadState |
_PyOS_ReadlineTState() |
static void |
_PyOS_ReadlineTState(PyThreadState setter) |
static int |
_PyOS_URandom(Pointer buffer,
long size) |
static int |
_PyOS_URandomNonblock(Pointer buffer,
long size) |
static int |
_PyRun_AnyFileObject(Pointer fp,
PyObject filename,
int closeit,
PyCompilerFlags flags) |
static int |
_PyRun_InteractiveLoopObject(Pointer fp,
PyObject filename,
PyCompilerFlags flags) |
static int |
_PyRun_SimpleFileObject(Pointer fp,
PyObject filename,
int closeit,
PyCompilerFlags flags) |
static PointerPointer |
_PySequence_BytesToCharpArray(PyObject self) |
static long |
_PySequence_IterSearch(PyObject seq,
PyObject obj,
int operation) |
static PyObject |
_PySlice_FromIndices(long start,
long stop) |
static int |
_PySlice_GetLongIndices(PySliceObject self,
PyObject length,
PointerPointer start_ptr,
PointerPointer stop_ptr,
PointerPointer step_ptr) |
static int |
_PySlice_GetLongIndices(PySliceObject self,
PyObject length,
PyObject start_ptr,
PyObject stop_ptr,
PyObject step_ptr) |
static PyObject |
_PyStack_AsDict(PointerPointer values,
PyObject kwnames) |
static PyObject |
_PyStack_AsDict(PyObject values,
PyObject kwnames) |
static PyObject |
_PySys_GetAttr(PyThreadState tstate,
PyObject name) |
static long |
_PySys_GetSizeOf(PyObject arg0) |
static PyObject |
_PyThread_CurrentExceptions() |
static PyObject |
_PyThread_CurrentFrames() |
static PyObject |
_PyThreadState_GetDict(PyThreadState tstate) |
static PyThreadState |
_PyThreadState_Prealloc(PyInterpreterState arg0) |
static PyThreadState |
_PyThreadState_UncheckedGet() |
static long |
_PyTime_Add(long t1,
long t2) |
static long |
_PyTime_AsMicroseconds(long t,
int round) |
static long |
_PyTime_AsMilliseconds(long t,
int round) |
static long |
_PyTime_AsNanoseconds(long t) |
static PyObject |
_PyTime_AsNanosecondsObject(long t) |
static double |
_PyTime_AsSecondsDouble(long t) |
static void |
_PyTime_AsTimeval_clamp(long t,
Pointer tv,
int round) |
static int |
_PyTime_AsTimeval(long t,
Pointer tv,
int round) |
static int |
_PyTime_AsTimevalTime_t(long t,
Pointer secs,
int[] us,
int round) |
static int |
_PyTime_AsTimevalTime_t(long t,
Pointer secs,
IntBuffer us,
int round) |
static int |
_PyTime_AsTimevalTime_t(long t,
Pointer secs,
IntPointer us,
int round) |
static int |
_PyTime_FromMillisecondsObject(long[] t,
PyObject obj,
int round) |
static int |
_PyTime_FromMillisecondsObject(LongBuffer t,
PyObject obj,
int round) |
static int |
_PyTime_FromMillisecondsObject(LongPointer t,
PyObject obj,
int round) |
static long |
_PyTime_FromNanoseconds(long ns) |
static int |
_PyTime_FromNanosecondsObject(long[] t,
PyObject obj) |
static int |
_PyTime_FromNanosecondsObject(LongBuffer t,
PyObject obj) |
static int |
_PyTime_FromNanosecondsObject(LongPointer t,
PyObject obj) |
static long |
_PyTime_FromSeconds(int seconds) |
static int |
_PyTime_FromSecondsObject(long[] t,
PyObject obj,
int round) |
static int |
_PyTime_FromSecondsObject(LongBuffer t,
PyObject obj,
int round) |
static int |
_PyTime_FromSecondsObject(LongPointer t,
PyObject obj,
int round) |
static long |
_PyTime_GetMonotonicClock() |
static int |
_PyTime_GetMonotonicClockWithInfo(long[] t,
_Py_clock_info_t info) |
static int |
_PyTime_GetMonotonicClockWithInfo(LongBuffer t,
_Py_clock_info_t info) |
static int |
_PyTime_GetMonotonicClockWithInfo(LongPointer t,
_Py_clock_info_t info) |
static long |
_PyTime_GetPerfCounter() |
static int |
_PyTime_GetPerfCounterWithInfo(long[] t,
_Py_clock_info_t info) |
static int |
_PyTime_GetPerfCounterWithInfo(LongBuffer t,
_Py_clock_info_t info) |
static int |
_PyTime_GetPerfCounterWithInfo(LongPointer t,
_Py_clock_info_t info) |
static long |
_PyTime_GetSystemClock() |
static int |
_PyTime_GetSystemClockWithInfo(long[] t,
_Py_clock_info_t info) |
static int |
_PyTime_GetSystemClockWithInfo(LongBuffer t,
_Py_clock_info_t info) |
static int |
_PyTime_GetSystemClockWithInfo(LongPointer t,
_Py_clock_info_t info) |
static int |
_PyTime_gmtime(Pointer t,
Pointer tm) |
static int |
_PyTime_localtime(Pointer t,
Pointer tm) |
static long |
_PyTime_MulDiv(long ticks,
long mul,
long div) |
static int |
_PyTime_ObjectToTime_t(PyObject obj,
Pointer sec,
int arg2) |
static int |
_PyTime_ObjectToTimespec(PyObject obj,
Pointer sec,
CLongPointer nsec,
int arg3) |
static int |
_PyTime_ObjectToTimeval(PyObject obj,
Pointer sec,
CLongPointer usec,
int arg3) |
static void |
_PyTraceback_Add(BytePointer arg0,
BytePointer arg1,
int arg2) |
static void |
_PyTraceback_Add(String arg0,
String arg1,
int arg2) |
static PyObject |
_PyTraceMalloc_GetTraceback(int domain,
long ptr) |
static int |
_PyTrash_begin(PyThreadState tstate,
PyObject op) |
static int |
_PyTrash_cond(PyObject op,
destructor dealloc) |
static void |
_PyTrash_end(PyThreadState tstate) |
static void |
_PyTuple_DebugMallocStats(Pointer out) |
static void |
_PyTuple_MaybeUntrack(PyObject arg0) |
static int |
_PyTuple_Resize(PointerPointer arg0,
long arg1) |
static int |
_PyTuple_Resize(PyObject arg0,
long arg1) |
static PyTypeObject |
_PyType_CalculateMetaclass(PyTypeObject arg0,
PyObject arg1) |
static PyObject |
_PyType_GetDocFromInternalDoc(BytePointer arg0,
BytePointer arg1) |
static PyObject |
_PyType_GetDocFromInternalDoc(String arg0,
String arg1) |
static PyObject |
_PyType_GetTextSignatureFromInternalDoc(BytePointer arg0,
BytePointer arg1) |
static PyObject |
_PyType_GetTextSignatureFromInternalDoc(String arg0,
String arg1) |
static PyObject |
_PyType_Lookup(PyTypeObject arg0,
PyObject arg1) |
static PyObject |
_PyType_LookupId(PyTypeObject arg0,
_Py_Identifier arg1) |
static BytePointer |
_PyType_Name(PyTypeObject arg0) |
static PyObject |
_PyUnicode_AsASCIIString(PyObject unicode,
BytePointer errors) |
static PyObject |
_PyUnicode_AsASCIIString(PyObject unicode,
String errors) |
static PyObject |
_PyUnicode_AsLatin1String(PyObject unicode,
BytePointer errors) |
static PyObject |
_PyUnicode_AsLatin1String(PyObject unicode,
String errors) |
static Pointer |
_PyUnicode_AsUnicode(PyObject unicode) |
static PyObject |
_PyUnicode_AsUTF8String(PyObject unicode,
BytePointer errors) |
static PyObject |
_PyUnicode_AsUTF8String(PyObject unicode,
String errors) |
static int |
_PyUnicode_CheckConsistency(PyObject op,
int check_content) |
static Pointer |
_PyUnicode_COMPACT_DATA(PyObject op) |
static PyObject |
_PyUnicode_Copy(PyObject unicode) |
static PyObject |
_PyUnicode_DecodeRawUnicodeEscapeStateful(BytePointer string,
long length,
BytePointer errors,
SizeTPointer consumed) |
static PyObject |
_PyUnicode_DecodeRawUnicodeEscapeStateful(String string,
long length,
String errors,
SizeTPointer consumed) |
static PyObject |
_PyUnicode_DecodeUnicodeEscapeInternal(BytePointer string,
long length,
BytePointer errors,
SizeTPointer consumed,
byte[] first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscapeInternal(BytePointer string,
long length,
BytePointer errors,
SizeTPointer consumed,
ByteBuffer first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscapeInternal(BytePointer string,
long length,
BytePointer errors,
SizeTPointer consumed,
BytePointer first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscapeInternal(BytePointer string,
long length,
BytePointer errors,
SizeTPointer consumed,
PointerPointer first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscapeInternal(String string,
long length,
String errors,
SizeTPointer consumed,
byte[] first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscapeInternal(String string,
long length,
String errors,
SizeTPointer consumed,
ByteBuffer first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscapeInternal(String string,
long length,
String errors,
SizeTPointer consumed,
BytePointer first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscapeStateful(BytePointer string,
long length,
BytePointer errors,
SizeTPointer consumed) |
static PyObject |
_PyUnicode_DecodeUnicodeEscapeStateful(String string,
long length,
String errors,
SizeTPointer consumed) |
static PyObject |
_PyUnicode_EncodeCharmap(PyObject unicode,
PyObject mapping,
BytePointer errors) |
static PyObject |
_PyUnicode_EncodeCharmap(PyObject unicode,
PyObject mapping,
String errors) |
static PyObject |
_PyUnicode_EncodeUTF16(PyObject unicode,
BytePointer errors,
int byteorder) |
static PyObject |
_PyUnicode_EncodeUTF16(PyObject unicode,
String errors,
int byteorder) |
static PyObject |
_PyUnicode_EncodeUTF32(PyObject object,
BytePointer errors,
int byteorder) |
static PyObject |
_PyUnicode_EncodeUTF32(PyObject object,
String errors,
int byteorder) |
static PyObject |
_PyUnicode_EncodeUTF7(PyObject unicode,
int base64SetO,
int base64WhiteSpace,
BytePointer errors) |
static PyObject |
_PyUnicode_EncodeUTF7(PyObject unicode,
int base64SetO,
int base64WhiteSpace,
String errors) |
static int |
_PyUnicode_EQ(PyObject arg0,
PyObject arg1) |
static int |
_PyUnicode_Equal(PyObject arg0,
PyObject arg1) |
static int |
_PyUnicode_EqualToASCIIId(PyObject left,
_Py_Identifier right) |
static int |
_PyUnicode_EqualToASCIIString(PyObject left,
BytePointer right) |
static int |
_PyUnicode_EqualToASCIIString(PyObject left,
String right) |
static void |
_PyUnicode_FastCopyCharacters(PyObject to,
long to_start,
PyObject from,
long from_start,
long how_many) |
static void |
_PyUnicode_FastFill(PyObject unicode,
long start,
long length,
int fill_char) |
static int |
_PyUnicode_FindMaxChar(PyObject unicode,
long start,
long end) |
static int |
_PyUnicode_FormatAdvancedWriter(_PyUnicodeWriter writer,
PyObject obj,
PyObject format_spec,
long start,
long end) |
static PyObject |
_PyUnicode_FormatLong(PyObject arg0,
int arg1,
int arg2,
int arg3) |
static PyObject |
_PyUnicode_FromASCII(BytePointer buffer,
long size) |
static PyObject |
_PyUnicode_FromASCII(String buffer,
long size) |
static PyObject |
_PyUnicode_FromId(_Py_Identifier arg0) |
static long |
_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 |
_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 |
_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 |
_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 |
_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 |
_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 int |
_PyUnicode_IsAlpha(int ch) |
static int |
_PyUnicode_IsCased(int ch) |
static int |
_PyUnicode_IsCaseIgnorable(int ch) |
static int |
_PyUnicode_IsDecimalDigit(int ch) |
static int |
_PyUnicode_IsDigit(int ch) |
static int |
_PyUnicode_IsLinebreak(int ch) |
static int |
_PyUnicode_IsLowercase(int ch) |
static int |
_PyUnicode_IsNumeric(int ch) |
static int |
_PyUnicode_IsPrintable(int ch) |
static int |
_PyUnicode_IsTitlecase(int ch) |
static int |
_PyUnicode_IsUppercase(int ch) |
static int |
_PyUnicode_IsWhitespace(int ch) |
static int |
_PyUnicode_IsXidContinue(int ch) |
static int |
_PyUnicode_IsXidStart(int ch) |
static PyObject |
_PyUnicode_JoinArray(PyObject separator,
PointerPointer items,
long seqlen) |
static PyObject |
_PyUnicode_JoinArray(PyObject separator,
PyObject items,
long seqlen) |
static Pointer |
_PyUnicode_NONCOMPACT_DATA(PyObject op) |
static int |
_PyUnicode_Ready(PyObject unicode) |
static long |
_PyUnicode_ScanIdentifier(PyObject arg0) |
static int |
_PyUnicode_ToDecimalDigit(int ch) |
static int |
_PyUnicode_ToDigit(int ch) |
static int |
_PyUnicode_ToFoldedFull(int ch,
int[] res) |
static int |
_PyUnicode_ToFoldedFull(int ch,
IntBuffer res) |
static int |
_PyUnicode_ToFoldedFull(int ch,
IntPointer res) |
static int |
_PyUnicode_ToLowercase(int ch) |
static int |
_PyUnicode_ToLowerFull(int ch,
int[] res) |
static int |
_PyUnicode_ToLowerFull(int ch,
IntBuffer res) |
static int |
_PyUnicode_ToLowerFull(int ch,
IntPointer res) |
static double |
_PyUnicode_ToNumeric(int ch) |
static int |
_PyUnicode_ToTitlecase(int ch)
Deprecated.
|
static int |
_PyUnicode_ToTitleFull(int ch,
int[] res) |
static int |
_PyUnicode_ToTitleFull(int ch,
IntBuffer res) |
static int |
_PyUnicode_ToTitleFull(int ch,
IntPointer res) |
static int |
_PyUnicode_ToUppercase(int ch) |
static int |
_PyUnicode_ToUpperFull(int ch,
int[] res) |
static int |
_PyUnicode_ToUpperFull(int ch,
IntBuffer res) |
static int |
_PyUnicode_ToUpperFull(int ch,
IntPointer res) |
static PyObject |
_PyUnicode_TransformDecimalAndSpaceToASCII(PyObject unicode) |
static int |
_PyUnicode_WideCharString_Converter(PyObject arg0,
Pointer arg1) |
static int |
_PyUnicode_WideCharString_Opt_Converter(PyObject arg0,
Pointer arg1) |
static PyObject |
_PyUnicode_XStrip(PyObject self,
int striptype,
PyObject sepobj) |
static PyObject |
_PyUnicodeTranslateError_Create(PyObject object,
long start,
long end,
BytePointer reason) |
static PyObject |
_PyUnicodeTranslateError_Create(PyObject object,
long start,
long end,
String reason) |
static void |
_PyUnicodeWriter_Dealloc(_PyUnicodeWriter writer) |
static PyObject |
_PyUnicodeWriter_Finish(_PyUnicodeWriter writer) |
static void |
_PyUnicodeWriter_Init(_PyUnicodeWriter writer) |
static int |
_PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter writer,
long length,
int maxchar) |
static int |
_PyUnicodeWriter_PrepareKindInternal(_PyUnicodeWriter writer,
int kind) |
static int |
_PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter writer,
BytePointer str,
long len) |
static int |
_PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter writer,
String str,
long len) |
static int |
_PyUnicodeWriter_WriteChar(_PyUnicodeWriter writer,
int ch) |
static int |
_PyUnicodeWriter_WriteLatin1String(_PyUnicodeWriter writer,
BytePointer str,
long len) |
static int |
_PyUnicodeWriter_WriteLatin1String(_PyUnicodeWriter writer,
String str,
long len) |
static int |
_PyUnicodeWriter_WriteStr(_PyUnicodeWriter writer,
PyObject str) |
static int |
_PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter writer,
PyObject str,
long start,
long end) |
static PyTypeObject |
_PyWeakref_CallableProxyType() |
static void |
_PyWeakref_CallableProxyType(PyTypeObject setter) |
static PyTypeObject |
_PyWeakref_ProxyType() |
static void |
_PyWeakref_ProxyType(PyTypeObject setter) |
static PyTypeObject |
_PyWeakref_RefType() |
static void |
_PyWeakref_RefType(PyTypeObject setter) |
static long |
LONG_BIT() |
static int |
Py_AddPendingCall(Func_Pointer func,
Pointer arg) |
static int |
Py_AtExit(Func func) |
static PyObject |
Py_BuildValue(BytePointer arg0) |
static PyObject |
Py_BuildValue(String arg0) |
static int |
Py_BytesMain(int argc,
byte[] argv) |
static int |
Py_BytesMain(int argc,
ByteBuffer argv) |
static int |
Py_BytesMain(int argc,
BytePointer argv) |
static int |
Py_BytesMain(int argc,
PointerPointer argv) |
static int |
Py_BytesWarningFlag() |
static void |
Py_BytesWarningFlag(int setter) |
static PyObject |
Py_CompileString(BytePointer arg0,
BytePointer arg1,
int arg2) |
static PyObject |
Py_CompileString(String arg0,
String arg1,
int arg2) |
static PyObject |
Py_CompileStringExFlags(BytePointer str,
BytePointer filename,
int start,
PyCompilerFlags flags,
int optimize) |
static PyObject |
Py_CompileStringExFlags(String str,
String filename,
int start,
PyCompilerFlags flags,
int optimize) |
static PyObject |
Py_CompileStringObject(BytePointer str,
PyObject filename,
int start,
PyCompilerFlags flags,
int optimize) |
static PyObject |
Py_CompileStringObject(String str,
PyObject filename,
int start,
PyCompilerFlags flags,
int optimize) |
static int |
Py_DebugFlag() |
static void |
Py_DebugFlag(int setter) |
static Pointer |
Py_DecodeLocale(BytePointer arg,
SizeTPointer size) |
static Pointer |
Py_DecodeLocale(String arg,
SizeTPointer size) |
static void |
Py_DecRef(PyObject arg0) |
static void |
Py_DECREF(PyObject op) |
static int |
Py_DontWriteBytecodeFlag() |
static void |
Py_DontWriteBytecodeFlag(int setter) |
static BytePointer |
Py_EncodeLocale(Pointer text,
SizeTPointer error_pos) |
static void |
Py_EndInterpreter(PyThreadState arg0) |
static int |
Py_EnterRecursiveCall(BytePointer where) |
static int |
Py_EnterRecursiveCall(String where) |
static void |
Py_Exit(int arg0) |
static void |
Py_ExitStatusException(PyStatus err) |
static void |
Py_FatalError(BytePointer message) |
static void |
Py_FatalError(String message) |
static int |
Py_FdIsInteractive(Pointer arg0,
BytePointer arg1) |
static int |
Py_FdIsInteractive(Pointer arg0,
String arg1) |
static BytePointer |
Py_FileSystemDefaultEncodeErrors() |
static void |
Py_FileSystemDefaultEncodeErrors(BytePointer setter) |
static BytePointer |
Py_FileSystemDefaultEncoding() |
static void |
Py_FileSystemDefaultEncoding(BytePointer setter) |
static void |
Py_Finalize() |
static int |
Py_FinalizeEx() |
static int |
Py_FrozenFlag() |
static void |
Py_FrozenFlag(int setter) |
static PyObject |
Py_GenericAlias(PyObject arg0,
PyObject arg1) |
static PyTypeObject |
Py_GenericAliasType() |
static void |
Py_GenericAliasType(PyTypeObject setter) |
static void |
Py_GetArgcArgv(int[] argc,
PointerPointer argv) |
static void |
Py_GetArgcArgv(IntBuffer argc,
PointerPointer argv) |
static void |
Py_GetArgcArgv(IntPointer argc,
PointerPointer argv) |
static BytePointer |
Py_GetBuildInfo() |
static BytePointer |
Py_GetCompiler() |
static BytePointer |
Py_GetCopyright() |
static BytePointer |
Py_GETENV(BytePointer name) |
static ByteBuffer |
Py_GETENV(String name) |
static Pointer |
Py_GetExecPrefix() |
static Pointer |
Py_GetPath() |
static BytePointer |
Py_GetPlatform() |
static Pointer |
Py_GetPrefix() |
static Pointer |
Py_GetProgramFullPath() |
static Pointer |
Py_GetProgramName() |
static Pointer |
Py_GetPythonHome() |
static int |
Py_GetRecursionLimit() |
static BytePointer |
Py_GetVersion() |
static int |
Py_HasFileSystemDefaultEncoding() |
static void |
Py_HasFileSystemDefaultEncoding(int setter) |
static int |
Py_HashRandomizationFlag() |
static void |
Py_HashRandomizationFlag(int setter) |
static BytePointer |
Py_hexdigits() |
static void |
Py_hexdigits(BytePointer setter) |
static int |
Py_IgnoreEnvironmentFlag() |
static void |
Py_IgnoreEnvironmentFlag(int setter) |
static void |
Py_IncRef(PyObject arg0) |
static void |
Py_INCREF(PyObject op) |
static void |
Py_Initialize() |
static void |
Py_InitializeEx(int arg0) |
static PyStatus |
Py_InitializeFromConfig(PyConfig config) |
static int |
Py_InspectFlag() |
static void |
Py_InspectFlag(int setter) |
static int |
Py_InteractiveFlag() |
static void |
Py_InteractiveFlag(int setter) |
static int |
Py_IS_TYPE(PyObject ob,
PyTypeObject type) |
static int |
Py_Is(PyObject x,
PyObject y) |
static int |
Py_IsFalse(PyObject x) |
static int |
Py_IsInitialized() |
static int |
Py_IsNone(PyObject x) |
static int |
Py_IsolatedFlag() |
static void |
Py_IsolatedFlag(int setter) |
static int |
Py_IsTrue(PyObject x) |
static void |
Py_LeaveRecursiveCall() |
static long |
PY_LLONG_MAX() |
static long |
PY_LLONG_MIN() |
static int |
Py_Main(int argc,
Pointer argv) |
static int |
Py_Main(int argc,
PointerPointer argv) |
static int |
Py_MakePendingCalls() |
static PyThreadState |
Py_NewInterpreter() |
static PyObject |
Py_NewRef(PyObject obj) |
static int |
Py_NoSiteFlag() |
static void |
Py_NoSiteFlag(int setter) |
static int |
Py_NoUserSiteDirectory() |
static void |
Py_NoUserSiteDirectory(int setter) |
static int |
Py_OptimizeFlag() |
static void |
Py_OptimizeFlag(int setter) |
static PyStatus |
Py_PreInitialize(PyPreConfig src_config) |
static PyStatus |
Py_PreInitializeFromArgs(PyPreConfig src_config,
long argc,
Pointer argv) |
static PyStatus |
Py_PreInitializeFromArgs(PyPreConfig src_config,
long argc,
PointerPointer argv) |
static PyStatus |
Py_PreInitializeFromBytesArgs(PyPreConfig src_config,
long argc,
byte[] argv) |
static PyStatus |
Py_PreInitializeFromBytesArgs(PyPreConfig src_config,
long argc,
ByteBuffer argv) |
static PyStatus |
Py_PreInitializeFromBytesArgs(PyPreConfig src_config,
long argc,
BytePointer argv) |
static PyStatus |
Py_PreInitializeFromBytesArgs(PyPreConfig src_config,
long argc,
PointerPointer argv) |
static int |
Py_QuietFlag() |
static void |
Py_QuietFlag(int setter) |
static long |
Py_REFCNT(PyObject ob) |
static int |
Py_ReprEnter(PyObject arg0) |
static void |
Py_ReprLeave(PyObject arg0) |
static int |
Py_RunMain() |
static void |
Py_SET_REFCNT(PyObject ob,
long refcnt) |
static void |
Py_SET_SIZE(PyVarObject ob,
long size) |
static void |
Py_SET_TYPE(PyObject ob,
PyTypeObject type) |
static void |
Py_SetPath(Pointer arg0)
Deprecated.
|
static void |
Py_SetProgramName(Pointer arg0)
Deprecated.
|
static void |
Py_SetPythonHome(Pointer arg0)
Deprecated.
|
static void |
Py_SetRecursionLimit(int arg0) |
static int |
Py_SetStandardStreamEncoding(BytePointer encoding,
BytePointer errors)
Deprecated.
|
static int |
Py_SetStandardStreamEncoding(String encoding,
String errors)
Deprecated.
|
static long |
Py_SIZE(PyObject ob) |
static long |
PY_SSIZE_T_MAX() |
static long |
PY_SSIZE_T_MIN() |
static long |
PY_TIMEOUT_MAX() |
static PyTypeObject |
Py_TYPE(PyObject ob) |
static long |
PY_ULLONG_MAX() |
static int |
Py_UnbufferedStdioFlag() |
static void |
Py_UnbufferedStdioFlag(int setter) |
static long |
Py_UNICODE_SIZE() |
static byte[] |
Py_UniversalNewlineFgets(byte[] arg0,
int arg1,
Pointer arg2,
PyObject arg3) |
static ByteBuffer |
Py_UniversalNewlineFgets(ByteBuffer arg0,
int arg1,
Pointer arg2,
PyObject arg3) |
static BytePointer |
Py_UniversalNewlineFgets(BytePointer arg0,
int arg1,
Pointer arg2,
PyObject arg3) |
static int |
Py_UTF8Mode() |
static void |
Py_UTF8Mode(int setter) |
static PyObject |
Py_VaBuildValue(BytePointer arg0,
Pointer arg1) |
static PyObject |
Py_VaBuildValue(String arg0,
Pointer arg1) |
static int |
PY_VECTORCALL_ARGUMENTS_OFFSET() |
static int |
Py_VerboseFlag() |
static void |
Py_VerboseFlag(int setter) |
static long |
Py_Version() |
static void |
Py_XDECREF(PyObject op) |
static void |
Py_XINCREF(PyObject op) |
static PyObject |
Py_XNewRef(PyObject obj) |
static int |
PyAIter_Check(PyObject arg0) |
static int |
PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0) |
static int |
PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1) |
static int |
PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2) |
static int |
PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3) |
static int |
PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4) |
static int |
PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5) |
static int |
PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6) |
static int |
PyArg_Parse(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6,
Pointer vararg7) |
static int |
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 |
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 |
PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0) |
static int |
PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1) |
static int |
PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2) |
static int |
PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3) |
static int |
PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4) |
static int |
PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5) |
static int |
PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6) |
static int |
PyArg_ParseTuple(PyObject arg0,
String arg1,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5,
Pointer vararg6,
Pointer vararg7) |
static int |
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 |
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 |
PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0) |
static int |
PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1) |
static int |
PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2) |
static int |
PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3) |
static int |
PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4) |
static int |
PyArg_ParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
PointerPointer arg3,
Pointer vararg0,
Pointer vararg1,
Pointer vararg2,
Pointer vararg3,
Pointer vararg4,
Pointer vararg5) |
static int |
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 |
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 |
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 |
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 |
PyArg_UnpackTuple(PyObject arg0,
BytePointer arg1,
long arg2,
long arg3) |
static int |
PyArg_UnpackTuple(PyObject arg0,
String arg1,
long arg2,
long arg3) |
static int |
PyArg_ValidateKeywordArguments(PyObject arg0) |
static int |
PyArg_VaParse(PyObject arg0,
BytePointer arg1,
Pointer arg2) |
static int |
PyArg_VaParse(PyObject arg0,
String arg1,
Pointer arg2) |
static int |
PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
BytePointer arg2,
byte[] arg3,
Pointer arg4) |
static int |
PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
BytePointer arg2,
ByteBuffer arg3,
Pointer arg4) |
static int |
PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
BytePointer arg2,
BytePointer arg3,
Pointer arg4) |
static int |
PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
BytePointer arg2,
PointerPointer arg3,
Pointer arg4) |
static int |
PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
byte[] arg3,
Pointer arg4) |
static int |
PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
ByteBuffer arg3,
Pointer arg4) |
static int |
PyArg_VaParseTupleAndKeywords(PyObject arg0,
PyObject arg1,
String arg2,
BytePointer arg3,
Pointer arg4) |
static PyObject |
PyAsyncGen_New(PyFrameObject arg0,
PyObject name,
PyObject qualname) |
static PyTypeObject |
PyAsyncGen_Type() |
static void |
PyAsyncGen_Type(PyTypeObject setter) |
static PyTypeObject |
PyBaseObject_Type() |
static void |
PyBaseObject_Type(PyTypeObject setter) |
static PyObject |
PyBool_FromLong(long arg0) |
static PyTypeObject |
PyBool_Type() |
static void |
PyBool_Type(PyTypeObject setter) |
static void |
PyBuffer_FillContiguousStrides(int ndims,
SizeTPointer shape,
SizeTPointer strides,
int itemsize,
byte fort) |
static int |
PyBuffer_FillInfo(Py_buffer view,
PyObject o,
Pointer buf,
long len,
int readonly,
int flags) |
static int |
PyBuffer_FromContiguous(Py_buffer view,
Pointer buf,
long len,
byte order) |
static Pointer |
PyBuffer_GetPointer(Py_buffer view,
SizeTPointer indices) |
static int |
PyBuffer_IsContiguous(Py_buffer view,
byte fort) |
static void |
PyBuffer_Release(Py_buffer view) |
static int |
PyBuffer_ToContiguous(Pointer buf,
Py_buffer view,
long len,
byte order) |
static BytePointer |
PyByteArray_AS_STRING(PyObject op) |
static BytePointer |
PyByteArray_AsString(PyObject arg0) |
static PyObject |
PyByteArray_Concat(PyObject arg0,
PyObject arg1) |
static PyObject |
PyByteArray_FromObject(PyObject arg0) |
static PyObject |
PyByteArray_FromStringAndSize(BytePointer arg0,
long arg1) |
static PyObject |
PyByteArray_FromStringAndSize(String arg0,
long arg1) |
static long |
PyByteArray_GET_SIZE(PyObject op) |
static int |
PyByteArray_Resize(PyObject arg0,
long arg1) |
static long |
PyByteArray_Size(PyObject arg0) |
static PyTypeObject |
PyByteArray_Type() |
static void |
PyByteArray_Type(PyTypeObject setter) |
static PyTypeObject |
PyByteArrayIter_Type() |
static void |
PyByteArrayIter_Type(PyTypeObject setter) |
static BytePointer |
PyBytes_AS_STRING(PyObject op) |
static BytePointer |
PyBytes_AsString(PyObject arg0) |
static int |
PyBytes_AsStringAndSize(PyObject obj,
byte[] s,
SizeTPointer len) |
static int |
PyBytes_AsStringAndSize(PyObject obj,
ByteBuffer s,
SizeTPointer len) |
static int |
PyBytes_AsStringAndSize(PyObject obj,
BytePointer s,
SizeTPointer len) |
static int |
PyBytes_AsStringAndSize(PyObject obj,
PointerPointer s,
SizeTPointer len) |
static void |
PyBytes_Concat(PointerPointer arg0,
PyObject arg1) |
static void |
PyBytes_Concat(PyObject arg0,
PyObject arg1) |
static void |
PyBytes_ConcatAndDel(PointerPointer arg0,
PyObject arg1) |
static void |
PyBytes_ConcatAndDel(PyObject arg0,
PyObject arg1) |
static PyObject |
PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
long arg3,
BytePointer arg4) |
static PyObject |
PyBytes_DecodeEscape(String arg0,
long arg1,
String arg2,
long arg3,
String arg4) |
static PyObject |
PyBytes_FromFormat(BytePointer arg0) |
static PyObject |
PyBytes_FromFormat(String arg0) |
static PyObject |
PyBytes_FromFormatV(BytePointer arg0,
Pointer arg1) |
static PyObject |
PyBytes_FromFormatV(String arg0,
Pointer arg1) |
static PyObject |
PyBytes_FromObject(PyObject arg0) |
static PyObject |
PyBytes_FromString(BytePointer arg0) |
static PyObject |
PyBytes_FromString(String arg0) |
static PyObject |
PyBytes_FromStringAndSize(BytePointer arg0,
long arg1) |
static PyObject |
PyBytes_FromStringAndSize(String arg0,
long arg1) |
static long |
PyBytes_GET_SIZE(PyObject op) |
static PyObject |
PyBytes_Repr(PyObject arg0,
int arg1) |
static long |
PyBytes_Size(PyObject arg0) |
static PyTypeObject |
PyBytes_Type() |
static void |
PyBytes_Type(PyTypeObject setter) |
static PyTypeObject |
PyBytesIter_Type() |
static void |
PyBytesIter_Type(PyTypeObject setter) |
static int |
PyCallable_Check(PyObject arg0) |
static PyObject |
PyCallIter_New(PyObject arg0,
PyObject arg1) |
static PyTypeObject |
PyCallIter_Type() |
static void |
PyCallIter_Type(PyTypeObject setter) |
static Pointer |
PyCapsule_GetContext(PyObject capsule) |
static PyCapsule_Destructor |
PyCapsule_GetDestructor(PyObject capsule) |
static BytePointer |
PyCapsule_GetName(PyObject capsule) |
static Pointer |
PyCapsule_GetPointer(PyObject capsule,
BytePointer name) |
static Pointer |
PyCapsule_GetPointer(PyObject capsule,
String name) |
static Pointer |
PyCapsule_Import(BytePointer name,
int no_block) |
static Pointer |
PyCapsule_Import(String name,
int no_block) |
static int |
PyCapsule_IsValid(PyObject capsule,
BytePointer name) |
static int |
PyCapsule_IsValid(PyObject capsule,
String name) |
static PyObject |
PyCapsule_New(Pointer pointer,
BytePointer name,
PyCapsule_Destructor destructor) |
static PyObject |
PyCapsule_New(Pointer pointer,
String name,
PyCapsule_Destructor destructor) |
static int |
PyCapsule_SetContext(PyObject capsule,
Pointer context) |
static int |
PyCapsule_SetDestructor(PyObject capsule,
PyCapsule_Destructor destructor) |
static int |
PyCapsule_SetName(PyObject capsule,
BytePointer name) |
static int |
PyCapsule_SetName(PyObject capsule,
String name) |
static int |
PyCapsule_SetPointer(PyObject capsule,
Pointer pointer) |
static PyTypeObject |
PyCapsule_Type() |
static void |
PyCapsule_Type(PyTypeObject setter) |
static PyObject |
PyCell_Get(PyObject arg0) |
static PyObject |
PyCell_New(PyObject arg0) |
static int |
PyCell_Set(PyObject arg0,
PyObject arg1) |
static PyTypeObject |
PyCell_Type() |
static void |
PyCell_Type(PyTypeObject setter) |
static PyObject |
PyCFunction_Call(PyObject arg0,
PyObject arg1,
PyObject arg2)
Deprecated.
|
static PyTypeObject |
PyCFunction_GET_CLASS(PyObject func_obj) |
static int |
PyCFunction_GET_FLAGS(PyObject func) |
static PyCFunction |
PyCFunction_GET_FUNCTION(PyObject func) |
static PyObject |
PyCFunction_GET_SELF(PyObject func_obj) |
static int |
PyCFunction_GetFlags(PyObject arg0) |
static PyCFunction |
PyCFunction_GetFunction(PyObject arg0) |
static PyObject |
PyCFunction_GetSelf(PyObject arg0) |
static PyObject |
PyCFunction_New(PyMethodDef arg0,
PyObject arg1) |
static PyObject |
PyCFunction_NewEx(PyMethodDef arg0,
PyObject arg1,
PyObject arg2) |
static PyTypeObject |
PyCFunction_Type() |
static void |
PyCFunction_Type(PyTypeObject setter) |
static PyObject |
PyClassMethod_New(PyObject arg0) |
static PyTypeObject |
PyClassMethod_Type() |
static void |
PyClassMethod_Type(PyTypeObject setter) |
static PyTypeObject |
PyClassMethodDescr_Type() |
static void |
PyClassMethodDescr_Type(PyTypeObject setter) |
static PyObject |
PyCMethod_New(PyMethodDef arg0,
PyObject arg1,
PyObject arg2,
PyTypeObject arg3) |
static PyTypeObject |
PyCMethod_Type() |
static void |
PyCMethod_Type(PyTypeObject setter) |
static int |
PyCode_Addr2Line(PyCodeObject arg0,
int arg1) |
static int |
PyCode_Addr2Location(PyCodeObject arg0,
int arg1,
int[] arg2,
int[] arg3,
int[] arg4,
int[] arg5) |
static int |
PyCode_Addr2Location(PyCodeObject arg0,
int arg1,
IntBuffer arg2,
IntBuffer arg3,
IntBuffer arg4,
IntBuffer arg5) |
static int |
PyCode_Addr2Location(PyCodeObject arg0,
int arg1,
IntPointer arg2,
IntPointer arg3,
IntPointer arg4,
IntPointer arg5) |
static PyObject |
PyCode_GetCellvars(PyCodeObject code) |
static PyObject |
PyCode_GetCode(PyCodeObject code) |
static PyObject |
PyCode_GetFreevars(PyCodeObject code) |
static PyObject |
PyCode_GetVarnames(PyCodeObject code) |
static PyCodeObject |
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,
PyObject arg13,
int arg14,
PyObject arg15,
PyObject arg16) |
static PyCodeObject |
PyCode_NewEmpty(BytePointer filename,
BytePointer funcname,
int firstlineno) |
static PyCodeObject |
PyCode_NewEmpty(String filename,
String funcname,
int firstlineno) |
static PyCodeObject |
PyCode_NewWithPosOnlyArgs(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
PyObject arg6,
PyObject arg7,
PyObject arg8,
PyObject arg9,
PyObject arg10,
PyObject arg11,
PyObject arg12,
PyObject arg13,
PyObject arg14,
int arg15,
PyObject arg16,
PyObject arg17) |
static PyObject |
PyCode_Optimize(PyObject code,
PyObject consts,
PyObject names,
PyObject lnotab) |
static PyTypeObject |
PyCode_Type() |
static void |
PyCode_Type(PyTypeObject setter) |
static PyObject |
PyCodec_BackslashReplaceErrors(PyObject exc) |
static PyObject |
PyCodec_Decode(PyObject object,
BytePointer encoding,
BytePointer errors) |
static PyObject |
PyCodec_Decode(PyObject object,
String encoding,
String errors) |
static PyObject |
PyCodec_Decoder(BytePointer encoding) |
static PyObject |
PyCodec_Decoder(String encoding) |
static PyObject |
PyCodec_Encode(PyObject object,
BytePointer encoding,
BytePointer errors) |
static PyObject |
PyCodec_Encode(PyObject object,
String encoding,
String errors) |
static PyObject |
PyCodec_Encoder(BytePointer encoding) |
static PyObject |
PyCodec_Encoder(String encoding) |
static PyObject |
PyCodec_IgnoreErrors(PyObject exc) |
static PyObject |
PyCodec_IncrementalDecoder(BytePointer encoding,
BytePointer errors) |
static PyObject |
PyCodec_IncrementalDecoder(String encoding,
String errors) |
static PyObject |
PyCodec_IncrementalEncoder(BytePointer encoding,
BytePointer errors) |
static PyObject |
PyCodec_IncrementalEncoder(String encoding,
String errors) |
static int |
PyCodec_KnownEncoding(BytePointer encoding) |
static int |
PyCodec_KnownEncoding(String encoding) |
static PyObject |
PyCodec_LookupError(BytePointer name) |
static PyObject |
PyCodec_LookupError(String name) |
static PyObject |
PyCodec_NameReplaceErrors(PyObject exc) |
static int |
PyCodec_Register(PyObject search_function) |
static int |
PyCodec_RegisterError(BytePointer name,
PyObject error) |
static int |
PyCodec_RegisterError(String name,
PyObject error) |
static PyObject |
PyCodec_ReplaceErrors(PyObject exc) |
static PyObject |
PyCodec_StreamReader(BytePointer encoding,
PyObject stream,
BytePointer errors) |
static PyObject |
PyCodec_StreamReader(String encoding,
PyObject stream,
String errors) |
static PyObject |
PyCodec_StreamWriter(BytePointer encoding,
PyObject stream,
BytePointer errors) |
static PyObject |
PyCodec_StreamWriter(String encoding,
PyObject stream,
String errors) |
static PyObject |
PyCodec_StrictErrors(PyObject exc) |
static int |
PyCodec_Unregister(PyObject search_function) |
static PyObject |
PyCodec_XMLCharRefReplaceErrors(PyObject exc) |
static int |
PyCompile_OpcodeStackEffect(int opcode,
int oparg) |
static int |
PyCompile_OpcodeStackEffectWithJump(int opcode,
int oparg,
int jump) |
static PyObject |
PyComplex_FromDoubles(double real,
double imag) |
static double |
PyComplex_ImagAsDouble(PyObject op) |
static double |
PyComplex_RealAsDouble(PyObject op) |
static PyTypeObject |
PyComplex_Type() |
static void |
PyComplex_Type(PyTypeObject setter) |
static void |
PyConfig_Clear(PyConfig arg0) |
static void |
PyConfig_InitIsolatedConfig(PyConfig config) |
static void |
PyConfig_InitPythonConfig(PyConfig config) |
static PyStatus |
PyConfig_Read(PyConfig config) |
static PyStatus |
PyConfig_SetArgv(PyConfig config,
long argc,
Pointer argv) |
static PyStatus |
PyConfig_SetArgv(PyConfig config,
long argc,
PointerPointer argv) |
static PyStatus |
PyConfig_SetBytesArgv(PyConfig config,
long argc,
byte[] argv) |
static PyStatus |
PyConfig_SetBytesArgv(PyConfig config,
long argc,
ByteBuffer argv) |
static PyStatus |
PyConfig_SetBytesArgv(PyConfig config,
long argc,
BytePointer argv) |
static PyStatus |
PyConfig_SetBytesArgv(PyConfig config,
long argc,
PointerPointer argv) |
static PyStatus |
PyConfig_SetBytesString(PyConfig config,
Pointer config_str,
BytePointer str) |
static PyStatus |
PyConfig_SetBytesString(PyConfig config,
PointerPointer config_str,
BytePointer str) |
static PyStatus |
PyConfig_SetBytesString(PyConfig config,
Pointer config_str,
String str) |
static PyStatus |
PyConfig_SetString(PyConfig config,
Pointer config_str,
Pointer str) |
static PyStatus |
PyConfig_SetString(PyConfig config,
PointerPointer config_str,
Pointer str) |
static PyStatus |
PyConfig_SetWideStringList(PyConfig config,
PyWideStringList list,
long length,
Pointer items) |
static PyStatus |
PyConfig_SetWideStringList(PyConfig config,
PyWideStringList list,
long length,
PointerPointer items) |
static PyObject |
PyContext_Copy(PyObject arg0) |
static PyObject |
PyContext_CopyCurrent() |
static int |
PyContext_Enter(PyObject arg0) |
static int |
PyContext_Exit(PyObject arg0) |
static PyObject |
PyContext_New() |
static PyTypeObject |
PyContext_Type() |
static void |
PyContext_Type(PyTypeObject setter) |
static PyTypeObject |
PyContextToken_Type() |
static void |
PyContextToken_Type(PyTypeObject setter) |
static int |
PyContextVar_Get(PyObject var,
PyObject default_value,
PointerPointer value) |
static int |
PyContextVar_Get(PyObject var,
PyObject default_value,
PyObject value) |
static PyObject |
PyContextVar_New(BytePointer name,
PyObject default_value) |
static PyObject |
PyContextVar_New(String name,
PyObject default_value) |
static int |
PyContextVar_Reset(PyObject var,
PyObject token) |
static PyObject |
PyContextVar_Set(PyObject var,
PyObject value) |
static PyTypeObject |
PyContextVar_Type() |
static void |
PyContextVar_Type(PyTypeObject setter) |
static PyObject |
PyCoro_New(PyFrameObject arg0,
PyObject name,
PyObject qualname) |
static PyTypeObject |
PyCoro_Type() |
static void |
PyCoro_Type(PyTypeObject setter) |
static PyDateTime_CAPI |
PyDateTimeAPI() |
static void |
PyDateTimeAPI(PyDateTime_CAPI setter) |
static PyObject |
PyDescr_NewClassMethod(PyTypeObject arg0,
PyMethodDef arg1) |
static PyObject |
PyDescr_NewGetSet(PyTypeObject arg0,
PyGetSetDef arg1) |
static PyObject |
PyDescr_NewMember(PyTypeObject arg0,
PyMemberDef arg1) |
static PyObject |
PyDescr_NewMethod(PyTypeObject arg0,
PyMethodDef arg1) |
static void |
PyDict_Clear(PyObject mp) |
static int |
PyDict_Contains(PyObject mp,
PyObject key) |
static PyObject |
PyDict_Copy(PyObject mp) |
static int |
PyDict_DelItem(PyObject mp,
PyObject key) |
static int |
PyDict_DelItemString(PyObject dp,
BytePointer key) |
static int |
PyDict_DelItemString(PyObject dp,
String key) |
static PyObject |
PyDict_GetItem(PyObject mp,
PyObject key) |
static PyObject |
PyDict_GetItemString(PyObject dp,
BytePointer key) |
static PyObject |
PyDict_GetItemString(PyObject dp,
String key) |
static PyObject |
PyDict_GetItemWithError(PyObject mp,
PyObject key) |
static PyObject |
PyDict_Items(PyObject mp) |
static PyObject |
PyDict_Keys(PyObject mp) |
static int |
PyDict_Merge(PyObject mp,
PyObject other,
int override) |
static int |
PyDict_MergeFromSeq2(PyObject d,
PyObject seq2,
int override) |
static PyObject |
PyDict_New() |
static int |
PyDict_Next(PyObject mp,
SizeTPointer pos,
PointerPointer key,
PointerPointer value) |
static int |
PyDict_Next(PyObject mp,
SizeTPointer pos,
PyObject key,
PyObject value) |
static PyObject |
PyDict_SetDefault(PyObject mp,
PyObject key,
PyObject defaultobj) |
static int |
PyDict_SetItem(PyObject mp,
PyObject key,
PyObject item) |
static int |
PyDict_SetItemString(PyObject dp,
BytePointer key,
PyObject item) |
static int |
PyDict_SetItemString(PyObject dp,
String key,
PyObject item) |
static long |
PyDict_Size(PyObject mp) |
static PyTypeObject |
PyDict_Type() |
static void |
PyDict_Type(PyTypeObject setter) |
static int |
PyDict_Update(PyObject mp,
PyObject other) |
static PyObject |
PyDict_Values(PyObject mp) |
static PyTypeObject |
PyDictItems_Type() |
static void |
PyDictItems_Type(PyTypeObject setter) |
static PyTypeObject |
PyDictIterItem_Type() |
static void |
PyDictIterItem_Type(PyTypeObject setter) |
static PyTypeObject |
PyDictIterKey_Type() |
static void |
PyDictIterKey_Type(PyTypeObject setter) |
static PyTypeObject |
PyDictIterValue_Type() |
static void |
PyDictIterValue_Type(PyTypeObject setter) |
static PyTypeObject |
PyDictKeys_Type() |
static void |
PyDictKeys_Type(PyTypeObject setter) |
static PyObject |
PyDictProxy_New(PyObject arg0) |
static PyTypeObject |
PyDictProxy_Type() |
static void |
PyDictProxy_Type(PyTypeObject setter) |
static PyTypeObject |
PyDictRevIterItem_Type() |
static void |
PyDictRevIterItem_Type(PyTypeObject setter) |
static PyTypeObject |
PyDictRevIterKey_Type() |
static void |
PyDictRevIterKey_Type(PyTypeObject setter) |
static PyTypeObject |
PyDictRevIterValue_Type() |
static void |
PyDictRevIterValue_Type(PyTypeObject setter) |
static PyTypeObject |
PyDictValues_Type() |
static void |
PyDictValues_Type(PyTypeObject setter) |
static PyTypeObject |
PyEllipsis_Type() |
static void |
PyEllipsis_Type(PyTypeObject setter) |
static PyTypeObject |
PyEnum_Type() |
static void |
PyEnum_Type(PyTypeObject setter) |
static int |
PyErr_BadArgument() |
static void |
PyErr_BadInternalCall() |
static int |
PyErr_CheckSignals() |
static void |
PyErr_Clear() |
static void |
PyErr_Display(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
PyErr_ExceptionMatches(PyObject arg0) |
static void |
PyErr_Fetch(PointerPointer arg0,
PointerPointer arg1,
PointerPointer arg2) |
static void |
PyErr_Fetch(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
PyErr_Format(PyObject exception,
BytePointer format) |
static PyObject |
PyErr_Format(PyObject exception,
String format) |
static PyObject |
PyErr_FormatV(PyObject exception,
BytePointer format,
Pointer vargs) |
static PyObject |
PyErr_FormatV(PyObject exception,
String format,
Pointer vargs) |
static void |
PyErr_GetExcInfo(PointerPointer arg0,
PointerPointer arg1,
PointerPointer arg2) |
static void |
PyErr_GetExcInfo(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
PyErr_GetHandledException() |
static int |
PyErr_GivenExceptionMatches(PyObject arg0,
PyObject arg1) |
static PyObject |
PyErr_NewException(BytePointer name,
PyObject base,
PyObject dict) |
static PyObject |
PyErr_NewException(String name,
PyObject base,
PyObject dict) |
static PyObject |
PyErr_NewExceptionWithDoc(BytePointer name,
BytePointer doc,
PyObject base,
PyObject dict) |
static PyObject |
PyErr_NewExceptionWithDoc(String name,
String doc,
PyObject base,
PyObject dict) |
static PyObject |
PyErr_NoMemory() |
static void |
PyErr_NormalizeException(PointerPointer arg0,
PointerPointer arg1,
PointerPointer arg2) |
static void |
PyErr_NormalizeException(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
PyErr_Occurred() |
static void |
PyErr_Print() |
static void |
PyErr_PrintEx(int arg0) |
static PyObject |
PyErr_ProgramText(BytePointer filename,
int lineno) |
static PyObject |
PyErr_ProgramText(String filename,
int lineno) |
static PyObject |
PyErr_ProgramTextObject(PyObject filename,
int lineno) |
static void |
PyErr_RangedSyntaxLocationObject(PyObject filename,
int lineno,
int col_offset,
int end_lineno,
int end_col_offset) |
static int |
PyErr_ResourceWarning(PyObject source,
long stack_level,
BytePointer format) |
static int |
PyErr_ResourceWarning(PyObject source,
long stack_level,
String format) |
static void |
PyErr_Restore(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static void |
PyErr_SetExcInfo(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
PyErr_SetFromErrno(PyObject arg0) |
static PyObject |
PyErr_SetFromErrnoWithFilename(PyObject exc,
BytePointer filename) |
static PyObject |
PyErr_SetFromErrnoWithFilename(PyObject exc,
String filename) |
static PyObject |
PyErr_SetFromErrnoWithFilenameObject(PyObject arg0,
PyObject arg1) |
static PyObject |
PyErr_SetFromErrnoWithFilenameObjects(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static void |
PyErr_SetHandledException(PyObject arg0) |
static PyObject |
PyErr_SetImportError(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
PyErr_SetImportErrorSubclass(PyObject arg0,
PyObject arg1,
PyObject arg2,
PyObject arg3) |
static void |
PyErr_SetInterrupt() |
static int |
PyErr_SetInterruptEx(int signum) |
static void |
PyErr_SetNone(PyObject arg0) |
static void |
PyErr_SetObject(PyObject arg0,
PyObject arg1) |
static void |
PyErr_SetString(PyObject exception,
BytePointer string) |
static void |
PyErr_SetString(PyObject exception,
String string) |
static void |
PyErr_SyntaxLocation(BytePointer filename,
int lineno) |
static void |
PyErr_SyntaxLocation(String filename,
int lineno) |
static void |
PyErr_SyntaxLocationEx(BytePointer filename,
int lineno,
int col_offset) |
static void |
PyErr_SyntaxLocationEx(String filename,
int lineno,
int col_offset) |
static void |
PyErr_SyntaxLocationObject(PyObject filename,
int lineno,
int col_offset) |
static int |
PyErr_WarnEx(PyObject category,
BytePointer message,
long stack_level) |
static int |
PyErr_WarnEx(PyObject category,
String message,
long stack_level) |
static int |
PyErr_WarnExplicit(PyObject category,
BytePointer message,
BytePointer filename,
int lineno,
BytePointer module,
PyObject registry) |
static int |
PyErr_WarnExplicit(PyObject category,
String message,
String filename,
int lineno,
String module,
PyObject registry) |
static int |
PyErr_WarnFormat(PyObject category,
long stack_level,
BytePointer format) |
static int |
PyErr_WarnFormat(PyObject category,
long stack_level,
String format) |
static void |
PyErr_WriteUnraisable(PyObject arg0) |
static void |
PyEval_AcquireLock()
Deprecated.
|
static void |
PyEval_AcquireThread(PyThreadState tstate) |
static PyObject |
PyEval_CallFunction(PyObject callable,
BytePointer format)
Deprecated.
|
static PyObject |
PyEval_CallFunction(PyObject callable,
String format)
Deprecated.
|
static PyObject |
PyEval_CallMethod(PyObject obj,
BytePointer name,
BytePointer format)
Deprecated.
|
static PyObject |
PyEval_CallMethod(PyObject obj,
String name,
String format)
Deprecated.
|
static PyObject |
PyEval_CallObjectWithKeywords(PyObject callable,
PyObject args,
PyObject kwargs)
Deprecated.
|
static PyObject |
PyEval_EvalCode(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static PyObject |
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 |
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 |
PyEval_EvalFrame(PyFrameObject arg0) |
static PyObject |
PyEval_EvalFrameEx(PyFrameObject f,
int exc) |
static PyObject |
PyEval_GetBuiltins() |
static PyFrameObject |
PyEval_GetFrame() |
static BytePointer |
PyEval_GetFuncDesc(PyObject arg0) |
static BytePointer |
PyEval_GetFuncName(PyObject arg0) |
static PyObject |
PyEval_GetGlobals() |
static PyObject |
PyEval_GetLocals() |
static void |
PyEval_InitThreads()
Deprecated.
|
static int |
PyEval_MergeCompilerFlags(PyCompilerFlags cf) |
static void |
PyEval_ReleaseLock()
Deprecated.
|
static void |
PyEval_ReleaseThread(PyThreadState tstate) |
static void |
PyEval_RestoreThread(PyThreadState arg0) |
static PyThreadState |
PyEval_SaveThread() |
static void |
PyEval_SetProfile(Py_tracefunc arg0,
PyObject arg1) |
static void |
PyEval_SetTrace(Py_tracefunc arg0,
PyObject arg1) |
static int |
PyEval_ThreadsInitialized()
Deprecated.
|
static PyObject |
PyExc_ArithmeticError() |
static void |
PyExc_ArithmeticError(PyObject setter) |
static PyObject |
PyExc_AssertionError() |
static void |
PyExc_AssertionError(PyObject setter) |
static PyObject |
PyExc_AttributeError() |
static void |
PyExc_AttributeError(PyObject setter) |
static PyObject |
PyExc_BaseException() |
static void |
PyExc_BaseException(PyObject setter) |
static PyObject |
PyExc_BaseExceptionGroup() |
static void |
PyExc_BaseExceptionGroup(PyObject setter) |
static PyObject |
PyExc_BlockingIOError() |
static void |
PyExc_BlockingIOError(PyObject setter) |
static PyObject |
PyExc_BrokenPipeError() |
static void |
PyExc_BrokenPipeError(PyObject setter) |
static PyObject |
PyExc_BufferError() |
static void |
PyExc_BufferError(PyObject setter) |
static PyObject |
PyExc_BytesWarning() |
static void |
PyExc_BytesWarning(PyObject setter) |
static PyObject |
PyExc_ChildProcessError() |
static void |
PyExc_ChildProcessError(PyObject setter) |
static PyObject |
PyExc_ConnectionAbortedError() |
static void |
PyExc_ConnectionAbortedError(PyObject setter) |
static PyObject |
PyExc_ConnectionError() |
static void |
PyExc_ConnectionError(PyObject setter) |
static PyObject |
PyExc_ConnectionRefusedError() |
static void |
PyExc_ConnectionRefusedError(PyObject setter) |
static PyObject |
PyExc_ConnectionResetError() |
static void |
PyExc_ConnectionResetError(PyObject setter) |
static PyObject |
PyExc_DeprecationWarning() |
static void |
PyExc_DeprecationWarning(PyObject setter) |
static PyObject |
PyExc_EncodingWarning() |
static void |
PyExc_EncodingWarning(PyObject setter) |
static PyObject |
PyExc_EnvironmentError() |
static void |
PyExc_EnvironmentError(PyObject setter) |
static PyObject |
PyExc_EOFError() |
static void |
PyExc_EOFError(PyObject setter) |
static PyObject |
PyExc_Exception() |
static void |
PyExc_Exception(PyObject setter) |
static PyObject |
PyExc_FileExistsError() |
static void |
PyExc_FileExistsError(PyObject setter) |
static PyObject |
PyExc_FileNotFoundError() |
static void |
PyExc_FileNotFoundError(PyObject setter) |
static PyObject |
PyExc_FloatingPointError() |
static void |
PyExc_FloatingPointError(PyObject setter) |
static PyObject |
PyExc_FutureWarning() |
static void |
PyExc_FutureWarning(PyObject setter) |
static PyObject |
PyExc_GeneratorExit() |
static void |
PyExc_GeneratorExit(PyObject setter) |
static PyObject |
PyExc_ImportError() |
static void |
PyExc_ImportError(PyObject setter) |
static PyObject |
PyExc_ImportWarning() |
static void |
PyExc_ImportWarning(PyObject setter) |
static PyObject |
PyExc_IndentationError() |
static void |
PyExc_IndentationError(PyObject setter) |
static PyObject |
PyExc_IndexError() |
static void |
PyExc_IndexError(PyObject setter) |
static PyObject |
PyExc_InterruptedError() |
static void |
PyExc_InterruptedError(PyObject setter) |
static PyObject |
PyExc_IOError() |
static void |
PyExc_IOError(PyObject setter) |
static PyObject |
PyExc_IsADirectoryError() |
static void |
PyExc_IsADirectoryError(PyObject setter) |
static PyObject |
PyExc_KeyboardInterrupt() |
static void |
PyExc_KeyboardInterrupt(PyObject setter) |
static PyObject |
PyExc_KeyError() |
static void |
PyExc_KeyError(PyObject setter) |
static PyObject |
PyExc_LookupError() |
static void |
PyExc_LookupError(PyObject setter) |
static PyObject |
PyExc_MemoryError() |
static void |
PyExc_MemoryError(PyObject setter) |
static PyObject |
PyExc_ModuleNotFoundError() |
static void |
PyExc_ModuleNotFoundError(PyObject setter) |
static PyObject |
PyExc_NameError() |
static void |
PyExc_NameError(PyObject setter) |
static PyObject |
PyExc_NotADirectoryError() |
static void |
PyExc_NotADirectoryError(PyObject setter) |
static PyObject |
PyExc_NotImplementedError() |
static void |
PyExc_NotImplementedError(PyObject setter) |
static PyObject |
PyExc_OSError() |
static void |
PyExc_OSError(PyObject setter) |
static PyObject |
PyExc_OverflowError() |
static void |
PyExc_OverflowError(PyObject setter) |
static PyObject |
PyExc_PendingDeprecationWarning() |
static void |
PyExc_PendingDeprecationWarning(PyObject setter) |
static PyObject |
PyExc_PermissionError() |
static void |
PyExc_PermissionError(PyObject setter) |
static PyObject |
PyExc_ProcessLookupError() |
static void |
PyExc_ProcessLookupError(PyObject setter) |
static PyObject |
PyExc_RecursionError() |
static void |
PyExc_RecursionError(PyObject setter) |
static PyObject |
PyExc_ReferenceError() |
static void |
PyExc_ReferenceError(PyObject setter) |
static PyObject |
PyExc_ResourceWarning() |
static void |
PyExc_ResourceWarning(PyObject setter) |
static PyObject |
PyExc_RuntimeError() |
static void |
PyExc_RuntimeError(PyObject setter) |
static PyObject |
PyExc_RuntimeWarning() |
static void |
PyExc_RuntimeWarning(PyObject setter) |
static PyObject |
PyExc_StopAsyncIteration() |
static void |
PyExc_StopAsyncIteration(PyObject setter) |
static PyObject |
PyExc_StopIteration() |
static void |
PyExc_StopIteration(PyObject setter) |
static PyObject |
PyExc_SyntaxError() |
static void |
PyExc_SyntaxError(PyObject setter) |
static PyObject |
PyExc_SyntaxWarning() |
static void |
PyExc_SyntaxWarning(PyObject setter) |
static PyObject |
PyExc_SystemError() |
static void |
PyExc_SystemError(PyObject setter) |
static PyObject |
PyExc_SystemExit() |
static void |
PyExc_SystemExit(PyObject setter) |
static PyObject |
PyExc_TabError() |
static void |
PyExc_TabError(PyObject setter) |
static PyObject |
PyExc_TimeoutError() |
static void |
PyExc_TimeoutError(PyObject setter) |
static PyObject |
PyExc_TypeError() |
static void |
PyExc_TypeError(PyObject setter) |
static PyObject |
PyExc_UnboundLocalError() |
static void |
PyExc_UnboundLocalError(PyObject setter) |
static PyObject |
PyExc_UnicodeDecodeError() |
static void |
PyExc_UnicodeDecodeError(PyObject setter) |
static PyObject |
PyExc_UnicodeEncodeError() |
static void |
PyExc_UnicodeEncodeError(PyObject setter) |
static PyObject |
PyExc_UnicodeError() |
static void |
PyExc_UnicodeError(PyObject setter) |
static PyObject |
PyExc_UnicodeTranslateError() |
static void |
PyExc_UnicodeTranslateError(PyObject setter) |
static PyObject |
PyExc_UnicodeWarning() |
static void |
PyExc_UnicodeWarning(PyObject setter) |
static PyObject |
PyExc_UserWarning() |
static void |
PyExc_UserWarning(PyObject setter) |
static PyObject |
PyExc_ValueError() |
static void |
PyExc_ValueError(PyObject setter) |
static PyObject |
PyExc_Warning() |
static void |
PyExc_Warning(PyObject setter) |
static PyObject |
PyExc_ZeroDivisionError() |
static void |
PyExc_ZeroDivisionError(PyObject setter) |
static PyObject |
PyException_GetCause(PyObject arg0) |
static PyObject |
PyException_GetContext(PyObject arg0) |
static PyObject |
PyException_GetTraceback(PyObject arg0) |
static void |
PyException_SetCause(PyObject arg0,
PyObject arg1) |
static void |
PyException_SetContext(PyObject arg0,
PyObject arg1) |
static int |
PyException_SetTraceback(PyObject arg0,
PyObject arg1) |
static BytePointer |
PyExceptionClass_Name(PyObject arg0) |
static PyObject |
PyFile_FromFd(int arg0,
BytePointer arg1,
BytePointer arg2,
int arg3,
BytePointer arg4,
BytePointer arg5,
BytePointer arg6,
int arg7) |
static PyObject |
PyFile_FromFd(int arg0,
String arg1,
String arg2,
int arg3,
String arg4,
String arg5,
String arg6,
int arg7) |
static PyObject |
PyFile_GetLine(PyObject arg0,
int arg1) |
static PyObject |
PyFile_NewStdPrinter(int arg0) |
static PyObject |
PyFile_OpenCode(BytePointer utf8path) |
static PyObject |
PyFile_OpenCode(String utf8path) |
static PyObject |
PyFile_OpenCodeObject(PyObject path) |
static int |
PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook,
Pointer userData) |
static int |
PyFile_WriteObject(PyObject arg0,
PyObject arg1,
int arg2) |
static int |
PyFile_WriteString(BytePointer arg0,
PyObject arg1) |
static int |
PyFile_WriteString(String arg0,
PyObject arg1) |
static PyTypeObject |
PyFilter_Type() |
static void |
PyFilter_Type(PyTypeObject setter) |
static double |
PyFloat_AsDouble(PyObject arg0) |
static PyObject |
PyFloat_FromDouble(double arg0) |
static PyObject |
PyFloat_FromString(PyObject arg0) |
static PyObject |
PyFloat_GetInfo() |
static double |
PyFloat_GetMax() |
static double |
PyFloat_GetMin() |
static PyTypeObject |
PyFloat_Type() |
static void |
PyFloat_Type(PyTypeObject setter) |
static void |
PyFrame_FastToLocals(PyFrameObject arg0) |
static int |
PyFrame_FastToLocalsWithError(PyFrameObject f) |
static PyCodeObject |
PyFrame_GetCode(PyFrameObject frame) |
static int |
PyFrame_GetLineNumber(PyFrameObject arg0) |
static void |
PyFrame_LocalsToFast(PyFrameObject arg0,
int arg1) |
static PyFrameObject |
PyFrame_New(PyThreadState arg0,
PyCodeObject arg1,
PyObject arg2,
PyObject arg3) |
static PyObject |
PyFrozenSet_New(PyObject arg0) |
static PyTypeObject |
PyFrozenSet_Type() |
static void |
PyFrozenSet_Type(PyTypeObject setter) |
static PyObject |
PyFunction_GetAnnotations(PyObject arg0) |
static PyObject |
PyFunction_GetClosure(PyObject arg0) |
static PyObject |
PyFunction_GetCode(PyObject arg0) |
static PyObject |
PyFunction_GetDefaults(PyObject arg0) |
static PyObject |
PyFunction_GetGlobals(PyObject arg0) |
static PyObject |
PyFunction_GetKwDefaults(PyObject arg0) |
static PyObject |
PyFunction_GetModule(PyObject arg0) |
static PyObject |
PyFunction_New(PyObject arg0,
PyObject arg1) |
static PyObject |
PyFunction_NewWithQualName(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
PyFunction_SetAnnotations(PyObject arg0,
PyObject arg1) |
static int |
PyFunction_SetClosure(PyObject arg0,
PyObject arg1) |
static int |
PyFunction_SetDefaults(PyObject arg0,
PyObject arg1) |
static int |
PyFunction_SetKwDefaults(PyObject arg0,
PyObject arg1) |
static PyTypeObject |
PyFunction_Type() |
static void |
PyFunction_Type(PyTypeObject setter) |
static long |
PyGC_Collect() |
static int |
PyGC_Disable() |
static int |
PyGC_Enable() |
static int |
PyGC_IsEnabled() |
static PyObject |
PyGen_New(PyFrameObject arg0) |
static PyObject |
PyGen_NewWithQualName(PyFrameObject arg0,
PyObject name,
PyObject qualname) |
static PyTypeObject |
PyGen_Type() |
static void |
PyGen_Type(PyTypeObject setter) |
static PyTypeObject |
PyGetSetDescr_Type() |
static void |
PyGetSetDescr_Type(PyTypeObject setter) |
static int |
PyGILState_Check() |
static int |
PyGILState_Ensure() |
static PyThreadState |
PyGILState_GetThisThreadState() |
static void |
PyGILState_Release(int arg0) |
static PyHash_FuncDef |
PyHash_GetFuncDef() |
static PyObject |
PyImport_AddModule(BytePointer name) |
static PyObject |
PyImport_AddModule(String name) |
static PyObject |
PyImport_AddModuleObject(PyObject name) |
static int |
PyImport_AppendInittab(BytePointer name,
PyObject_Initfunc initfunc) |
static int |
PyImport_AppendInittab(String name,
PyObject_Initfunc initfunc) |
static PyObject |
PyImport_ExecCodeModule(BytePointer name,
PyObject co) |
static PyObject |
PyImport_ExecCodeModule(String name,
PyObject co) |
static PyObject |
PyImport_ExecCodeModuleEx(BytePointer name,
PyObject co,
BytePointer pathname) |
static PyObject |
PyImport_ExecCodeModuleEx(String name,
PyObject co,
String pathname) |
static PyObject |
PyImport_ExecCodeModuleObject(PyObject name,
PyObject co,
PyObject pathname,
PyObject cpathname) |
static PyObject |
PyImport_ExecCodeModuleWithPathnames(BytePointer name,
PyObject co,
BytePointer pathname,
BytePointer cpathname) |
static PyObject |
PyImport_ExecCodeModuleWithPathnames(String name,
PyObject co,
String pathname,
String cpathname) |
static int |
PyImport_ExtendInittab(_inittab newtab) |
static void |
PyImport_FrozenModules(_frozen setter) |
static _frozen |
PyImport_FrozenModules() |
static PyObject |
PyImport_GetImporter(PyObject path) |
static long |
PyImport_GetMagicNumber() |
static BytePointer |
PyImport_GetMagicTag() |
static PyObject |
PyImport_GetModule(PyObject name) |
static PyObject |
PyImport_GetModuleDict() |
static PyObject |
PyImport_Import(PyObject name) |
static int |
PyImport_ImportFrozenModule(BytePointer name) |
static int |
PyImport_ImportFrozenModule(String name) |
static int |
PyImport_ImportFrozenModuleObject(PyObject name) |
static PyObject |
PyImport_ImportModule(BytePointer name) |
static PyObject |
PyImport_ImportModule(String name) |
static PyObject |
PyImport_ImportModuleLevel(BytePointer name,
PyObject globals,
PyObject locals,
PyObject fromlist,
int level) |
static PyObject |
PyImport_ImportModuleLevel(String name,
PyObject globals,
PyObject locals,
PyObject fromlist,
int level) |
static PyObject |
PyImport_ImportModuleLevelObject(PyObject name,
PyObject globals,
PyObject locals,
PyObject fromlist,
int level) |
static PyObject |
PyImport_ImportModuleNoBlock(BytePointer name) |
static PyObject |
PyImport_ImportModuleNoBlock(String name) |
static void |
PyImport_Inittab(_inittab setter) |
static _inittab |
PyImport_Inittab() |
static PyObject |
PyImport_ReloadModule(PyObject m) |
static int |
PyIndex_Check(PyObject arg0) |
static PyObject |
PyInstanceMethod_Function(PyObject arg0) |
static PyObject |
PyInstanceMethod_New(PyObject arg0) |
static PyTypeObject |
PyInstanceMethod_Type() |
static void |
PyInstanceMethod_Type(PyTypeObject setter) |
static void |
PyInterpreterState_Clear(PyInterpreterState arg0) |
static void |
PyInterpreterState_Delete(PyInterpreterState arg0) |
static PyInterpreterState |
PyInterpreterState_Get() |
static PyObject |
PyInterpreterState_GetDict(PyInterpreterState arg0) |
static long |
PyInterpreterState_GetID(PyInterpreterState arg0) |
static PyInterpreterState |
PyInterpreterState_Head() |
static PyInterpreterState |
PyInterpreterState_Main() |
static PyInterpreterState |
PyInterpreterState_New() |
static PyInterpreterState |
PyInterpreterState_Next(PyInterpreterState arg0) |
static PyThreadState |
PyInterpreterState_ThreadHead(PyInterpreterState arg0) |
static int |
PyIter_Check(PyObject arg0) |
static PyObject |
PyIter_Next(PyObject arg0) |
static int |
PyIter_Send(PyObject arg0,
PyObject arg1,
PointerPointer arg2) |
static int |
PyIter_Send(PyObject arg0,
PyObject arg1,
PyObject arg2) |
static int |
PyList_Append(PyObject arg0,
PyObject arg1) |
static PyObject |
PyList_AsTuple(PyObject arg0) |
static long |
PyList_GET_SIZE(PyObject op) |
static PyObject |
PyList_GetItem(PyObject arg0,
long arg1) |
static PyObject |
PyList_GetSlice(PyObject arg0,
long arg1,
long arg2) |
static int |
PyList_Insert(PyObject arg0,
long arg1,
PyObject arg2) |
static PyObject |
PyList_New(long size) |
static int |
PyList_Reverse(PyObject arg0) |
static void |
PyList_SET_ITEM(PyObject op,
long index,
PyObject value) |
static int |
PyList_SetItem(PyObject arg0,
long arg1,
PyObject arg2) |
static int |
PyList_SetSlice(PyObject arg0,
long arg1,
long arg2,
PyObject arg3) |
static long |
PyList_Size(PyObject arg0) |
static int |
PyList_Sort(PyObject arg0) |
static PyTypeObject |
PyList_Type() |
static void |
PyList_Type(PyTypeObject setter) |
static PyTypeObject |
PyListIter_Type() |
static void |
PyListIter_Type(PyTypeObject setter) |
static PyTypeObject |
PyListRevIter_Type() |
static void |
PyListRevIter_Type(PyTypeObject setter) |
static double |
PyLong_AsDouble(PyObject arg0) |
static long |
PyLong_AsLong(PyObject arg0) |
static long |
PyLong_AsLongAndOverflow(PyObject arg0,
int[] arg1) |
static long |
PyLong_AsLongAndOverflow(PyObject arg0,
IntBuffer arg1) |
static long |
PyLong_AsLongAndOverflow(PyObject arg0,
IntPointer arg1) |
static long |
PyLong_AsLongLong(PyObject arg0) |
static long |
PyLong_AsLongLongAndOverflow(PyObject arg0,
int[] arg1) |
static long |
PyLong_AsLongLongAndOverflow(PyObject arg0,
IntBuffer arg1) |
static long |
PyLong_AsLongLongAndOverflow(PyObject arg0,
IntPointer arg1) |
static long |
PyLong_AsSize_t(PyObject arg0) |
static long |
PyLong_AsSsize_t(PyObject arg0) |
static long |
PyLong_AsUnsignedLong(PyObject arg0) |
static long |
PyLong_AsUnsignedLongLong(PyObject arg0) |
static long |
PyLong_AsUnsignedLongLongMask(PyObject arg0) |
static long |
PyLong_AsUnsignedLongMask(PyObject arg0) |
static Pointer |
PyLong_AsVoidPtr(PyObject arg0) |
static long |
PyLong_BASE() |
static PyObject |
PyLong_FromDouble(double arg0) |
static PyObject |
PyLong_FromLong(long arg0) |
static PyObject |
PyLong_FromLongLong(long arg0) |
static PyObject |
PyLong_FromSize_t(long arg0) |
static PyObject |
PyLong_FromSsize_t(long arg0) |
static PyObject |
PyLong_FromString(BytePointer arg0,
byte[] arg1,
int arg2) |
static PyObject |
PyLong_FromString(BytePointer arg0,
ByteBuffer arg1,
int arg2) |
static PyObject |
PyLong_FromString(BytePointer arg0,
BytePointer arg1,
int arg2) |
static PyObject |
PyLong_FromString(BytePointer arg0,
PointerPointer arg1,
int arg2) |
static PyObject |
PyLong_FromString(String arg0,
byte[] arg1,
int arg2) |
static PyObject |
PyLong_FromString(String arg0,
ByteBuffer arg1,
int arg2) |
static PyObject |
PyLong_FromString(String arg0,
BytePointer arg1,
int arg2) |
static PyObject |
PyLong_FromUnsignedLong(long arg0) |
static PyObject |
PyLong_FromUnsignedLongLong(long arg0) |
static PyObject |
PyLong_FromVoidPtr(Pointer arg0) |
static PyObject |
PyLong_GetInfo() |
static long |
PyLong_MASK() |
static PyTypeObject |
PyLong_Type() |
static void |
PyLong_Type(PyTypeObject setter) |
static PyTypeObject |
PyLongRangeIter_Type() |
static void |
PyLongRangeIter_Type(PyTypeObject setter) |
static PyTypeObject |
PyMap_Type() |
static void |
PyMap_Type(PyTypeObject setter) |
static int |
PyMapping_Check(PyObject o) |
static PyObject |
PyMapping_GetItemString(PyObject o,
BytePointer key) |
static PyObject |
PyMapping_GetItemString(PyObject o,
String key) |
static int |
PyMapping_HasKey(PyObject o,
PyObject key) |
static int |
PyMapping_HasKeyString(PyObject o,
BytePointer key) |
static int |
PyMapping_HasKeyString(PyObject o,
String key) |
static PyObject |
PyMapping_Items(PyObject o) |
static PyObject |
PyMapping_Keys(PyObject o) |
static int |
PyMapping_SetItemString(PyObject o,
BytePointer key,
PyObject value) |
static int |
PyMapping_SetItemString(PyObject o,
String key,
PyObject value) |
static long |
PyMapping_Size(PyObject o) |
static PyObject |
PyMapping_Values(PyObject o) |
static Pointer |
PyMem_Calloc(long nelem,
long elsize) |
static void |
PyMem_Free(Pointer ptr) |
static void |
PyMem_GetAllocator(int domain,
PyMemAllocatorEx allocator) |
static Pointer |
PyMem_Malloc(long size) |
static Pointer |
PyMem_RawCalloc(long nelem,
long elsize) |
static void |
PyMem_RawFree(Pointer ptr) |
static Pointer |
PyMem_RawMalloc(long size) |
static Pointer |
PyMem_RawRealloc(Pointer ptr,
long new_size) |
static Pointer |
PyMem_Realloc(Pointer ptr,
long new_size) |
static void |
PyMem_SetAllocator(int domain,
PyMemAllocatorEx allocator) |
static void |
PyMem_SetupDebugHooks() |
static PyObject |
PyMember_GetOne(BytePointer arg0,
PyMemberDef arg1) |
static PyObject |
PyMember_GetOne(String arg0,
PyMemberDef arg1) |
static int |
PyMember_SetOne(byte[] arg0,
PyMemberDef arg1,
PyObject arg2) |
static int |
PyMember_SetOne(ByteBuffer arg0,
PyMemberDef arg1,
PyObject arg2) |
static int |
PyMember_SetOne(BytePointer arg0,
PyMemberDef arg1,
PyObject arg2) |
static PyTypeObject |
PyMemberDescr_Type() |
static void |
PyMemberDescr_Type(PyTypeObject setter) |
static PyObject |
PyMemoryView_FromBuffer(Py_buffer info) |
static PyObject |
PyMemoryView_FromMemory(byte[] mem,
long size,
int flags) |
static PyObject |
PyMemoryView_FromMemory(ByteBuffer mem,
long size,
int flags) |
static PyObject |
PyMemoryView_FromMemory(BytePointer mem,
long size,
int flags) |
static PyObject |
PyMemoryView_FromObject(PyObject base) |
static PyObject |
PyMemoryView_GetContiguous(PyObject base,
int buffertype,
byte order) |
static PyTypeObject |
PyMemoryView_Type() |
static void |
PyMemoryView_Type(PyTypeObject setter) |
static PyObject |
PyMethod_Function(PyObject arg0) |
static PyObject |
PyMethod_New(PyObject arg0,
PyObject arg1) |
static PyObject |
PyMethod_Self(PyObject arg0) |
static PyTypeObject |
PyMethod_Type() |
static void |
PyMethod_Type(PyTypeObject setter) |
static PyTypeObject |
PyMethodDescr_Type() |
static void |
PyMethodDescr_Type(PyTypeObject setter) |
static int |
PyModule_AddFunctions(PyObject arg0,
PyMethodDef arg1) |
static int |
PyModule_AddIntConstant(PyObject arg0,
BytePointer arg1,
long arg2) |
static int |
PyModule_AddIntConstant(PyObject arg0,
String arg1,
long arg2) |
static int |
PyModule_AddObject(PyObject mod,
BytePointer arg1,
PyObject value) |
static int |
PyModule_AddObject(PyObject mod,
String arg1,
PyObject value) |
static int |
PyModule_AddObjectRef(PyObject mod,
BytePointer name,
PyObject value) |
static int |
PyModule_AddObjectRef(PyObject mod,
String name,
PyObject value) |
static int |
PyModule_AddStringConstant(PyObject arg0,
BytePointer arg1,
BytePointer arg2) |
static int |
PyModule_AddStringConstant(PyObject arg0,
String arg1,
String arg2) |
static int |
PyModule_AddType(PyObject module,
PyTypeObject type) |
static PyObject |
PyModule_Create2(PyModuleDef arg0,
int apiver) |
static int |
PyModule_ExecDef(PyObject module,
PyModuleDef def) |
static PyObject |
PyModule_FromDefAndSpec2(PyModuleDef def,
PyObject spec,
int module_api_version) |
static PyModuleDef |
PyModule_GetDef(PyObject arg0) |
static PyObject |
PyModule_GetDict(PyObject arg0) |
static BytePointer |
PyModule_GetFilename(PyObject arg0)
Deprecated.
|
static PyObject |
PyModule_GetFilenameObject(PyObject arg0) |
static BytePointer |
PyModule_GetName(PyObject arg0) |
static PyObject |
PyModule_GetNameObject(PyObject arg0) |
static Pointer |
PyModule_GetState(PyObject arg0) |
static PyObject |
PyModule_New(BytePointer name) |
static PyObject |
PyModule_New(String name) |
static PyObject |
PyModule_NewObject(PyObject name) |
static int |
PyModule_SetDocString(PyObject arg0,
BytePointer arg1) |
static int |
PyModule_SetDocString(PyObject arg0,
String arg1) |
static PyTypeObject |
PyModule_Type() |
static void |
PyModule_Type(PyTypeObject setter) |
static PyObject |
PyModuleDef_Init(PyModuleDef arg0) |
static PyTypeObject |
PyModuleDef_Type() |
static void |
PyModuleDef_Type(PyTypeObject setter) |
static PyObject |
PyNumber_Absolute(PyObject o) |
static PyObject |
PyNumber_Add(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_And(PyObject o1,
PyObject o2) |
static long |
PyNumber_AsSsize_t(PyObject o,
PyObject exc) |
static int |
PyNumber_Check(PyObject o) |
static PyObject |
PyNumber_Divmod(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_Float(PyObject o) |
static PyObject |
PyNumber_FloorDivide(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_Index(PyObject o) |
static PyObject |
PyNumber_InPlaceAdd(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_InPlaceAnd(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_InPlaceFloorDivide(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_InPlaceLshift(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_InPlaceMatrixMultiply(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_InPlaceMultiply(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_InPlaceOr(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_InPlacePower(PyObject o1,
PyObject o2,
PyObject o3) |
static PyObject |
PyNumber_InPlaceRemainder(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_InPlaceRshift(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_InPlaceSubtract(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_InPlaceTrueDivide(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_InPlaceXor(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_Invert(PyObject o) |
static PyObject |
PyNumber_Long(PyObject o) |
static PyObject |
PyNumber_Lshift(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_MatrixMultiply(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_Multiply(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_Negative(PyObject o) |
static PyObject |
PyNumber_Or(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_Positive(PyObject o) |
static PyObject |
PyNumber_Power(PyObject o1,
PyObject o2,
PyObject o3) |
static PyObject |
PyNumber_Remainder(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_Rshift(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_Subtract(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_ToBase(PyObject n,
int base) |
static PyObject |
PyNumber_TrueDivide(PyObject o1,
PyObject o2) |
static PyObject |
PyNumber_Xor(PyObject o1,
PyObject o2) |
static int |
PyObject_AsCharBuffer(PyObject obj,
byte[] buffer,
SizeTPointer buffer_len)
Deprecated.
|
static int |
PyObject_AsCharBuffer(PyObject obj,
ByteBuffer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static int |
PyObject_AsCharBuffer(PyObject obj,
BytePointer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static int |
PyObject_AsCharBuffer(PyObject obj,
PointerPointer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static PyObject |
PyObject_ASCII(PyObject arg0) |
static int |
PyObject_AsFileDescriptor(PyObject arg0) |
static int |
PyObject_AsReadBuffer(PyObject obj,
PointerPointer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static int |
PyObject_AsReadBuffer(PyObject obj,
Pointer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static int |
PyObject_AsWriteBuffer(PyObject obj,
PointerPointer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static int |
PyObject_AsWriteBuffer(PyObject obj,
Pointer buffer,
SizeTPointer buffer_len)
Deprecated.
|
static PyObject |
PyObject_Bytes(PyObject arg0) |
static PyObject |
PyObject_Call(PyObject callable,
PyObject args,
PyObject kwargs) |
static void |
PyObject_CallFinalizer(PyObject arg0) |
static int |
PyObject_CallFinalizerFromDealloc(PyObject arg0) |
static PyObject |
PyObject_CallFunction(PyObject callable,
BytePointer format) |
static PyObject |
PyObject_CallFunction(PyObject callable,
String format) |
static PyObject |
PyObject_CallFunctionObjArgs(PyObject callable) |
static PyObject |
PyObject_CallMethod(PyObject obj,
BytePointer name,
|