Re-exports§
- pub use crate::frameobject::PyFrameObject;
- pub use crate::structmember::PyMemberDef;
- pub use crate::pystate::PyGILState_STATE::*;
Modules§
Structs§
- PyArena
- PyBufferProcs 
- PyBytesObject 
- PyClassObject 
- PyCodeObject 
- PyCompilerFlags 
- PyComplexObject 
- PyFutureFeatures 
- PyGenObject 
- PyGetSetDef 
- PyHeapType Object 
- PyImport_Struct_ frozen 
- PyImport_Struct_ inittab 
- PyInstanceObject 
- PyIntObject 
- PyInterpreterState 
- PyListObject 
- PyMappingMethods 
- PyMemoryView Object 
- PyMethodChain 
- PyMethodDef 
- PyMethodObject 
- PyNumberMethods 
- PyObject
- PySequenceMethods 
- PySliceObject 
- PyStringObject 
- PyThreadState 
- PyTracebackObject 
- PyTupleObject 
- PyTypeObject 
- PyUnicodeObject 
- PyVarObject 
- PyWeakReference 
- Py_buffer 
- Py_complex 
- Struct__mod 
- Struct__node 
- Struct_symtable 
- wrapperbase
Enums§
Constants§
- CO_FUTURE_ ABSOLUTE_ IMPORT 
- CO_FUTURE_ DIVISION 
- CO_FUTURE_ PRINT_ FUNCTION 
- CO_FUTURE_ UNICODE_ LITERALS 
- CO_FUTURE_ WITH_ STATEMENT 
- CO_GENERATOR 
- CO_MAXBLOCKS 
- CO_NESTED 
- CO_NEWLOCALS 
- CO_NOFREE 
- CO_OPTIMIZED 
- CO_VARARGS 
- CO_VARKEYWORDS 
- FUTURE_ABSOLUTE_ IMPORT 
- FUTURE_DIVISION 
- FUTURE_GENERATORS 
- FUTURE_NESTED_ SCOPES 
- FUTURE_PRINT_ FUNCTION 
- FUTURE_UNICODE_ LITERALS 
- FUTURE_WITH_ STATEMENT 
- METH_CLASS 
- METH_COEXIST 
- METH_KEYWORDS 
- METH_NOARGS 
- METH_O
- METH_OLDARGS 
- METH_STATIC 
- METH_VARARGS 
- PYTHON_API_ VERSION 
- PY_ITERSEARCH_ CONTAINS 
- PY_ITERSEARCH_ COUNT 
- PY_ITERSEARCH_ INDEX 
- PY_SSIZE_ T_ MAX 
- PY_SSIZE_ T_ MIN 
- PY_STDIOTEXTMODE 
- PyBUF_ANY_ CONTIGUOUS 
- PyBUF_CONTIG 
- PyBUF_CONTIG_ RO 
- PyBUF_C_ CONTIGUOUS 
- PyBUF_FORMAT 
- PyBUF_FULL 
- PyBUF_FULL_ RO 
- PyBUF_F_ CONTIGUOUS 
- PyBUF_INDIRECT 
- PyBUF_ND 
- PyBUF_READ 
- PyBUF_RECORDS 
- PyBUF_RECORDS_ RO 
- PyBUF_SHADOW 
- PyBUF_SIMPLE 
- PyBUF_STRIDED 
- PyBUF_STRIDED_ RO 
- PyBUF_STRIDES 
- PyBUF_WRITABLE 
- PyBUF_WRITE 
- PyBufferProcs_ INIT 
- PyCF_DONT_ IMPLY_ DEDENT 
- PyCF_MASK 
- PyCF_MASK_ OBSOLETE 
- PyCF_ONLY_ AST 
- PyCF_SOURCE_ IS_ UTF8 
- PyFloat_STR_ PRECISION 
- PyMappingMethods_ INIT 
- PyNumberMethods_ INIT 
- PySequenceMethods_ INIT 
- PyTrace_CALL 
- PyTrace_C_ CALL 
- PyTrace_C_ EXCEPTION 
- PyTrace_C_ RETURN 
- PyTrace_EXCEPTION 
- PyTrace_LINE 
- PyTrace_RETURN 
- PyTrash_UNWIND_ LEVEL 
- PyTypeObject_ INIT 
- PyWrapperFlag_ KEYWORDS 
- Py_END_ OF_ BUFFER 
- Py_EQ
- Py_GE
- Py_GT
- Py_LE
- Py_LT
- Py_MARSHAL_ VERSION 
- Py_NE
- Py_PRINT_ RAW 
- Py_TPFLAGS_ BASETYPE 
- Set if the type allows subclassing
- Py_TPFLAGS_ BASE_ EXC_ SUBCLASS 
- Py_TPFLAGS_ BYTES_ SUBCLASS 
- Py_TPFLAGS_ CHECKTYPES 
- PyNumberMethods do their own coercion
- Py_TPFLAGS_ DEFAULT 
- Py_TPFLAGS_ DICT_ SUBCLASS 
- Py_TPFLAGS_ HAVE_ CLASS 
- New members introduced by Python 2.2 exist
- Py_TPFLAGS_ HAVE_ GC 
- Objects support garbage collection (see objimp.h)
- Py_TPFLAGS_ HAVE_ GETCHARBUFFER 
- PyBufferProcs contains bf_getcharbuffer
- Py_TPFLAGS_ HAVE_ INDEX 
- Objects support nb_index in PyNumberMethods
- Py_TPFLAGS_ HAVE_ INPLACEOPS 
- PySequenceMethods and PyNumberMethods contain in-place operators
- Py_TPFLAGS_ HAVE_ ITER 
- tp_iter is defined
- Py_TPFLAGS_ HAVE_ NEWBUFFER 
- Py_TPFLAGS_ HAVE_ RICHCOMPARE 
- tp_richcompare is defined
- Py_TPFLAGS_ HAVE_ SEQUENCE_ IN 
- PySequenceMethods contains sq_contains
- Py_TPFLAGS_ HAVE_ VERSION_ TAG 
- Objects support type attribute cache
- Py_TPFLAGS_ HAVE_ WEAKREFS 
- Objects which are weakly referencable if their tp_weaklistoffset is >0
- Py_TPFLAGS_ HEAPTYPE 
- Set if the type object is dynamically allocated
- Py_TPFLAGS_ INT_ SUBCLASS 
- Py_TPFLAGS_ IS_ ABSTRACT 
- Py_TPFLAGS_ LIST_ SUBCLASS 
- Py_TPFLAGS_ LONG_ SUBCLASS 
- Py_TPFLAGS_ READY 
- Set if the type is ‘ready’ – fully initialized
- Py_TPFLAGS_ READYING 
- Set while the type is being ‘readied’, to prevent recursive ready calls
- Py_TPFLAGS_ STRING_ SUBCLASS 
- Py_TPFLAGS_ TUPLE_ SUBCLASS 
- Py_TPFLAGS_ TYPE_ SUBCLASS 
- Py_TPFLAGS_ UNICODE_ SUBCLASS 
- Py_TPFLAGS_ VALID_ VERSION_ TAG 
- Py_UNICODE_ REPLACEMENT_ CHARACTER 
- Py_UNICODE_ SIZE 
- Py_eval_ input 
- Py_file_ input 
- Py_single_ input 
Statics§
- PyBaseObject_ ⚠Type 
- PyBaseString_ ⚠Type 
- PyBool_Type ⚠
- PyBuffer_Type ⚠
- PyByteArray ⚠Iter_ Type 
- PyByteArray_ ⚠Type 
- PyBytes_Type ⚠
- PyCFunction_Type ⚠
- PyCObject_Type ⚠
- PyCallIter_ ⚠Type 
- PyCapsule_Type ⚠
- PyCell_Type ⚠
- PyClassMethod_ ⚠Type 
- PyClass_Type ⚠
- PyCode_Type ⚠
- PyComplex_Type ⚠
- PyDictItems_ ⚠Type 
- PyDictIter ⚠Item_ Type 
- PyDictIter ⚠Key_ Type 
- PyDictIter ⚠Value_ Type 
- PyDictKeys_ ⚠Type 
- PyDictProxy_ ⚠Type 
- PyDictValues_ ⚠Type 
- PyDict_Type ⚠
- PyEllipsis_Type ⚠
- PyEnum_Type ⚠
- PyExc_Arithmetic ⚠Error 
- PyExc_Assertion ⚠Error 
- PyExc_Attribute ⚠Error 
- PyExc_Base ⚠Exception 
- PyExc_Buffer ⚠Error 
- PyExc_Bytes ⚠Warning 
- PyExc_Deprecation ⚠Warning 
- PyExc_EOFError ⚠
- PyExc_Environment ⚠Error 
- PyExc_Exception ⚠
- PyExc_Floating ⚠Point Error 
- PyExc_Future ⚠Warning 
- PyExc_Generator ⚠Exit 
- PyExc_IOError ⚠
- PyExc_Import ⚠Error 
- PyExc_Import ⚠Warning 
- PyExc_Indentation ⚠Error 
- PyExc_Index ⚠Error 
- PyExc_KeyError ⚠
- PyExc_Keyboard ⚠Interrupt 
- PyExc_Lookup ⚠Error 
- PyExc_Memory ⚠Error 
- PyExc_Memory ⚠Error Inst 
- PyExc_Name ⚠Error 
- PyExc_NotImplemented ⚠Error 
- PyExc_OSError ⚠
- PyExc_Overflow ⚠Error 
- PyExc_Pending ⚠Deprecation Warning 
- PyExc_Recursion ⚠Error Inst 
- PyExc_Reference ⚠Error 
- PyExc_Runtime ⚠Error 
- PyExc_Runtime ⚠Warning 
- PyExc_Standard ⚠Error 
- PyExc_Stop ⚠Iteration 
- PyExc_Syntax ⚠Error 
- PyExc_Syntax ⚠Warning 
- PyExc_System ⚠Error 
- PyExc_System ⚠Exit 
- PyExc_TabError ⚠
- PyExc_Type ⚠Error 
- PyExc_Unbound ⚠Local Error 
- PyExc_Unicode ⚠Decode Error 
- PyExc_Unicode ⚠Encode Error 
- PyExc_Unicode ⚠Error 
- PyExc_Unicode ⚠Translate Error 
- PyExc_Unicode ⚠Warning 
- PyExc_User ⚠Warning 
- PyExc_Value ⚠Error 
- PyExc_Warning ⚠
- PyExc_Zero ⚠Division Error 
- PyFile_Type ⚠
- PyFloat_Type ⚠
- PyFrozenSet_ ⚠Type 
- PyFunction_Type ⚠
- PyGen_Type ⚠
- PyGetSetDescr_ ⚠Type 
- PyImport_Frozen ⚠Modules 
- PyImport_Inittab ⚠
- PyInstance_Type ⚠
- PyInt_Type ⚠
- PyList_Type ⚠
- PyLong_Type ⚠
- PyMemberDescr_ ⚠Type 
- PyMemoryView_ ⚠Type 
- PyMethod_Type ⚠
- PyModule_Type ⚠
- PyProperty_Type ⚠
- PyRange_Type ⚠
- PyReversed_Type ⚠
- PySeqIter_ ⚠Type 
- PySet_Type ⚠
- PySlice_Type ⚠
- PyStaticMethod_ ⚠Type 
- PyString_Type ⚠
- PySuper_Type ⚠
- PyTraceBack_ ⚠Type 
- PyTuple_Type ⚠
- PyType_Type ⚠
- PyUnicode_Type ⚠
- PyWrapperDescr_ ⚠Type 
- Py_Bytes ⚠Warning Flag 
- Py_Debug ⚠Flag 
- Py_Division ⚠Warning Flag 
- Py_Dont ⚠Write Bytecode Flag 
- Py_File ⚠System Default Encoding 
- Py_Frozen ⚠Flag 
- Py_Hash ⚠Randomization Flag 
- Py_Ignore ⚠Environment Flag 
- Py_Inspect ⚠Flag 
- Py_Interactive ⚠Flag 
- Py_NoSite ⚠Flag 
- Py_NoUser ⚠Site Directory 
- Py_Optimize ⚠Flag 
- Py_Py3k ⚠Warning Flag 
- Py_Tabcheck ⚠Flag 
- Py_Unicode ⚠Flag 
- Py_UseClass ⚠Exceptions Flag 
- Py_Verbose ⚠Flag 
- _Py_Qnew ⚠Flag 
Functions§
- PyAST_Compile ⚠
- PyAnySet_ ⚠Check 
- PyAnySet_ ⚠Check Exact 
- PyArena_AddPy ⚠Object 
- PyArena_Free ⚠
- PyArena_Malloc ⚠
- PyArena_New ⚠
- PyArg_Parse ⚠
- PyArg_Parse ⚠Tuple 
- PyArg_Parse ⚠Tuple AndKeywords 
- PyArg_Unpack ⚠Tuple 
- PyBool_Check ⚠
- PyBool_From ⚠Long 
- PyBuffer_Check ⚠
- PyBuffer_Fill ⚠Contiguous Strides 
- PyBuffer_Fill ⚠Info 
- PyBuffer_From ⚠Contiguous 
- PyBuffer_From ⚠Memory 
- PyBuffer_From ⚠Object 
- PyBuffer_From ⚠Read Write Memory 
- PyBuffer_From ⚠Read Write Object 
- PyBuffer_GetPointer ⚠
- PyBuffer_IsContiguous ⚠
- PyBuffer_New ⚠
- PyBuffer_Release ⚠
- PyBuffer_ToContiguous ⚠
- PyByteArray_ ⚠AS_ STRING 
- PyByteArray_ ⚠AsString 
- PyByteArray_ ⚠Check 
- PyByteArray_ ⚠Check Exact 
- PyByteArray_ ⚠Concat 
- PyByteArray_ ⚠From Object 
- PyByteArray_ ⚠From String AndSize 
- PyByteArray_ ⚠GET_ SIZE 
- PyByteArray_ ⚠Resize 
- PyByteArray_ ⚠Size 
- PyBytes_AS_ ⚠STRING 
- PyBytes_AsString ⚠
- PyBytes_AsString ⚠AndSize 
- PyBytes_Check ⚠
- PyBytes_Check ⚠Exact 
- PyBytes_Concat ⚠
- PyBytes_Concat ⚠AndDel 
- PyBytes_Format ⚠
- PyBytes_From ⚠Format 
- PyBytes_From ⚠String 
- PyBytes_From ⚠String AndSize 
- PyBytes_GET_ ⚠SIZE 
- PyBytes_Size ⚠
- PyCFunction_Call ⚠
- PyCFunction_Check ⚠
- PyCFunction_Clear ⚠Free List 
- PyCFunction_GetFlags ⚠
- PyCFunction_GetFunction ⚠
- PyCFunction_GetSelf ⚠
- PyCFunction_New ⚠
- PyCFunction_NewEx ⚠
- PyCObject_AsVoid ⚠Ptr 
- PyCObject_Check ⚠
- PyCObject_From ⚠Void Ptr 
- PyCObject_From ⚠Void PtrAnd Desc 
- PyCObject_GetDesc ⚠
- PyCObject_Import ⚠
- PyCObject_SetVoid ⚠Ptr 
- PyCallIter_ ⚠Check 
- PyCallIter_ ⚠New 
- PyCallable_Check ⚠
- PyCapsule_Check ⚠Exact 
- PyCapsule_GetContext ⚠
- PyCapsule_GetDestructor ⚠
- PyCapsule_GetName ⚠
- PyCapsule_GetPointer ⚠
- PyCapsule_Import ⚠
- PyCapsule_IsValid ⚠
- PyCapsule_New ⚠
- PyCapsule_SetContext ⚠
- PyCapsule_SetDestructor ⚠
- PyCapsule_SetName ⚠
- PyCapsule_SetPointer ⚠
- PyCell_Check ⚠
- PyCell_GET ⚠
- PyCell_Get ⚠
- PyCell_New ⚠
- PyCell_SET ⚠
- PyCell_Set ⚠
- PyClassMethod_ ⚠New 
- PyClass_Check ⚠
- PyClass_IsSubclass ⚠
- PyClass_New ⚠
- PyCode_Addr2 ⚠Line 
- PyCode_Check ⚠
- PyCode_GetNum ⚠Free 
- PyCode_New ⚠
- PyCode_NewEmpty ⚠
- PyCode_Optimize ⚠
- PyComplex_AsCComplex ⚠
- PyComplex_Check ⚠
- PyComplex_Check ⚠Exact 
- PyComplex_FromC ⚠Complex 
- PyComplex_From ⚠Doubles 
- PyComplex_Imag ⚠AsDouble 
- PyComplex_Real ⚠AsDouble 
- PyDescr_IsData ⚠
- PyDescr_NewClass ⚠Method 
- PyDescr_NewGet ⚠Set 
- PyDescr_NewMember ⚠
- PyDescr_NewMethod ⚠
- PyDescr_NewWrapper ⚠
- PyDictProxy_ ⚠New 
- PyDict_Check ⚠
- PyDict_Check ⚠Exact 
- PyDict_Clear ⚠
- PyDict_Contains ⚠
- PyDict_Copy ⚠
- PyDict_DelItem ⚠
- PyDict_DelItem ⚠String 
- PyDict_GetItem ⚠
- PyDict_GetItem ⚠String 
- PyDict_Items ⚠
- PyDict_Keys ⚠
- PyDict_Merge ⚠
- PyDict_Merge ⚠From Seq2 
- PyDict_New ⚠
- PyDict_Next ⚠
- PyDict_SetItem ⚠
- PyDict_SetItem ⚠String 
- PyDict_Size ⚠
- PyDict_Update ⚠
- PyDict_Values ⚠
- PyErr_BadArgument ⚠
- PyErr_BadInternal ⚠Call 
- PyErr_Check ⚠Signals 
- PyErr_Clear ⚠
- PyErr_Display ⚠
- PyErr_Exception ⚠Matches 
- PyErr_Fetch ⚠
- PyErr_Format ⚠
- PyErr_Given ⚠Exception Matches 
- PyErr_NewException ⚠
- PyErr_NewException ⚠With Doc 
- PyErr_NoMemory ⚠
- PyErr_Normalize ⚠Exception 
- PyErr_Occurred ⚠
- PyErr_Print ⚠
- PyErr_Print ⚠Ex 
- PyErr_Program ⚠Text 
- PyErr_Restore ⚠
- PyErr_SetFrom ⚠Errno 
- PyErr_SetFrom ⚠Errno With Filename 
- PyErr_SetFrom ⚠Errno With Filename Object 
- PyErr_SetInterrupt ⚠
- PyErr_SetNone ⚠
- PyErr_SetObject ⚠
- PyErr_SetString ⚠
- PyErr_Syntax ⚠Location 
- PyErr_Warn ⚠
- PyErr_Warn ⚠Ex 
- PyErr_Warn ⚠Explicit 
- PyErr_Write ⚠Unraisable 
- PyEval_Acquire ⚠Lock 
- PyEval_Acquire ⚠Thread 
- PyEval_Call ⚠Function 
- PyEval_Call ⚠Method 
- PyEval_Call ⚠Object With Keywords 
- PyEval_Eval ⚠Code 
- PyEval_Eval ⚠Code Ex 
- PyEval_Eval ⚠Frame 
- PyEval_Eval ⚠Frame Ex 
- PyEval_GetBuiltins ⚠
- PyEval_GetCall ⚠Stats 
- PyEval_GetFrame ⚠
- PyEval_GetFunc ⚠Desc 
- PyEval_GetFunc ⚠Name 
- PyEval_GetGlobals ⚠
- PyEval_GetLocals ⚠
- PyEval_GetRestricted ⚠
- PyEval_Init ⚠Threads 
- PyEval_Merge ⚠Compiler Flags 
- PyEval_ReInit ⚠Threads 
- PyEval_Release ⚠Lock 
- PyEval_Release ⚠Thread 
- PyEval_Restore ⚠Thread 
- PyEval_Save ⚠Thread 
- PyEval_SetProfile ⚠
- PyEval_SetTrace ⚠
- PyEval_Threads ⚠Initialized 
- PyExceptionClass_ ⚠Check 
- PyExceptionClass_ ⚠Name 
- PyExceptionInstance_ ⚠Check 
- PyExceptionInstance_ ⚠Class 
- PyFile_AsFile ⚠
- PyFile_Check ⚠
- PyFile_Check ⚠Exact 
- PyFile_From ⚠File 
- PyFile_From ⚠String 
- PyFile_GetLine ⚠
- PyFile_Name ⚠
- PyFile_SetBuf ⚠Size 
- PyFile_SetEncoding ⚠
- PyFile_SetEncoding ⚠AndErrors 
- PyFile_Soft ⚠Space 
- PyFile_Write ⚠Object 
- PyFile_Write ⚠String 
- PyFloat_AS_ ⚠DOUBLE 
- PyFloat_AsDouble ⚠
- PyFloat_Check ⚠
- PyFloat_Check ⚠Exact 
- PyFloat_Clear ⚠Free List 
- PyFloat_From ⚠Double 
- PyFloat_From ⚠String 
- PyFloat_GetInfo ⚠
- PyFloat_GetMax ⚠
- PyFloat_GetMin ⚠
- PyFrozenSet_ ⚠Check 
- PyFrozenSet_ ⚠Check Exact 
- PyFrozenSet_ ⚠New 
- PyFunction_Check ⚠
- PyFunction_GetClosure ⚠
- PyFunction_GetCode ⚠
- PyFunction_GetDefaults ⚠
- PyFunction_GetGlobals ⚠
- PyFunction_GetModule ⚠
- PyFunction_New ⚠
- PyFunction_SetClosure ⚠
- PyFunction_SetDefaults ⚠
- PyFuture_FromAST ⚠
- PyGC_Collect ⚠
- PyGILState_ ⚠Ensure 
- PyGILState_ ⚠GetThis Thread State 
- PyGILState_ ⚠Release 
- PyGen_Check ⚠
- PyGen_Check ⚠Exact 
- PyGen_Needs ⚠Finalizing 
- PyGen_New ⚠
- PyHeapType_ ⚠GET_ MEMBERS 
- PyImport_AddModule ⚠
- PyImport_Append ⚠Inittab 
- PyImport_Exec ⚠Code Module 
- PyImport_Exec ⚠Code Module Ex 
- PyImport_Extend ⚠Inittab 
- PyImport_GetImporter ⚠
- PyImport_GetMagic ⚠Number 
- PyImport_GetModule ⚠Dict 
- PyImport_Import ⚠
- PyImport_Import ⚠Frozen Module 
- PyImport_Import ⚠Module 
- PyImport_Import ⚠Module Ex 
- PyImport_Import ⚠Module Level 
- PyImport_Import ⚠Module NoBlock 
- PyImport_Reload ⚠Module 
- PyIndex_Check ⚠
- PyInstance_Check ⚠
- PyInstance_New ⚠
- PyInstance_NewRaw ⚠
- PyInt_AS_ ⚠LONG 
- PyInt_AsLong ⚠
- PyInt_AsSsize_ ⚠t 
- PyInt_AsUnsigned ⚠Long Long Mask 
- PyInt_AsUnsigned ⚠Long Mask 
- PyInt_Check ⚠
- PyInt_Check ⚠Exact 
- PyInt_Clear ⚠Free List 
- PyInt_From ⚠Long 
- PyInt_From ⚠Size_ t 
- PyInt_From ⚠Ssize_ t 
- PyInt_From ⚠String 
- PyInt_From ⚠Unicode 
- PyInt_GetMax ⚠
- PyInterpreterState_ ⚠Clear 
- PyInterpreterState_ ⚠Delete 
- PyInterpreterState_ ⚠Head 
- PyInterpreterState_ ⚠New 
- PyInterpreterState_ ⚠Next 
- PyInterpreterState_ ⚠Thread Head 
- PyIter_Check ⚠
- PyIter_Next ⚠
- PyList_Append ⚠
- PyList_AsTuple ⚠
- PyList_Check ⚠
- PyList_Check ⚠Exact 
- PyList_GET_ ⚠ITEM 
- PyList_GET_ ⚠SIZE 
- PyList_GetItem ⚠
- PyList_GetSlice ⚠
- PyList_Insert ⚠
- PyList_New ⚠
- PyList_Reverse ⚠
- PyList_SET_ ⚠ITEM 
- Macro, only to be used to fill in brand new lists
- PyList_SetItem ⚠
- PyList_SetSlice ⚠
- PyList_Size ⚠
- PyList_Sort ⚠
- PyLong_AsDouble ⚠
- PyLong_AsLong ⚠
- PyLong_AsLong ⚠AndOverflow 
- PyLong_AsLong ⚠Long 
- PyLong_AsLong ⚠Long AndOverflow 
- PyLong_AsSsize_ ⚠t 
- PyLong_AsUnsigned ⚠Long 
- PyLong_AsUnsigned ⚠Long Long 
- PyLong_AsUnsigned ⚠Long Long Mask 
- PyLong_AsUnsigned ⚠Long Mask 
- PyLong_AsVoid ⚠Ptr 
- PyLong_Check ⚠
- PyLong_Check ⚠Exact 
- PyLong_From ⚠Double 
- PyLong_From ⚠Long 
- PyLong_From ⚠Long Long 
- PyLong_From ⚠Size_ t 
- PyLong_From ⚠Ssize_ t 
- PyLong_From ⚠String 
- PyLong_From ⚠Unicode 
- PyLong_From ⚠Unsigned Long 
- PyLong_From ⚠Unsigned Long Long 
- PyLong_From ⚠Void Ptr 
- PyLong_GetInfo ⚠
- PyMapping_Check ⚠
- PyMapping_DelItem ⚠
- PyMapping_DelItem ⚠String 
- PyMapping_GetItem ⚠String 
- PyMapping_HasKey ⚠
- PyMapping_HasKey ⚠String 
- PyMapping_Items ⚠
- PyMapping_Keys ⚠
- PyMapping_Length ⚠
- PyMapping_SetItem ⚠String 
- PyMapping_Size ⚠
- PyMapping_Values ⚠
- PyMarshal_Read ⚠Last Object From File 
- PyMarshal_Read ⚠Long From File 
- PyMarshal_Read ⚠Object From File 
- PyMarshal_Read ⚠Object From String 
- PyMarshal_Read ⚠Short From File 
- PyMarshal_Write ⚠Long ToFile 
- PyMarshal_Write ⚠Object ToFile 
- PyMarshal_Write ⚠Object ToString 
- PyMem_Free ⚠
- PyMem_Malloc ⚠
- PyMem_Realloc ⚠
- PyMemoryView_ ⚠Check 
- PyMemoryView_ ⚠From Buffer 
- PyMemoryView_ ⚠From Object 
- PyMemoryView_ ⚠GET_ BASE 
- PyMemoryView_ ⚠GET_ BUFFER 
- PyMemoryView_ ⚠GetContiguous 
- PyMethod_Check ⚠
- PyMethod_Class ⚠
- PyMethod_Clear ⚠Free List 
- PyMethod_Function ⚠
- PyMethod_GET_ ⚠CLASS 
- PyMethod_GET_ ⚠FUNCTION 
- PyMethod_GET_ ⚠SELF 
- PyMethod_New ⚠
- PyMethod_Self ⚠
- PyModule_AddInt ⚠Constant 
- PyModule_AddObject ⚠
- PyModule_AddString ⚠Constant 
- PyModule_Check ⚠
- PyModule_Check ⚠Exact 
- PyModule_GetDict ⚠
- PyModule_GetFilename ⚠
- PyModule_GetName ⚠
- PyModule_New ⚠
- PyNode_Compile ⚠
- PyNumber_Absolute ⚠
- PyNumber_Add ⚠
- PyNumber_And ⚠
- PyNumber_AsSsize_ ⚠t 
- PyNumber_Check ⚠
- PyNumber_Coerce ⚠
- PyNumber_Coerce ⚠Ex 
- PyNumber_Divide ⚠
- PyNumber_Divmod ⚠
- PyNumber_Float ⚠
- PyNumber_Floor ⚠Divide 
- PyNumber_InPlace ⚠Add 
- PyNumber_InPlace ⚠And 
- PyNumber_InPlace ⚠Divide 
- PyNumber_InPlace ⚠Floor Divide 
- PyNumber_InPlace ⚠Lshift 
- PyNumber_InPlace ⚠Multiply 
- PyNumber_InPlace ⚠Or 
- PyNumber_InPlace ⚠Power 
- PyNumber_InPlace ⚠Remainder 
- PyNumber_InPlace ⚠Rshift 
- PyNumber_InPlace ⚠Subtract 
- PyNumber_InPlace ⚠True Divide 
- PyNumber_InPlace ⚠Xor 
- PyNumber_Index ⚠
- PyNumber_Int ⚠
- PyNumber_Invert ⚠
- PyNumber_Long ⚠
- PyNumber_Lshift ⚠
- PyNumber_Multiply ⚠
- PyNumber_Negative ⚠
- PyNumber_Or ⚠
- PyNumber_Positive ⚠
- PyNumber_Power ⚠
- PyNumber_Remainder ⚠
- PyNumber_Rshift ⚠
- PyNumber_Subtract ⚠
- PyNumber_ToBase ⚠
- PyNumber_True ⚠Divide 
- PyNumber_Xor ⚠
- PyObject_AsChar ⚠Buffer 
- PyObject_AsFile ⚠Descriptor 
- PyObject_AsRead ⚠Buffer 
- PyObject_AsWrite ⚠Buffer 
- PyObject_Bytes ⚠
- PyObject_Call ⚠
- PyObject_Call ⚠Function 
- PyObject_Call ⚠Function ObjArgs 
- PyObject_Call ⚠Method 
- PyObject_Call ⚠Method ObjArgs 
- PyObject_Call ⚠Object 
- PyObject_Check ⚠Buffer 
- PyObject_Check ⚠Read Buffer 
- PyObject_Clear ⚠Weak Refs 
- PyObject_Cmp ⚠
- PyObject_Compare ⚠
- PyObject_Copy ⚠Data 
- PyObject_DelAttr ⚠
- PyObject_DelAttr ⚠String 
- PyObject_DelItem ⚠
- PyObject_DelItem ⚠String 
- PyObject_Dir ⚠
- PyObject_Format ⚠
- PyObject_Free ⚠
- PyObject_GC_ ⚠Del 
- PyObject_GC_ ⚠Track 
- PyObject_GC_ ⚠UnTrack 
- PyObject_GET_ ⚠WEAKREFS_ LISTPTR 
- PyObject_Generic ⚠GetAttr 
- PyObject_Generic ⚠SetAttr 
- PyObject_GetAttr ⚠
- PyObject_GetAttr ⚠String 
- PyObject_GetBuffer ⚠
- PyObject_GetItem ⚠
- PyObject_GetIter ⚠
- PyObject_HasAttr ⚠
- PyObject_HasAttr ⚠String 
- PyObject_Hash ⚠
- PyObject_Hash ⚠NotImplemented 
- PyObject_IS_ ⚠GC 
- Test if an object has a GC head
- PyObject_Init ⚠
- PyObject_Init ⚠Var 
- PyObject_IsInstance ⚠
- PyObject_IsSubclass ⚠
- PyObject_IsTrue ⚠
- PyObject_Malloc ⚠
- PyObject_Not ⚠
- PyObject_Print ⚠
- PyObject_Realloc ⚠
- PyObject_Repr ⚠
- PyObject_Rich ⚠Compare 
- PyObject_Rich ⚠Compare Bool 
- PyObject_Self ⚠Iter 
- PyObject_SetAttr ⚠
- PyObject_SetAttr ⚠String 
- PyObject_SetItem ⚠
- PyObject_Size ⚠
- PyObject_Str ⚠
- PyObject_Type ⚠
- PyObject_Type ⚠Check 
- PyObject_Unicode ⚠
- PyParser_ASTFrom ⚠File 
- PyParser_ASTFrom ⚠String 
- PyParser_Simple ⚠Parse File Flags 
- PyParser_Simple ⚠Parse String Flags 
- PyRange_Check ⚠
- PyRun_AnyFile ⚠ExFlags 
- PyRun_AnyFile ⚠Flags 
- PyRun_File ⚠ExFlags 
- PyRun_Interactive ⚠Loop Flags 
- PyRun_Interactive ⚠OneFlags 
- PyRun_Simple ⚠File ExFlags 
- PyRun_Simple ⚠String Flags 
- PyRun_String ⚠Flags 
- PySeqIter_ ⚠Check 
- PySeqIter_ ⚠New 
- PySequence_Check ⚠
- PySequence_Concat ⚠
- PySequence_Contains ⚠
- PySequence_Count ⚠
- PySequence_DelItem ⚠
- PySequence_DelSlice ⚠
- PySequence_Fast ⚠
- PySequence_Fast_ ⚠GET_ ITEM 
- PySequence_Fast_ ⚠GET_ SIZE 
- PySequence_Fast_ ⚠ITEMS 
- PySequence_GetItem ⚠
- PySequence_GetSlice ⚠
- PySequence_ITEM ⚠
- PySequence_In ⚠
- PySequence_InPlace ⚠Concat 
- PySequence_InPlace ⚠Repeat 
- PySequence_Index ⚠
- PySequence_Length ⚠
- PySequence_List ⚠
- PySequence_Repeat ⚠
- PySequence_SetItem ⚠
- PySequence_SetSlice ⚠
- PySequence_Size ⚠
- PySequence_Tuple ⚠
- PySet_Add ⚠
- PySet_Check ⚠
- PySet_Clear ⚠
- PySet_Contains ⚠
- PySet_Discard ⚠
- PySet_New ⚠
- PySet_Pop ⚠
- PySet_Size ⚠
- PySignal_SetWakeup ⚠Fd 
- PySlice_Check ⚠
- PySlice_GetIndices ⚠
- PySlice_GetIndices ⚠Ex 
- PySlice_New ⚠
- PyStaticMethod_ ⚠New 
- PyString_AS_ ⚠STRING 
- PyString_AsDecoded ⚠Object 
- PyString_AsEncoded ⚠Object 
- PyString_AsString ⚠
- PyString_AsString ⚠AndSize 
- PyString_Check ⚠
- PyString_Check ⚠Exact 
- PyString_Concat ⚠
- PyString_Concat ⚠AndDel 
- PyString_Decode ⚠
- PyString_Encode ⚠
- PyString_Format ⚠
- PyString_From ⚠Format 
- PyString_From ⚠String 
- PyString_From ⚠String AndSize 
- PyString_GET_ ⚠SIZE 
- PyString_Intern ⚠From String 
- PyString_Intern ⚠InPlace 
- PyString_Size ⚠
- PySys_AddWarn ⚠Option 
- PySys_GetObject ⚠
- PySys_HasWarn ⚠Options 
- PySys_Reset ⚠Warn Options 
- PySys_SetArgv ⚠
- PySys_SetArgv ⚠Ex 
- PySys_SetObject ⚠
- PySys_SetPath ⚠
- PySys_Write ⚠Stderr 
- PySys_Write ⚠Stdout 
- PyThreadState_ ⚠Clear 
- PyThreadState_ ⚠Delete 
- PyThreadState_ ⚠Delete Current 
- PyThreadState_ ⚠GET 
- PyThreadState_ ⚠Get 
- PyThreadState_ ⚠GetDict 
- PyThreadState_ ⚠New 
- PyThreadState_ ⚠Next 
- PyThreadState_ ⚠SetAsync Exc 
- PyThreadState_ ⚠Swap 
- PyTraceBack_ ⚠Check 
- PyTraceBack_ ⚠Here 
- PyTraceBack_ ⚠Print 
- PyTuple_Check ⚠
- PyTuple_Check ⚠Exact 
- PyTuple_Clear ⚠Free List 
- PyTuple_GET_ ⚠ITEM 
- PyTuple_GET_ ⚠SIZE 
- PyTuple_GetItem ⚠
- PyTuple_GetSlice ⚠
- PyTuple_New ⚠
- PyTuple_Pack ⚠
- PyTuple_SET_ ⚠ITEM 
- Macro, only to be used to fill in brand new tuples
- PyTuple_SetItem ⚠
- PyTuple_Size ⚠
- PyType_Check ⚠
- PyType_Check ⚠Exact 
- PyType_Clear ⚠Cache 
- PyType_Fast ⚠Subclass 
- PyType_Generic ⚠Alloc 
- PyType_Generic ⚠New 
- PyType_HasFeature ⚠
- PyType_IS_ ⚠GC 
- Test if a type has a GC head
- PyType_IsSubtype ⚠
- PyType_Modified ⚠
- PyType_Ready ⚠
- PyType_SUPPORTS_ ⚠WEAKREFS 
- PyUnicodeDecode ⚠Error_ Create 
- PyUnicodeDecode ⚠Error_ GetEncoding 
- PyUnicodeDecode ⚠Error_ GetEnd 
- PyUnicodeDecode ⚠Error_ GetObject 
- PyUnicodeDecode ⚠Error_ GetReason 
- PyUnicodeDecode ⚠Error_ GetStart 
- PyUnicodeDecode ⚠Error_ SetEnd 
- PyUnicodeDecode ⚠Error_ SetReason 
- PyUnicodeDecode ⚠Error_ SetStart 
- PyUnicodeEncode ⚠Error_ Create 
- PyUnicodeEncode ⚠Error_ GetEncoding 
- PyUnicodeEncode ⚠Error_ GetEnd 
- PyUnicodeEncode ⚠Error_ GetObject 
- PyUnicodeEncode ⚠Error_ GetReason 
- PyUnicodeEncode ⚠Error_ GetStart 
- PyUnicodeEncode ⚠Error_ SetEnd 
- PyUnicodeEncode ⚠Error_ SetReason 
- PyUnicodeEncode ⚠Error_ SetStart 
- PyUnicodeTranslate ⚠Error_ Create 
- PyUnicodeTranslate ⚠Error_ GetEnd 
- PyUnicodeTranslate ⚠Error_ GetObject 
- PyUnicodeTranslate ⚠Error_ GetReason 
- PyUnicodeTranslate ⚠Error_ GetStart 
- PyUnicodeTranslate ⚠Error_ SetEnd 
- PyUnicodeTranslate ⚠Error_ SetReason 
- PyUnicodeTranslate ⚠Error_ SetStart 
- PyUnicode_AS_ ⚠DATA 
- PyUnicode_AS_ ⚠UNICODE 
- PyUnicode_AsUT ⚠F8String 
- PyUnicode_Check ⚠
- PyUnicode_Check ⚠Exact 
- PyUnicode_From ⚠String AndSize 
- PyUnicode_GET_ ⚠DATA_ SIZE 
- PyUnicode_GET_ ⚠SIZE 
- PyWeakref_Check ⚠
- PyWeakref_Check ⚠Proxy 
- PyWeakref_Check ⚠Ref 
- PyWeakref_Check ⚠RefExact 
- PyWeakref_GET_ ⚠OBJECT 
- PyWeakref_GetObject ⚠
- PyWeakref_NewProxy ⚠
- PyWeakref_NewRef ⚠
- PyWrapper_New ⚠
- Py_AddPending ⚠Call 
- Py_AtExit ⚠
- Py_Build ⚠Value 
- Py_CLEAR ⚠
- Py_Compile ⚠String Flags 
- Py_DECREF ⚠
- Py_DecRef ⚠
- Py_Ellipsis ⚠
- Py_EndInterpreter ⚠
- Py_Exit⚠
- Py_False ⚠
- Py_Fatal ⚠Error 
- Py_FdIs ⚠Interactive 
- Py_Finalize ⚠
- Py_Find ⚠Method 
- Py_Find ⚠Method InChain 
- Py_Flush ⚠Line 
- Py_GetBuild ⚠Info 
- Py_GetCompiler ⚠
- Py_GetCopyright ⚠
- Py_GetExec ⚠Prefix 
- Py_GetPath ⚠
- Py_GetPlatform ⚠
- Py_GetPrefix ⚠
- Py_GetProgram ⚠Full Path 
- Py_GetProgram ⚠Name 
- Py_GetPython ⚠Home 
- Py_GetRecursion ⚠Limit 
- Py_GetVersion ⚠
- Py_INCREF ⚠
- Py_IncRef ⚠
- Py_Init ⚠Module 
- Py_Init ⚠Module3 
- Py_Init ⚠Module4 
- Py_Initialize ⚠
- Py_Initialize ⚠Ex 
- Py_IsInitialized ⚠
- Py_Main⚠
- Py_Make ⚠Pending Calls 
- Py_NewInterpreter ⚠
- Py_None⚠
- Py_NotImplemented ⚠
- Py_REFCNT ⚠
- Py_Repr ⚠Enter 
- Py_Repr ⚠Leave 
- Py_SIZE⚠
- Py_SetProgram ⚠Name 
- Py_SetPython ⚠Home 
- Py_SetRecursion ⚠Limit 
- Py_Subversion ⚠Revision 
- Py_Subversion ⚠Short Branch 
- Py_Symtable ⚠String 
- Py_TRASHCAN ⚠
- Py_TYPE⚠
- Py_True⚠
- Py_Universal ⚠Newline Fgets 
- Py_Universal ⚠Newline Fread 
- Py_XDECREF ⚠
- Py_XINCREF ⚠
- _PyErr_BadInternal ⚠Call 
- _PyObject_GC_ ⚠Malloc 
- _PyObject_GC_ ⚠New 
- _PyObject_GC_ ⚠NewVar 
- _PyObject_GC_ ⚠Resize 
- _PyObject_Length ⚠Hint 
- _PyObject_New ⚠
- _PyObject_NewVar ⚠
- _PySequence_Iter ⚠Search 
- _PyString_Resize ⚠
- _PyThreadState_ ⚠Init 
- _PyThreadState_ ⚠Prealloc 
- _PyTuple_Resize ⚠
- _PyWeakref_Clear ⚠Ref 
- _PyWeakref_GetWeakref ⚠Count 
- _Py_c_ ⚠abs 
- _Py_c_ ⚠diff 
- _Py_c_ ⚠neg 
- _Py_c_ ⚠pow 
- _Py_c_ ⚠prod 
- _Py_c_ ⚠quot 
- _Py_c_ ⚠sum 
Type Aliases§
- PyBoolObject 
- PyCFunction
- PyCFunctionWith Keywords 
- PyCapsule_Destructor 
- PyNoArgs Function 
- Py_UCS4
- Py_UNICODE 
- Py_intptr_ t 
- Py_ssize_ t 
- Py_tracefunc 
- Py_uintptr_ t 
- allocfunc
- binaryfunc
- charbufferproc
- cmpfunc
- coercion
- descrgetfunc
- descrsetfunc
- destructor
- freefunc
- getattrfunc
- getattrofunc
- getbufferproc
- getcharbufferproc
- getiterfunc
- getreadbufferproc
- getsegcountproc
- getter
- getwritebufferproc
- hashfunc
- initproc
- inquiry
- intintobjargproc
- intobjargproc
- iternextfunc
- lenfunc
- newfunc
- objobjargproc
- objobjproc
- printfunc
- readbufferproc
- releasebufferproc
- reprfunc
- richcmpfunc
- segcountproc
- setattrfunc
- setattrofunc
- setter
- ssizeargfunc
- ssizeobjargproc
- ssizessizeargfunc
- ssizessizeobjargproc
- ternaryfunc
- traverseproc
- unaryfunc
- visitproc
- wrapperfunc
- wrapperfunc_kwds 
- writebufferproc