Re-exports§
pub use crate::frameobject::PyFrameObject;
Modules§
Structs§
- PyASCII
Object - PyArena
- PyAsync
Methods - PyBuffer
Procs - PyCode
Object - PyCompact
Unicode Object - PyCompiler
Flags - PyConfig
- PyFuture
Features - PyGet
SetDef - PyHash_
Func Def - PyHeap
Type Object - PyInterpreter
State - PyLong
Object - PyMapping
Methods - PyMem
Allocator Ex - PyMethod
Def - PyModule
Def - PyModule
Def_ Base - PyModule
Def_ Slot - PyNumber
Methods - PyObject
- PyObject
Arena Allocator - PyPre
Config - PySequence
Methods - PyStatus
- PyStruct
Sequence_ Desc - PyStruct
Sequence_ Field - PyThread
State - PyTuple
Object - PyType
Object - PyType_
Slot - PyType_
Spec - PyUnicode
Object - PyVar
Object - PyWeak
Reference - PyWide
String List - Py_
buffer - _PyOpcache
- _frozen
- _inittab
Enums§
Constants§
- CO_
ASYNC_ GENERATOR - CO_
CELL_ NOT_ AN_ ARG - CO_
COROUTINE - CO_
FUTURE_ ABSOLUTE_ IMPORT - CO_
FUTURE_ ANNOTATIONS - CO_
FUTURE_ BARRY_ AS_ BDFL - CO_
FUTURE_ DIVISION - CO_
FUTURE_ GENERATOR_ STOP - CO_
FUTURE_ PRINT_ FUNCTION - CO_
FUTURE_ UNICODE_ LITERALS - CO_
FUTURE_ WITH_ STATEMENT - CO_
GENERATOR - CO_
ITERABLE_ COROUTINE - CO_
MAXBLOCKS - CO_
NESTED - CO_
NEWLOCALS - CO_
NOFREE - CO_
OPTIMIZED - CO_
VARARGS - CO_
VARKEYWORDS - FUTURE_
ABSOLUTE_ IMPORT - FUTURE_
ANNOTATIONS - FUTURE_
BARRY_ AS_ BDFL - FUTURE_
DIVISION - FUTURE_
GENERATORS - FUTURE_
GENERATOR_ STOP - FUTURE_
NESTED_ SCOPES - FUTURE_
PRINT_ FUNCTION - FUTURE_
UNICODE_ LITERALS - FUTURE_
WITH_ STATEMENT - MAX_
CO_ EXTRA_ USERS - METH_
CLASS - METH_
COEXIST - METH_
FASTCALL - METH_
KEYWORDS - METH_
METHOD - METH_
NOARGS - METH_O
- METH_
STATIC - METH_
VARARGS - PYTHON_
ABI_ VERSION - PYTHON_
API_ VERSION - PY_
SSIZE_ T_ MAX - PY_
SSIZE_ T_ MIN - PY_
STDIOTEXTMODE - PyAsync
Methods_ INIT - PyBUF_
ANY_ CONTIGUOUS - PyBUF_
CONTIG - PyBUF_
CONTIG_ RO - PyBUF_
C_ CONTIGUOUS - PyBUF_
FORMAT - PyBUF_
FULL - PyBUF_
FULL_ RO - PyBUF_
F_ CONTIGUOUS - PyBUF_
INDIRECT - PyBUF_
MAX_ NDIM - Maximum number of dimensions
- PyBUF_
ND - PyBUF_
READ - PyBUF_
RECORDS - PyBUF_
RECORDS_ RO - PyBUF_
SIMPLE - PyBUF_
STRIDED - PyBUF_
STRIDED_ RO - PyBUF_
STRIDES - PyBUF_
WRITABLE - PyBUF_
WRITE - PyBUF_
WRITEABLE - PyMapping
Methods_ INIT - PyModule
Def_ HEAD_ INIT - PyModule
Def_ INIT - PyNumber
Methods_ INIT - PyObject_
HEAD_ INIT - PySequence
Methods_ INIT - PyType
Object_ INIT - PyUnicode_
1BYTE_ KIND - PyUnicode_
2BYTE_ KIND - PyUnicode_
4BYTE_ KIND - PyUnicode_
WCHAR_ KIND - Py_
CLEANUP_ SUPPORTED - Py_
DTSF_ ADD_ DOT_ 0 - Py_
DTSF_ ALT - Py_
DTSF_ SIGN - Py_
DTST_ FINITE - Py_
DTST_ INFINITE - Py_
DTST_ NAN - 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_ DEFAULT - Py_
TPFLAGS_ DICT_ SUBCLASS - Py_
TPFLAGS_ DISALLOW_ INSTANTIATION - Disallow creating instances of the type: set tp_new to NULL and don’t create the “new” key in the type dictionary.
- Py_
TPFLAGS_ HAVE_ FINALIZE - Py_
TPFLAGS_ HAVE_ GC - Objects support garbage collection (see objimp.h)
- Py_
TPFLAGS_ HAVE_ VECTORCALL - Py_
TPFLAGS_ HAVE_ VERSION_ TAG - Py_
TPFLAGS_ HEAPTYPE - Set if the type object is dynamically allocated
- Py_
TPFLAGS_ IMMUTABLETYPE - Set if the type object is immutable: type attributes cannot be set nor deleted
- Py_
TPFLAGS_ IS_ ABSTRACT - Py_
TPFLAGS_ LIST_ SUBCLASS - Py_
TPFLAGS_ LONG_ SUBCLASS - Py_
TPFLAGS_ METHOD_ DESCRIPTOR - 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_ TUPLE_ SUBCLASS - Py_
TPFLAGS_ TYPE_ SUBCLASS - Py_
TPFLAGS_ UNICODE_ SUBCLASS - Py_
TPFLAGS_ VALID_ VERSION_ TAG - Object has up-to-date type attribute cache
- Py_
UNICODE_ REPLACEMENT_ CHARACTER - Py_
am_ aiter - Py_
am_ anext - Py_
am_ await - Py_
am_ send - Py_
bf_ getbuffer - Py_
bf_ releasebuffer - Py_
eval_ input - Py_
file_ input - Py_
fstring_ input - Py_
func_ type_ input - Py_
mod_ create - Py_
mod_ exec - Py_
mp_ ass_ subscript - Py_
mp_ length - Py_
mp_ subscript - Py_
nb_ absolute - Py_
nb_ add - Py_
nb_ and - Py_
nb_ bool - Py_
nb_ divmod - Py_
nb_ float - Py_
nb_ floor_ divide - Py_
nb_ index - Py_
nb_ inplace_ add - Py_
nb_ inplace_ and - Py_
nb_ inplace_ floor_ divide - Py_
nb_ inplace_ lshift - Py_
nb_ inplace_ matrix_ multiply - Py_
nb_ inplace_ multiply - Py_
nb_ inplace_ or - Py_
nb_ inplace_ power - Py_
nb_ inplace_ remainder - Py_
nb_ inplace_ rshift - Py_
nb_ inplace_ subtract - Py_
nb_ inplace_ true_ divide - Py_
nb_ inplace_ xor - Py_
nb_ int - Py_
nb_ invert - Py_
nb_ lshift - Py_
nb_ matrix_ multiply - Py_
nb_ multiply - Py_
nb_ negative - Py_
nb_ or - Py_
nb_ positive - Py_
nb_ power - Py_
nb_ remainder - Py_
nb_ rshift - Py_
nb_ subtract - Py_
nb_ true_ divide - Py_
nb_ xor - Py_
single_ input - Py_
sq_ ass_ item - Py_
sq_ concat - Py_
sq_ contains - Py_
sq_ inplace_ concat - Py_
sq_ inplace_ repeat - Py_
sq_ item - Py_
sq_ length - Py_
sq_ repeat - Py_
tp_ alloc - Py_
tp_ base - Py_
tp_ bases - Py_
tp_ call - Py_
tp_ clear - Py_
tp_ dealloc - Py_
tp_ del - Py_
tp_ descr_ get - Py_
tp_ descr_ set - Py_
tp_ doc - Py_
tp_ finalize - Py_
tp_ free - Py_
tp_ getattr - Py_
tp_ getattro - Py_
tp_ getset - Py_
tp_ hash - Py_
tp_ init - Py_
tp_ is_ gc - Py_
tp_ iter - Py_
tp_ iternext - Py_
tp_ members - Py_
tp_ methods - Py_
tp_ new - Py_
tp_ repr - Py_
tp_ richcompare - Py_
tp_ setattr - Py_
tp_ setattro - Py_
tp_ str - Py_
tp_ traverse
Statics§
- PyBase
Object_ ⚠Type - built-in ‘object’
- PyBool_
Type ⚠ - PyByte
Array ⚠Iter_ Type - PyByte
Array_ ⚠Type - PyBytes
Iter_ ⚠Type - PyBytes_
Type ⚠ - PyCFunction_
Type ⚠ - PyCall
Iter_ ⚠Type - PyCapsule_
Type ⚠ - PyClass
Method ⚠Descr_ 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
RevIter ⚠Item_ Type - PyDict
RevIter ⚠Key_ Type - PyDict
RevIter ⚠Value_ Type - PyDict
Values_ ⚠Type - PyDict_
Type ⚠ - PyEllipsis_
Type ⚠ - PyEnum_
Type ⚠ - PyExc_
Arithmetic ⚠Error - PyExc_
Assertion ⚠Error - PyExc_
Attribute ⚠Error - PyExc_
Base ⚠Exception - PyExc_
BlockingIO ⚠Error - PyExc_
Broken ⚠Pipe Error - PyExc_
Buffer ⚠Error - PyExc_
Bytes ⚠Warning - PyExc_
Child ⚠Process Error - PyExc_
Connection ⚠Aborted Error - PyExc_
Connection ⚠Error - PyExc_
Connection ⚠Refused Error - PyExc_
Connection ⚠Reset Error - PyExc_
Deprecation ⚠Warning - PyExc_
EOFError ⚠ - PyExc_
Encoding ⚠Warning - PyExc_
Environment ⚠Error - PyExc_
Exception ⚠ - PyExc_
File ⚠Exists Error - PyExc_
File ⚠NotFound Error - 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_
Interrupted ⚠Error - PyExc_
IsADirectory ⚠Error - PyExc_
KeyError ⚠ - PyExc_
Keyboard ⚠Interrupt - PyExc_
Lookup ⚠Error - PyExc_
Memory ⚠Error - PyExc_
Module ⚠NotFound Error - PyExc_
Name ⚠Error - PyExc_
NotA ⚠Directory Error - PyExc_
NotImplemented ⚠Error - PyExc_
OSError ⚠ - PyExc_
Overflow ⚠Error - PyExc_
Pending ⚠Deprecation Warning - PyExc_
Permission ⚠Error - PyExc_
Process ⚠Lookup Error - PyExc_
Recursion ⚠Error - PyExc_
Reference ⚠Error - PyExc_
Resource ⚠Warning - PyExc_
Runtime ⚠Error - PyExc_
Runtime ⚠Warning - PyExc_
Stop ⚠Async Iteration - PyExc_
Stop ⚠Iteration - PyExc_
Syntax ⚠Error - PyExc_
Syntax ⚠Warning - PyExc_
System ⚠Error - PyExc_
System ⚠Exit - PyExc_
TabError ⚠ - PyExc_
Timeout ⚠Error - 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 - PyFilter_
Type ⚠ - PyFloat_
Type ⚠ - PyFrozen
Set_ ⚠Type - PyGet
SetDescr_ ⚠Type - PyImport_
Frozen ⚠Modules - PyImport_
Inittab ⚠ - PyList
Iter_ ⚠Type - PyList
RevIter_ ⚠Type - PyList_
Type ⚠ - PyLong
Range ⚠Iter_ Type - PyLong_
Type ⚠ - PyMap_
Type ⚠ - PyMember
Descr_ ⚠Type - PyMemory
View_ ⚠Type - PyMethod
Descr_ ⚠Type - PyModule
Def_ ⚠Type - PyModule_
Type ⚠ - PyProperty_
Type ⚠ - PyRange
Iter_ ⚠Type - PyRange_
Type ⚠ - PyReversed_
Type ⚠ - PySeq
Iter_ ⚠Type - PySet
Iter_ ⚠Type - PySet_
Type ⚠ - PySlice_
Type ⚠ - PySuper_
Type ⚠ - built-in ‘super’
- PyTrace
Back_ ⚠Type - PyTuple
Iter_ ⚠Type - PyTuple_
Type ⚠ - PyType_
Type ⚠ - built-in ‘type’
- PyUnicode
Iter_ ⚠Type - PyUnicode_
Type ⚠ - PyWrapper
Descr_ ⚠Type - PyZip_
Type ⚠ - Py_
Bytes ⚠Warning Flag - Py_
Debug ⚠Flag - Py_
Dont ⚠Write Bytecode Flag - Py_
File ⚠System Default Encode Errors - Py_
File ⚠System Default Encoding - Py_
Frozen ⚠Flag - Py_
HasFile ⚠System Default Encoding - Py_
Hash ⚠Randomization Flag - Py_
Ignore ⚠Environment Flag - Py_
Inspect ⚠Flag - Py_
Interactive ⚠Flag - Py_
Isolated ⚠Flag - Py_
NoSite ⚠Flag - Py_
NoUser ⚠Site Directory - Py_
Optimize ⚠Flag - Py_
Quiet ⚠Flag - Py_
UTF8 ⚠Mode - Py_
Unbuffered ⚠Stdio Flag - Py_
Verbose ⚠Flag - _Py_
Package ⚠Context
Functions§
- PyAIter_
Check ⚠ - PyAny
Set_ ⚠Check - PyAny
Set_ ⚠Check Exact - PyArg_
Parse ⚠ - PyArg_
Parse ⚠Tuple - PyArg_
Parse ⚠Tuple AndKeywords - PyArg_
Unpack ⚠Tuple - PyArg_
Validate ⚠Keyword Arguments - PyBool_
Check ⚠ - PyBool_
From ⚠Long - PyBuffer_
Fill ⚠Contiguous Strides - PyBuffer_
Fill ⚠Info - PyBuffer_
From ⚠Contiguous - PyBuffer_
GetPointer ⚠ - PyBuffer_
IsContiguous ⚠ - PyBuffer_
Release ⚠ - PyBuffer_
Size ⚠From Format - PyBuffer_
ToContiguous ⚠ - PyByte
Array_ ⚠AsString - PyByte
Array_ ⚠Check - PyByte
Array_ ⚠Check Exact - PyByte
Array_ ⚠Concat - PyByte
Array_ ⚠From Object - PyByte
Array_ ⚠From String AndSize - PyByte
Array_ ⚠Resize - PyByte
Array_ ⚠Size - PyBytes_
AsString ⚠ - PyBytes_
AsString ⚠AndSize - PyBytes_
Check ⚠ - PyBytes_
Check ⚠Exact - PyBytes_
Concat ⚠ - PyBytes_
Concat ⚠AndDel - PyBytes_
Decode ⚠Escape - PyBytes_
From ⚠Format - PyBytes_
From ⚠Object - PyBytes_
From ⚠String - PyBytes_
From ⚠String AndSize - PyBytes_
Repr ⚠ - PyBytes_
Size ⚠ - PyCFunction_
Call ⚠Deprecated - PyCFunction_
Check ⚠ - PyCFunction_
GetFlags ⚠ - PyCFunction_
GetFunction ⚠ - PyCFunction_
GetSelf ⚠ - PyCFunction_
New ⚠ - PyCFunction_
NewEx ⚠ - PyCMethod_
New ⚠ - 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 ⚠ - PyCode_
Addr2 ⚠Line - PyCode_
Check ⚠ - PyCode_
GetNum ⚠Free - PyCode_
New ⚠ - PyCode_
NewEmpty ⚠ - PyCode_
NewWith ⚠PosOnly Args - PyCode_
Optimize ⚠ - PyCodec_
Backslash ⚠Replace Errors - PyCodec_
Decode ⚠ - PyCodec_
Decoder ⚠ - PyCodec_
Encode ⚠ - PyCodec_
Encoder ⚠ - PyCodec_
Ignore ⚠Errors - PyCodec_
Incremental ⚠Decoder - PyCodec_
Incremental ⚠Encoder - PyCodec_
Known ⚠Encoding - PyCodec_
Lookup ⚠Error - PyCodec_
Name ⚠Replace Errors - PyCodec_
Register ⚠ - PyCodec_
Register ⚠Error - PyCodec_
Replace ⚠Errors - PyCodec_
Stream ⚠Reader - PyCodec_
Stream ⚠Writer - PyCodec_
Strict ⚠Errors - PyCodec_
XMLChar ⚠RefReplace Errors - PyCompile_
Opcode ⚠Stack Effect - PyCompile_
Opcode ⚠Stack Effect With Jump - PyComplex_
Check ⚠ - PyComplex_
Check ⚠Exact - PyComplex_
From ⚠Doubles - PyComplex_
Imag ⚠AsDouble - PyComplex_
Real ⚠AsDouble - PyConfig_
Clear ⚠ - PyConfig_
Init ⚠Isolated Config - PyConfig_
Init ⚠Python Config - PyConfig_
Read ⚠ - PyConfig_
SetArgv ⚠ - PyConfig_
SetBytes ⚠Argv - PyConfig_
SetBytes ⚠String - PyConfig_
SetString ⚠ - PyConfig_
SetWide ⚠String List - PyDescr_
NewClass ⚠Method - PyDescr_
NewGet ⚠Set - PyDescr_
NewMember ⚠ - PyDescr_
NewMethod ⚠ - PyDict
Items_ ⚠Check - PyDict
Keys_ ⚠Check - PyDict
Proxy_ ⚠New - PyDict
Values_ ⚠Check - PyDict
View ⚠Set_ Check - PyDict_
Check ⚠ - PyDict_
Check ⚠Exact - PyDict_
Clear ⚠ - PyDict_
Contains ⚠ - PyDict_
Copy ⚠ - PyDict_
DelItem ⚠ - PyDict_
DelItem ⚠String - PyDict_
GetItem ⚠ - PyDict_
GetItem ⚠String - PyDict_
GetItem ⚠With Error - 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_
GetExc ⚠Info - 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_
Resource ⚠Warning - PyErr_
Restore ⚠ - PyErr_
SetExc ⚠Info - PyErr_
SetFrom ⚠Errno - PyErr_
SetFrom ⚠Errno With Filename - PyErr_
SetFrom ⚠Errno With Filename Object - PyErr_
SetFrom ⚠Errno With Filename Objects - PyErr_
SetImport ⚠Error - PyErr_
SetImport ⚠Error Subclass - PyErr_
SetInterrupt ⚠ - PyErr_
SetInterrupt ⚠Ex - PyErr_
SetNone ⚠ - PyErr_
SetObject ⚠ - PyErr_
SetString ⚠ - PyErr_
Syntax ⚠Location - PyErr_
Syntax ⚠Location Ex - PyErr_
Warn ⚠Ex - PyErr_
Warn ⚠Explicit - PyErr_
Warn ⚠Format - PyErr_
Write ⚠Unraisable - PyEval_
Acquire ⚠Lock Deprecated - PyEval_
Acquire ⚠Thread - PyEval_
Call ⚠Function Deprecated - PyEval_
Call ⚠Method Deprecated - PyEval_
Call ⚠Object Deprecated - PyEval_
Call ⚠Object With Keywords Deprecated - PyEval_
Eval ⚠Code - PyEval_
Eval ⚠Code Ex - PyEval_
Eval ⚠Frame - PyEval_
Eval ⚠Frame Ex - PyEval_
GetBuiltins ⚠ - PyEval_
GetFrame ⚠ - PyEval_
GetFunc ⚠Desc - PyEval_
GetFunc ⚠Name - PyEval_
GetGlobals ⚠ - PyEval_
GetLocals ⚠ - PyEval_
Init ⚠Threads - PyEval_
Release ⚠Lock Deprecated - PyEval_
Release ⚠Thread - PyEval_
Restore ⚠Thread - PyEval_
Save ⚠Thread - PyEval_
Threads ⚠Initialized - PyException
Class_ ⚠Check - PyException
Class_ ⚠Name - PyException
Instance_ ⚠Check - PyException
Instance_ ⚠Class - PyException_
GetCause ⚠ - PyException_
GetContext ⚠ - PyException_
GetTraceback ⚠ - PyException_
SetCause ⚠ - PyException_
SetContext ⚠ - PyException_
SetTraceback ⚠ - PyFile_
From ⚠Fd - PyFile_
GetLine ⚠ - PyFile_
Write ⚠Object - PyFile_
Write ⚠String - PyFloat_
AsDouble ⚠ - PyFloat_
Check ⚠ - PyFloat_
Check ⚠Exact - PyFloat_
From ⚠Double - PyFloat_
From ⚠String - PyFloat_
GetInfo ⚠ - PyFloat_
GetMax ⚠ - PyFloat_
GetMin ⚠ - PyFrozen
Set_ ⚠Check - PyFrozen
Set_ ⚠Check Exact - PyFrozen
Set_ ⚠New - PyGC_
Collect ⚠ - PyGC_
Disable ⚠ - PyGC_
Enable ⚠ - PyGC_
IsEnabled ⚠ - PyGIL
State_ ⚠Check - PyGIL
State_ ⚠Ensure - PyGIL
State_ ⚠GetThis Thread State - PyGIL
State_ ⚠Release - PyHash_
GetFunc ⚠Def - PyHeap
Type_ ⚠GET_ MEMBERS - PyImport_
AddModule ⚠ - PyImport_
AddModule ⚠Object - PyImport_
Append ⚠Inittab - PyImport_
Exec ⚠Code Module - PyImport_
Exec ⚠Code Module Ex - PyImport_
Exec ⚠Code Module Object - PyImport_
Exec ⚠Code Module With Pathnames - PyImport_
Extend ⚠Inittab - PyImport_
GetImporter ⚠ - PyImport_
GetMagic ⚠Number - PyImport_
GetMagic ⚠Tag - PyImport_
GetModule ⚠ - PyImport_
GetModule ⚠Dict - PyImport_
Import ⚠ - PyImport_
Import ⚠Frozen Module - PyImport_
Import ⚠Frozen Module Object - PyImport_
Import ⚠Module - PyImport_
Import ⚠Module Ex - PyImport_
Import ⚠Module Level - PyImport_
Import ⚠Module Level Object - PyImport_
Import ⚠Module NoBlock - PyImport_
Reload ⚠Module - PyIndex_
Check ⚠ - PyInterpreter
State_ ⚠Clear - PyInterpreter
State_ ⚠Delete - PyInterpreter
State_ ⚠Get - PyInterpreter
State_ ⚠GetDict - PyInterpreter
State_ ⚠GetID - PyInterpreter
State_ ⚠New - PyIter_
Check ⚠ - PyIter_
Next ⚠ - PyIter_
Send ⚠ - PyList_
Append ⚠ - PyList_
AsTuple ⚠ - PyList_
Check ⚠ - PyList_
Check ⚠Exact - PyList_
GetItem ⚠ - PyList_
GetSlice ⚠ - PyList_
Insert ⚠ - PyList_
New ⚠ - PyList_
Reverse ⚠ - PyList_
SetItem ⚠ - PyList_
SetSlice ⚠ - PyList_
Size ⚠ - PyList_
Sort ⚠ - PyLong_
AsDouble ⚠ - PyLong_
AsLong ⚠ - PyLong_
AsLong ⚠AndOverflow - PyLong_
AsLong ⚠Long - PyLong_
AsLong ⚠Long AndOverflow - PyLong_
AsSize_ ⚠t - 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 ⚠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_
Calloc ⚠ - PyMem_
Free ⚠ - PyMem_
GetAllocator ⚠ - PyMem_
Malloc ⚠ - PyMem_
RawCalloc ⚠ - PyMem_
RawFree ⚠ - PyMem_
RawMalloc ⚠ - PyMem_
RawRealloc ⚠ - PyMem_
Realloc ⚠ - PyMem_
SetAllocator ⚠ - PyMem_
Setup ⚠Debug Hooks - PyMemory
View_ ⚠Check - PyMemory
View_ ⚠From Buffer - PyMemory
View_ ⚠From Memory - PyMemory
View_ ⚠From Object - PyMemory
View_ ⚠GetContiguous - PyModule
Def_ ⚠Init - PyModule_
AddFunctions ⚠ - PyModule_
AddInt ⚠Constant - PyModule_
AddObject ⚠ - PyModule_
AddObject ⚠Ref - PyModule_
AddString ⚠Constant - PyModule_
AddType ⚠ - PyModule_
Check ⚠ - PyModule_
Check ⚠Exact - PyModule_
Create ⚠ - PyModule_
Create2 ⚠ - PyModule_
Exec ⚠Def - PyModule_
From ⚠DefAnd Spec - PyModule_
From ⚠DefAnd Spec2 - PyModule_
GetDef ⚠ - PyModule_
GetDict ⚠ - PyModule_
GetFilename ⚠Deprecated - PyModule_
GetFilename ⚠Object - PyModule_
GetName ⚠ - PyModule_
GetName ⚠Object - PyModule_
GetState ⚠ - PyModule_
New ⚠ - PyModule_
NewObject ⚠ - PyModule_
SetDoc ⚠String - PyNumber_
Absolute ⚠ - PyNumber_
Add ⚠ - PyNumber_
And ⚠ - PyNumber_
AsSsize_ ⚠t - PyNumber_
Check ⚠ - PyNumber_
Divmod ⚠ - PyNumber_
Float ⚠ - PyNumber_
Floor ⚠Divide - PyNumber_
InPlace ⚠Add - PyNumber_
InPlace ⚠And - PyNumber_
InPlace ⚠Floor Divide - PyNumber_
InPlace ⚠Lshift - PyNumber_
InPlace ⚠Matrix Multiply - 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_
Invert ⚠ - PyNumber_
Long ⚠ - PyNumber_
Lshift ⚠ - PyNumber_
Matrix ⚠Multiply - PyNumber_
Multiply ⚠ - PyNumber_
Negative ⚠ - PyNumber_
Or ⚠ - PyNumber_
Positive ⚠ - PyNumber_
Power ⚠ - PyNumber_
Remainder ⚠ - PyNumber_
Rshift ⚠ - PyNumber_
Subtract ⚠ - PyNumber_
ToBase ⚠ - PyNumber_
True ⚠Divide - PyNumber_
Xor ⚠ - PyOS_
After ⚠Fork - PyOS_
After ⚠Fork_ Child - PyOS_
After ⚠Fork_ Parent - PyOS_
Before ⚠Fork - PyOS_
FSPath ⚠ - PyOS_
Interrupt ⚠Occurred - PyOS_
double_ ⚠to_ string - PyOS_
string_ ⚠to_ double - PyOS_
strtol ⚠ - PyOS_
strtoul ⚠ - PyObject_
ASCII ⚠ - PyObject_
AsChar ⚠Buffer Deprecated - PyObject_
AsFile ⚠Descriptor - PyObject_
AsRead ⚠Buffer Deprecated - PyObject_
AsWrite ⚠Buffer Deprecated - PyObject_
Bytes ⚠ - PyObject_
Call ⚠ - PyObject_
Call ⚠Finalizer - PyObject_
Call ⚠Finalizer From Dealloc - PyObject_
Call ⚠Function - PyObject_
Call ⚠Function ObjArgs - PyObject_
Call ⚠Method - PyObject_
Call ⚠Method ObjArgs - PyObject_
Call ⚠NoArgs - PyObject_
Call ⚠Object - PyObject_
Calloc ⚠ - PyObject_
Check ⚠Buffer - PyObject_
Check ⚠Read Buffer Deprecated - PyObject_
Clear ⚠Weak Refs - PyObject_
Copy ⚠Data - PyObject_
DelAttr ⚠ - PyObject_
DelAttr ⚠String - PyObject_
DelItem ⚠ - PyObject_
DelItem ⚠String - PyObject_
Dir ⚠ - PyObject_
Format ⚠ - PyObject_
Free ⚠ - PyObject_
GC_ ⚠Del - PyObject_
GC_ ⚠IsFinalized - PyObject_
GC_ ⚠IsTracked - PyObject_
GC_ ⚠Track - PyObject_
GC_ ⚠UnTrack - PyObject_
GET_ ⚠WEAKREFS_ LISTPTR - PyObject_
Generic ⚠GetAttr - PyObject_
Generic ⚠GetDict - PyObject_
Generic ⚠SetAttr - PyObject_
Generic ⚠SetDict - PyObject_
GetA ⚠Iter - PyObject_
GetArena ⚠Allocator - PyObject_
GetAttr ⚠ - PyObject_
GetAttr ⚠String - PyObject_
GetBuffer ⚠ - PyObject_
GetItem ⚠ - PyObject_
GetIter ⚠ - PyObject_
HasAttr ⚠ - PyObject_
HasAttr ⚠String - PyObject_
Hash ⚠ - PyObject_
Hash ⚠NotImplemented - PyObject_
IS_ ⚠GC - PyObject_
Init ⚠ - PyObject_
Init ⚠Var - PyObject_
IsInstance ⚠ - PyObject_
IsSubclass ⚠ - PyObject_
IsTrue ⚠ - PyObject_
Length ⚠ - PyObject_
Length ⚠Hint - PyObject_
Malloc ⚠ - PyObject_
Not ⚠ - PyObject_
Print ⚠ - PyObject_
Realloc ⚠ - PyObject_
Repr ⚠ - PyObject_
Rich ⚠Compare - PyObject_
Rich ⚠Compare Bool - PyObject_
Self ⚠Iter - PyObject_
SetArena ⚠Allocator - PyObject_
SetAttr ⚠ - PyObject_
SetAttr ⚠String - PyObject_
SetItem ⚠ - PyObject_
Size ⚠ - PyObject_
Str ⚠ - PyObject_
Type ⚠ - PyObject_
Type ⚠Check - PyPre
Config_ ⚠Init Isolated Config - PyPre
Config_ ⚠Init Python Config - PyRange_
Check ⚠ - PyRun_
AnyFile ⚠ExFlags - PyRun_
AnyFile ⚠Flags - PyRun_
File ⚠ExFlags - PyRun_
Interactive ⚠Loop Flags - PyRun_
Interactive ⚠OneFlags - PyRun_
Interactive ⚠OneObject - 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_
GetItem ⚠ - PySequence_
GetSlice ⚠ - 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_
Check ⚠Exact - PySet_
Clear ⚠ - PySet_
Contains ⚠ - PySet_
Discard ⚠ - PySet_
New ⚠ - PySet_
Pop ⚠ - PySet_
Size ⚠ - PySlice_
Adjust ⚠Indices - PySlice_
Check ⚠ - PySlice_
GetIndices ⚠ - PySlice_
GetIndices ⚠Ex - PySlice_
New ⚠ - PySlice_
Unpack ⚠ - PyState_
Find ⚠Module - PyStatus_
Error ⚠ - PyStatus_
Exception ⚠ - PyStatus_
Exit ⚠ - PyStatus_
IsError ⚠ - PyStatus_
IsExit ⚠ - PyStatus_
NoMemory ⚠ - PyStatus_
Ok ⚠ - PyStruct
Sequence_ ⚠GetItem - PyStruct
Sequence_ ⚠New - PyStruct
Sequence_ ⚠NewType - PyStruct
Sequence_ ⚠SetItem - PySys_
AddWarn ⚠Option - PySys_
AddWarn ⚠Option Unicode - PySys_
AddX ⚠Option - PySys_
Format ⚠Stderr - PySys_
Format ⚠Stdout - PySys_
GetObject ⚠ - PySys_
GetX ⚠Options - 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_ ⚠GetFrame - PyThread
State_ ⚠GetID - PyThread
State_ ⚠GetInterpreter - PyThread
State_ ⚠New - PyThread
State_ ⚠SetAsync Exc - PyThread
State_ ⚠Swap - PyTrace
Back_ ⚠Check - PyTrace
Back_ ⚠Here - PyTrace
Back_ ⚠Print - PyTuple_
Check ⚠ - PyTuple_
Check ⚠Exact - 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_
From ⚠Module AndSpec - PyType_
From ⚠Spec - PyType_
From ⚠Spec With Bases - PyType_
Generic ⚠Alloc - PyType_
Generic ⚠New - PyType_
GetFlags ⚠ - PyType_
GetModule ⚠ - PyType_
GetModule ⚠State - PyType_
GetSlot ⚠ - PyType_
HasFeature ⚠ - PyType_
IS_ ⚠GC - Test if a type has a GC head
- PyType_
IsSubtype ⚠ - PyType_
Modified ⚠ - PyType_
Ready ⚠ - PyType_
SUPPORTS_ ⚠WEAKREFS - Test if a type supports weak references
- 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_ 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_ 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_
Append ⚠ - PyUnicode_
Append ⚠AndDel - PyUnicode_
AsASCII ⚠String - PyUnicode_
AsCharmap ⚠String - PyUnicode_
AsDecoded ⚠Object - PyUnicode_
AsDecoded ⚠Unicode - PyUnicode_
AsEncoded ⚠Object Deprecated - PyUnicode_
AsEncoded ⚠String - PyUnicode_
AsEncoded ⚠Unicode Deprecated - PyUnicode_
AsLatin1 ⚠String - PyUnicode_
AsRaw ⚠Unicode Escape String - PyUnicode_
AsUC ⚠S4 - PyUnicode_
AsUC ⚠S4Copy - PyUnicode_
AsUT ⚠F8 - PyUnicode_
AsUT ⚠F8And Size - PyUnicode_
AsUT ⚠F8String - PyUnicode_
AsUT ⚠F16String - PyUnicode_
AsUT ⚠F32String - PyUnicode_
AsUnicode ⚠Deprecated - PyUnicode_
AsUnicode ⚠AndSize Deprecated - PyUnicode_
AsUnicode ⚠Escape String - PyUnicode_
AsWide ⚠Char - PyUnicode_
AsWide ⚠Char String - PyUnicode_
Build ⚠Encoding Map - PyUnicode_
Check ⚠ - PyUnicode_
Check ⚠Exact - PyUnicode_
Compare ⚠ - PyUnicode_
Compare ⚠WithASCII String - PyUnicode_
Concat ⚠ - PyUnicode_
Contains ⚠ - PyUnicode_
Copy ⚠Characters - PyUnicode_
Count ⚠ - PyUnicode_
DATA ⚠ - PyUnicode_
Decode ⚠ - PyUnicode_
DecodeASCII ⚠ - PyUnicode_
Decode ⚠Charmap - PyUnicode_
DecodeFS ⚠Default - PyUnicode_
DecodeFS ⚠Default AndSize - PyUnicode_
Decode ⚠Latin1 - PyUnicode_
Decode ⚠Locale - PyUnicode_
Decode ⚠Locale AndSize - PyUnicode_
Decode ⚠RawUnicode Escape - PyUnicode_
DecodeUT ⚠F7 - PyUnicode_
DecodeUT ⚠F8 - PyUnicode_
DecodeUT ⚠F7Stateful - PyUnicode_
DecodeUT ⚠F8Stateful - PyUnicode_
DecodeUT ⚠F16 - PyUnicode_
DecodeUT ⚠F32 - PyUnicode_
DecodeUT ⚠F16Stateful - PyUnicode_
DecodeUT ⚠F32Stateful - PyUnicode_
Decode ⚠Unicode Escape - PyUnicode_
Encode ⚠Deprecated - PyUnicode_
EncodeASCII ⚠Deprecated - PyUnicode_
Encode ⚠Charmap Deprecated - PyUnicode_
Encode ⚠Decimal Deprecated - PyUnicode_
EncodeFS ⚠Default - PyUnicode_
Encode ⚠Latin1 Deprecated - PyUnicode_
Encode ⚠Locale - PyUnicode_
Encode ⚠RawUnicode Escape Deprecated - PyUnicode_
EncodeUT ⚠F7 Deprecated - PyUnicode_
EncodeUT ⚠F8 Deprecated - PyUnicode_
EncodeUT ⚠F16 Deprecated - PyUnicode_
EncodeUT ⚠F32 Deprecated - PyUnicode_
Encode ⚠Unicode Escape Deprecated - PyUnicode_
FSConverter ⚠ - PyUnicode_
FSDecoder ⚠ - PyUnicode_
Fill ⚠ - PyUnicode_
Find ⚠ - PyUnicode_
Find ⚠Char - PyUnicode_
Format ⚠ - PyUnicode_
From ⚠Encoded Object - PyUnicode_
From ⚠Format - PyUnicode_
From ⚠Kind AndData - PyUnicode_
From ⚠Object - PyUnicode_
From ⚠Ordinal - PyUnicode_
From ⚠String - PyUnicode_
From ⚠String AndSize - PyUnicode_
From ⚠Unicode Deprecated - PyUnicode_
From ⚠Wide Char - PyUnicode_
GET_ ⚠LENGTH - PyUnicode_
GetDefault ⚠Encoding - PyUnicode_
GetLength ⚠ - PyUnicode_
GetSize ⚠Deprecated - PyUnicode_
Intern ⚠From String - PyUnicode_
Intern ⚠Immortal Deprecated - PyUnicode_
Intern ⚠InPlace - PyUnicode_
IsIdentifier ⚠ - PyUnicode_
Join ⚠ - PyUnicode_
KIND ⚠ - PyUnicode_
New ⚠ - PyUnicode_
Partition ⚠ - PyUnicode_
READY ⚠ - PyUnicode_
RPartition ⚠ - PyUnicode_
RSplit ⚠ - PyUnicode_
Read ⚠Char - PyUnicode_
Replace ⚠ - PyUnicode_
Resize ⚠ - PyUnicode_
Rich ⚠Compare - PyUnicode_
Split ⚠ - PyUnicode_
Splitlines ⚠ - PyUnicode_
Substring ⚠ - PyUnicode_
Tailmatch ⚠ - PyUnicode_
Transform ⚠Decimal ToASCII Deprecated - PyUnicode_
Translate ⚠ - PyUnicode_
Translate ⚠Charmap Deprecated - PyUnicode_
Write ⚠Char - PyWeakref_
Check ⚠ - PyWeakref_
Check ⚠Proxy - PyWeakref_
Check ⚠Ref - PyWeakref_
Check ⚠RefExact - PyWeakref_
GetObject ⚠ - PyWeakref_
NewProxy ⚠ - PyWeakref_
NewRef ⚠ - PyWide
String ⚠List_ Append - PyWide
String ⚠List_ Insert - PyWrapper_
New ⚠ - Py_
AddPending ⚠Call - Py_
AtExit ⚠ - Py_
Build ⚠Value - Py_
Bytes ⚠Main - Py_
CLEAR ⚠ - Py_
Compile ⚠String - Py_
Compile ⚠String ExFlags - Py_
Compile ⚠String Flags - Py_
Compile ⚠String Object - Py_
DECREF ⚠ - Py_
DecRef ⚠ - Py_
Decode ⚠Locale - Py_
Ellipsis ⚠ - Py_
Encode ⚠Locale - Py_
EndInterpreter ⚠ - Py_
Enter ⚠Recursive Call - Py_Exit⚠
- Py_
Exit ⚠Status Exception - Py_
False ⚠ - Py_
Fatal ⚠Error - Py_
FdIs ⚠Interactive - Py_
Finalize ⚠ - Py_
Finalize ⚠Ex - Py_
Frozen ⚠Main - Py_
GetArgc ⚠Argv - 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_
Initialize ⚠ - Py_
Initialize ⚠Ex - Py_
Initialize ⚠From Config - Py_
IsFalse ⚠ - Py_
IsInitialized ⚠ - Py_
IsNone ⚠ - Py_
IsTrue ⚠ - Py_
Leave ⚠Recursive Call - Py_Main⚠
- Py_
Make ⚠Pending Calls - Py_
NewInterpreter ⚠ - Py_
NewRef ⚠ - Py_None⚠
- Py_
NotImplemented ⚠ - Py_
PreInitialize ⚠ - Py_
PreInitialize ⚠From Args - Py_
PreInitialize ⚠From Bytes Args - Py_
REFCNT ⚠ - Py_
Repr ⚠Enter - Py_
Repr ⚠Leave - Py_
RunMain ⚠ - Py_SIZE⚠
- Py_
SetPath ⚠ - Py_
SetProgram ⚠Name - Py_
SetPython ⚠Home - Py_
SetRecursion ⚠Limit - Py_
SetStandard ⚠Stream Encoding - Py_TYPE⚠
- Py_True⚠
- Py_
XDECREF ⚠ - Py_
XINCREF ⚠ - Py_
XNew ⚠Ref - _PyErr_
BadInternal ⚠Call - _PyImport_
Find ⚠Extension Object - _PyImport_
Fixup ⚠Builtin - _PyImport_
Fixup ⚠Extension Object - _PyOS_
URandom ⚠ - _PyOS_
URandom ⚠Nonblock - _PyObject_
GC_ ⚠Calloc - _PyObject_
GC_ ⚠Malloc - _PyObject_
GC_ ⚠New - _PyObject_
GC_ ⚠NewVar - _PyObject_
GC_ ⚠Resize - _PyObject_
New ⚠ - _PyObject_
NewVar ⚠ - _PyObject_
Next ⚠NotImplemented - _Py_
Coerce ⚠Legacy Locale - _Py_
Dealloc ⚠ - _Py_
GetAllocated ⚠Blocks - _Py_
Initialize ⚠Main - _Py_
IsCore ⚠Initialized - _Py_
IsFinalizing ⚠ - _Py_
Legacy ⚠Locale Detected - _Py_
Restore ⚠Signals - _Py_
SetLocale ⚠From Env - _Py_
SetProgram ⚠Full Path - _Py_
gitidentifier ⚠ - _Py_
gitversion ⚠
Type Aliases§
- PyCFunction
- PyCFunction
With Keywords - PyCapsule_
Destructor - Py_UCS1
- Py_UCS2
- Py_UCS4
- Py_
UNICODE Deprecated - Py_
hash_ t - Py_
intptr_ t - Py_
ssize_ t - Py_
uhash_ t - Py_
uintptr_ t - _PyC
Function Fast - _PyC
Function Fast With Keywords - allocfunc
- binaryfunc
- descrgetfunc
- descrsetfunc
- destructor
- freefunc
- getattrfunc
- getattrofunc
- getbufferproc
- getiterfunc
- getter
- hashfunc
- initproc
- inquiry
- iternextfunc
- lenfunc
- newfunc
- objobjargproc
- objobjproc
- printfunc
- releasebufferproc
- reprfunc
- richcmpfunc
- sendfunc
- setattrfunc
- setattrofunc
- setter
- ssizeargfunc
- ssizeobjargproc
- ssizessizeargfunc
- ssizessizeobjargproc
- ternaryfunc
- traverseproc
- unaryfunc
- vectorcallfunc
- visitproc