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 double |
_Py_c_abs(Py_complex arg0) |
static Py_complex |
_Py_c_diff(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
_Py_c_neg(Py_complex arg0) |
static Py_complex |
_Py_c_pow(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
_Py_c_prod(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
_Py_c_quot(Py_complex arg0,
Py_complex arg1) |
static Py_complex |
_Py_c_sum(Py_complex arg0,
Py_complex arg1) |
static PyObject |
_Py_CheckFunctionResult(PyObject callable,
PyObject result,
BytePointer where) |
static PyObject |
_Py_CheckFunctionResult(PyObject callable,
PyObject result,
String where) |
static int |
_Py_CheckRecursionLimit() |
static void |
_Py_CheckRecursionLimit(int setter) |
static int |
_Py_CheckRecursiveCall(BytePointer where) |
static int |
_Py_CheckRecursiveCall(String where) |
static void |
_Py_CoerceLegacyLocale(_PyCoreConfig config) |
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 PyObject |
_Py_device_encoding(int arg0) |
static int |
_Py_DisplaySourceLine(PyObject arg0,
PyObject arg1,
int arg2,
int arg3) |
static void |
_Py_DumpASCII(int fd,
PyObject text) |
static void |
_Py_DumpDecimal(int fd,
long value) |
static void |
_Py_DumpHexadecimal(int fd,
long value,
long width) |
static void |
_Py_DumpTraceback(int fd,
PyThreadState tstate) |
static BytePointer |
_Py_DumpTracebackThreads(int fd,
PyInterpreterState interp,
PyThreadState current_tstate) |
static int |
_Py_dup(int fd) |
static PyObject |
_Py_EllipsisObject() |
static void |
_Py_EllipsisObject(PyObject setter) |
static BytePointer |
_Py_EncodeLocaleRaw(Pointer text,
SizeTPointer error_pos) |
static void |
_Py_FalseStruct(_longobject setter) |
static _longobject |
_Py_FalseStruct() |
static void |
_Py_FatalInitError(_PyInitError err) |
static Pointer |
_Py_fopen_obj(PyObject path,
BytePointer mode) |
static Pointer |
_Py_fopen_obj(PyObject path,
String mode) |
static Pointer |
_Py_fopen(BytePointer pathname,
BytePointer mode) |
static Pointer |
_Py_fopen(String pathname,
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 int |
_Py_fstat_noraise(int fd,
Pointer status) |
static int |
_Py_fstat(int fd,
Pointer status) |
static int |
_Py_get_inheritable(int fd) |
static long |
_Py_GetAllocatedBlocks() |
static PyObject |
_Py_GetGlobalVariablesAsDict() |
static int |
_Py_GetLocaleconvNumeric(PointerPointer decimal_point,
PointerPointer thousands_sep,
PointerPointer grouping) |
static int |
_Py_GetLocaleconvNumeric(PyObject decimal_point,
PyObject thousands_sep,
byte[] grouping) |
static int |
_Py_GetLocaleconvNumeric(PyObject decimal_point,
PyObject thousands_sep,
ByteBuffer grouping) |
static int |
_Py_GetLocaleconvNumeric(PyObject decimal_point,
PyObject thousands_sep,
BytePointer grouping) |
static BytePointer |
_Py_gitidentifier() |
static BytePointer |
_Py_gitversion() |
static long |
_Py_HashBytes(Pointer arg0,
long arg1) |
static long |
_Py_HashDouble(double arg0) |
static long |
_Py_HashPointer(Pointer arg0) |
static _PyInitError |
_Py_HashRandomization_Init(_PyCoreConfig arg0) |
static void |
_Py_HashSecret(_Py_HashSecret_t setter) |
static _Py_HashSecret_t |
_Py_HashSecret() |
static _PyInitError |
_Py_InitializeCore(PointerPointer interp_p,
_PyCoreConfig config) |
static _PyInitError |
_Py_InitializeCore(PyInterpreterState interp_p,
_PyCoreConfig config) |
static _PyInitError |
_Py_InitializeFromConfig(_PyCoreConfig config) |
static _PyInitError |
_Py_InitializeMainInterpreter(PyInterpreterState interp,
_PyMainInterpreterConfig config) |
static int |
_Py_IsCoreInitialized() |
static int |
_Py_IsFinalizing() |
static int |
_Py_LegacyLocaleDetected() |
static PyObject |
_Py_Mangle(PyObject p,
PyObject name) |
static PyObject |
_Py_NoneStruct() |
static void |
_Py_NoneStruct(PyObject setter) |
static PyObject |
_Py_NotImplementedStruct() |
static void |
_Py_NotImplementedStruct(PyObject setter) |
static int |
_Py_open_noraise(BytePointer pathname,
int flags) |
static int |
_Py_open_noraise(String pathname,
int flags) |
static int |
_Py_open(BytePointer pathname,
int flags) |
static int |
_Py_open(String pathname,
int flags) |
static BytePointer |
_Py_PackageContext() |
static void |
_Py_PackageContext(BytePointer 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_PyAtExit(Func_PyObject func,
PyObject arg1) |
static long |
_Py_read(int fd,
Pointer buf,
long count) |
static void |
_Py_ReleaseInternedUnicodeStrings() |
static void |
_Py_RestoreSignals() |
static int |
_Py_set_inheritable_async_safe(int fd,
int inheritable,
int[] atomic_flag_works) |
static int |
_Py_set_inheritable_async_safe(int fd,
int inheritable,
IntBuffer atomic_flag_works) |
static int |
_Py_set_inheritable_async_safe(int fd,
int inheritable,
IntPointer atomic_flag_works) |
static int |
_Py_set_inheritable(int fd,
int inheritable,
int[] atomic_flag_works) |
static int |
_Py_set_inheritable(int fd,
int inheritable,
IntBuffer atomic_flag_works) |
static int |
_Py_set_inheritable(int fd,
int inheritable,
IntPointer atomic_flag_works) |
static BytePointer |
_Py_SetLocaleFromEnv(int category) |
static void |
_Py_SetProgramFullPath(Pointer arg0) |
static int |
_Py_stat(PyObject path,
Pointer status) |
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 void |
_Py_TrueStruct(_longobject setter) |
static _longobject |
_Py_TrueStruct() |
static PointerPointer |
_Py_VaBuildStack_SizeT(PointerPointer small_stack,
long small_stack_len,
BytePointer format,
Pointer va,
SizeTPointer p_nargs) |
static PyObject |
_Py_VaBuildStack_SizeT(PyObject small_stack,
long small_stack_len,
BytePointer format,
Pointer va,
SizeTPointer p_nargs) |
static PyObject |
_Py_VaBuildStack_SizeT(PyObject small_stack,
long small_stack_len,
String format,
Pointer va,
SizeTPointer p_nargs) |
static PointerPointer |
_Py_VaBuildStack(PointerPointer small_stack,
long small_stack_len,
BytePointer format,
Pointer va,
SizeTPointer p_nargs) |
static PyObject |
_Py_VaBuildStack(PyObject small_stack,
long small_stack_len,
BytePointer format,
Pointer va,
SizeTPointer p_nargs) |
static PyObject |
_Py_VaBuildStack(PyObject small_stack,
long small_stack_len,
String format,
Pointer va,
SizeTPointer p_nargs) |
static PyObject |
_Py_VaBuildValue_SizeT(BytePointer arg0,
Pointer arg1) |
static PyObject |
_Py_VaBuildValue_SizeT(String arg0,
Pointer arg1) |
static Pointer |
_Py_wfopen(Pointer path,
Pointer mode) |
static Pointer |
_Py_wgetcwd(Pointer buf,
long size) |
static long |
_Py_write_noraise(int fd,
Pointer buf,
long count) |
static long |
_Py_write(int fd,
Pointer buf,
long count) |
static int |
_PyArg_NoKeywords(BytePointer funcname,
PyObject kwargs) |
static int |
_PyArg_NoKeywords(String funcname,
PyObject kwargs) |
static int |
_PyArg_NoPositional(BytePointer funcname,
PyObject args) |
static int |
_PyArg_NoPositional(String funcname,
PyObject args) |
static int |
_PyArg_ParseStack(PointerPointer args,
long nargs,
BytePointer format) |
static int |
_PyArg_ParseStack(PyObject args,
long nargs,
BytePointer format) |
static int |
_PyArg_ParseStack(PyObject args,
long nargs,
String format) |
static int |
_PyArg_ParseStackAndKeywords(PointerPointer args,
long nargs,
PyObject kwnames,
_PyArg_Parser arg3) |
static int |
_PyArg_ParseStackAndKeywords(PyObject args,
long nargs,
PyObject kwnames,
_PyArg_Parser arg3) |
static int |
_PyArg_ParseTupleAndKeywordsFast(PyObject arg0,
PyObject arg1,
_PyArg_Parser arg2) |
static int |
_PyArg_UnpackStack(PointerPointer args,
long nargs,
BytePointer name,
long min,
long max) |
static int |
_PyArg_UnpackStack(PyObject args,
long nargs,
BytePointer name,
long min,
long max) |
static int |
_PyArg_UnpackStack(PyObject args,
long nargs,
String name,
long min,
long max) |
static int |
_PyArg_VaParseTupleAndKeywordsFast(PyObject arg0,
PyObject arg1,
_PyArg_Parser arg2,
Pointer arg3) |
static int |
_PyAST_Optimize(_mod arg0,
PyArena arena,
int optimize) |
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 PyObject |
_PyBuiltin_Init() |
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,
long arg3,
BytePointer arg4,
byte[] arg5) |
static PyObject |
_PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
long arg3,
BytePointer arg4,
ByteBuffer arg5) |
static PyObject |
_PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
long arg3,
BytePointer arg4,
BytePointer arg5) |
static PyObject |
_PyBytes_DecodeEscape(BytePointer arg0,
long arg1,
BytePointer arg2,
long arg3,
BytePointer arg4,
PointerPointer arg5) |
static PyObject |
_PyBytes_DecodeEscape(String arg0,
long arg1,
String arg2,
long arg3,
String arg4,
byte[] arg5) |
static PyObject |
_PyBytes_DecodeEscape(String arg0,
long arg1,
String arg2,
long arg3,
String arg4,
ByteBuffer arg5) |
static PyObject |
_PyBytes_DecodeEscape(String arg0,
long arg1,
String arg2,
long arg3,
String arg4,
BytePointer arg5) |
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 void |
_PyCFunction_DebugMallocStats(Pointer out) |
static PyObject |
_PyCFunction_FastCallDict(PyObject func,
PointerPointer args,
long nargs,
PyObject kwargs) |
static PyObject |
_PyCFunction_FastCallDict(PyObject func,
PyObject args,
long nargs,
PyObject kwargs) |
static PyObject |
_PyCFunction_FastCallKeywords(PyObject func,
PointerPointer stack,
long nargs,
PyObject kwnames) |
static PyObject |
_PyCFunction_FastCallKeywords(PyObject func,
PyObject stack,
long nargs,
PyObject kwnames) |
static int |
_PyCode_CheckLineNumber(PyCodeObject co,
int lasti,
PyAddrPair 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 int |
_PyCodec_Forget(BytePointer encoding) |
static int |
_PyCodec_Forget(String encoding) |
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 int |
_PyComplex_FormatAdvancedWriter(_PyUnicodeWriter writer,
PyObject obj,
PyObject format_spec,
long start,
long end) |
static PyObject |
_PyCoreConfig_AsDict(_PyCoreConfig config) |
static void |
_PyCoreConfig_Clear(_PyCoreConfig arg0) |
static int |
_PyCoreConfig_Copy(_PyCoreConfig config,
_PyCoreConfig config2) |
static _PyInitError |
_PyCoreConfig_Read(_PyCoreConfig arg0) |
static void |
_PyCoreConfig_SetGlobalConfig(_PyCoreConfig config) |
static PyTypeObject |
_PyCoroWrapper_Type() |
static void |
_PyCoroWrapper_Type(PyTypeObject setter) |
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(PyObject mp,
PyObject key,
long hash) |
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_GetItemId(PyObject dp,
_Py_Identifier key) |
static PyObject |
_PyDict_GetItemIdWithError(PyObject dp,
_Py_Identifier 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 PyObject |
_PyErr_FormatFromCause(PyObject exception,
BytePointer format) |
static PyObject |
_PyErr_FormatFromCause(PyObject exception,
String format) |
static void |
_PyErr_SetKeyError(PyObject arg0) |
static PyObject |
_PyErr_TrySetFromCause(BytePointer prefix_format) |
static PyObject |
_PyErr_TrySetFromCause(String prefix_format) |
static PyObject |
_PyEval_CallTracing(PyObject func,
PyObject args) |
static PyObject |
_PyEval_EvalCodeWithName(PyObject co,
PyObject globals,
PyObject locals,
PointerPointer args,
long argcount,
PointerPointer kwnames,
PointerPointer kwargs,
long kwcount,
int kwstep,
PointerPointer defs,
long defcount,
PyObject kwdefs,
PyObject closure,
PyObject name,
PyObject qualname) |
static PyObject |
_PyEval_EvalCodeWithName(PyObject co,
PyObject globals,
PyObject locals,
PyObject args,
long argcount,
PyObject kwnames,
PyObject kwargs,
long kwcount,
int kwstep,
PyObject defs,
long defcount,
PyObject kwdefs,
PyObject closure,
PyObject name,
PyObject qualname) |
static PyObject |
_PyEval_EvalFrameDefault(_frame f,
int exc) |
static void |
_PyEval_FiniThreads() |
static PyObject |
_PyEval_GetAsyncGenFinalizer() |
static PyObject |
_PyEval_GetAsyncGenFirstiter() |
static PyObject |
_PyEval_GetBuiltinId(_Py_Identifier arg0) |
static int |
_PyEval_GetCoroutineOriginTrackingDepth() |
static PyObject |
_PyEval_GetCoroutineWrapper() |
static long |
_PyEval_GetSwitchInterval() |
static long |
_PyEval_RequestCodeExtraIndex(freefunc arg0) |
static void |
_PyEval_SetAsyncGenFinalizer(PyObject arg0) |
static void |
_PyEval_SetAsyncGenFirstiter(PyObject arg0) |
static void |
_PyEval_SetCoroutineOriginTrackingDepth(int new_depth) |
static void |
_PyEval_SetCoroutineWrapper(PyObject arg0) |
static void |
_PyEval_SetSwitchInterval(long microseconds) |
static void |
_PyEval_SignalAsyncExc() |
static void |
_PyEval_SignalReceived() |
static int |
_PyEval_SliceIndex(PyObject arg0,
SizeTPointer arg1) |
static int |
_PyEval_SliceIndexNotNone(PyObject arg0,
SizeTPointer arg1) |
static void |
_PyExc_Init(PyObject bltinmod) |
static void |
_PyFloat_DebugMallocStats(Pointer out) |
static int |
_PyFloat_FormatAdvancedWriter(_PyUnicodeWriter writer,
PyObject obj,
PyObject format_spec,
long start,
long end) |
static int |
_PyFloat_Init() |
static int |
_PyFloat_Pack2(double x,
byte[] p,
int le) |
static int |
_PyFloat_Pack2(double x,
ByteBuffer p,
int le) |
static int |
_PyFloat_Pack2(double x,
BytePointer p,
int le) |
static int |
_PyFloat_Pack4(double x,
byte[] p,
int le) |
static int |
_PyFloat_Pack4(double x,
ByteBuffer p,
int le) |
static int |
_PyFloat_Pack4(double x,
BytePointer p,
int le) |
static int |
_PyFloat_Pack8(double x,
byte[] p,
int le) |
static int |
_PyFloat_Pack8(double x,
ByteBuffer p,
int le) |
static int |
_PyFloat_Pack8(double x,
BytePointer p,
int le) |
static double |
_PyFloat_Unpack2(byte[] p,
int le) |
static double |
_PyFloat_Unpack2(ByteBuffer p,
int le) |
static double |
_PyFloat_Unpack2(BytePointer p,
int le) |
static double |
_PyFloat_Unpack4(byte[] p,
int le) |
static double |
_PyFloat_Unpack4(ByteBuffer p,
int le) |
static double |
_PyFloat_Unpack4(BytePointer p,
int le) |
static double |
_PyFloat_Unpack8(byte[] p,
int le) |
static double |
_PyFloat_Unpack8(ByteBuffer p,
int le) |
static double |
_PyFloat_Unpack8(BytePointer p,
int le) |
static int |
_PyFrame_Init() |
static PyObject |
_PyFunction_FastCallDict(PyObject func,
PointerPointer args,
long nargs,
PyObject kwargs) |
static PyObject |
_PyFunction_FastCallDict(PyObject func,
PyObject args,
long nargs,
PyObject kwargs) |
static PyObject |
_PyFunction_FastCallKeywords(PyObject func,
PointerPointer stack,
long nargs,
PyObject kwnames) |
static PyObject |
_PyFunction_FastCallKeywords(PyObject func,
PyObject stack,
long nargs,
PyObject kwnames) |
static long |
_PyGC_CollectIfEnabled() |
static long |
_PyGC_CollectNoFail() |
static int |
_PyGen_FetchStopIterationValue(PointerPointer arg0) |
static int |
_PyGen_FetchStopIterationValue(PyObject arg0) |
static void |
_PyGen_Finalize(PyObject self) |
static PyObject |
_PyGen_Send(PyGenObject arg0,
PyObject arg1) |
static int |
_PyGen_SetStopIterationValue(PyObject arg0) |
static PyInterpreterState |
_PyGILState_GetInterpreterStateUnsafe() |
static void |
_PyGILState_Reinit() |
static void |
_PyImport_AcquireLock() |
static PyObject |
_PyImport_AddModuleObject(PyObject name,
PyObject modules) |
static PyObject |
_PyImport_FindBuiltin(BytePointer name,
PyObject modules) |
static PyObject |
_PyImport_FindBuiltin(String name,
PyObject modules) |
static PyObject |
_PyImport_FindExtensionObject(PyObject arg0,
PyObject arg1) |
static PyObject |
_PyImport_FindExtensionObjectEx(PyObject arg0,
PyObject arg1,
PyObject arg2) |
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_GetModuleId(_Py_Identifier name) |
static _PyInitError |
_PyImport_Init(PyInterpreterState interp) |
static int |
_PyImport_IsInitialized(PyInterpreterState arg0) |
static void |
_PyImport_ReInitLock() |
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 _PyInitError |
_PyImportHooks_Init() |
static _PyInitError |
_PyImportZip_Init() |
static void |
_PyList_DebugMallocStats(Pointer out) |
static PyObject |
_PyList_Extend(PyListObject arg0,
PyObject arg1) |
static int |
_PyLong_AsByteArray(PyLongObject v,
byte[] bytes,
long n,
int little_endian,
int is_signed) |
static int |
_PyLong_AsByteArray(PyLongObject v,
ByteBuffer bytes,
long n,
int little_endian,
int is_signed) |
static int |
_PyLong_AsByteArray(PyLongObject v,
BytePointer bytes,
long n,
int little_endian,
int is_signed) |
static int |
_PyLong_AsInt(PyObject arg0) |
static Pointer |
_PyLong_AsTime_t(PyObject obj) |
static PyObject |
_PyLong_Copy(PyLongObject src) |
static BytePointer |
_PyLong_DigitValue() |
static byte |
_PyLong_DigitValue(int i) |
static void |
_PyLong_DigitValue(int i,
byte setter) |
static PyObject |
_PyLong_DivmodNear(PyObject arg0,
PyObject arg1) |
static PyObject |
_PyLong_Format(PyObject obj,
int base) |
static int |
_PyLong_FormatAdvancedWriter(_PyUnicodeWriter writer,
PyObject obj,
PyObject format_spec,
long start,
long end) |
static byte[] |
_PyLong_FormatBytesWriter(_PyBytesWriter writer,
byte[] str,
PyObject obj,
int base,
int alternate) |
static ByteBuffer |
_PyLong_FormatBytesWriter(_PyBytesWriter writer,
ByteBuffer str,
PyObject obj,
int base,
int alternate) |
static BytePointer |
_PyLong_FormatBytesWriter(_PyBytesWriter writer,
BytePointer str,
PyObject obj,
int base,
int alternate) |
static int |
_PyLong_FormatWriter(_PyUnicodeWriter writer,
PyObject obj,
int base,
int alternate) |
static double |
_PyLong_Frexp(PyLongObject a,
SizeTPointer e) |
static PyObject |
_PyLong_FromByteArray(byte[] bytes,
long n,
int little_endian,
int is_signed) |
static PyObject |
_PyLong_FromByteArray(ByteBuffer bytes,
long n,
int little_endian,
int is_signed) |
static PyObject |
_PyLong_FromByteArray(BytePointer bytes,
long n,
int little_endian,
int is_signed) |
static PyObject |
_PyLong_FromBytes(BytePointer arg0,
long arg1,
int arg2) |
static PyObject |
_PyLong_FromBytes(String arg0,
long arg1,
int arg2) |
static PyLongObject |
_PyLong_FromNbInt(PyObject arg0) |
static PyObject |
_PyLong_FromTime_t(Pointer sec) |
static PyObject |
_PyLong_GCD(PyObject arg0,
PyObject arg1) |
static PyLongObject |
_PyLong_New(long arg0) |
static long |
_PyLong_NumBits(PyObject v) |
static PyObject |
_PyLong_One() |
static void |
_PyLong_One(PyObject setter) |
static int |
_PyLong_Sign(PyObject v) |
static PyObject |
_PyLong_Zero() |
static void |
_PyLong_Zero(PyObject setter) |
static PyObject |
_PyMainInterpreterConfig_AsDict(_PyMainInterpreterConfig config) |
static void |
_PyMainInterpreterConfig_Clear(_PyMainInterpreterConfig arg0) |
static int |
_PyMainInterpreterConfig_Copy(_PyMainInterpreterConfig config,
_PyMainInterpreterConfig config2) |
static _PyInitError |
_PyMainInterpreterConfig_Read(_PyMainInterpreterConfig config,
_PyCoreConfig core_config) |
static PyTypeObject |
_PyManagedBuffer_Type() |
static void |
_PyManagedBuffer_Type(PyTypeObject setter) |
static BytePointer |
_PyMem_GetAllocatorsName() |
static BytePointer |
_PyMem_RawStrdup(BytePointer str) |
static ByteBuffer |
_PyMem_RawStrdup(String str) |
static Pointer |
_PyMem_RawWcsdup(Pointer str) |
static int |
_PyMem_SetupAllocators(BytePointer opt) |
static int |
_PyMem_SetupAllocators(String opt) |
static BytePointer |
_PyMem_Strdup(BytePointer str) |
static ByteBuffer |
_PyMem_Strdup(String str) |
static void |
_PyMethod_DebugMallocStats(Pointer out) |
static PyObject |
_PyMethodDef_RawFastCallDict(PyMethodDef method,
PyObject self,
PointerPointer args,
long nargs,
PyObject kwargs) |
static PyObject |
_PyMethodDef_RawFastCallDict(PyMethodDef method,
PyObject self,
PyObject args,
long nargs,
PyObject kwargs) |
static PyObject |
_PyMethodDef_RawFastCallKeywords(PyMethodDef method,
PyObject self,
PointerPointer args,
long nargs,
PyObject kwnames) |
static PyObject |
_PyMethodDef_RawFastCallKeywords(PyMethodDef method,
PyObject self,
PyObject args,
long nargs,
PyObject kwnames) |
static PyObject |
_PyMethodDescr_FastCallKeywords(PyObject descrobj,
PointerPointer stack,
long nargs,
PyObject kwnames) |
static PyObject |
_PyMethodDescr_FastCallKeywords(PyObject descrobj,
PyObject stack,
long nargs,
PyObject kwnames) |
static PyTypeObject |
_PyMethodWrapper_Type() |
static void |
_PyMethodWrapper_Type(PyTypeObject setter) |
static void |
_PyModule_Clear(PyObject arg0) |
static void |
_PyModule_ClearDict(PyObject arg0) |
static PyObject |
_PyModule_CreateInitialized(PyModuleDef arg0,
int apiver) |
static PyObject |
_PyNamespace_New(PyObject kwds) |
static PyTypeObject |
_PyNamespace_Type() |
static void |
_PyNamespace_Type(PyTypeObject setter) |
static long |
_PyNode_SizeOf(node n) |
static PyTypeObject |
_PyNone_Type() |
static void |
_PyNone_Type(PyTypeObject setter) |
static PyTypeObject |
_PyNotImplemented_Type() |
static void |
_PyNotImplemented_Type(PyTypeObject setter) |
static PyObject |
_PyObject_Call_Prepend(PyObject callable,
PyObject obj,
PyObject args,
PyObject kwargs) |
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_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_CallMethodIdObjArgs(PyObject obj,
_Py_Identifier name) |
static int |
_PyObject_DebugMallocStats(Pointer out) |
static void |
_PyObject_DebugTypeStats(Pointer out) |
static void |
_PyObject_Dump(PyObject arg0) |
static PyObject |
_PyObject_FastCall_Prepend(PyObject callable,
PyObject obj,
PointerPointer args,
long nargs) |
static PyObject |
_PyObject_FastCall_Prepend(PyObject callable,
PyObject obj,
PyObject args,
long nargs) |
static PyObject |
_PyObject_FastCallDict(PyObject callable,
PointerPointer args,
long nargs,
PyObject kwargs) |
static PyObject |
_PyObject_FastCallDict(PyObject callable,
PyObject args,
long nargs,
PyObject kwargs) |
static PyObject |
_PyObject_FastCallKeywords(PyObject callable,
PointerPointer args,
long nargs,
PyObject kwnames) |
static PyObject |
_PyObject_FastCallKeywords(PyObject callable,
PyObject args,
long nargs,
PyObject kwnames) |
static PyObject |
_PyObject_GC_Calloc(long size) |
static PyObject |
_PyObject_GC_Malloc(long size) |
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 PyObject |
_PyObject_GetBuiltin(BytePointer name) |
static PyObject |
_PyObject_GetBuiltin(String name) |
static PointerPointer |
_PyObject_GetDictPtr(PyObject arg0) |
static int |
_PyObject_HasAttrId(PyObject arg0,
_Py_Identifier arg1) |
static int |
_PyObject_HasFastCall(PyObject callable) |
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_LookupSpecial(PyObject arg0,
_Py_Identifier arg1) |
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 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 PointerPointer |
_PySequence_BytesToCharpArray(PyObject self) |
static long |
_PySequence_IterSearch(PyObject seq,
PyObject obj,
int operation) |
static PyObject |
_PySet_Dummy() |
static void |
_PySet_Dummy(PyObject setter) |
static int |
_PySet_NextEntry(PyObject set,
SizeTPointer pos,
PointerPointer key,
SizeTPointer hash) |
static int |
_PySet_NextEntry(PyObject set,
SizeTPointer pos,
PyObject key,
SizeTPointer hash) |
static int |
_PySet_Update(PyObject set,
PyObject iterable) |
static void |
_PySignal_AfterFork() |
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 |
_PyStack_AsTuple(PointerPointer stack,
long nargs) |
static PyObject |
_PyStack_AsTuple(PyObject stack,
long nargs) |
static PyObject |
_PyStack_AsTupleSlice(PointerPointer stack,
long nargs,
long start,
long end) |
static PyObject |
_PyStack_AsTupleSlice(PyObject stack,
long nargs,
long start,
long end) |
static int |
_PyStack_UnpackDict(PointerPointer args,
long nargs,
PyObject kwargs,
PointerPointer p_stack,
PointerPointer p_kwnames) |
static int |
_PyStack_UnpackDict(PyObject args,
long nargs,
PyObject kwargs,
PointerPointer p_stack,
PyObject p_kwnames) |
static int |
_PyState_AddModule(PyObject arg0,
PyModuleDef arg1) |
static void |
_PyState_ClearModules() |
static _PyInitError |
_PySys_BeginInit(PointerPointer sysmod) |
static _PyInitError |
_PySys_BeginInit(PyObject sysmod) |
static int |
_PySys_EndInit(PyObject sysdict,
_PyMainInterpreterConfig config) |
static PyObject |
_PySys_GetObjectId(_Py_Identifier key) |
static long |
_PySys_GetSizeOf(PyObject arg0) |
static int |
_PySys_SetObjectId(_Py_Identifier key,
PyObject arg1) |
static PyObject |
_PyThread_CurrentFrames() |
static void |
_PyThreadState_DeleteExcept(PyThreadState tstate) |
static void |
_PyThreadState_Init(PyThreadState arg0) |
static PyThreadState |
_PyThreadState_Prealloc(PyInterpreterState arg0) |
static PyThreadState |
_PyThreadState_UncheckedGet() |
static long |
_PyTime_AsMicroseconds(long t,
int round) |
static long |
_PyTime_AsMilliseconds(long t,
int round) |
static PyObject |
_PyTime_AsNanosecondsObject(long t) |
static double |
_PyTime_AsSecondsDouble(long t) |
static int |
_PyTime_AsTimeval_noraise(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_Init() |
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 void |
_PyTrash_deposit_object(PyObject arg0) |
static void |
_PyTrash_destroy_chain() |
static void |
_PyTrash_thread_deposit_object(PyObject arg0) |
static void |
_PyTrash_thread_destroy_chain() |
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 Pointer |
_PyUnicode_AsKind(PyObject s,
int kind) |
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 void |
_PyUnicode_ClearStaticStrings() |
static PyObject |
_PyUnicode_Copy(PyObject unicode) |
static PyObject |
_PyUnicode_DecodeUnicodeEscape(BytePointer string,
long length,
BytePointer errors,
byte[] first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscape(BytePointer string,
long length,
BytePointer errors,
ByteBuffer first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscape(BytePointer string,
long length,
BytePointer errors,
BytePointer first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscape(BytePointer string,
long length,
BytePointer errors,
PointerPointer first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscape(String string,
long length,
String errors,
byte[] first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscape(String string,
long length,
String errors,
ByteBuffer first_invalid_escape) |
static PyObject |
_PyUnicode_DecodeUnicodeEscape(String string,
long length,
String errors,
BytePointer first_invalid_escape) |
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_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 int |
_PyUnicode_Ready(PyObject unicode) |
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 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 PyObject |
_PyWarnings_Init() |
static PyTypeObject |
_PyWeakref_CallableProxyType() |
static void |
_PyWeakref_CallableProxyType(PyTypeObject setter) |
static void |
_PyWeakref_ClearRef(PyWeakReference self) |
static long |
_PyWeakref_GetWeakrefCount(PyWeakReference head) |
static PyTypeObject |
_PyWeakref_ProxyType() |
static void |
_PyWeakref_ProxyType(PyTypeObject setter) |
static PyTypeObject |
_PyWeakref_RefType() |
static void |
_PyWeakref_RefType(PyTypeObject setter) |
static double |
fmod(double arg0,
double arg1)
Symbols and macros to supply platform-independent interfaces to mathematical
functions and constants
|
static double |
frexp(double arg0,
int[] arg1) |
static double |
frexp(double arg0,
IntBuffer arg1) |
static double |
frexp(double arg0,
IntPointer arg1) |
static double |
ldexp(double arg0,
int arg1) |
static long |
LONG_BIT() |
static double |
modf(double arg0,
double[] arg1) |
static double |
modf(double arg0,
DoubleBuffer arg1) |
static double |
modf(double arg0,
DoublePointer arg1) |
static double |
pow(double arg0,
double arg1) |
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_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 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 void |
Py_Exit(int arg0) |
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 BytePointer |
Py_GetBuildInfo() |
static BytePointer |
Py_GetCompiler() |
static BytePointer |
Py_GetCopyright() |
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_Initialize() |
static void |
Py_InitializeEx(int arg0) |
static int |
Py_InspectFlag() |
static void |
Py_InspectFlag(int setter) |
static int |
Py_InteractiveFlag() |
static void |
Py_InteractiveFlag(int setter) |
static int |
Py_IsInitialized() |
static int |
Py_IsolatedFlag() |
static void |
Py_IsolatedFlag(int setter) |
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 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 int |
Py_QuietFlag() |
static void |
Py_QuietFlag(int setter) |
static int |
Py_ReprEnter(PyObject arg0) |
static void |
Py_ReprLeave(PyObject arg0) |
static void |
Py_SetPath(Pointer arg0) |
static void |
Py_SetProgramName(Pointer arg0) |
static void |
Py_SetPythonHome(Pointer arg0) |
static void |
Py_SetRecursionLimit(int arg0) |
static int |
Py_SetStandardStreamEncoding(BytePointer encoding,
BytePointer errors) |
static int |
Py_SetStandardStreamEncoding(String encoding,
String errors) |
static long |
PY_SSIZE_T_MAX() |
static long |
PY_SSIZE_T_MIN() |
static symtable |
Py_SymtableString(BytePointer str,
BytePointer filename,
int start) |
static symtable |
Py_SymtableString(String str,
String filename,
int start) |
static symtable |
Py_SymtableStringObject(BytePointer str,
PyObject filename,
int start) |
static symtable |
Py_SymtableStringObject(String str,
PyObject filename,
int start) |
static long |
PY_TIMEOUT_MAX() |
static int |
Py_tss_NEEDS_INIT() |
static long |
PY_ULLONG_MAX() |
static int |
Py_UnbufferedStdioFlag() |
static void |
Py_UnbufferedStdioFlag(int setter) |
static long |
Py_UNICODE_SIZE() |
static Pointer |
Py_UNICODE_strcat(Pointer s1,
Pointer s2)
Deprecated.
|
static Pointer |
Py_UNICODE_strchr(Pointer s,
char c)
Deprecated.
|
static Pointer |
Py_UNICODE_strchr(Pointer s,
int c)
Deprecated.
|
static int |
Py_UNICODE_strcmp(Pointer s1,
Pointer s2)
Deprecated.
|
static Pointer |
Py_UNICODE_strcpy(Pointer s1,
Pointer s2)
Deprecated.
|
static long |
Py_UNICODE_strlen(Pointer u)
Deprecated.
|
static int |
Py_UNICODE_strncmp(Pointer s1,
Pointer s2,
long n)
Deprecated.
|
static Pointer |
Py_UNICODE_strncpy(Pointer s1,
Pointer s2,
long n)
Deprecated.
|
static Pointer |
Py_UNICODE_strrchr(Pointer s,
char c)
Deprecated.
|
static Pointer |
Py_UNICODE_strrchr(Pointer s,
int c)
Deprecated.
|
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_VerboseFlag() |
static void |
Py_VerboseFlag(int setter) |
static int |
PyArena_AddPyObject(PyArena arg0,
PyObject arg1) |
static void |
PyArena_Free(PyArena arg0) |
static Pointer |
PyArena_Malloc(PyArena arg0,
long size) |
static PyArena |
PyArena_New() |
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 PyCodeObject |
PyAST_CompileEx(_mod mod,
BytePointer filename,
PyCompilerFlags flags,
int optimize,
PyArena arena) |
static PyCodeObject |
PyAST_CompileEx(_mod mod,
String filename,
PyCompilerFlags flags,
int optimize,
PyArena arena) |
static PyCodeObject |
PyAST_CompileObject(_mod mod,
PyObject filename,
PyCompilerFlags flags,
int optimize,
PyArena arena) |
static void |
PyAsyncGen_Fini() |
static PyObject |
PyAsyncGen_New(_frame 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_AsString(PyObject arg0) |
static PyObject |
PyByteArray_Concat(PyObject arg0,
PyObject arg1) |
static void |
PyByteArray_Fini() |
static PyObject |
PyByteArray_FromObject(PyObject arg0) |
static PyObject |
PyByteArray_FromStringAndSize(BytePointer arg0,
long arg1) |
static PyObject |
PyByteArray_FromStringAndSize(String arg0,
long arg1) |
static int |
PyByteArray_Init() |
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_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 void |
PyBytes_Fini() |
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 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) |
static int |
PyCFunction_ClearFreeList() |
static void |
PyCFunction_Fini() |
static int |
PyCFunction_GetFlags(PyObject arg0) |
static PyCFunction |
PyCFunction_GetFunction(PyObject arg0) |
static PyObject |
PyCFunction_GetSelf(PyObject arg0) |
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 int |
PyCode_Addr2Line(PyCodeObject arg0,
int arg1) |
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,
int arg13,
PyObject arg14) |
static PyCodeObject |
PyCode_NewEmpty(BytePointer filename,
BytePointer funcname,
int firstlineno) |
static PyCodeObject |
PyCode_NewEmpty(String filename,
String funcname,
int firstlineno) |
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 PyObject |
PyCodec_XMLCharRefReplaceErrors(PyObject exc) |
static int |
PyCompile_OpcodeStackEffect(int opcode,
int oparg) |
static Py_complex |
PyComplex_AsCComplex(PyObject op) |
static PyObject |
PyComplex_FromCComplex(Py_complex arg0) |
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 PyObject |
PyCoro_New(_frame arg0,
PyObject name,
PyObject qualname) |
static PyTypeObject |
PyCoro_Type() |
static void |
PyCoro_Type(PyTypeObject 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 PyObject |
PyDescr_NewWrapper(PyTypeObject arg0,
wrapperbase arg1,
Pointer arg2) |
static void |
PyDict_Clear(PyObject mp) |
static int |
PyDict_ClearFreeList() |
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 void |
PyDict_Fini() |
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 |
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 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 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 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 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_WarnExplicitFormat(PyObject category,
BytePointer filename,
int lineno,
BytePointer module,
PyObject registry,
BytePointer format) |
static int |
PyErr_WarnExplicitFormat(PyObject category,
String filename,
int lineno,
String module,
PyObject registry,
String format) |
static int |
PyErr_WarnExplicitObject(PyObject category,
PyObject message,
PyObject filename,
int lineno,
PyObject 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) |
static PyObject |
PyEval_CallFunction(PyObject callable,
String format) |
static PyObject |
PyEval_CallMethod(PyObject obj,
BytePointer name,
BytePointer format) |
static PyObject |
PyEval_CallMethod(PyObject obj,
String name,
String format) |
static PyObject |
PyEval_CallObjectWithKeywords(PyObject callable,
PyObject args,
PyObject kwargs) |
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(_frame arg0) |
static PyObject |
PyEval_EvalFrameEx(_frame f,
int exc) |
static PyObject |
PyEval_GetBuiltins() |
static _frame |
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() |
static int |
PyEval_MergeCompilerFlags(PyCompilerFlags cf) |
static void |
PyEval_ReInitThreads() |
static void |
PyEval_ReleaseLock() |
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() |
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_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_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 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 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 int |
PyFloat_ClearFreeList() |
static void |
PyFloat_Fini() |
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_Fini() |
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 PyFutureFeatures |
PyFuture_FromAST(_mod mod,
BytePointer filename) |
static PyFutureFeatures |
PyFuture_FromAST(_mod mod,
String filename) |
static PyFutureFeatures |
PyFuture_FromASTObject(_mod mod,
PyObject filename) |
static long |
PyGC_Collect() |
static int |
PyGen_NeedsFinalizing(PyGenObject arg0) |
static PyObject |
PyGen_New(_frame arg0) |
static PyObject |
PyGen_NewWithQualName(_frame 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 void |
PyImport_Cleanup() |
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 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 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 PyObject |
PyIter_Next(PyObject arg0) |
static int |
PyList_Append(PyObject arg0,
PyObject arg1) |
static PyObject |
PyList_AsTuple(PyObject arg0) |
static int |
PyList_ClearFreeList() |
static void |
PyList_Fini() |
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 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_FromUnicode(Pointer arg0,
long arg1,
int arg2)
Deprecated.
|
static PyObject |
PyLong_FromUnicodeObject(PyObject u,
int base) |
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 int |
PyMethod_ClearFreeList() |
static void |
PyMethod_Fini() |
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 |
|