Re-exports§
pub use crate::frameobject::PyFrameObject;pub use crate::structmember::PyMemberDef;pub use crate::pystate::PyGILState_STATE::*;
Modules§
Structs§
- PyArena
 - PyBuffer
Procs  - PyBytes
Object  - PyClass
Object  - PyCode
Object  - PyCompiler
Flags  - PyComplex
Object  - PyFuture
Features  - PyGen
Object  - PyGet
SetDef  - PyHeap
Type Object  - PyImport_
Struct_ frozen  - PyImport_
Struct_ inittab  - PyInstance
Object  - PyInt
Object  - PyInterpreter
State  - PyList
Object  - PyMapping
Methods  - PyMemory
View Object  - PyMethod
Chain  - PyMethod
Def  - PyMethod
Object  - PyNumber
Methods  - PyObject
 - PySequence
Methods  - PySlice
Object  - PyString
Object  - PyThread
State  - PyTraceback
Object  - PyTuple
Object  - PyType
Object  - PyUnicode
Object  - PyVar
Object  - PyWeak
Reference  - 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  - PyBuffer
Procs_ INIT  - PyCF_
DONT_ IMPLY_ DEDENT  - PyCF_
MASK  - PyCF_
MASK_ OBSOLETE  - PyCF_
ONLY_ AST  - PyCF_
SOURCE_ IS_ UTF8  - PyFloat_
STR_ PRECISION  - PyMapping
Methods_ INIT  - PyNumber
Methods_ INIT  - PySequence
Methods_ INIT  - PyTrace_
CALL  - PyTrace_
C_ CALL  - PyTrace_
C_ EXCEPTION  - PyTrace_
C_ RETURN  - PyTrace_
EXCEPTION  - PyTrace_
LINE  - PyTrace_
RETURN  - PyTrash_
UNWIND_ LEVEL  - PyType
Object_ INIT  - PyWrapper
Flag_ 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§
- PyBase
Object_ ⚠Type  - PyBase
String_ ⚠Type  - PyBool_
Type ⚠ - PyBuffer_
Type ⚠ - PyByte
Array ⚠Iter_ Type  - PyByte
Array_ ⚠Type  - PyBytes_
Type ⚠ - PyCFunction_
Type ⚠ - PyCObject_
Type ⚠ - PyCall
Iter_ ⚠Type  - PyCapsule_
Type ⚠ - PyCell_
Type ⚠ - PyClass
Method_ ⚠Type  - PyClass_
Type ⚠ - PyCode_
Type ⚠ - PyComplex_
Type ⚠ - PyDict
Items_ ⚠Type  - PyDict
Iter ⚠Item_ Type  - PyDict
Iter ⚠Key_ Type  - PyDict
Iter ⚠Value_ Type  - PyDict
Keys_ ⚠Type  - PyDict
Proxy_ ⚠Type  - PyDict
Values_ ⚠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 ⚠ - PyFrozen
Set_ ⚠Type  - PyFunction_
Type ⚠ - PyGen_
Type ⚠ - PyGet
SetDescr_ ⚠Type  - PyImport_
Frozen ⚠Modules  - PyImport_
Inittab ⚠ - PyInstance_
Type ⚠ - PyInt_
Type ⚠ - PyList_
Type ⚠ - PyLong_
Type ⚠ - PyMember
Descr_ ⚠Type  - PyMemory
View_ ⚠Type  - PyMethod_
Type ⚠ - PyModule_
Type ⚠ - PyProperty_
Type ⚠ - PyRange_
Type ⚠ - PyReversed_
Type ⚠ - PySeq
Iter_ ⚠Type  - PySet_
Type ⚠ - PySlice_
Type ⚠ - PyStatic
Method_ ⚠Type  - PyString_
Type ⚠ - PySuper_
Type ⚠ - PyTrace
Back_ ⚠Type  - PyTuple_
Type ⚠ - PyType_
Type ⚠ - PyUnicode_
Type ⚠ - PyWrapper
Descr_ ⚠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 ⚠ - PyAny
Set_ ⚠Check  - PyAny
Set_ ⚠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 ⚠ - PyByte
Array_ ⚠AS_ STRING  - PyByte
Array_ ⚠AsString  - PyByte
Array_ ⚠Check  - PyByte
Array_ ⚠Check Exact  - PyByte
Array_ ⚠Concat  - PyByte
Array_ ⚠From Object  - PyByte
Array_ ⚠From String AndSize  - PyByte
Array_ ⚠GET_ SIZE  - PyByte
Array_ ⚠Resize  - PyByte
Array_ ⚠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  - PyCall
Iter_ ⚠Check  - PyCall
Iter_ ⚠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 ⚠ - PyClass
Method_ ⚠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 ⚠ - PyDict
Proxy_ ⚠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  - PyException
Class_ ⚠Check  - PyException
Class_ ⚠Name  - PyException
Instance_ ⚠Check  - PyException
Instance_ ⚠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 ⚠ - PyFrozen
Set_ ⚠Check  - PyFrozen
Set_ ⚠Check Exact  - PyFrozen
Set_ ⚠New  - PyFunction_
Check ⚠ - PyFunction_
GetClosure ⚠ - PyFunction_
GetCode ⚠ - PyFunction_
GetDefaults ⚠ - PyFunction_
GetGlobals ⚠ - PyFunction_
GetModule ⚠ - PyFunction_
New ⚠ - PyFunction_
SetClosure ⚠ - PyFunction_
SetDefaults ⚠ - PyFuture_
FromAST ⚠ - PyGC_
Collect ⚠ - PyGIL
State_ ⚠Ensure  - PyGIL
State_ ⚠GetThis Thread State  - PyGIL
State_ ⚠Release  - PyGen_
Check ⚠ - PyGen_
Check ⚠Exact  - PyGen_
Needs ⚠Finalizing  - PyGen_
New ⚠ - PyHeap
Type_ ⚠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 ⚠ - PyInterpreter
State_ ⚠Clear  - PyInterpreter
State_ ⚠Delete  - PyInterpreter
State_ ⚠Head  - PyInterpreter
State_ ⚠New  - PyInterpreter
State_ ⚠Next  - PyInterpreter
State_ ⚠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 ⚠ - PyMemory
View_ ⚠Check  - PyMemory
View_ ⚠From Buffer  - PyMemory
View_ ⚠From Object  - PyMemory
View_ ⚠GET_ BASE  - PyMemory
View_ ⚠GET_ BUFFER  - PyMemory
View_ ⚠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  - PySeq
Iter_ ⚠Check  - PySeq
Iter_ ⚠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 ⚠ - PyStatic
Method_ ⚠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  - PyThread
State_ ⚠Clear  - PyThread
State_ ⚠Delete  - PyThread
State_ ⚠Delete Current  - PyThread
State_ ⚠GET  - PyThread
State_ ⚠Get  - PyThread
State_ ⚠GetDict  - PyThread
State_ ⚠New  - PyThread
State_ ⚠Next  - PyThread
State_ ⚠SetAsync Exc  - PyThread
State_ ⚠Swap  - PyTrace
Back_ ⚠Check  - PyTrace
Back_ ⚠Here  - PyTrace
Back_ ⚠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  - PyUnicode
Decode ⚠Error_ Create  - PyUnicode
Decode ⚠Error_ GetEncoding  - PyUnicode
Decode ⚠Error_ GetEnd  - PyUnicode
Decode ⚠Error_ GetObject  - PyUnicode
Decode ⚠Error_ GetReason  - PyUnicode
Decode ⚠Error_ GetStart  - PyUnicode
Decode ⚠Error_ SetEnd  - PyUnicode
Decode ⚠Error_ SetReason  - PyUnicode
Decode ⚠Error_ SetStart  - PyUnicode
Encode ⚠Error_ Create  - PyUnicode
Encode ⚠Error_ GetEncoding  - PyUnicode
Encode ⚠Error_ GetEnd  - PyUnicode
Encode ⚠Error_ GetObject  - PyUnicode
Encode ⚠Error_ GetReason  - PyUnicode
Encode ⚠Error_ GetStart  - PyUnicode
Encode ⚠Error_ SetEnd  - PyUnicode
Encode ⚠Error_ SetReason  - PyUnicode
Encode ⚠Error_ SetStart  - PyUnicode
Translate ⚠Error_ Create  - PyUnicode
Translate ⚠Error_ GetEnd  - PyUnicode
Translate ⚠Error_ GetObject  - PyUnicode
Translate ⚠Error_ GetReason  - PyUnicode
Translate ⚠Error_ GetStart  - PyUnicode
Translate ⚠Error_ SetEnd  - PyUnicode
Translate ⚠Error_ SetReason  - PyUnicode
Translate ⚠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 ⚠ - _PyThread
State_ ⚠Init  - _PyThread
State_ ⚠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§
- PyBool
Object  - PyCFunction
 - PyCFunction
With Keywords  - PyCapsule_
Destructor  - PyNo
Args 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