DartPyC class

Bindings to Python C interface ignore_for_file: unused_field, unused_element

Available Extensions

Constructors

DartPyC(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
DartPyC.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))
The symbols are looked up with lookup.

Properties

hashCode int
The hash code for this object.
no setterinherited
Py_BytesWarningFlag int
getter/setter pair
Py_CheckRecursionLimit int
getter/setter pair
Py_ctype_table Pointer<UnsignedInt>
getter/setter pair
Py_ctype_tolower Pointer<UnsignedChar>
getter/setter pair
Py_ctype_toupper Pointer<UnsignedChar>
getter/setter pair
Py_DebugFlag int
getter/setter pair
Py_DontWriteBytecodeFlag int
getter/setter pair
Py_EllipsisObject PyObject
no setter
Py_FalseStruct → _longobject
no setter
Py_FileSystemDefaultEncodeErrors Pointer<Char>
getter/setter pair
Py_FileSystemDefaultEncoding Pointer<Char>
getter/setter pair
Py_FrozenFlag int
getter/setter pair
Py_HasFileSystemDefaultEncoding int
getter/setter pair
Py_HashRandomizationFlag int
getter/setter pair
Py_HashSecret → _Py_HashSecret_t
no setter
Py_hexdigits Pointer<Char>
getter/setter pair
Py_IgnoreEnvironmentFlag int
getter/setter pair
Py_InspectFlag int
getter/setter pair
Py_InteractiveFlag int
getter/setter pair
Py_IsolatedFlag int
getter/setter pair
Py_NoneStruct PyObject
no setter
Py_NoSiteFlag int
getter/setter pair
Py_NotImplementedStruct PyObject
no setter
Py_NoUserSiteDirectory int
getter/setter pair
Py_OptimizeFlag int
getter/setter pair
Py_PackageContext Pointer<Char>
getter/setter pair
Py_QuietFlag int
getter/setter pair
Py_tracemalloc_config → _PyTraceMalloc_Config
no setter
Py_TrueStruct → _longobject
no setter
Py_UnbufferedStdioFlag int
getter/setter pair
Py_UTF8Mode int
getter/setter pair
Py_VerboseFlag int
getter/setter pair
PyAIterWrapper_Type PyTypeObject
no setter
PyAsyncGen_Type PyTypeObject
no setter
PyAsyncGenASend_Type PyTypeObject
no setter
PyAsyncGenAThrow_Type PyTypeObject
no setter
PyAsyncGenWrappedValue_Type PyTypeObject
no setter
PyBaseObject_Type → _typeobject
no setter
PyBool_Type PyTypeObject
no setter
PyByteArray_empty_string Pointer<Char>
getter/setter pair
PyByteArray_Type PyTypeObject
no setter
PyByteArrayIter_Type PyTypeObject
no setter
PyBytes_Type PyTypeObject
no setter
PyBytesIter_Type PyTypeObject
no setter
PyCallIter_Type PyTypeObject
no setter
PyCapsule_Type PyTypeObject
no setter
PyCell_Type PyTypeObject
no setter
PyCFunction_Type PyTypeObject
no setter
PyClassMethod_Type PyTypeObject
no setter
PyClassMethodDescr_Type PyTypeObject
no setter
PyCmpWrapper_Type PyTypeObject
no setter
PyCode_Type PyTypeObject
no setter
PyComplex_Type PyTypeObject
no setter
PyContext_Type PyTypeObject
no setter
PyContextToken_Type PyTypeObject
no setter
PyContextVar_Type PyTypeObject
no setter
PyCoro_Type PyTypeObject
no setter
PyCoroWrapper_Type PyTypeObject
no setter
PyDict_Type PyTypeObject
no setter
PyDictItems_Type PyTypeObject
no setter
PyDictIterItem_Type PyTypeObject
no setter
PyDictIterKey_Type PyTypeObject
no setter
PyDictIterValue_Type PyTypeObject
no setter
PyDictKeys_Type PyTypeObject
no setter
PyDictProxy_Type PyTypeObject
no setter
PyDictRevIterItem_Type PyTypeObject
no setter
PyDictRevIterKey_Type PyTypeObject
no setter
PyDictRevIterValue_Type PyTypeObject
no setter
PyDictValues_Type PyTypeObject
no setter
PyEllipsis_Type PyTypeObject
no setter
PyEnum_Type PyTypeObject
no setter
PyExc_ArithmeticError Pointer<PyObject>
getter/setter pair
PyExc_AssertionError Pointer<PyObject>
getter/setter pair
PyExc_AttributeError Pointer<PyObject>
getter/setter pair
PyExc_BaseException Pointer<PyObject>
getter/setter pair
PyExc_BlockingIOError Pointer<PyObject>
getter/setter pair
PyExc_BrokenPipeError Pointer<PyObject>
getter/setter pair
PyExc_BufferError Pointer<PyObject>
getter/setter pair
PyExc_BytesWarning Pointer<PyObject>
getter/setter pair
PyExc_ChildProcessError Pointer<PyObject>
getter/setter pair
PyExc_ConnectionAbortedError Pointer<PyObject>
getter/setter pair
PyExc_ConnectionError Pointer<PyObject>
getter/setter pair
PyExc_ConnectionRefusedError Pointer<PyObject>
getter/setter pair
PyExc_ConnectionResetError Pointer<PyObject>
getter/setter pair
PyExc_DeprecationWarning Pointer<PyObject>
getter/setter pair
PyExc_EnvironmentError Pointer<PyObject>
getter/setter pair
PyExc_EOFError Pointer<PyObject>
getter/setter pair
PyExc_Exception Pointer<PyObject>
getter/setter pair
PyExc_FileExistsError Pointer<PyObject>
getter/setter pair
PyExc_FileNotFoundError Pointer<PyObject>
getter/setter pair
PyExc_FloatingPointError Pointer<PyObject>
getter/setter pair
PyExc_FutureWarning Pointer<PyObject>
getter/setter pair
PyExc_GeneratorExit Pointer<PyObject>
getter/setter pair
PyExc_ImportError Pointer<PyObject>
getter/setter pair
PyExc_ImportWarning Pointer<PyObject>
getter/setter pair
PyExc_IndentationError Pointer<PyObject>
getter/setter pair
PyExc_IndexError Pointer<PyObject>
getter/setter pair
PyExc_InterruptedError Pointer<PyObject>
getter/setter pair
PyExc_IOError Pointer<PyObject>
getter/setter pair
PyExc_IsADirectoryError Pointer<PyObject>
getter/setter pair
PyExc_KeyboardInterrupt Pointer<PyObject>
getter/setter pair
PyExc_KeyError Pointer<PyObject>
getter/setter pair
PyExc_LookupError Pointer<PyObject>
getter/setter pair
PyExc_MemoryError Pointer<PyObject>
getter/setter pair
PyExc_ModuleNotFoundError Pointer<PyObject>
getter/setter pair
PyExc_NameError Pointer<PyObject>
getter/setter pair
PyExc_NotADirectoryError Pointer<PyObject>
getter/setter pair
PyExc_NotImplementedError Pointer<PyObject>
getter/setter pair
PyExc_OSError Pointer<PyObject>
getter/setter pair
PyExc_OverflowError Pointer<PyObject>
getter/setter pair
PyExc_PendingDeprecationWarning Pointer<PyObject>
getter/setter pair
PyExc_PermissionError Pointer<PyObject>
getter/setter pair
PyExc_ProcessLookupError Pointer<PyObject>
getter/setter pair
PyExc_RecursionError Pointer<PyObject>
getter/setter pair
PyExc_ReferenceError Pointer<PyObject>
getter/setter pair
PyExc_ResourceWarning Pointer<PyObject>
getter/setter pair
PyExc_RuntimeError Pointer<PyObject>
getter/setter pair
PyExc_RuntimeWarning Pointer<PyObject>
getter/setter pair
PyExc_StopAsyncIteration Pointer<PyObject>
getter/setter pair
PyExc_StopIteration Pointer<PyObject>
getter/setter pair
PyExc_SyntaxError Pointer<PyObject>
getter/setter pair
PyExc_SyntaxWarning Pointer<PyObject>
getter/setter pair
PyExc_SystemError Pointer<PyObject>
getter/setter pair
PyExc_SystemExit Pointer<PyObject>
getter/setter pair
PyExc_TabError Pointer<PyObject>
getter/setter pair
PyExc_TimeoutError Pointer<PyObject>
getter/setter pair
PyExc_TypeError Pointer<PyObject>
getter/setter pair
PyExc_UnboundLocalError Pointer<PyObject>
getter/setter pair
PyExc_UnicodeDecodeError Pointer<PyObject>
getter/setter pair
PyExc_UnicodeEncodeError Pointer<PyObject>
getter/setter pair
PyExc_UnicodeError Pointer<PyObject>
getter/setter pair
PyExc_UnicodeTranslateError Pointer<PyObject>
getter/setter pair
PyExc_UnicodeWarning Pointer<PyObject>
getter/setter pair
PyExc_UserWarning Pointer<PyObject>
getter/setter pair
PyExc_ValueError Pointer<PyObject>
getter/setter pair
PyExc_Warning Pointer<PyObject>
getter/setter pair
PyExc_ZeroDivisionError Pointer<PyObject>
getter/setter pair
PyFilter_Type PyTypeObject
no setter
PyFloat_Type PyTypeObject
no setter
PyFrozenSet_Type PyTypeObject
no setter
PyFunction_Type PyTypeObject
no setter
PyGen_Type PyTypeObject
no setter
PyGetSetDescr_Type PyTypeObject
no setter
PyImport_FrozenModules Pointer<_frozen>
getter/setter pair
PyImport_Inittab Pointer<_inittab>
getter/setter pair
PyInstanceMethod_Type PyTypeObject
no setter
PyList_Type PyTypeObject
no setter
PyListIter_Type PyTypeObject
no setter
PyListRevIter_Type PyTypeObject
no setter
PyLong_DigitValue Pointer<UnsignedChar>
getter/setter pair
PyLong_One Pointer<PyObject>
getter/setter pair
PyLong_Type PyTypeObject
no setter
PyLong_Zero Pointer<PyObject>
getter/setter pair
PyLongRangeIter_Type PyTypeObject
no setter
PyManagedBuffer_Type PyTypeObject
no setter
PyMap_Type PyTypeObject
no setter
PyMemberDescr_Type PyTypeObject
no setter
PyMemoryView_Type PyTypeObject
no setter
PyMethod_Type PyTypeObject
no setter
PyMethodDescr_Type PyTypeObject
no setter
PyMethodWrapper_Type PyTypeObject
no setter
PyModule_Type PyTypeObject
no setter
PyModuleDef_Type PyTypeObject
no setter
PyNamespace_Type PyTypeObject
no setter
PyNullImporter_Type PyTypeObject
no setter
PyODict_Type PyTypeObject
no setter
PyODictItems_Type PyTypeObject
no setter
PyODictIter_Type PyTypeObject
no setter
PyODictKeys_Type PyTypeObject
no setter
PyODictValues_Type PyTypeObject
no setter
PyOS_InputHook Pointer<NativeFunction<Int Function()>>
getter/setter pair
PyOS_ReadlineFunctionPointer Pointer<NativeFunction<Pointer<Char> Function(Pointer<FILE>, Pointer<FILE>, Pointer<Char>)>>
getter/setter pair
PyOS_ReadlineTState Pointer<PyThreadState>
getter/setter pair
PyPickleBuffer_Type PyTypeObject
no setter
PyProperty_Type PyTypeObject
no setter
PyRange_Type PyTypeObject
no setter
PyRangeIter_Type PyTypeObject
no setter
PyReversed_Type PyTypeObject
no setter
PySeqIter_Type PyTypeObject
no setter
PySet_Dummy Pointer<PyObject>
getter/setter pair
PySet_Type PyTypeObject
no setter
PySetIter_Type PyTypeObject
no setter
PySlice_Type PyTypeObject
no setter
PySortWrapper_Type PyTypeObject
no setter
PyStaticMethod_Type PyTypeObject
no setter
PyStructSequence_UnnamedField Pointer<Char>
getter/setter pair
PySuper_Type → _typeobject
no setter
PyTraceBack_Type PyTypeObject
no setter
PyTuple_Type PyTypeObject
no setter
PyTupleIter_Type PyTypeObject
no setter
PyType_Type → _typeobject
no setter
PyUnicode_Type PyTypeObject
no setter
PyUnicodeIter_Type PyTypeObject
no setter
PyWeakref_CallableProxyType PyTypeObject
no setter
PyWeakref_ProxyType PyTypeObject
no setter
PyWeakref_RefType PyTypeObject
no setter
PyWrapperDescr_Type PyTypeObject
no setter
PyZip_Type PyTypeObject
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Py_AddPendingCall(Pointer<NativeFunction<Int Function(Pointer<Void>)>> func, Pointer<Void> arg) int
Py_AtExit(Pointer<NativeFunction<Void Function()>> func) int
Py_BuildValue(Pointer<Char> arg0) Pointer<PyObject>
Py_BuildValue_SizeT(Pointer<Char> arg0) Pointer<PyObject>
Py_BytesMain(int argc, Pointer<Pointer<Char>> argv) int
Py_c_abs(Py_complex arg0) double
Py_c_diff(Py_complex arg0, Py_complex arg1) Py_complex
Py_c_neg(Py_complex arg0) Py_complex
Py_c_pow(Py_complex arg0, Py_complex arg1) Py_complex
Py_c_prod(Py_complex arg0, Py_complex arg1) Py_complex
Py_c_quot(Py_complex arg0, Py_complex arg1) Py_complex
Py_c_sum(Py_complex arg0, Py_complex arg1) Py_complex
Py_CheckRecursiveCall(Pointer<Char> where) int
Py_CompileStringExFlags(Pointer<Char> str, Pointer<Char> filename, int start, Pointer<PyCompilerFlags> flags, int optimize) Pointer<PyObject>
Py_CompileStringObject(Pointer<Char> str, Pointer<PyObject> filename, int start, Pointer<PyCompilerFlags> flags, int optimize) Pointer<PyObject>
Py_Dealloc(Pointer<PyObject> arg0) → void
Py_DecodeLocale(Pointer<Char> arg, Pointer<Size> size) Pointer<WChar>
Py_DecodeLocaleEx(Pointer<Char> arg, Pointer<Pointer<WChar>> wstr, Pointer<Size> wlen, Pointer<Pointer<Char>> reason, int current_locale, int errors) int
Py_DecRef(Pointer<PyObject> arg0) → void
Py_device_encoding(int arg0) Pointer<PyObject>
Py_dg_dtoa(double d, int mode, int ndigits, Pointer<Int> decpt, Pointer<Int> sign, Pointer<Pointer<Char>> rve) Pointer<Char>
Py_dg_freedtoa(Pointer<Char> s) → void
Py_dg_infinity(int sign) double
Py_dg_stdnan(int sign) double
Py_dg_strtod(Pointer<Char> str, Pointer<Pointer<Char>> ptr) double
Py_dup(int fd) int
Py_EncodeLocale(Pointer<WChar> text, Pointer<Size> error_pos) Pointer<Char>
Py_EncodeLocaleEx(Pointer<WChar> text, Pointer<Pointer<Char>> str, Pointer<Size> error_pos, Pointer<Pointer<Char>> reason, int current_locale, int errors) int
Py_EncodeLocaleRaw(Pointer<WChar> text, Pointer<Size> error_pos) Pointer<Char>
Py_EndInterpreter(Pointer<PyThreadState> arg0) → void
Py_Exit(int arg0) → void
Py_FatalError(Pointer<Char> message) → void
Py_Finalize() → void
Py_FinalizeEx() int
Py_fopen(Pointer<Char> pathname, Pointer<Char> mode) Pointer<FILE>
Py_fopen_obj(Pointer<PyObject> path, Pointer<Char> mode) Pointer<FILE>
Py_fstat(int fd, Pointer<stat> status) int
Py_fstat_noraise(int fd, Pointer<stat> status) int
Py_get_blocking(int fd) int
Py_get_inheritable(int fd) int
Py_GetBuildInfo() Pointer<Char>
Py_GetCompiler() Pointer<Char>
Py_GetCopyright() Pointer<Char>
Py_GetErrorHandler(Pointer<Char> errors) int
Py_GetExecPrefix() Pointer<WChar>
Py_GetPath() Pointer<WChar>
Py_GetPlatform() Pointer<Char>
Py_GetPrefix() Pointer<WChar>
Py_GetProgramFullPath() Pointer<WChar>
Py_GetProgramName() Pointer<WChar>
Py_GetPythonHome() Pointer<WChar>
Py_GetRecursionLimit() int
Py_GetVersion() Pointer<Char>
Py_HashBytes(Pointer<Void> arg0, int arg1) int
Py_HashDouble(double arg0) int
Py_HashPointer(Pointer<Void> arg0) int
Py_IncRef(Pointer<PyObject> arg0) → void
Py_Initialize() → void
Py_InitializeEx(int arg0) → void
Py_IsInitialized() int
Py_Main(int argc, Pointer<Pointer<WChar>> argv) int
Py_MakePendingCalls() int
Py_Mangle(Pointer<PyObject> p, Pointer<PyObject> name) Pointer<PyObject>
Py_NewInterpreter() Pointer<PyThreadState>
Py_open(Pointer<Char> pathname, int flags) int
Py_open_noraise(Pointer<Char> pathname, int flags) int
Py_parse_inf_or_nan(Pointer<Char> p, Pointer<Pointer<Char>> endptr) double
Py_read(int fd, Pointer<Void> buf, int count) int
Py_ReprEnter(Pointer<PyObject> arg0) int
Py_ReprLeave(Pointer<PyObject> arg0) → void
Py_set_blocking(int fd, int blocking) int
Py_set_inheritable(int fd, int inheritable, Pointer<Int> atomic_flag_works) int
Py_set_inheritable_async_safe(int fd, int inheritable, Pointer<Int> atomic_flag_works) int
Py_SetPath(Pointer<WChar> arg0) → void
Py_SetProgramName(Pointer<WChar> arg0) → void
Py_SetPythonHome(Pointer<WChar> arg0) → void
Py_SetRecursionLimit(int arg0) → void
Py_SourceAsString(Pointer<PyObject> cmd, Pointer<Char> funcname, Pointer<Char> what, Pointer<PyCompilerFlags> cf, Pointer<Pointer<PyObject>> cmd_copy) Pointer<Char>
Py_stat(Pointer<PyObject> path, Pointer<stat> status) int
Py_string_to_number_with_underscores(Pointer<Char> str, int len, Pointer<Char> what, Pointer<PyObject> obj, Pointer<Void> arg, Pointer<NativeFunction<Pointer<PyObject> Function(Pointer<Char>, Py_ssize_t, Pointer<Void>)>> innerfunc) Pointer<PyObject>
Py_SymtableString(Pointer<Char> str, Pointer<Char> filename, int start) Pointer<symtable>
Py_SymtableStringObject(Pointer<Char> str, Pointer<PyObject> filename, int start) Pointer<symtable>
Py_SymtableStringObjectFlags(Pointer<Char> str, Pointer<PyObject> filename, int start, Pointer<PyCompilerFlags> flags) Pointer<symtable>
Py_VaBuildStack(Pointer<Pointer<PyObject>> small_stack, int small_stack_len, Pointer<Char> format, Pointer<__va_list_tag> va, Pointer<Py_ssize_t> p_nargs) Pointer<Pointer<PyObject>>
Py_VaBuildStack_SizeT(Pointer<Pointer<PyObject>> small_stack, int small_stack_len, Pointer<Char> format, Pointer<__va_list_tag> va, Pointer<Py_ssize_t> p_nargs) Pointer<Pointer<PyObject>>
Py_VaBuildValue(Pointer<Char> arg0, Pointer<__va_list_tag> arg1) Pointer<PyObject>
Py_VaBuildValue_SizeT(Pointer<Char> arg0, Pointer<__va_list_tag> arg1) Pointer<PyObject>
Py_wfopen(Pointer<WChar> path, Pointer<WChar> mode) Pointer<FILE>
Py_wgetcwd(Pointer<WChar> buf, int buflen) Pointer<WChar>
Py_wrealpath(Pointer<WChar> path, Pointer<WChar> resolved_path, int resolved_path_len) Pointer<WChar>
Py_write(int fd, Pointer<Void> buf, int count) int
Py_write_noraise(int fd, Pointer<Void> buf, int count) int
PyArena_AddPyObject(Pointer<PyArena> arg0, Pointer<PyObject> arg1) int
PyArena_Free(Pointer<PyArena> arg0) → void
PyArena_Malloc(Pointer<PyArena> arg0, int size) Pointer<Void>
PyArena_New() Pointer<PyArena>
PyArg_BadArgument(Pointer<Char> arg0, Pointer<Char> arg1, Pointer<Char> arg2, Pointer<PyObject> arg3) → void
PyArg_CheckPositional(Pointer<Char> arg0, int arg1, int arg2, int arg3) int
PyArg_Fini() → void
PyArg_NoKeywords(Pointer<Char> funcname, Pointer<PyObject> kwargs) int
PyArg_NoPositional(Pointer<Char> funcname, Pointer<PyObject> args) int
PyArg_Parse(Pointer<PyObject> arg0, Pointer<Char> arg1) int
PyArg_ParseStack(Pointer<Pointer<PyObject>> args, int nargs, Pointer<Char> format) int
PyArg_ParseStackAndKeywords(Pointer<Pointer<PyObject>> args, int nargs, Pointer<PyObject> kwnames, Pointer<_PyArg_Parser> arg3) int
PyArg_ParseTuple(Pointer<PyObject> arg0, Pointer<Char> arg1) int
PyArg_ParseTupleAndKeywords(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<Char> arg2, Pointer<Pointer<Char>> arg3) int
PyArg_ParseTupleAndKeywordsFast(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<_PyArg_Parser> arg2) int
PyArg_UnpackKeywords(Pointer<Pointer<PyObject>> args, int nargs, Pointer<PyObject> kwargs, Pointer<PyObject> kwnames, Pointer<_PyArg_Parser> parser, int minpos, int maxpos, int minkw, Pointer<Pointer<PyObject>> buf) Pointer<Pointer<PyObject>>
PyArg_UnpackStack(Pointer<Pointer<PyObject>> args, int nargs, Pointer<Char> name, int min, int max) int
PyArg_UnpackTuple(Pointer<PyObject> arg0, Pointer<Char> arg1, int arg2, int arg3) int
PyArg_ValidateKeywordArguments(Pointer<PyObject> arg0) int
PyArg_VaParse(Pointer<PyObject> arg0, Pointer<Char> arg1, Pointer<__va_list_tag> arg2) int
PyArg_VaParseTupleAndKeywords(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<Char> arg2, Pointer<Pointer<Char>> arg3, Pointer<__va_list_tag> arg4) int
PyArg_VaParseTupleAndKeywordsFast(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<_PyArg_Parser> arg2, Pointer<__va_list_tag> arg3) int
PyAST_CompileEx(Pointer<_mod> mod, Pointer<Char> filename, Pointer<PyCompilerFlags> flags, int optimize, Pointer<PyArena> arena) Pointer<PyCodeObject>
PyAST_CompileObject(Pointer<_mod> mod, Pointer<PyObject> filename, Pointer<PyCompilerFlags> flags, int optimize, Pointer<PyArena> arena) Pointer<PyCodeObject>
PyAST_Optimize(Pointer<_mod> arg0, Pointer<PyArena> arena, int optimize) int
PyAsyncGen_ClearFreeLists() int
PyAsyncGen_New(Pointer<_frame> arg0, Pointer<PyObject> name, Pointer<PyObject> qualname) Pointer<PyObject>
PyAsyncGenValueWrapperNew(Pointer<PyObject> arg0) Pointer<PyObject>
PyBool_FromLong(int arg0) Pointer<PyObject>
PyByteArray_AsString(Pointer<PyObject> arg0) Pointer<Char>
PyByteArray_Concat(Pointer<PyObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyByteArray_FromObject(Pointer<PyObject> arg0) Pointer<PyObject>
PyByteArray_FromStringAndSize(Pointer<Char> arg0, int arg1) Pointer<PyObject>
PyByteArray_Resize(Pointer<PyObject> arg0, int arg1) int
PyByteArray_Size(Pointer<PyObject> arg0) int
PyBytes_AsString(Pointer<PyObject> arg0) Pointer<Char>
PyBytes_AsStringAndSize(Pointer<PyObject> obj, Pointer<Pointer<Char>> s, Pointer<Py_ssize_t> len) int
PyBytes_Concat(Pointer<Pointer<PyObject>> arg0, Pointer<PyObject> arg1) → void
PyBytes_ConcatAndDel(Pointer<Pointer<PyObject>> arg0, Pointer<PyObject> arg1) → void
PyBytes_DecodeEscape(Pointer<Char> arg0, int arg1, Pointer<Char> arg2, int arg3, Pointer<Char> arg4) Pointer<PyObject>
PyBytes_DecodeEscape1(Pointer<Char> arg0, int arg1, Pointer<Char> arg2, int arg3, Pointer<Char> arg4, Pointer<Pointer<Char>> arg5) Pointer<PyObject>
PyBytes_FormatEx(Pointer<Char> format, int format_len, Pointer<PyObject> args, int use_bytearray) Pointer<PyObject>
PyBytes_FromFormat(Pointer<Char> arg0) Pointer<PyObject>
PyBytes_FromFormatV(Pointer<Char> arg0, Pointer<__va_list_tag> arg1) Pointer<PyObject>
PyBytes_FromHex(Pointer<PyObject> string, int use_bytearray) Pointer<PyObject>
PyBytes_FromObject(Pointer<PyObject> arg0) Pointer<PyObject>
PyBytes_FromString(Pointer<Char> arg0) Pointer<PyObject>
PyBytes_FromStringAndSize(Pointer<Char> arg0, int arg1) Pointer<PyObject>
PyBytes_InsertThousandsGrouping(Pointer<Char> buffer, int n_buffer, Pointer<Char> digits, int n_digits, int min_width, Pointer<Char> grouping, Pointer<Char> thousands_sep) int
PyBytes_InsertThousandsGroupingLocale(Pointer<Char> buffer, int n_buffer, Pointer<Char> digits, int n_digits, int min_width) int
PyBytes_Join(Pointer<PyObject> sep, Pointer<PyObject> x) Pointer<PyObject>
PyBytes_Repr(Pointer<PyObject> arg0, int arg1) Pointer<PyObject>
PyBytes_Resize(Pointer<Pointer<PyObject>> arg0, int arg1) int
PyBytes_Size(Pointer<PyObject> arg0) int
PyBytesWriter_Alloc(Pointer<_PyBytesWriter> writer, int size) Pointer<Void>
PyBytesWriter_Dealloc(Pointer<_PyBytesWriter> writer) → void
PyBytesWriter_Finish(Pointer<_PyBytesWriter> writer, Pointer<Void> str) Pointer<PyObject>
PyBytesWriter_Init(Pointer<_PyBytesWriter> writer) → void
PyBytesWriter_Prepare(Pointer<_PyBytesWriter> writer, Pointer<Void> str, int size) Pointer<Void>
PyBytesWriter_Resize(Pointer<_PyBytesWriter> writer, Pointer<Void> str, int size) Pointer<Void>
PyBytesWriter_WriteBytes(Pointer<_PyBytesWriter> writer, Pointer<Void> str, Pointer<Void> bytes, int size) Pointer<Void>
PyCallable_Check(Pointer<PyObject> arg0) int
PyCallIter_New(Pointer<PyObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyCapsule_GetContext(Pointer<PyObject> capsule) Pointer<Void>
PyCapsule_GetDestructor(Pointer<PyObject> capsule) PyCapsule_Destructor
PyCapsule_GetName(Pointer<PyObject> capsule) Pointer<Char>
PyCapsule_GetPointer(Pointer<PyObject> capsule, Pointer<Char> name) Pointer<Void>
PyCapsule_Import(Pointer<Char> name, int no_block) Pointer<Void>
PyCapsule_IsValid(Pointer<PyObject> capsule, Pointer<Char> name) int
PyCapsule_New(Pointer<Void> pointer, Pointer<Char> name, PyCapsule_Destructor destructor) Pointer<PyObject>
PyCapsule_SetContext(Pointer<PyObject> capsule, Pointer<Void> context) int
PyCapsule_SetDestructor(Pointer<PyObject> capsule, PyCapsule_Destructor destructor) int
PyCapsule_SetName(Pointer<PyObject> capsule, Pointer<Char> name) int
PyCapsule_SetPointer(Pointer<PyObject> capsule, Pointer<Void> pointer) int
PyCell_Get(Pointer<PyObject> arg0) Pointer<PyObject>
PyCell_New(Pointer<PyObject> arg0) Pointer<PyObject>
PyCell_Set(Pointer<PyObject> arg0, Pointer<PyObject> arg1) int
PyCFunction_Call(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) Pointer<PyObject>
PyCFunction_ClearFreeList() int
PyCFunction_DebugMallocStats(Pointer<FILE> out) → void
PyCFunction_FastCallDict(Pointer<PyObject> func, Pointer<Pointer<PyObject>> args, int nargs, Pointer<PyObject> kwargs) Pointer<PyObject>
PyCFunction_GetFlags(Pointer<PyObject> arg0) int
PyCFunction_GetFunction(Pointer<PyObject> arg0) PyCFunction
PyCFunction_GetSelf(Pointer<PyObject> arg0) Pointer<PyObject>
PyCFunction_NewEx(Pointer<PyMethodDef> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) Pointer<PyObject>
PyClassMethod_New(Pointer<PyObject> arg0) Pointer<PyObject>
PyCode_Addr2Line(Pointer<PyCodeObject> arg0, int arg1) int
PyCode_CheckLineNumber(Pointer<PyCodeObject> co, int lasti, Pointer<PyAddrPair> bounds) int
PyCode_ConstantKey(Pointer<PyObject> obj) Pointer<PyObject>
PyCode_GetExtra(Pointer<PyObject> code, int index, Pointer<Pointer<Void>> extra) int
PyCode_New(int arg0, int arg1, int arg2, int arg3, int arg4, Pointer<PyObject> arg5, Pointer<PyObject> arg6, Pointer<PyObject> arg7, Pointer<PyObject> arg8, Pointer<PyObject> arg9, Pointer<PyObject> arg10, Pointer<PyObject> arg11, Pointer<PyObject> arg12, int arg13, Pointer<PyObject> arg14) Pointer<PyCodeObject>
PyCode_NewEmpty(Pointer<Char> filename, Pointer<Char> funcname, int firstlineno) Pointer<PyCodeObject>
PyCode_NewWithPosOnlyArgs(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Pointer<PyObject> arg6, Pointer<PyObject> arg7, Pointer<PyObject> arg8, Pointer<PyObject> arg9, Pointer<PyObject> arg10, Pointer<PyObject> arg11, Pointer<PyObject> arg12, Pointer<PyObject> arg13, int arg14, Pointer<PyObject> arg15) Pointer<PyCodeObject>
PyCode_Optimize(Pointer<PyObject> code, Pointer<PyObject> consts, Pointer<PyObject> names, Pointer<PyObject> lnotab) Pointer<PyObject>
PyCode_SetExtra(Pointer<PyObject> code, int index, Pointer<Void> extra) int
PyCodec_BackslashReplaceErrors(Pointer<PyObject> exc) Pointer<PyObject>
PyCodec_Decode(Pointer<PyObject> object, Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyCodec_Decoder(Pointer<Char> encoding) Pointer<PyObject>
PyCodec_DecodeText(Pointer<PyObject> object, Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyCodec_Encode(Pointer<PyObject> object, Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyCodec_Encoder(Pointer<Char> encoding) Pointer<PyObject>
PyCodec_EncodeText(Pointer<PyObject> object, Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyCodec_Forget(Pointer<Char> encoding) int
PyCodec_IgnoreErrors(Pointer<PyObject> exc) Pointer<PyObject>
PyCodec_IncrementalDecoder(Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyCodec_IncrementalEncoder(Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyCodec_KnownEncoding(Pointer<Char> encoding) int
PyCodec_Lookup(Pointer<Char> encoding) Pointer<PyObject>
PyCodec_LookupError(Pointer<Char> name) Pointer<PyObject>
PyCodec_LookupTextEncoding(Pointer<Char> encoding, Pointer<Char> alternate_command) Pointer<PyObject>
PyCodec_NameReplaceErrors(Pointer<PyObject> exc) Pointer<PyObject>
PyCodec_Register(Pointer<PyObject> search_function) int
PyCodec_RegisterError(Pointer<Char> name, Pointer<PyObject> error) int
PyCodec_ReplaceErrors(Pointer<PyObject> exc) Pointer<PyObject>
PyCodec_StreamReader(Pointer<Char> encoding, Pointer<PyObject> stream, Pointer<Char> errors) Pointer<PyObject>
PyCodec_StreamWriter(Pointer<Char> encoding, Pointer<PyObject> stream, Pointer<Char> errors) Pointer<PyObject>
PyCodec_StrictErrors(Pointer<PyObject> exc) Pointer<PyObject>
PyCodec_XMLCharRefReplaceErrors(Pointer<PyObject> exc) Pointer<PyObject>
PyCodecInfo_GetIncrementalDecoder(Pointer<PyObject> codec_info, Pointer<Char> errors) Pointer<PyObject>
PyCodecInfo_GetIncrementalEncoder(Pointer<PyObject> codec_info, Pointer<Char> errors) Pointer<PyObject>
PyCompile_OpcodeStackEffect(int opcode, int oparg) int
PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump) int
PyComplex_AsCComplex(Pointer<PyObject> op) Py_complex
PyComplex_FormatAdvancedWriter(Pointer<_PyUnicodeWriter> writer, Pointer<PyObject> obj, Pointer<PyObject> format_spec, int start, int end) int
PyComplex_FromCComplex(Py_complex arg0) Pointer<PyObject>
PyComplex_FromDoubles(double real, double imag) Pointer<PyObject>
PyComplex_ImagAsDouble(Pointer<PyObject> op) double
PyComplex_RealAsDouble(Pointer<PyObject> op) double
PyContext_ClearFreeList() int
PyContext_Copy(Pointer<PyObject> arg0) Pointer<PyObject>
PyContext_CopyCurrent() Pointer<PyObject>
PyContext_Enter(Pointer<PyObject> arg0) int
PyContext_Exit(Pointer<PyObject> arg0) int
PyContext_New() Pointer<PyObject>
PyContext_NewHamtForTests() Pointer<PyObject>
PyContextVar_Get(Pointer<PyObject> var1, Pointer<PyObject> default_value, Pointer<Pointer<PyObject>> value) int
PyContextVar_New(Pointer<Char> name, Pointer<PyObject> default_value) Pointer<PyObject>
PyContextVar_Reset(Pointer<PyObject> var1, Pointer<PyObject> token) int
PyContextVar_Set(Pointer<PyObject> var1, Pointer<PyObject> value) Pointer<PyObject>
PyCoro_GetAwaitableIter(Pointer<PyObject> o) Pointer<PyObject>
PyCoro_New(Pointer<_frame> arg0, Pointer<PyObject> name, Pointer<PyObject> qualname) Pointer<PyObject>
PyDescr_NewClassMethod(Pointer<PyTypeObject> arg0, Pointer<PyMethodDef> arg1) Pointer<PyObject>
PyDescr_NewGetSet(Pointer<PyTypeObject> arg0, Pointer<PyGetSetDef> arg1) Pointer<PyObject>
PyDescr_NewMember(Pointer<PyTypeObject> arg0, Pointer<PyMemberDef> arg1) Pointer<PyObject>
PyDescr_NewMethod(Pointer<PyTypeObject> arg0, Pointer<PyMethodDef> arg1) Pointer<PyObject>
PyDescr_NewWrapper(Pointer<PyTypeObject> arg0, Pointer<wrapperbase> arg1, Pointer<Void> arg2) Pointer<PyObject>
PyDict_Clear(Pointer<PyObject> mp) → void
PyDict_Contains(Pointer<PyObject> mp, Pointer<PyObject> key) int
PyDict_Copy(Pointer<PyObject> mp) Pointer<PyObject>
PyDict_DelItem(Pointer<PyObject> mp, Pointer<PyObject> key) int
PyDict_DelItemString(Pointer<PyObject> dp, Pointer<Char> key) int
PyDict_GetItem(Pointer<PyObject> mp, Pointer<PyObject> key) Pointer<PyObject>
PyDict_GetItemString(Pointer<PyObject> dp, Pointer<Char> key) Pointer<PyObject>
PyDict_GetItemWithError(Pointer<PyObject> mp, Pointer<PyObject> key) Pointer<PyObject>
PyDict_Items(Pointer<PyObject> mp) Pointer<PyObject>
PyDict_Keys(Pointer<PyObject> mp) Pointer<PyObject>
PyDict_Merge(Pointer<PyObject> mp, Pointer<PyObject> other, int override) int
PyDict_MergeFromSeq2(Pointer<PyObject> d, Pointer<PyObject> seq2, int override) int
PyDict_New() Pointer<PyObject>
PyDict_Next(Pointer<PyObject> mp, Pointer<Py_ssize_t> pos, Pointer<Pointer<PyObject>> key, Pointer<Pointer<PyObject>> value) int
PyDict_SetItem(Pointer<PyObject> mp, Pointer<PyObject> key, Pointer<PyObject> item) int
PyDict_SetItemString(Pointer<PyObject> dp, Pointer<Char> key, Pointer<PyObject> item) int
PyDict_Size(Pointer<PyObject> mp) int
PyDict_Update(Pointer<PyObject> mp, Pointer<PyObject> other) int
PyDict_Values(Pointer<PyObject> mp) Pointer<PyObject>
PyDictProxy_New(Pointer<PyObject> arg0) Pointer<PyObject>
PyErr_BadArgument() int
PyErr_BadInternalCall() → void
PyErr_BadInternalCall1(Pointer<Char> filename, int lineno) → void
PyErr_CheckSignals() int
PyErr_Clear() → void
PyErr_Display(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) → void
PyErr_ExceptionMatches(Pointer<PyObject> arg0) int
PyErr_Fetch(Pointer<Pointer<PyObject>> arg0, Pointer<Pointer<PyObject>> arg1, Pointer<Pointer<PyObject>> arg2) → void
PyErr_Format(Pointer<PyObject> exception, Pointer<Char> format) Pointer<PyObject>
PyErr_FormatV(Pointer<PyObject> exception, Pointer<Char> format, Pointer<__va_list_tag> vargs) Pointer<PyObject>
PyErr_GetExcInfo(Pointer<Pointer<PyObject>> arg0, Pointer<Pointer<PyObject>> arg1, Pointer<Pointer<PyObject>> arg2) → void
PyErr_GivenExceptionMatches(Pointer<PyObject> arg0, Pointer<PyObject> arg1) int
PyErr_NewException(Pointer<Char> name, Pointer<PyObject> base, Pointer<PyObject> dict) Pointer<PyObject>
PyErr_NewExceptionWithDoc(Pointer<Char> name, Pointer<Char> doc, Pointer<PyObject> base, Pointer<PyObject> dict) Pointer<PyObject>
PyErr_NoMemory() Pointer<PyObject>
PyErr_NormalizeException(Pointer<Pointer<PyObject>> arg0, Pointer<Pointer<PyObject>> arg1, Pointer<Pointer<PyObject>> arg2) → void
PyErr_Occurred() Pointer<PyObject>
PyErr_Print() → void
PyErr_PrintEx(int arg0) → void
PyErr_ProgramText(Pointer<Char> filename, int lineno) Pointer<PyObject>
PyErr_ResourceWarning(Pointer<PyObject> source, int stack_level, Pointer<Char> format) int
PyErr_Restore(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) → void
PyErr_SetExcInfo(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) → void
PyErr_SetFromErrno(Pointer<PyObject> arg0) Pointer<PyObject>
PyErr_SetFromErrnoWithFilename(Pointer<PyObject> exc, Pointer<Char> filename) Pointer<PyObject>
PyErr_SetFromErrnoWithFilenameObject(Pointer<PyObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyErr_SetFromErrnoWithFilenameObjects(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) Pointer<PyObject>
PyErr_SetImportError(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) Pointer<PyObject>
PyErr_SetImportErrorSubclass(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2, Pointer<PyObject> arg3) Pointer<PyObject>
PyErr_SetInterrupt() → void
PyErr_SetNone(Pointer<PyObject> arg0) → void
PyErr_SetObject(Pointer<PyObject> arg0, Pointer<PyObject> arg1) → void
PyErr_SetString(Pointer<PyObject> exception, Pointer<Char> string) → void
PyErr_SyntaxLocation(Pointer<Char> filename, int lineno) → void
PyErr_SyntaxLocationEx(Pointer<Char> filename, int lineno, int col_offset) → void
PyErr_WarnEx(Pointer<PyObject> category, Pointer<Char> message, int stack_level) int
PyErr_WarnExplicit(Pointer<PyObject> category, Pointer<Char> message, Pointer<Char> filename, int lineno, Pointer<Char> module, Pointer<PyObject> registry) int
PyErr_WarnExplicitFormat(Pointer<PyObject> category, Pointer<Char> filename, int lineno, Pointer<Char> module, Pointer<PyObject> registry, Pointer<Char> format) int
PyErr_WarnExplicitObject(Pointer<PyObject> category, Pointer<PyObject> message, Pointer<PyObject> filename, int lineno, Pointer<PyObject> module, Pointer<PyObject> registry) int
PyErr_WarnFormat(Pointer<PyObject> category, int stack_level, Pointer<Char> format) int
PyErr_WarnUnawaitedCoroutine(Pointer<PyObject> coro) → void
PyErr_WriteUnraisable(Pointer<PyObject> arg0) → void
PyEval_AcquireLock() → void
PyEval_AcquireThread(Pointer<PyThreadState> tstate) → void
PyEval_CallFunction(Pointer<PyObject> callable, Pointer<Char> format) Pointer<PyObject>
PyEval_CallMethod(Pointer<PyObject> obj, Pointer<Char> name, Pointer<Char> format) Pointer<PyObject>
PyEval_CallObjectWithKeywords(Pointer<PyObject> callable, Pointer<PyObject> args, Pointer<PyObject> kwargs) Pointer<PyObject>
PyEval_CallTracing(Pointer<PyObject> func, Pointer<PyObject> args) Pointer<PyObject>
PyEval_EvalCode(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) Pointer<PyObject>
PyEval_EvalCodeEx(Pointer<PyObject> co, Pointer<PyObject> globals, Pointer<PyObject> locals, Pointer<Pointer<PyObject>> args, int argc, Pointer<Pointer<PyObject>> kwds, int kwdc, Pointer<Pointer<PyObject>> defs, int defc, Pointer<PyObject> kwdefs, Pointer<PyObject> closure) Pointer<PyObject>
PyEval_EvalCodeWithName(Pointer<PyObject> co, Pointer<PyObject> globals, Pointer<PyObject> locals, Pointer<Pointer<PyObject>> args, int argcount, Pointer<Pointer<PyObject>> kwnames, Pointer<Pointer<PyObject>> kwargs, int kwcount, int kwstep, Pointer<Pointer<PyObject>> defs, int defcount, Pointer<PyObject> kwdefs, Pointer<PyObject> closure, Pointer<PyObject> name, Pointer<PyObject> qualname) Pointer<PyObject>
PyEval_EvalFrame(Pointer<_frame> arg0) Pointer<PyObject>
PyEval_EvalFrameDefault(Pointer<_frame> f, int exc) Pointer<PyObject>
PyEval_EvalFrameEx(Pointer<_frame> f, int exc) Pointer<PyObject>
PyEval_GetAsyncGenFinalizer() Pointer<PyObject>
PyEval_GetAsyncGenFirstiter() Pointer<PyObject>
PyEval_GetBuiltinId(Pointer<_Py_Identifier> arg0) Pointer<PyObject>
PyEval_GetBuiltins() Pointer<PyObject>
PyEval_GetCoroutineOriginTrackingDepth() int
PyEval_GetFrame() Pointer<_frame>
PyEval_GetFuncDesc(Pointer<PyObject> arg0) Pointer<Char>
PyEval_GetFuncName(Pointer<PyObject> arg0) Pointer<Char>
PyEval_GetGlobals() Pointer<PyObject>
PyEval_GetLocals() Pointer<PyObject>
PyEval_GetSwitchInterval() int
PyEval_InitThreads() → void
PyEval_MergeCompilerFlags(Pointer<PyCompilerFlags> cf) int
PyEval_ReleaseLock() → void
PyEval_ReleaseThread(Pointer<PyThreadState> tstate) → void
PyEval_RequestCodeExtraIndex(freefunc arg0) int
PyEval_RestoreThread(Pointer<PyThreadState> arg0) → void
PyEval_SaveThread() Pointer<PyThreadState>
PyEval_SetAsyncGenFinalizer(Pointer<PyObject> arg0) → void
PyEval_SetAsyncGenFirstiter(Pointer<PyObject> arg0) → void
PyEval_SetCoroutineOriginTrackingDepth(int new_depth) → void
PyEval_SetProfile(Py_tracefunc arg0, Pointer<PyObject> arg1) → void
PyEval_SetSwitchInterval(int microseconds) → void
PyEval_SetTrace(Py_tracefunc arg0, Pointer<PyObject> arg1) → void
PyEval_SliceIndex(Pointer<PyObject> arg0, Pointer<Py_ssize_t> arg1) int
PyEval_SliceIndexNotNone(Pointer<PyObject> arg0, Pointer<Py_ssize_t> arg1) int
PyEval_ThreadsInitialized() int
PyException_GetCause(Pointer<PyObject> arg0) Pointer<PyObject>
PyException_GetContext(Pointer<PyObject> arg0) Pointer<PyObject>
PyException_GetTraceback(Pointer<PyObject> arg0) Pointer<PyObject>
PyException_SetCause(Pointer<PyObject> arg0, Pointer<PyObject> arg1) → void
PyException_SetContext(Pointer<PyObject> arg0, Pointer<PyObject> arg1) → void
PyException_SetTraceback(Pointer<PyObject> arg0, Pointer<PyObject> arg1) int
PyExceptionClass_Name(Pointer<PyObject> arg0) Pointer<Char>
PyFile_FromFd(int arg0, Pointer<Char> arg1, Pointer<Char> arg2, int arg3, Pointer<Char> arg4, Pointer<Char> arg5, Pointer<Char> arg6, int arg7) Pointer<PyObject>
PyFile_GetLine(Pointer<PyObject> arg0, int arg1) Pointer<PyObject>
PyFile_WriteObject(Pointer<PyObject> arg0, Pointer<PyObject> arg1, int arg2) int
PyFile_WriteString(Pointer<Char> arg0, Pointer<PyObject> arg1) int
PyFloat_AsDouble(Pointer<PyObject> arg0) double
PyFloat_ClearFreeList() int
PyFloat_DebugMallocStats(Pointer<FILE> out) → void
PyFloat_Digits(Pointer<Char> buf, double v, Pointer<Int> signum) int
PyFloat_DigitsInit() → void
PyFloat_FormatAdvancedWriter(Pointer<_PyUnicodeWriter> writer, Pointer<PyObject> obj, Pointer<PyObject> format_spec, int start, int end) int
PyFloat_FromDouble(double arg0) Pointer<PyObject>
PyFloat_FromString(Pointer<PyObject> arg0) Pointer<PyObject>
PyFloat_GetInfo() Pointer<PyObject>
PyFloat_GetMax() double
PyFloat_GetMin() double
PyFloat_Pack2(double x, Pointer<UnsignedChar> p, int le) int
PyFloat_Pack4(double x, Pointer<UnsignedChar> p, int le) int
PyFloat_Pack8(double x, Pointer<UnsignedChar> p, int le) int
PyFloat_Repr(double x, Pointer<Char> p, int len) int
PyFloat_Unpack2(Pointer<UnsignedChar> p, int le) double
PyFloat_Unpack4(Pointer<UnsignedChar> p, int le) double
PyFloat_Unpack8(Pointer<UnsignedChar> p, int le) double
PyFrozenSet_New(Pointer<PyObject> arg0) Pointer<PyObject>
PyFunction_FastCallDict(Pointer<PyObject> func, Pointer<Pointer<PyObject>> args, int nargs, Pointer<PyObject> kwargs) Pointer<PyObject>
PyFunction_GetAnnotations(Pointer<PyObject> arg0) Pointer<PyObject>
PyFunction_GetClosure(Pointer<PyObject> arg0) Pointer<PyObject>
PyFunction_GetCode(Pointer<PyObject> arg0) Pointer<PyObject>
PyFunction_GetDefaults(Pointer<PyObject> arg0) Pointer<PyObject>
PyFunction_GetGlobals(Pointer<PyObject> arg0) Pointer<PyObject>
PyFunction_GetKwDefaults(Pointer<PyObject> arg0) Pointer<PyObject>
PyFunction_GetModule(Pointer<PyObject> arg0) Pointer<PyObject>
PyFunction_New(Pointer<PyObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyFunction_NewWithQualName(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) Pointer<PyObject>
PyFunction_SetAnnotations(Pointer<PyObject> arg0, Pointer<PyObject> arg1) int
PyFunction_SetClosure(Pointer<PyObject> arg0, Pointer<PyObject> arg1) int
PyFunction_SetDefaults(Pointer<PyObject> arg0, Pointer<PyObject> arg1) int
PyFunction_SetKwDefaults(Pointer<PyObject> arg0, Pointer<PyObject> arg1) int
PyFunction_Vectorcall(Pointer<PyObject> func, Pointer<Pointer<PyObject>> stack, int nargsf, Pointer<PyObject> kwnames) Pointer<PyObject>
PyFuture_FromAST(Pointer<_mod> mod, Pointer<Char> filename) Pointer<PyFutureFeatures>
PyFuture_FromASTObject(Pointer<_mod> mod, Pointer<PyObject> filename) Pointer<PyFutureFeatures>
PyGC_Collect() int
PyGen_FetchStopIterationValue(Pointer<Pointer<PyObject>> arg0) int
PyGen_Finalize(Pointer<PyObject> self) → void
PyGen_NeedsFinalizing(Pointer<PyGenObject> arg0) int
PyGen_New(Pointer<_frame> arg0) Pointer<PyObject>
PyGen_NewWithQualName(Pointer<_frame> arg0, Pointer<PyObject> name, Pointer<PyObject> qualname) Pointer<PyObject>
PyGen_Send(Pointer<PyGenObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyGen_SetStopIterationValue(Pointer<PyObject> arg0) int
PyGen_yf(Pointer<PyGenObject> arg0) Pointer<PyObject>
PyGILState_Ensure() int
PyGILState_GetThisThreadState() Pointer<PyThreadState>
PyGILState_Release(int arg0) → void
PyHash_GetFuncDef() Pointer<PyHash_FuncDef>
PyImport_AcquireLock() → void
PyImport_AddModule(Pointer<Char> name) Pointer<PyObject>
PyImport_AddModuleObject(Pointer<PyObject> name, Pointer<PyObject> modules) Pointer<PyObject>
PyImport_AddModuleObject1(Pointer<PyObject> name) Pointer<PyObject>
PyImport_AppendInittab(Pointer<Char> name, Pointer<NativeFunction<Pointer<PyObject> Function()>> initfunc) int
PyImport_Cleanup() → void
PyImport_ExecCodeModule(Pointer<Char> name, Pointer<PyObject> co) Pointer<PyObject>
PyImport_ExecCodeModuleEx(Pointer<Char> name, Pointer<PyObject> co, Pointer<Char> pathname) Pointer<PyObject>
PyImport_ExecCodeModuleObject(Pointer<PyObject> name, Pointer<PyObject> co, Pointer<PyObject> pathname, Pointer<PyObject> cpathname) Pointer<PyObject>
PyImport_ExecCodeModuleWithPathnames(Pointer<Char> name, Pointer<PyObject> co, Pointer<Char> pathname, Pointer<Char> cpathname) Pointer<PyObject>
PyImport_ExtendInittab(Pointer<_inittab> newtab) int
PyImport_FindBuiltin(Pointer<Char> name, Pointer<PyObject> modules) Pointer<PyObject>
PyImport_FindExtensionObject(Pointer<PyObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyImport_FindExtensionObjectEx(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) Pointer<PyObject>
PyImport_FixupBuiltin(Pointer<PyObject> mod, Pointer<Char> name, Pointer<PyObject> modules) int
PyImport_FixupExtensionObject(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2, Pointer<PyObject> arg3) int
PyImport_GetImporter(Pointer<PyObject> path) Pointer<PyObject>
PyImport_GetMagicNumber() int
PyImport_GetMagicTag() Pointer<Char>
PyImport_GetModule(Pointer<PyObject> name) Pointer<PyObject>
PyImport_GetModuleDict() Pointer<PyObject>
PyImport_GetModuleId(Pointer<_Py_Identifier> name) Pointer<PyObject>
PyImport_Import(Pointer<PyObject> name) Pointer<PyObject>
PyImport_ImportFrozenModule(Pointer<Char> name) int
PyImport_ImportFrozenModuleObject(Pointer<PyObject> name) int
PyImport_ImportModule(Pointer<Char> name) Pointer<PyObject>
PyImport_ImportModuleLevel(Pointer<Char> name, Pointer<PyObject> globals, Pointer<PyObject> locals, Pointer<PyObject> fromlist, int level) Pointer<PyObject>
PyImport_ImportModuleLevelObject(Pointer<PyObject> name, Pointer<PyObject> globals, Pointer<PyObject> locals, Pointer<PyObject> fromlist, int level) Pointer<PyObject>
PyImport_ImportModuleNoBlock(Pointer<Char> name) Pointer<PyObject>
PyImport_IsInitialized(Pointer<PyInterpreterState> arg0) int
PyImport_ReInitLock() → void
PyImport_ReleaseLock() int
PyImport_ReloadModule(Pointer<PyObject> m) Pointer<PyObject>
PyImport_SetModule(Pointer<PyObject> name, Pointer<PyObject> module) int
PyImport_SetModuleString(Pointer<Char> name, Pointer<PyObject> module) int
PyIndex_Check(Pointer<PyObject> arg0) int
PyInit__imp() Pointer<PyObject>
PyInstanceMethod_Function(Pointer<PyObject> arg0) Pointer<PyObject>
PyInstanceMethod_New(Pointer<PyObject> arg0) Pointer<PyObject>
PyInterpreterState_Clear(Pointer<PyInterpreterState> arg0) → void
PyInterpreterState_Delete(Pointer<PyInterpreterState> arg0) → void
PyInterpreterState_GetDict(Pointer<PyInterpreterState> arg0) Pointer<PyObject>
PyInterpreterState_GetID(Pointer<PyInterpreterState> arg0) int
PyInterpreterState_New() Pointer<PyInterpreterState>
PyIter_Check(Pointer<PyObject> arg0) int
PyIter_Next(Pointer<PyObject> arg0) Pointer<PyObject>
PyList_Append(Pointer<PyObject> arg0, Pointer<PyObject> arg1) int
PyList_AsTuple(Pointer<PyObject> arg0) Pointer<PyObject>
PyList_ClearFreeList() int
PyList_DebugMallocStats(Pointer<FILE> out) → void
PyList_Extend(Pointer<PyListObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyList_GetItem(Pointer<PyObject> arg0, int arg1) Pointer<PyObject>
PyList_GetSlice(Pointer<PyObject> arg0, int arg1, int arg2) Pointer<PyObject>
PyList_Insert(Pointer<PyObject> arg0, int arg1, Pointer<PyObject> arg2) int
PyList_New(int size) Pointer<PyObject>
PyList_Reverse(Pointer<PyObject> arg0) int
PyList_SetItem(Pointer<PyObject> arg0, int arg1, Pointer<PyObject> arg2) int
PyList_SetSlice(Pointer<PyObject> arg0, int arg1, int arg2, Pointer<PyObject> arg3) int
PyList_Size(Pointer<PyObject> arg0) int
PyList_Sort(Pointer<PyObject> arg0) int
PyLong_AsByteArray(Pointer<PyLongObject> v, Pointer<UnsignedChar> bytes, int n, int little_endian, int is_signed) int
PyLong_AsDouble(Pointer<PyObject> arg0) double
PyLong_AsInt(Pointer<PyObject> arg0) int
PyLong_AsLong(Pointer<PyObject> arg0) int
PyLong_AsLongAndOverflow(Pointer<PyObject> arg0, Pointer<Int> arg1) int
PyLong_AsLongLong(Pointer<PyObject> arg0) int
PyLong_AsLongLongAndOverflow(Pointer<PyObject> arg0, Pointer<Int> arg1) int
PyLong_AsSize_t(Pointer<PyObject> arg0) int
PyLong_AsSsize_t(Pointer<PyObject> arg0) int
PyLong_AsTime_t(Pointer<PyObject> obj) int
PyLong_AsUnsignedLong(Pointer<PyObject> arg0) int
PyLong_AsUnsignedLongLong(Pointer<PyObject> arg0) int
PyLong_AsUnsignedLongLongMask(Pointer<PyObject> arg0) int
PyLong_AsUnsignedLongMask(Pointer<PyObject> arg0) int
PyLong_AsVoidPtr(Pointer<PyObject> arg0) Pointer<Void>
PyLong_Copy(Pointer<PyLongObject> src) Pointer<PyObject>
PyLong_DivmodNear(Pointer<PyObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyLong_Format(Pointer<PyObject> obj, int base) Pointer<PyObject>
PyLong_FormatAdvancedWriter(Pointer<_PyUnicodeWriter> writer, Pointer<PyObject> obj, Pointer<PyObject> format_spec, int start, int end) int
PyLong_FormatBytesWriter(Pointer<_PyBytesWriter> writer, Pointer<Char> str, Pointer<PyObject> obj, int base, int alternate) Pointer<Char>
PyLong_FormatWriter(Pointer<_PyUnicodeWriter> writer, Pointer<PyObject> obj, int base, int alternate) int
PyLong_Frexp(Pointer<PyLongObject> a, Pointer<Py_ssize_t> e) double
PyLong_FromByteArray(Pointer<UnsignedChar> bytes, int n, int little_endian, int is_signed) Pointer<PyObject>
PyLong_FromBytes(Pointer<Char> arg0, int arg1, int arg2) Pointer<PyObject>
PyLong_FromDouble(double arg0) Pointer<PyObject>
PyLong_FromLong(int arg0) Pointer<PyObject>
PyLong_FromLongLong(int arg0) Pointer<PyObject>
PyLong_FromNbIndexOrNbInt(Pointer<PyObject> arg0) Pointer<PyObject>
PyLong_FromNbInt(Pointer<PyObject> arg0) Pointer<PyObject>
PyLong_FromSize_t(int arg0) Pointer<PyObject>
PyLong_FromSsize_t(int arg0) Pointer<PyObject>
PyLong_FromString(Pointer<Char> arg0, Pointer<Pointer<Char>> arg1, int arg2) Pointer<PyObject>
PyLong_FromTime_t(int sec) Pointer<PyObject>
PyLong_FromUnicode(Pointer<Py_UNICODE> arg0, int arg1, int arg2) Pointer<PyObject>
PyLong_FromUnicodeObject(Pointer<PyObject> u, int base) Pointer<PyObject>
PyLong_FromUnsignedLong(int arg0) Pointer<PyObject>
PyLong_FromUnsignedLongLong(int arg0) Pointer<PyObject>
PyLong_FromVoidPtr(Pointer<Void> arg0) Pointer<PyObject>
PyLong_GCD(Pointer<PyObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyLong_GetInfo() Pointer<PyObject>
PyLong_Lshift(Pointer<PyObject> arg0, int arg1) Pointer<PyObject>
PyLong_New(int arg0) Pointer<PyLongObject>
PyLong_NumBits(Pointer<PyObject> v) int
PyLong_Rshift(Pointer<PyObject> arg0, int arg1) Pointer<PyObject>
PyLong_Sign(Pointer<PyObject> v) int
PyLong_Size_t_Converter(Pointer<PyObject> arg0, Pointer<Void> arg1) int
PyLong_UnsignedInt_Converter(Pointer<PyObject> arg0, Pointer<Void> arg1) int
PyLong_UnsignedLong_Converter(Pointer<PyObject> arg0, Pointer<Void> arg1) int
PyLong_UnsignedLongLong_Converter(Pointer<PyObject> arg0, Pointer<Void> arg1) int
PyLong_UnsignedShort_Converter(Pointer<PyObject> arg0, Pointer<Void> arg1) int
PyMapping_Check(Pointer<PyObject> o) int
PyMapping_GetItemString(Pointer<PyObject> o, Pointer<Char> key) Pointer<PyObject>
PyMapping_HasKey(Pointer<PyObject> o, Pointer<PyObject> key) int
PyMapping_HasKeyString(Pointer<PyObject> o, Pointer<Char> key) int
PyMapping_Items(Pointer<PyObject> o) Pointer<PyObject>
PyMapping_Keys(Pointer<PyObject> o) Pointer<PyObject>
PyMapping_Length(Pointer<PyObject> o) int
PyMapping_SetItemString(Pointer<PyObject> o, Pointer<Char> key, Pointer<PyObject> value) int
PyMapping_Size(Pointer<PyObject> o) int
PyMapping_Values(Pointer<PyObject> o) Pointer<PyObject>
PyMem_Free(Pointer<Void> ptr) → void
PyMem_Malloc(int size) Pointer<Void>
PyMem_Realloc(Pointer<Void> ptr, int new_size) Pointer<Void>
PyMemoryView_FromBuffer(Pointer<Py_buffer> info) Pointer<PyObject>
PyMemoryView_FromMemory(Pointer<Char> mem, int size, int flags) Pointer<PyObject>
PyMemoryView_FromObject(Pointer<PyObject> base) Pointer<PyObject>
PyMemoryView_GetContiguous(Pointer<PyObject> base, int buffertype, int order) Pointer<PyObject>
PyMethod_ClearFreeList() int
PyMethod_DebugMallocStats(Pointer<FILE> out) → void
PyMethod_Function(Pointer<PyObject> arg0) Pointer<PyObject>
PyMethod_New(Pointer<PyObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyMethod_Self(Pointer<PyObject> arg0) Pointer<PyObject>
PyMethodDef_RawFastCallDict(Pointer<PyMethodDef> method, Pointer<PyObject> self, Pointer<Pointer<PyObject>> args, int nargs, Pointer<PyObject> kwargs) Pointer<PyObject>
PyMethodDef_RawFastCallKeywords(Pointer<PyMethodDef> method, Pointer<PyObject> self, Pointer<Pointer<PyObject>> args, int nargs, Pointer<PyObject> kwnames) Pointer<PyObject>
PyModule_AddFunctions(Pointer<PyObject> arg0, Pointer<PyMethodDef> arg1) int
PyModule_AddIntConstant(Pointer<PyObject> arg0, Pointer<Char> arg1, int arg2) int
PyModule_AddObject(Pointer<PyObject> arg0, Pointer<Char> arg1, Pointer<PyObject> arg2) int
PyModule_AddStringConstant(Pointer<PyObject> arg0, Pointer<Char> arg1, Pointer<Char> arg2) int
PyModule_Clear(Pointer<PyObject> arg0) → void
PyModule_ClearDict(Pointer<PyObject> arg0) → void
PyModule_Create2(Pointer<PyModuleDef> arg0, int apiver) Pointer<PyObject>
PyModule_CreateInitialized(Pointer<PyModuleDef> arg0, int apiver) Pointer<PyObject>
PyModule_ExecDef(Pointer<PyObject> module, Pointer<PyModuleDef> def) int
PyModule_FromDefAndSpec2(Pointer<PyModuleDef> def, Pointer<PyObject> spec, int module_api_version) Pointer<PyObject>
PyModule_GetDef(Pointer<PyObject> arg0) Pointer<PyModuleDef>
PyModule_GetDict(Pointer<PyObject> arg0) Pointer<PyObject>
PyModule_GetFilename(Pointer<PyObject> arg0) Pointer<Char>
PyModule_GetFilenameObject(Pointer<PyObject> arg0) Pointer<PyObject>
PyModule_GetName(Pointer<PyObject> arg0) Pointer<Char>
PyModule_GetNameObject(Pointer<PyObject> arg0) Pointer<PyObject>
PyModule_GetState(Pointer<PyObject> arg0) Pointer<Void>
PyModule_New(Pointer<Char> name) Pointer<PyObject>
PyModule_NewObject(Pointer<PyObject> name) Pointer<PyObject>
PyModule_SetDocString(Pointer<PyObject> arg0, Pointer<Char> arg1) int
PyModuleDef_Init(Pointer<PyModuleDef> arg0) Pointer<PyObject>
PyModuleSpec_IsInitializing(Pointer<PyObject> arg0) int
PyNamespace_New(Pointer<PyObject> kwds) Pointer<PyObject>
PyNode_Compile(Pointer<_node> arg0, Pointer<Char> arg1) Pointer<PyCodeObject>
PyNumber_Absolute(Pointer<PyObject> o) Pointer<PyObject>
PyNumber_Add(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_And(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_AsSsize_t(Pointer<PyObject> o, Pointer<PyObject> exc) int
PyNumber_Check(Pointer<PyObject> o) int
PyNumber_Divmod(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_Float(Pointer<PyObject> o) Pointer<PyObject>
PyNumber_FloorDivide(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_Index(Pointer<PyObject> o) Pointer<PyObject>
PyNumber_InPlaceAdd(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_InPlaceAnd(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_InPlaceFloorDivide(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_InPlaceLshift(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_InPlaceMatrixMultiply(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_InPlaceMultiply(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_InPlaceOr(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_InPlacePower(Pointer<PyObject> o1, Pointer<PyObject> o2, Pointer<PyObject> o3) Pointer<PyObject>
PyNumber_InPlaceRemainder(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_InPlaceRshift(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_InPlaceSubtract(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_InPlaceTrueDivide(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_InPlaceXor(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_Invert(Pointer<PyObject> o) Pointer<PyObject>
PyNumber_Long(Pointer<PyObject> o) Pointer<PyObject>
PyNumber_Lshift(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_MatrixMultiply(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_Multiply(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_Negative(Pointer<PyObject> o) Pointer<PyObject>
PyNumber_Or(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_Positive(Pointer<PyObject> o) Pointer<PyObject>
PyNumber_Power(Pointer<PyObject> o1, Pointer<PyObject> o2, Pointer<PyObject> o3) Pointer<PyObject>
PyNumber_Remainder(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_Rshift(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_Subtract(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_ToBase(Pointer<PyObject> n, int base) Pointer<PyObject>
PyNumber_TrueDivide(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyNumber_Xor(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PyObject_AsCharBuffer(Pointer<PyObject> obj, Pointer<Pointer<Char>> buffer, Pointer<Py_ssize_t> buffer_len) int
PyObject_ASCII(Pointer<PyObject> arg0) Pointer<PyObject>
PyObject_AsFileDescriptor(Pointer<PyObject> arg0) int
PyObject_AsReadBuffer(Pointer<PyObject> obj, Pointer<Pointer<Void>> buffer, Pointer<Py_ssize_t> buffer_len) int
PyObject_AsWriteBuffer(Pointer<PyObject> obj, Pointer<Pointer<Void>> buffer, Pointer<Py_ssize_t> buffer_len) int
PyObject_Bytes(Pointer<PyObject> arg0) Pointer<PyObject>
PyObject_Call(Pointer<PyObject> callable, Pointer<PyObject> args, Pointer<PyObject> kwargs) Pointer<PyObject>
PyObject_CallFunction(Pointer<PyObject> callable, Pointer<Char> format) Pointer<PyObject>
PyObject_CallFunction_SizeT(Pointer<PyObject> callable, Pointer<Char> format) Pointer<PyObject>
PyObject_CallFunctionObjArgs(Pointer<PyObject> callable) Pointer<PyObject>
PyObject_CallMethod(Pointer<PyObject> obj, Pointer<Char> name, Pointer<Char> format) Pointer<PyObject>
PyObject_CallMethod_SizeT(Pointer<PyObject> obj, Pointer<Char> name, Pointer<Char> format) Pointer<PyObject>
PyObject_CallMethodObjArgs(Pointer<PyObject> obj, Pointer<PyObject> name) Pointer<PyObject>
PyObject_CallObject(Pointer<PyObject> callable, Pointer<PyObject> args) Pointer<PyObject>
PyObject_Calloc(int nelem, int elsize) Pointer<Void>
PyObject_CheckReadBuffer(Pointer<PyObject> obj) int
PyObject_ClearWeakRefs(Pointer<PyObject> arg0) → void
PyObject_DelItem(Pointer<PyObject> o, Pointer<PyObject> key) int
PyObject_DelItemString(Pointer<PyObject> o, Pointer<Char> key) int
PyObject_Dir(Pointer<PyObject> arg0) Pointer<PyObject>
PyObject_Format(Pointer<PyObject> obj, Pointer<PyObject> format_spec) Pointer<PyObject>
PyObject_Free(Pointer<Void> ptr) → void
PyObject_GC_Del(Pointer<Void> arg0) → void
PyObject_GC_New(Pointer<PyTypeObject> arg0) Pointer<PyObject>
PyObject_GC_NewVar(Pointer<PyTypeObject> arg0, int arg1) Pointer<PyVarObject>
PyObject_GC_Resize(Pointer<PyVarObject> arg0, int arg1) Pointer<PyVarObject>
PyObject_GC_Track(Pointer<Void> arg0) → void
PyObject_GC_UnTrack(Pointer<Void> arg0) → void
PyObject_GenericGetAttr(Pointer<PyObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyObject_GenericSetAttr(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) int
PyObject_GenericSetDict(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<Void> arg2) int
PyObject_GetAttr(Pointer<PyObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyObject_GetAttrString(Pointer<PyObject> arg0, Pointer<Char> arg1) Pointer<PyObject>
PyObject_GetItem(Pointer<PyObject> o, Pointer<PyObject> key) Pointer<PyObject>
PyObject_GetIter(Pointer<PyObject> arg0) Pointer<PyObject>
PyObject_HasAttr(Pointer<PyObject> arg0, Pointer<PyObject> arg1) int
PyObject_HasAttrString(Pointer<PyObject> arg0, Pointer<Char> arg1) int
PyObject_Hash(Pointer<PyObject> arg0) int
PyObject_HashNotImplemented(Pointer<PyObject> arg0) int
PyObject_Init(Pointer<PyObject> arg0, Pointer<PyTypeObject> arg1) Pointer<PyObject>
PyObject_InitVar(Pointer<PyVarObject> arg0, Pointer<PyTypeObject> arg1, int arg2) Pointer<PyVarObject>
PyObject_IsInstance(Pointer<PyObject> object, Pointer<PyObject> typeorclass) int
PyObject_IsSubclass(Pointer<PyObject> object, Pointer<PyObject> typeorclass) int
PyObject_IsTrue(Pointer<PyObject> arg0) int
PyObject_Length(Pointer<PyObject> o) int
PyObject_Malloc(int size) Pointer<Void>
PyObject_New(Pointer<PyTypeObject> arg0) Pointer<PyObject>
PyObject_NewVar(Pointer<PyTypeObject> arg0, int arg1) Pointer<PyVarObject>
PyObject_Not(Pointer<PyObject> arg0) int
PyObject_Realloc(Pointer<Void> ptr, int new_size) Pointer<Void>
PyObject_Repr(Pointer<PyObject> arg0) Pointer<PyObject>
PyObject_RichCompare(Pointer<PyObject> arg0, Pointer<PyObject> arg1, int arg2) Pointer<PyObject>
PyObject_RichCompareBool(Pointer<PyObject> arg0, Pointer<PyObject> arg1, int arg2) int
PyObject_SelfIter(Pointer<PyObject> arg0) Pointer<PyObject>
PyObject_SetAttr(Pointer<PyObject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) int
PyObject_SetAttrString(Pointer<PyObject> arg0, Pointer<Char> arg1, Pointer<PyObject> arg2) int
PyObject_SetItem(Pointer<PyObject> o, Pointer<PyObject> key, Pointer<PyObject> v) int
PyObject_Size(Pointer<PyObject> o) int
PyObject_Str(Pointer<PyObject> arg0) Pointer<PyObject>
PyObject_Type(Pointer<PyObject> o) Pointer<PyObject>
PyODict_DelItem(Pointer<PyObject> od, Pointer<PyObject> key) int
PyODict_New() Pointer<PyObject>
PyODict_SetItem(Pointer<PyObject> od, Pointer<PyObject> key, Pointer<PyObject> item) int
PyOS_AfterFork() → void
PyOS_AfterFork_Child() → void
PyOS_AfterFork_Parent() → void
PyOS_BeforeFork() → void
PyOS_double_to_string(double val, int format_code, int precision, int flags, Pointer<Int> type) Pointer<Char>
PyOS_FSPath(Pointer<PyObject> path) Pointer<PyObject>
PyOS_getsig(int arg0) PyOS_sighandler_t
PyOS_InitInterrupts() → void
PyOS_InterruptOccurred() int
PyOS_IsMainThread() int
PyOS_mystricmp(Pointer<Char> arg0, Pointer<Char> arg1) int
PyOS_mystrnicmp(Pointer<Char> arg0, Pointer<Char> arg1, int arg2) int
PyOS_Readline(Pointer<FILE> arg0, Pointer<FILE> arg1, Pointer<Char> arg2) Pointer<Char>
PyOS_setsig(int arg0, PyOS_sighandler_t arg1) PyOS_sighandler_t
PyOS_snprintf(Pointer<Char> str, int size, Pointer<Char> format) int
PyOS_string_to_double(Pointer<Char> str, Pointer<Pointer<Char>> endptr, Pointer<PyObject> overflow_exception) double
PyOS_strtol(Pointer<Char> arg0, Pointer<Pointer<Char>> arg1, int arg2) int
PyOS_strtoul(Pointer<Char> arg0, Pointer<Pointer<Char>> arg1, int arg2) int
PyOS_vsnprintf(Pointer<Char> str, int size, Pointer<Char> format, Pointer<__va_list_tag> va) int
PyParser_ASTFromFile(Pointer<FILE> fp, Pointer<Char> filename, Pointer<Char> enc, int start, Pointer<Char> ps1, Pointer<Char> ps2, Pointer<PyCompilerFlags> flags, Pointer<Int> errcode, Pointer<PyArena> arena) Pointer<_mod>
PyParser_ASTFromFileObject(Pointer<FILE> fp, Pointer<PyObject> filename, Pointer<Char> enc, int start, Pointer<Char> ps1, Pointer<Char> ps2, Pointer<PyCompilerFlags> flags, Pointer<Int> errcode, Pointer<PyArena> arena) Pointer<_mod>
PyParser_ASTFromString(Pointer<Char> s, Pointer<Char> filename, int start, Pointer<PyCompilerFlags> flags, Pointer<PyArena> arena) Pointer<_mod>
PyParser_ASTFromStringObject(Pointer<Char> s, Pointer<PyObject> filename, int start, Pointer<PyCompilerFlags> flags, Pointer<PyArena> arena) Pointer<_mod>
PyParser_SimpleParseFileFlags(Pointer<FILE> arg0, Pointer<Char> arg1, int arg2, int arg3) Pointer<_node>
PyParser_SimpleParseStringFlags(Pointer<Char> arg0, int arg1, int arg2) Pointer<_node>
PyParser_SimpleParseStringFlagsFilename(Pointer<Char> arg0, Pointer<Char> arg1, int arg2, int arg3) Pointer<_node>
PyPickleBuffer_FromObject(Pointer<PyObject> arg0) Pointer<PyObject>
PyPickleBuffer_GetBuffer(Pointer<PyObject> arg0) Pointer<Py_buffer>
PyPickleBuffer_Release(Pointer<PyObject> arg0) int
PyRun_AnyFile(Pointer<FILE> fp, Pointer<Char> name) int
PyRun_AnyFileEx(Pointer<FILE> fp, Pointer<Char> name, int closeit) int
PyRun_AnyFileExFlags(Pointer<FILE> fp, Pointer<Char> filename, int closeit, Pointer<PyCompilerFlags> flags) int
PyRun_AnyFileFlags(Pointer<FILE> arg0, Pointer<Char> arg1, Pointer<PyCompilerFlags> arg2) int
PyRun_File(Pointer<FILE> fp, Pointer<Char> p, int s, Pointer<PyObject> g, Pointer<PyObject> l) Pointer<PyObject>
PyRun_FileEx(Pointer<FILE> fp, Pointer<Char> p, int s, Pointer<PyObject> g, Pointer<PyObject> l, int c) Pointer<PyObject>
PyRun_FileExFlags(Pointer<FILE> fp, Pointer<Char> filename, int start, Pointer<PyObject> globals, Pointer<PyObject> locals, int closeit, Pointer<PyCompilerFlags> flags) Pointer<PyObject>
PyRun_FileFlags(Pointer<FILE> fp, Pointer<Char> p, int s, Pointer<PyObject> g, Pointer<PyObject> l, Pointer<PyCompilerFlags> flags) Pointer<PyObject>
PyRun_InteractiveLoop(Pointer<FILE> f, Pointer<Char> p) int
PyRun_InteractiveLoopFlags(Pointer<FILE> fp, Pointer<Char> filename, Pointer<PyCompilerFlags> flags) int
PyRun_InteractiveOne(Pointer<FILE> f, Pointer<Char> p) int
PyRun_InteractiveOneFlags(Pointer<FILE> fp, Pointer<Char> filename, Pointer<PyCompilerFlags> flags) int
PyRun_InteractiveOneObject(Pointer<FILE> fp, Pointer<PyObject> filename, Pointer<PyCompilerFlags> flags) int
PyRun_SimpleFile(Pointer<FILE> f, Pointer<Char> p) int
PyRun_SimpleFileEx(Pointer<FILE> f, Pointer<Char> p, int c) int
PyRun_SimpleFileExFlags(Pointer<FILE> fp, Pointer<Char> filename, int closeit, Pointer<PyCompilerFlags> flags) int
PyRun_SimpleString(Pointer<Char> s) int
PyRun_SimpleStringFlags(Pointer<Char> arg0, Pointer<PyCompilerFlags> arg1) int
PyRun_String(Pointer<Char> str, int s, Pointer<PyObject> g, Pointer<PyObject> l) Pointer<PyObject>
PyRun_StringFlags(Pointer<Char> arg0, int arg1, Pointer<PyObject> arg2, Pointer<PyObject> arg3, Pointer<PyCompilerFlags> arg4) Pointer<PyObject>
PySeqIter_New(Pointer<PyObject> arg0) Pointer<PyObject>
PySequence_Check(Pointer<PyObject> o) int
PySequence_Concat(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PySequence_Contains(Pointer<PyObject> seq, Pointer<PyObject> ob) int
PySequence_Count(Pointer<PyObject> o, Pointer<PyObject> value) int
PySequence_DelItem(Pointer<PyObject> o, int i) int
PySequence_DelSlice(Pointer<PyObject> o, int i1, int i2) int
PySequence_Fast(Pointer<PyObject> o, Pointer<Char> m) Pointer<PyObject>
PySequence_GetItem(Pointer<PyObject> o, int i) Pointer<PyObject>
PySequence_GetSlice(Pointer<PyObject> o, int i1, int i2) Pointer<PyObject>
PySequence_In(Pointer<PyObject> o, Pointer<PyObject> value) int
PySequence_Index(Pointer<PyObject> o, Pointer<PyObject> value) int
PySequence_InPlaceConcat(Pointer<PyObject> o1, Pointer<PyObject> o2) Pointer<PyObject>
PySequence_InPlaceRepeat(Pointer<PyObject> o, int count) Pointer<PyObject>
PySequence_Length(Pointer<PyObject> o) int
PySequence_List(Pointer<PyObject> o) Pointer<PyObject>
PySequence_Repeat(Pointer<PyObject> o, int count) Pointer<PyObject>
PySequence_SetItem(Pointer<PyObject> o, int i, Pointer<PyObject> v) int
PySequence_SetSlice(Pointer<PyObject> o, int i1, int i2, Pointer<PyObject> v) int
PySequence_Size(Pointer<PyObject> o) int
PySequence_Tuple(Pointer<PyObject> o) Pointer<PyObject>
PySet_Add(Pointer<PyObject> set1, Pointer<PyObject> key) int
PySet_Clear(Pointer<PyObject> set1) int
PySet_ClearFreeList() int
PySet_Contains(Pointer<PyObject> anyset, Pointer<PyObject> key) int
PySet_Discard(Pointer<PyObject> set1, Pointer<PyObject> key) int
PySet_New(Pointer<PyObject> arg0) Pointer<PyObject>
PySet_NextEntry(Pointer<PyObject> set1, Pointer<Py_ssize_t> pos, Pointer<Pointer<PyObject>> key, Pointer<Py_hash_t> hash) int
PySet_Pop(Pointer<PyObject> set1) Pointer<PyObject>
PySet_Size(Pointer<PyObject> anyset) int
PySet_Update(Pointer<PyObject> set1, Pointer<PyObject> iterable) int
PySignal_AfterFork() → void
PySlice_AdjustIndices(int length, Pointer<Py_ssize_t> start, Pointer<Py_ssize_t> stop, int step) int
PySlice_FromIndices(int start, int stop) Pointer<PyObject>
PySlice_GetIndices(Pointer<PyObject> r, int length, Pointer<Py_ssize_t> start, Pointer<Py_ssize_t> stop, Pointer<Py_ssize_t> step) int
PySlice_GetIndicesEx(Pointer<PyObject> r, int length, Pointer<Py_ssize_t> start, Pointer<Py_ssize_t> stop, Pointer<Py_ssize_t> step, Pointer<Py_ssize_t> slicelength) int
PySlice_GetLongIndices(Pointer<PySliceObject> self, Pointer<PyObject> length, Pointer<Pointer<PyObject>> start_ptr, Pointer<Pointer<PyObject>> stop_ptr, Pointer<Pointer<PyObject>> step_ptr) int
PySlice_New(Pointer<PyObject> start, Pointer<PyObject> stop, Pointer<PyObject> step) Pointer<PyObject>
PySlice_Unpack(Pointer<PyObject> slice, Pointer<Py_ssize_t> start, Pointer<Py_ssize_t> stop, Pointer<Py_ssize_t> step) int
PyState_AddModule(Pointer<PyObject> arg0, Pointer<PyModuleDef> arg1) int
PyState_FindModule(Pointer<PyModuleDef> arg0) Pointer<PyObject>
PyState_RemoveModule(Pointer<PyModuleDef> arg0) int
PyStaticMethod_New(Pointer<PyObject> arg0) Pointer<PyObject>
PyStructSequence_GetItem(Pointer<PyObject> arg0, int arg1) Pointer<PyObject>
PyStructSequence_InitType(Pointer<PyTypeObject> type, Pointer<PyStructSequence_Desc> desc) → void
PyStructSequence_InitType2(Pointer<PyTypeObject> type, Pointer<PyStructSequence_Desc> desc) int
PyStructSequence_New(Pointer<PyTypeObject> type) Pointer<PyObject>
PyStructSequence_NewType(Pointer<PyStructSequence_Desc> desc) Pointer<PyTypeObject>
PyStructSequence_SetItem(Pointer<PyObject> arg0, int arg1, Pointer<PyObject> arg2) → void
PySys_AddWarnOption(Pointer<WChar> arg0) → void
PySys_AddWarnOptionUnicode(Pointer<PyObject> arg0) → void
PySys_AddXOption(Pointer<WChar> arg0) → void
PySys_FormatStderr(Pointer<Char> format) → void
PySys_FormatStdout(Pointer<Char> format) → void
PySys_GetObject(Pointer<Char> arg0) Pointer<PyObject>
PySys_GetXOptions() Pointer<PyObject>
PySys_HasWarnOptions() int
PySys_ResetWarnOptions() → void
PySys_SetArgv(int arg0, Pointer<Pointer<WChar>> arg1) → void
PySys_SetArgvEx(int arg0, Pointer<Pointer<WChar>> arg1, int arg2) → void
PySys_SetObject(Pointer<Char> arg0, Pointer<PyObject> arg1) int
PySys_SetPath(Pointer<WChar> arg0) → void
PySys_WriteStderr(Pointer<Char> format) → void
PySys_WriteStdout(Pointer<Char> format) → void
PyThread_acquire_lock(PyThread_type_lock arg0, int arg1) int
PyThread_acquire_lock_timed(PyThread_type_lock arg0, int microseconds, int intr_flag) int
PyThread_allocate_lock() PyThread_type_lock
PyThread_create_key() int
PyThread_delete_key(int key) → void
PyThread_delete_key_value(int key) → void
PyThread_exit_thread() → void
PyThread_free_lock(PyThread_type_lock arg0) → void
PyThread_get_key_value(int key) Pointer<Void>
PyThread_get_stacksize() int
PyThread_get_thread_ident() int
PyThread_get_thread_native_id() int
PyThread_GetInfo() Pointer<PyObject>
PyThread_init_thread() → void
PyThread_ReInitTLS() → void
PyThread_release_lock(PyThread_type_lock arg0) → void
PyThread_set_key_value(int key, Pointer<Void> value) int
PyThread_set_stacksize(int arg0) int
PyThread_start_new_thread(Pointer<NativeFunction<Void Function(Pointer<Void>)>> arg0, Pointer<Void> arg1) int
PyThread_tss_alloc() Pointer<Py_tss_t>
PyThread_tss_create(Pointer<Py_tss_t> key) int
PyThread_tss_delete(Pointer<Py_tss_t> key) → void
PyThread_tss_free(Pointer<Py_tss_t> key) → void
PyThread_tss_get(Pointer<Py_tss_t> key) Pointer<Void>
PyThread_tss_is_created(Pointer<Py_tss_t> key) int
PyThread_tss_set(Pointer<Py_tss_t> key, Pointer<Void> value) int
PyThreadState_Clear(Pointer<PyThreadState> arg0) → void
PyThreadState_Delete(Pointer<PyThreadState> arg0) → void
PyThreadState_DeleteCurrent() → void
PyThreadState_Get() Pointer<PyThreadState>
PyThreadState_GetDict() Pointer<PyObject>
PyThreadState_New(Pointer<PyInterpreterState> arg0) Pointer<PyThreadState>
PyThreadState_SetAsyncExc(int arg0, Pointer<PyObject> arg1) int
PyThreadState_Swap(Pointer<PyThreadState> arg0) Pointer<PyThreadState>
PyTime_AsMicroseconds(int t, int round) int
PyTime_AsMilliseconds(int t, int round) int
PyTime_AsNanosecondsObject(int t) Pointer<PyObject>
PyTime_AsSecondsDouble(int t) double
PyTime_AsTimespec(int t, Pointer<timespec> ts) int
PyTime_AsTimeval(int t, Pointer<timeval> tv, int round) int
PyTime_AsTimeval_noraise(int t, Pointer<timeval> tv, int round) int
PyTime_AsTimevalTime_t(int t, Pointer<time_t> secs, Pointer<Int> us, int round) int
PyTime_FromMillisecondsObject(Pointer<_PyTime_t> t, Pointer<PyObject> obj, int round) int
PyTime_FromNanoseconds(int ns) int
PyTime_FromNanosecondsObject(Pointer<_PyTime_t> t, Pointer<PyObject> obj) int
PyTime_FromSeconds(int seconds) int
PyTime_FromSecondsObject(Pointer<_PyTime_t> t, Pointer<PyObject> obj, int round) int
PyTime_FromTimespec(Pointer<_PyTime_t> tp, Pointer<timespec> ts) int
PyTime_FromTimeval(Pointer<_PyTime_t> tp, Pointer<timeval> tv) int
PyTime_GetMonotonicClock() int
PyTime_GetMonotonicClockWithInfo(Pointer<_PyTime_t> t, Pointer<_Py_clock_info_t> info) int
PyTime_GetPerfCounter() int
PyTime_GetPerfCounterWithInfo(Pointer<_PyTime_t> t, Pointer<_Py_clock_info_t> info) int
PyTime_GetSystemClock() int
PyTime_GetSystemClockWithInfo(Pointer<_PyTime_t> t, Pointer<_Py_clock_info_t> info) int
PyTime_gmtime(int t, Pointer<tm> tm) int
PyTime_Init() int
PyTime_localtime(int t, Pointer<tm> tm) int
PyTime_MulDiv(int ticks, int mul, int div) int
PyTime_ObjectToTime_t(Pointer<PyObject> obj, Pointer<time_t> sec, int arg2) int
PyTime_ObjectToTimespec(Pointer<PyObject> obj, Pointer<time_t> sec, Pointer<Long> nsec, int arg3) int
PyTime_ObjectToTimeval(Pointer<PyObject> obj, Pointer<time_t> sec, Pointer<Long> usec, int arg3) int
PyTraceBack_Here(Pointer<_frame> arg0) int
PyTraceBack_Print(Pointer<PyObject> arg0, Pointer<PyObject> arg1) int
PyTraceMalloc_GetTraceback(int domain, int ptr) Pointer<PyObject>
PyTraceMalloc_NewReference(Pointer<PyObject> op) int
PyTraceMalloc_Track(int domain, int ptr, int size) int
PyTraceMalloc_Untrack(int domain, int ptr) int
PyTrash_thread_deposit_object(Pointer<PyObject> arg0) → void
PyTrash_thread_destroy_chain() → void
PyTuple_ClearFreeList() int
PyTuple_GetItem(Pointer<PyObject> arg0, int arg1) Pointer<PyObject>
PyTuple_GetSlice(Pointer<PyObject> arg0, int arg1, int arg2) Pointer<PyObject>
PyTuple_New(int size) Pointer<PyObject>
PyTuple_Pack(int arg0) Pointer<PyObject>
PyTuple_SetItem(Pointer<PyObject> arg0, int arg1, Pointer<PyObject> arg2) int
PyTuple_Size(Pointer<PyObject> arg0) int
PyType_ClearCache() int
PyType_FromSpec(Pointer<PyType_Spec> arg0) Pointer<PyObject>
PyType_FromSpecWithBases(Pointer<PyType_Spec> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
PyType_GenericAlloc(Pointer<_typeobject> arg0, int arg1) Pointer<PyObject>
PyType_GenericNew(Pointer<_typeobject> arg0, Pointer<PyObject> arg1, Pointer<PyObject> arg2) Pointer<PyObject>
PyType_GetFlags(Pointer<_typeobject> arg0) int
PyType_GetSlot(Pointer<_typeobject> arg0, int arg1) Pointer<Void>
PyType_IsSubtype(Pointer<_typeobject> arg0, Pointer<_typeobject> arg1) int
PyType_Modified(Pointer<_typeobject> arg0) → void
PyType_Ready(Pointer<_typeobject> arg0) int
PyUnicode_Append(Pointer<Pointer<PyObject>> pleft, Pointer<PyObject> right) → void
PyUnicode_AppendAndDel(Pointer<Pointer<PyObject>> pleft, Pointer<PyObject> right) → void
PyUnicode_AsASCIIString(Pointer<PyObject> unicode) Pointer<PyObject>
PyUnicode_AsCharmapString(Pointer<PyObject> unicode, Pointer<PyObject> mapping) Pointer<PyObject>
PyUnicode_AsDecodedObject(Pointer<PyObject> unicode, Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_AsDecodedUnicode(Pointer<PyObject> unicode, Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_AsEncodedObject(Pointer<PyObject> unicode, Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_AsEncodedString(Pointer<PyObject> unicode, Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_AsEncodedUnicode(Pointer<PyObject> unicode, Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_AsLatin1String(Pointer<PyObject> unicode) Pointer<PyObject>
PyUnicode_AsRawUnicodeEscapeString(Pointer<PyObject> unicode) Pointer<PyObject>
PyUnicode_AsUCS4(Pointer<PyObject> unicode, Pointer<Py_UCS4> buffer, int buflen, int copy_null) Pointer<Py_UCS4>
PyUnicode_AsUCS4Copy(Pointer<PyObject> unicode) Pointer<Py_UCS4>
PyUnicode_AsUnicodeEscapeString(Pointer<PyObject> unicode) Pointer<PyObject>
PyUnicode_AsUTF16String(Pointer<PyObject> unicode) Pointer<PyObject>
PyUnicode_AsUTF32String(Pointer<PyObject> unicode) Pointer<PyObject>
PyUnicode_AsUTF8String(Pointer<PyObject> unicode) Pointer<PyObject>
PyUnicode_AsWideChar(Pointer<PyObject> unicode, Pointer<WChar> w, int size) int
PyUnicode_AsWideCharString(Pointer<PyObject> unicode, Pointer<Py_ssize_t> size) Pointer<WChar>
PyUnicode_BuildEncodingMap(Pointer<PyObject> string) Pointer<PyObject>
PyUnicode_ClearFreeList() int
PyUnicode_Compare(Pointer<PyObject> left, Pointer<PyObject> right) int
PyUnicode_CompareWithASCIIString(Pointer<PyObject> left, Pointer<Char> right) int
PyUnicode_Concat(Pointer<PyObject> left, Pointer<PyObject> right) Pointer<PyObject>
PyUnicode_Contains(Pointer<PyObject> container, Pointer<PyObject> element) int
PyUnicode_Count(Pointer<PyObject> str, Pointer<PyObject> substr, int start, int end) int
PyUnicode_Decode(Pointer<Char> s, int size, Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_DecodeASCII(Pointer<Char> string, int length, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_DecodeCharmap(Pointer<Char> string, int length, Pointer<PyObject> mapping, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_DecodeFSDefault(Pointer<Char> s) Pointer<PyObject>
PyUnicode_DecodeFSDefaultAndSize(Pointer<Char> s, int size) Pointer<PyObject>
PyUnicode_DecodeLatin1(Pointer<Char> string, int length, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_DecodeLocale(Pointer<Char> str, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_DecodeLocaleAndSize(Pointer<Char> str, int len, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_DecodeRawUnicodeEscape(Pointer<Char> string, int length, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_DecodeUnicodeEscape(Pointer<Char> string, int length, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_DecodeUTF16(Pointer<Char> string, int length, Pointer<Char> errors, Pointer<Int> byteorder) Pointer<PyObject>
PyUnicode_DecodeUTF16Stateful(Pointer<Char> string, int length, Pointer<Char> errors, Pointer<Int> byteorder, Pointer<Py_ssize_t> consumed) Pointer<PyObject>
PyUnicode_DecodeUTF32(Pointer<Char> string, int length, Pointer<Char> errors, Pointer<Int> byteorder) Pointer<PyObject>
PyUnicode_DecodeUTF32Stateful(Pointer<Char> string, int length, Pointer<Char> errors, Pointer<Int> byteorder, Pointer<Py_ssize_t> consumed) Pointer<PyObject>
PyUnicode_DecodeUTF7(Pointer<Char> string, int length, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_DecodeUTF7Stateful(Pointer<Char> string, int length, Pointer<Char> errors, Pointer<Py_ssize_t> consumed) Pointer<PyObject>
PyUnicode_DecodeUTF8(Pointer<Char> string, int length, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_DecodeUTF8Stateful(Pointer<Char> string, int length, Pointer<Char> errors, Pointer<Py_ssize_t> consumed) Pointer<PyObject>
PyUnicode_EncodeFSDefault(Pointer<PyObject> unicode) Pointer<PyObject>
PyUnicode_EncodeLocale(Pointer<PyObject> unicode, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_Find(Pointer<PyObject> str, Pointer<PyObject> substr, int start, int end, int direction) int
PyUnicode_FindChar(Pointer<PyObject> str, int ch, int start, int end, int direction) int
PyUnicode_Format(Pointer<PyObject> format, Pointer<PyObject> args) Pointer<PyObject>
PyUnicode_FromEncodedObject(Pointer<PyObject> obj, Pointer<Char> encoding, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_FromFormat(Pointer<Char> format) Pointer<PyObject>
PyUnicode_FromFormatV(Pointer<Char> format, Pointer<__va_list_tag> vargs) Pointer<PyObject>
PyUnicode_FromObject(Pointer<PyObject> obj) Pointer<PyObject>
PyUnicode_FromOrdinal(int ordinal) Pointer<PyObject>
PyUnicode_FromString(Pointer<Char> u) Pointer<PyObject>
PyUnicode_FromStringAndSize(Pointer<Char> u, int size) Pointer<PyObject>
PyUnicode_FromWideChar(Pointer<WChar> w, int size) Pointer<PyObject>
PyUnicode_FSConverter(Pointer<PyObject> arg0, Pointer<Void> arg1) int
PyUnicode_FSDecoder(Pointer<PyObject> arg0, Pointer<Void> arg1) int
PyUnicode_GetDefaultEncoding() Pointer<Char>
PyUnicode_GetLength(Pointer<PyObject> unicode) int
PyUnicode_GetSize(Pointer<PyObject> unicode) int
PyUnicode_InternFromString(Pointer<Char> u) Pointer<PyObject>
PyUnicode_InternImmortal(Pointer<Pointer<PyObject>> arg0) → void
PyUnicode_InternInPlace(Pointer<Pointer<PyObject>> arg0) → void
PyUnicode_IsIdentifier(Pointer<PyObject> s) int
PyUnicode_Join(Pointer<PyObject> separator, Pointer<PyObject> seq) Pointer<PyObject>
PyUnicode_Partition(Pointer<PyObject> s, Pointer<PyObject> sep) Pointer<PyObject>
PyUnicode_ReadChar(Pointer<PyObject> unicode, int index) int
PyUnicode_Replace(Pointer<PyObject> str, Pointer<PyObject> substr, Pointer<PyObject> replstr, int maxcount) Pointer<PyObject>
PyUnicode_Resize(Pointer<Pointer<PyObject>> unicode, int length) int
PyUnicode_RichCompare(Pointer<PyObject> left, Pointer<PyObject> right, int op) Pointer<PyObject>
PyUnicode_RPartition(Pointer<PyObject> s, Pointer<PyObject> sep) Pointer<PyObject>
PyUnicode_RSplit(Pointer<PyObject> s, Pointer<PyObject> sep, int maxsplit) Pointer<PyObject>
PyUnicode_Split(Pointer<PyObject> s, Pointer<PyObject> sep, int maxsplit) Pointer<PyObject>
PyUnicode_Splitlines(Pointer<PyObject> s, int keepends) Pointer<PyObject>
PyUnicode_Substring(Pointer<PyObject> str, int start, int end) Pointer<PyObject>
PyUnicode_Tailmatch(Pointer<PyObject> str, Pointer<PyObject> substr, int start, int end, int direction) int
PyUnicode_Translate(Pointer<PyObject> str, Pointer<PyObject> table, Pointer<Char> errors) Pointer<PyObject>
PyUnicode_WriteChar(Pointer<PyObject> unicode, int index, int character) int
PyUnicodeDecodeError_Create(Pointer<Char> encoding, Pointer<Char> object, int length, int start, int end, Pointer<Char> reason) Pointer<PyObject>
PyUnicodeDecodeError_GetEncoding(Pointer<PyObject> arg0) Pointer<PyObject>
PyUnicodeDecodeError_GetEnd(Pointer<PyObject> arg0, Pointer<Py_ssize_t> arg1) int
PyUnicodeDecodeError_GetObject(Pointer<PyObject> arg0) Pointer<PyObject>
PyUnicodeDecodeError_GetReason(Pointer<PyObject> arg0) Pointer<PyObject>
PyUnicodeDecodeError_GetStart(Pointer<PyObject> arg0, Pointer<Py_ssize_t> arg1) int
PyUnicodeDecodeError_SetEnd(Pointer<PyObject> arg0, int arg1) int
PyUnicodeDecodeError_SetReason(Pointer<PyObject> exc, Pointer<Char> reason) int
PyUnicodeDecodeError_SetStart(Pointer<PyObject> arg0, int arg1) int
PyUnicodeEncodeError_GetEncoding(Pointer<PyObject> arg0) Pointer<PyObject>
PyUnicodeEncodeError_GetEnd(Pointer<PyObject> arg0, Pointer<Py_ssize_t> arg1) int
PyUnicodeEncodeError_GetObject(Pointer<PyObject> arg0) Pointer<PyObject>
PyUnicodeEncodeError_GetReason(Pointer<PyObject> arg0) Pointer<PyObject>
PyUnicodeEncodeError_GetStart(Pointer<PyObject> arg0, Pointer<Py_ssize_t> arg1) int
PyUnicodeEncodeError_SetEnd(Pointer<PyObject> arg0, int arg1) int
PyUnicodeEncodeError_SetReason(Pointer<PyObject> exc, Pointer<Char> reason) int
PyUnicodeEncodeError_SetStart(Pointer<PyObject> arg0, int arg1) int
PyUnicodeTranslateError_GetEnd(Pointer<PyObject> arg0, Pointer<Py_ssize_t> arg1) int
PyUnicodeTranslateError_GetObject(Pointer<PyObject> arg0) Pointer<PyObject>
PyUnicodeTranslateError_GetReason(Pointer<PyObject> arg0) Pointer<PyObject>
PyUnicodeTranslateError_GetStart(Pointer<PyObject> arg0, Pointer<Py_ssize_t> arg1) int
PyUnicodeTranslateError_SetEnd(Pointer<PyObject> arg0, int arg1) int
PyUnicodeTranslateError_SetReason(Pointer<PyObject> exc, Pointer<Char> reason) int
PyUnicodeTranslateError_SetStart(Pointer<PyObject> arg0, int arg1) int
PyWarnings_Init() Pointer<PyObject>
PyWeakref_ClearRef(Pointer<PyWeakReference> self) → void
PyWeakref_GetObject(Pointer<PyObject> ref) Pointer<PyObject>
PyWeakref_GetWeakrefCount(Pointer<PyWeakReference> head) int
PyWeakref_NewProxy(Pointer<PyObject> ob, Pointer<PyObject> callback) Pointer<PyObject>
PyWeakref_NewRef(Pointer<PyObject> ob, Pointer<PyObject> callback) Pointer<PyObject>
PyWrapper_New(Pointer<PyObject> arg0, Pointer<PyObject> arg1) Pointer<PyObject>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited