| PyAST_CompileEx⚠ | |
| PyAST_CompileObject⚠ | |
| PyAnySet_Check⚠ | |
| PyAnySet_CheckExact⚠ | |
| PyArg_Parse⚠ | |
| PyArg_ParseTuple⚠ | |
| PyArg_ParseTupleAndKeywords⚠ | |
| PyArg_UnpackTuple⚠ | |
| PyArg_ValidateKeywordArguments⚠ | |
| PyAsyncGen_Check⚠ | |
| PyBool_Check⚠ | |
| PyBool_FromLong⚠ | |
| PyBuffer_FillContiguousStrides⚠ | |
| PyBuffer_FillInfo⚠ | |
| PyBuffer_FromContiguous⚠ | |
| PyBuffer_GetPointer⚠ | |
| PyBuffer_IsContiguous⚠ | |
| PyBuffer_Release⚠ | |
| PyBuffer_ToContiguous⚠ | |
| PyByteArray_AsString⚠ | |
| PyByteArray_Check⚠ | |
| PyByteArray_CheckExact⚠ | |
| PyByteArray_Concat⚠ | |
| PyByteArray_FromObject⚠ | |
| PyByteArray_FromStringAndSize⚠ | |
| PyByteArray_Resize⚠ | |
| PyByteArray_Size⚠ | |
| PyBytes_AsString⚠ | |
| PyBytes_AsStringAndSize⚠ | |
| PyBytes_Check⚠ | |
| PyBytes_CheckExact⚠ | |
| PyBytes_Concat⚠ | |
| PyBytes_ConcatAndDel⚠ | |
| PyBytes_DecodeEscape⚠ | |
| PyBytes_FromFormat⚠ | |
| PyBytes_FromObject⚠ | |
| PyBytes_FromString⚠ | |
| PyBytes_FromStringAndSize⚠ | |
| PyBytes_Repr⚠ | |
| PyBytes_Size⚠ | |
| PyCFunction_Call⚠ | |
| PyCFunction_Check⚠ | |
| PyCFunction_ClearFreeList⚠ | |
| PyCFunction_GetFlags⚠ | |
| PyCFunction_GetFunction⚠ | |
| PyCFunction_GetSelf⚠ | |
| PyCFunction_New⚠ | |
| PyCFunction_NewEx⚠ | |
| PyCallIter_Check⚠ | |
| PyCallIter_New⚠ | |
| PyCallable_Check⚠ | |
| PyCapsule_CheckExact⚠ | |
| PyCapsule_GetContext⚠ | |
| PyCapsule_GetDestructor⚠ | |
| PyCapsule_GetName⚠ | |
| PyCapsule_GetPointer⚠ | |
| PyCapsule_Import⚠ | |
| PyCapsule_IsValid⚠ | |
| PyCapsule_New⚠ | |
| PyCapsule_SetContext⚠ | |
| PyCapsule_SetDestructor⚠ | |
| PyCapsule_SetName⚠ | |
| PyCapsule_SetPointer⚠ | |
| PyCode_Addr2Line⚠ | |
| PyCode_Check⚠ | |
| PyCode_GetNumFree⚠ | |
| PyCode_New⚠ | |
| PyCode_NewEmpty⚠ | |
| PyCode_Optimize⚠ | |
| PyCodec_BackslashReplaceErrors⚠ | |
| PyCodec_Decode⚠ | |
| PyCodec_Decoder⚠ | |
| PyCodec_Encode⚠ | |
| PyCodec_Encoder⚠ | |
| PyCodec_IgnoreErrors⚠ | |
| PyCodec_IncrementalDecoder⚠ | |
| PyCodec_IncrementalEncoder⚠ | |
| PyCodec_KnownEncoding⚠ | |
| PyCodec_LookupError⚠ | |
| PyCodec_Register⚠ | |
| PyCodec_RegisterError⚠ | |
| PyCodec_ReplaceErrors⚠ | |
| PyCodec_StreamReader⚠ | |
| PyCodec_StreamWriter⚠ | |
| PyCodec_StrictErrors⚠ | |
| PyCodec_XMLCharRefReplaceErrors⚠ | |
| PyCompile_OpcodeStackEffect⚠ | |
| PyComplex_AsCComplex⚠ | |
| PyComplex_Check⚠ | |
| PyComplex_CheckExact⚠ | |
| PyComplex_FromCComplex⚠ | |
| PyComplex_FromDoubles⚠ | |
| PyComplex_ImagAsDouble⚠ | |
| PyComplex_RealAsDouble⚠ | |
| PyCoroWrapper_Check⚠ | |
| PyCoro_Check⚠ | |
| PyDateTime_Check⚠ | Check if op is a PyDateTimeAPI.DateTimeType or subtype.
|
| PyDateTime_CheckExact⚠ | Check if op's type is exactly PyDateTimeAPI.DateTimeType.
|
| PyDateTime_DATE_GET_FOLD⚠ | Retrieve the fold component of a PyDateTime_DateTime.
Returns a signed integer in the interval [0, 1]
|
| PyDateTime_DATE_GET_HOUR⚠ | Retrieve the hour component of a PyDateTime_DateTime.
Returns a signed integer in the interval [0, 23]
|
| PyDateTime_DATE_GET_MICROSECOND⚠ | Retrieve the microsecond component of a PyDateTime_DateTime.
Returns a signed integer in the interval [0, 999999]
|
| PyDateTime_DATE_GET_MINUTE⚠ | Retrieve the minute component of a PyDateTime_DateTime.
Returns a signed integer in the interval [0, 59]
|
| PyDateTime_DATE_GET_SECOND⚠ | Retrieve the second component of a PyDateTime_DateTime.
Returns a signed integer in the interval [0, 59]
|
| PyDateTime_DATE_GET_TZINFO⚠ | Retrieve the tzinfo component of a PyDateTime_DateTime.
Returns a pointer to a PyObject that should be either NULL or an instance
of a datetime.tzinfo subclass.
|
| PyDateTime_DELTA_GET_DAYS⚠ | Retrieve the days component of a PyDateTime_Delta.
|
| PyDateTime_DELTA_GET_MICROSECONDS⚠ | Retrieve the seconds component of a PyDateTime_Delta.
|
| PyDateTime_DELTA_GET_SECONDS⚠ | Retrieve the seconds component of a PyDateTime_Delta.
|
| PyDateTime_GET_DAY⚠ | Retrieve the day component of a PyDateTime_Date or PyDateTime_DateTime.
Returns a signed integer in the interval [1, 31].
|
| PyDateTime_GET_MONTH⚠ | Retrieve the month component of a PyDateTime_Date or PyDateTime_DateTime.
Returns a signed integer in the range [1, 12].
|
| PyDateTime_GET_YEAR⚠ | Retrieve the year component of a PyDateTime_Date or PyDateTime_DateTime.
Returns a signed integer greater than 0.
|
| PyDateTime_IMPORT⚠ | Populates the PyDateTimeAPI object
|
| PyDateTime_TIME_GET_FOLD⚠ | Retrieve the fold component of a PyDateTime_Time.
Returns a signed integer in the interval [0, 1]
|
| PyDateTime_TIME_GET_HOUR⚠ | Retrieve the hour component of a PyDateTime_Time.
Returns a signed integer in the interval [0, 23]
|
| PyDateTime_TIME_GET_MICROSECOND⚠ | Retrieve the microsecond component of a PyDateTime_DateTime.
Returns a signed integer in the interval [0, 999999]
|
| PyDateTime_TIME_GET_MINUTE⚠ | Retrieve the minute component of a PyDateTime_Time.
Returns a signed integer in the interval [0, 59]
|
| PyDateTime_TIME_GET_SECOND⚠ | Retrieve the second component of a PyDateTime_DateTime.
Returns a signed integer in the interval [0, 59]
|
| PyDateTime_TIME_GET_TZINFO⚠ | Retrieve the tzinfo component of a PyDateTime_Time.
Returns a pointer to a PyObject that should be either NULL or an instance
of a datetime.tzinfo subclass.
|
| PyDate_Check⚠ | Type Check macros
|
| PyDate_CheckExact⚠ | Check if op's type is exactly PyDateTimeAPI.DateType.
|
| PyDelta_Check⚠ | Check if op is a PyDateTimeAPI.DetaType or subtype.
|
| PyDelta_CheckExact⚠ | Check if op's type is exactly PyDateTimeAPI.DeltaType.
|
| PyDescr_NewClassMethod⚠ | |
| PyDescr_NewGetSet⚠ | |
| PyDescr_NewMember⚠ | |
| PyDescr_NewMethod⚠ | |
| PyDictItems_Check⚠ | |
| PyDictKeys_Check⚠ | |
| PyDictProxy_New⚠ | |
| PyDictValues_Check⚠ | |
| PyDictViewSet_Check⚠ | |
| PyDict_Check⚠ | |
| PyDict_CheckExact⚠ | |
| PyDict_Clear⚠ | |
| PyDict_Contains⚠ | |
| PyDict_Copy⚠ | |
| PyDict_DelItem⚠ | |
| PyDict_DelItemString⚠ | |
| PyDict_GetItem⚠ | |
| PyDict_GetItemString⚠ | |
| PyDict_GetItemWithError⚠ | |
| PyDict_Items⚠ | |
| PyDict_Keys⚠ | |
| PyDict_Merge⚠ | |
| PyDict_MergeFromSeq2⚠ | |
| PyDict_New⚠ | |
| PyDict_Next⚠ | |
| PyDict_SetItem⚠ | |
| PyDict_SetItemString⚠ | |
| PyDict_Size⚠ | |
| PyDict_Update⚠ | |
| PyDict_Values⚠ | |
| PyErr_BadArgument⚠ | |
| PyErr_BadInternalCall⚠ | |
| PyErr_CheckSignals⚠ | |
| PyErr_Clear⚠ | |
| PyErr_Display⚠ | |
| PyErr_ExceptionMatches⚠ | |
| PyErr_Fetch⚠ | |
| PyErr_Format⚠ | |
| PyErr_GetExcInfo⚠ | |
| PyErr_GivenExceptionMatches⚠ | |
| PyErr_NewException⚠ | |
| PyErr_NewExceptionWithDoc⚠ | |
| PyErr_NoMemory⚠ | |
| PyErr_NormalizeException⚠ | |
| PyErr_Occurred⚠ | |
| PyErr_Print⚠ | |
| PyErr_PrintEx⚠ | |
| PyErr_ProgramText⚠ | |
| PyErr_ResourceWarning⚠ | |
| PyErr_Restore⚠ | |
| PyErr_SetExcInfo⚠ | |
| PyErr_SetFromErrno⚠ | |
| PyErr_SetFromErrnoWithFilename⚠ | |
| PyErr_SetFromErrnoWithFilenameObject⚠ | |
| PyErr_SetFromErrnoWithFilenameObjects⚠ | |
| PyErr_SetImportError⚠ | |
| PyErr_SetImportErrorSubclass⚠ | |
| PyErr_SetInterrupt⚠ | |
| PyErr_SetNone⚠ | |
| PyErr_SetObject⚠ | |
| PyErr_SetString⚠ | |
| PyErr_SyntaxLocation⚠ | |
| PyErr_SyntaxLocationEx⚠ | |
| PyErr_WarnEx⚠ | |
| PyErr_WarnExplicit⚠ | |
| PyErr_WarnFormat⚠ | |
| PyErr_WriteUnraisable⚠ | |
| PyEval_AcquireLock⚠ | |
| PyEval_AcquireThread⚠ | |
| PyEval_CallFunction⚠ | |
| PyEval_CallMethod⚠ | |
| PyEval_CallObject⚠ | |
| PyEval_CallObjectWithKeywords⚠ | |
| PyEval_EvalCode⚠ | |
| PyEval_EvalCodeEx⚠ | |
| PyEval_EvalFrame⚠ | |
| PyEval_EvalFrameEx⚠ | |
| PyEval_GetBuiltins⚠ | |
| PyEval_GetCallStats⚠ | |
| PyEval_GetFrame⚠ | |
| PyEval_GetFuncDesc⚠ | |
| PyEval_GetFuncName⚠ | |
| PyEval_GetGlobals⚠ | |
| PyEval_GetLocals⚠ | |
| PyEval_InitThreads⚠ | |
| PyEval_ReInitThreads⚠ | |
| PyEval_ReleaseLock⚠ | |
| PyEval_ReleaseThread⚠ | |
| PyEval_RestoreThread⚠ | |
| PyEval_SaveThread⚠ | |
| PyEval_ThreadsInitialized⚠ | |
| PyExceptionClass_Check⚠ | |
| PyExceptionInstance_Check⚠ | |
| PyExceptionInstance_Class⚠ | |
| PyException_GetCause⚠ | |
| PyException_GetContext⚠ | |
| PyException_GetTraceback⚠ | |
| PyException_SetCause⚠ | |
| PyException_SetContext⚠ | |
| PyException_SetTraceback⚠ | |
| PyFile_FromFd⚠ | |
| PyFile_GetLine⚠ | |
| PyFile_WriteObject⚠ | |
| PyFile_WriteString⚠ | |
| PyFloat_AS_DOUBLE⚠ | |
| PyFloat_AsDouble⚠ | |
| PyFloat_Check⚠ | |
| PyFloat_CheckExact⚠ | |
| PyFloat_FromDouble⚠ | |
| PyFloat_FromString⚠ | |
| PyFloat_GetInfo⚠ | |
| PyFloat_GetMax⚠ | |
| PyFloat_GetMin⚠ | |
| PyFrozenSet_Check⚠ | |
| PyFrozenSet_CheckExact⚠ | |
| PyFrozenSet_New⚠ | |
| PyFuture_FromAST⚠ | |
| PyFuture_FromASTObject⚠ | |
| PyGC_Collect⚠ | |
| PyGILState_Ensure⚠ | |
| PyGILState_GetThisThreadState⚠ | |
| PyGILState_Release⚠ | |
| PyGen_Check⚠ | |
| PyGen_CheckExact⚠ | |
| PyGen_NeedsFinalizing⚠ | |
| PyGen_New⚠ | |
| PyHash_GetFuncDef⚠ | |
| PyHeapType_GET_MEMBERS⚠ | |
| PyImport_AddModule⚠ | |
| PyImport_AddModuleObject⚠ | |
| PyImport_AppendInittab⚠ | |
| PyImport_Cleanup⚠ | |
| PyImport_ExecCodeModule⚠ | |
| PyImport_ExecCodeModuleEx⚠ | |
| PyImport_ExecCodeModuleObject⚠ | |
| PyImport_ExecCodeModuleWithPathnames⚠ | |
| PyImport_GetImporter⚠ | |
| PyImport_GetMagicNumber⚠ | |
| PyImport_GetMagicTag⚠ | |
| PyImport_GetModuleDict⚠ | |
| PyImport_Import⚠ | |
| PyImport_ImportFrozenModule⚠ | |
| PyImport_ImportFrozenModuleObject⚠ | |
| PyImport_ImportModule⚠ | |
| PyImport_ImportModuleEx⚠ | |
| PyImport_ImportModuleLevel⚠ | |
| PyImport_ImportModuleLevelObject⚠ | |
| PyImport_ImportModuleNoBlock⚠ | |
| PyImport_ReloadModule⚠ | |
| PyIndex_Check⚠ | |
| PyInterpreterState_Clear⚠ | |
| PyInterpreterState_Delete⚠ | |
| PyInterpreterState_New⚠ | |
| PyIter_Check⚠ | |
| PyIter_Next⚠ | |
| PyList_Append⚠ | |
| PyList_AsTuple⚠ | |
| PyList_Check⚠ | |
| PyList_CheckExact⚠ | |
| PyList_GET_ITEM⚠ | Macro, trading safety for speed
|
| 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_AsLongAndOverflow⚠ | |
| PyLong_AsLongLong⚠ | |
| PyLong_AsLongLongAndOverflow⚠ | |
| PyLong_AsSize_t⚠ | |
| PyLong_AsSsize_t⚠ | |
| PyLong_AsUnsignedLong⚠ | |
| PyLong_AsUnsignedLongLong⚠ | |
| PyLong_AsUnsignedLongLongMask⚠ | |
| PyLong_AsUnsignedLongMask⚠ | |
| PyLong_AsVoidPtr⚠ | |
| PyLong_Check⚠ | |
| PyLong_CheckExact⚠ | |
| PyLong_FromDouble⚠ | |
| PyLong_FromLong⚠ | |
| PyLong_FromLongLong⚠ | |
| PyLong_FromSize_t⚠ | |
| PyLong_FromSsize_t⚠ | |
| PyLong_FromString⚠ | |
| PyLong_FromUnsignedLong⚠ | |
| PyLong_FromUnsignedLongLong⚠ | |
| PyLong_FromVoidPtr⚠ | |
| PyLong_GetInfo⚠ | |
| PyMapping_Check⚠ | |
| PyMapping_DelItem⚠ | |
| PyMapping_DelItemString⚠ | |
| PyMapping_GetItemString⚠ | |
| PyMapping_HasKey⚠ | |
| PyMapping_HasKeyString⚠ | |
| PyMapping_Items⚠ | |
| PyMapping_Keys⚠ | |
| PyMapping_Length⚠ | |
| PyMapping_SetItemString⚠ | |
| PyMapping_Size⚠ | |
| PyMapping_Values⚠ | |
| PyMarshal_ReadObjectFromString⚠ | |
| PyMarshal_WriteObjectToString⚠ | |
| PyMem_Calloc⚠ | |
| PyMem_Free⚠ | |
| PyMem_GetAllocator⚠ | |
| PyMem_Malloc⚠ | |
| PyMem_RawCalloc⚠ | |
| PyMem_RawFree⚠ | |
| PyMem_RawMalloc⚠ | |
| PyMem_RawRealloc⚠ | |
| PyMem_Realloc⚠ | |
| PyMem_SetAllocator⚠ | |
| PyMem_SetupDebugHooks⚠ | |
| PyMemoryView_Check⚠ | |
| PyMemoryView_FromMemory⚠ | |
| PyMemoryView_FromObject⚠ | |
| PyMemoryView_GetContiguous⚠ | |
| PyModuleDef_Init⚠ | |
| PyModule_AddFunctions⚠ | |
| PyModule_AddIntConstant⚠ | |
| PyModule_AddObject⚠ | |
| PyModule_AddStringConstant⚠ | |
| PyModule_Check⚠ | |
| PyModule_CheckExact⚠ | |
| PyModule_Create⚠ | |
| PyModule_Create2⚠ | |
| PyModule_ExecDef⚠ | |
| PyModule_FromDefAndSpec⚠ | |
| PyModule_FromDefAndSpec2⚠ | |
| PyModule_GetDef⚠ | |
| PyModule_GetDict⚠ | |
| PyModule_GetFilename⚠ | |
| PyModule_GetFilenameObject⚠ | |
| PyModule_GetName⚠ | |
| PyModule_GetNameObject⚠ | |
| PyModule_GetState⚠ | |
| PyModule_New⚠ | |
| PyModule_NewObject⚠ | |
| PyModule_SetDocString⚠ | |
| PyNode_Compile⚠ | |
| PyNumber_Absolute⚠ | |
| PyNumber_Add⚠ | |
| PyNumber_And⚠ | |
| PyNumber_AsSsize_t⚠ | |
| PyNumber_Check⚠ | |
| PyNumber_Divmod⚠ | |
| PyNumber_Float⚠ | |
| PyNumber_FloorDivide⚠ | |
| PyNumber_InPlaceAdd⚠ | |
| PyNumber_InPlaceAnd⚠ | |
| PyNumber_InPlaceFloorDivide⚠ | |
| PyNumber_InPlaceLshift⚠ | |
| PyNumber_InPlaceMatrixMultiply⚠ | |
| PyNumber_InPlaceMultiply⚠ | |
| PyNumber_InPlaceOr⚠ | |
| PyNumber_InPlacePower⚠ | |
| PyNumber_InPlaceRemainder⚠ | |
| PyNumber_InPlaceRshift⚠ | |
| PyNumber_InPlaceSubtract⚠ | |
| PyNumber_InPlaceTrueDivide⚠ | |
| PyNumber_InPlaceXor⚠ | |
| PyNumber_Index⚠ | |
| PyNumber_Invert⚠ | |
| PyNumber_Long⚠ | |
| PyNumber_Lshift⚠ | |
| PyNumber_MatrixMultiply⚠ | |
| PyNumber_Multiply⚠ | |
| PyNumber_Negative⚠ | |
| PyNumber_Or⚠ | |
| PyNumber_Positive⚠ | |
| PyNumber_Power⚠ | |
| PyNumber_Remainder⚠ | |
| PyNumber_Rshift⚠ | |
| PyNumber_Subtract⚠ | |
| PyNumber_ToBase⚠ | |
| PyNumber_TrueDivide⚠ | |
| PyNumber_Xor⚠ | |
| PyOS_AfterFork⚠ | |
| PyOS_FSPath⚠ | |
| PyOS_InitInterrupts⚠ | |
| PyOS_InterruptOccurred⚠ | |
| PyOS_double_to_string⚠ | |
| PyOS_string_to_double⚠ | |
| PyOS_strtol⚠ | |
| PyOS_strtoul⚠ | |
| PyObject_ASCII⚠ | |
| PyObject_AsCharBuffer⚠ | |
| PyObject_AsReadBuffer⚠ | |
| PyObject_AsWriteBuffer⚠ | |
| PyObject_Bytes⚠ | |
| PyObject_Call⚠ | |
| PyObject_CallFinalizer⚠ | |
| PyObject_CallFinalizerFromDealloc⚠ | |
| PyObject_CallFunction⚠ | |
| PyObject_CallFunctionObjArgs⚠ | |
| PyObject_CallMethod⚠ | |
| PyObject_CallMethodObjArgs⚠ | |
| PyObject_CallObject⚠ | |
| PyObject_Calloc⚠ | |
| PyObject_Check | |
| PyObject_CheckBuffer⚠ | |
| PyObject_CheckReadBuffer⚠ | |
| PyObject_ClearWeakRefs⚠ | |
| PyObject_CopyData⚠ | |
| PyObject_DelAttr⚠ | |
| PyObject_DelAttrString⚠ | |
| PyObject_DelItem⚠ | |
| PyObject_DelItemString⚠ | |
| PyObject_Dir⚠ | |
| PyObject_Format⚠ | |
| PyObject_Free⚠ | |
| PyObject_GC_Del⚠ | |
| PyObject_GC_Track⚠ | |
| PyObject_GC_UnTrack⚠ | |
| PyObject_GET_WEAKREFS_LISTPTR⚠ | |
| PyObject_GenericGetAttr⚠ | |
| PyObject_GenericGetDict⚠ | |
| PyObject_GenericSetAttr⚠ | |
| PyObject_GenericSetDict⚠ | |
| PyObject_GetArenaAllocator⚠ | |
| PyObject_GetAttr⚠ | |
| PyObject_GetAttrString⚠ | |
| PyObject_GetBuffer⚠ | |
| PyObject_GetItem⚠ | |
| PyObject_GetIter⚠ | |
| PyObject_HasAttr⚠ | |
| PyObject_HasAttrString⚠ | |
| PyObject_Hash⚠ | |
| PyObject_HashNotImplemented⚠ | |
| PyObject_IS_GC⚠ | Test if an object has a GC head
|
| PyObject_Init⚠ | |
| PyObject_InitVar⚠ | |
| PyObject_IsInstance⚠ | |
| PyObject_IsSubclass⚠ | |
| PyObject_IsTrue⚠ | |
| PyObject_Length⚠ | |
| PyObject_LengthHint⚠ | |
| PyObject_Malloc⚠ | |
| PyObject_Not⚠ | |
| PyObject_Print⚠ | |
| PyObject_Realloc⚠ | |
| PyObject_Repr⚠ | |
| PyObject_RichCompare⚠ | |
| PyObject_RichCompareBool⚠ | |
| PyObject_SelfIter⚠ | |
| PyObject_SetArenaAllocator⚠ | |
| PyObject_SetAttr⚠ | |
| PyObject_SetAttrString⚠ | |
| PyObject_SetItem⚠ | |
| PyObject_Size⚠ | |
| PyObject_Str⚠ | |
| PyObject_Type⚠ | |
| PyObject_TypeCheck⚠ | |
| PyParser_ASTFromFile⚠ | |
| PyParser_ASTFromFileObject⚠ | |
| PyParser_ASTFromString⚠ | |
| PyParser_ASTFromStringObject⚠ | |
| PyParser_SimpleParseFile⚠ | |
| PyParser_SimpleParseFileFlags⚠ | |
| PyParser_SimpleParseString⚠ | |
| PyParser_SimpleParseStringFlags⚠ | |
| PyParser_SimpleParseStringFlagsFilename⚠ | |
| PyRange_Check⚠ | |
| PyRun_AnyFileExFlags⚠ | |
| PyRun_AnyFileFlags⚠ | |
| PyRun_FileExFlags⚠ | |
| PyRun_InteractiveLoopFlags⚠ | |
| PyRun_InteractiveOneFlags⚠ | |
| PyRun_InteractiveOneObject⚠ | |
| PyRun_SimpleFileExFlags⚠ | |
| PyRun_SimpleStringFlags⚠ | |
| PyRun_StringFlags⚠ | |
| PySeqIter_Check⚠ | |
| PySeqIter_New⚠ | |
| PySequence_Check⚠ | |
| PySequence_Concat⚠ | |
| PySequence_Contains⚠ | |
| PySequence_Count⚠ | |
| PySequence_DelItem⚠ | |
| PySequence_DelSlice⚠ | |
| PySequence_Fast⚠ | |
| PySequence_GetItem⚠ | |
| PySequence_GetSlice⚠ | |
| PySequence_In⚠ | |
| PySequence_InPlaceConcat⚠ | |
| PySequence_InPlaceRepeat⚠ | |
| 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⚠ | |
| PySlice_Check⚠ | |
| PySlice_GetIndices⚠ | |
| PySlice_GetIndicesEx⚠ | |
| PySlice_New⚠ | |
| PyState_FindModule⚠ | |
| PyStructSequence_GetItem⚠ | |
| PyStructSequence_New⚠ | |
| PyStructSequence_NewType⚠ | |
| PyStructSequence_SetItem⚠ | |
| PySuper_Check | |
| PySys_AddWarnOption⚠ | |
| PySys_AddWarnOptionUnicode⚠ | |
| PySys_AddXOption⚠ | |
| PySys_FormatStderr⚠ | |
| PySys_FormatStdout⚠ | |
| PySys_GetObject⚠ | |
| PySys_GetXOptions⚠ | |
| PySys_HasWarnOptions⚠ | |
| PySys_ResetWarnOptions⚠ | |
| PySys_SetArgv⚠ | |
| PySys_SetArgvEx⚠ | |
| PySys_SetObject⚠ | |
| PySys_SetPath⚠ | |
| PySys_WriteStderr⚠ | |
| PySys_WriteStdout⚠ | |
| PyTZInfo_Check⚠ | Check if op is a PyDateTimeAPI.TZInfoType or subtype.
|
| PyTZInfo_CheckExact⚠ | Check if op's type is exactly PyDateTimeAPI.TZInfoType.
|
| PyThreadState_Clear⚠ | |
| PyThreadState_Delete⚠ | |
| PyThreadState_DeleteCurrent⚠ | |
| PyThreadState_GET⚠ | |
| PyThreadState_Get⚠ | |
| PyThreadState_GetDict⚠ | |
| PyThreadState_New⚠ | |
| PyThreadState_SetAsyncExc⚠ | |
| PyThreadState_Swap⚠ | |
| PyTime_Check⚠ | Check if op is a PyDateTimeAPI.TimeType or subtype.
|
| PyTime_CheckExact⚠ | Check if op's type is exactly PyDateTimeAPI.TimeType.
|
| PyTraceBack_Check⚠ | |
| PyTraceBack_Here⚠ | |
| PyTraceBack_Print⚠ | |
| PyTuple_Check⚠ | |
| PyTuple_CheckExact⚠ | |
| PyTuple_ClearFreeList⚠ | |
| PyTuple_GET_ITEM⚠ | Macro, trading safety for speed
|
| 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_CheckExact⚠ | |
| PyType_ClearCache⚠ | |
| PyType_FastSubclass⚠ | |
| PyType_FromSpec⚠ | |
| PyType_FromSpecWithBases⚠ | |
| PyType_GenericAlloc⚠ | |
| PyType_GenericNew⚠ | |
| PyType_GetFlags⚠ | |
| 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
|
| PyUnicodeDecodeError_Create⚠ | |
| PyUnicodeDecodeError_GetEncoding⚠ | |
| PyUnicodeDecodeError_GetEnd⚠ | |
| PyUnicodeDecodeError_GetObject⚠ | |
| PyUnicodeDecodeError_GetReason⚠ | |
| PyUnicodeDecodeError_GetStart⚠ | |
| PyUnicodeDecodeError_SetEnd⚠ | |
| PyUnicodeDecodeError_SetReason⚠ | |
| PyUnicodeDecodeError_SetStart⚠ | |
| PyUnicodeEncodeError_GetEncoding⚠ | |
| PyUnicodeEncodeError_GetEnd⚠ | |
| PyUnicodeEncodeError_GetObject⚠ | |
| PyUnicodeEncodeError_GetReason⚠ | |
| PyUnicodeEncodeError_GetStart⚠ | |
| PyUnicodeEncodeError_SetEnd⚠ | |
| PyUnicodeEncodeError_SetReason⚠ | |
| PyUnicodeEncodeError_SetStart⚠ | |
| PyUnicodeTranslateError_GetEnd⚠ | |
| PyUnicodeTranslateError_GetObject⚠ | |
| PyUnicodeTranslateError_GetReason⚠ | |
| PyUnicodeTranslateError_GetStart⚠ | |
| PyUnicodeTranslateError_SetEnd⚠ | |
| PyUnicodeTranslateError_SetReason⚠ | |
| PyUnicodeTranslateError_SetStart⚠ | |
| PyUnicode_Append⚠ | |
| PyUnicode_AppendAndDel⚠ | |
| PyUnicode_AsASCIIString⚠ | |
| PyUnicode_AsCharmapString⚠ | |
| PyUnicode_AsDecodedObject⚠ | |
| PyUnicode_AsDecodedUnicode⚠ | |
| PyUnicode_AsEncodedObject⚠ | |
| PyUnicode_AsEncodedString⚠ | |
| PyUnicode_AsEncodedUnicode⚠ | |
| PyUnicode_AsLatin1String⚠ | |
| PyUnicode_AsRawUnicodeEscapeString⚠ | |
| PyUnicode_AsUCS4⚠ | |
| PyUnicode_AsUCS4Copy⚠ | |
| PyUnicode_AsUTF8AndSize⚠ | |
| PyUnicode_AsUTF8⚠ | |
| PyUnicode_AsUTF8String⚠ | |
| PyUnicode_AsUTF16String⚠ | |
| PyUnicode_AsUTF32String⚠ | |
| PyUnicode_AsUnicode⚠ | |
| PyUnicode_AsUnicodeAndSize⚠ | |
| PyUnicode_AsUnicodeCopy⚠ | |
| PyUnicode_AsUnicodeEscapeString⚠ | |
| PyUnicode_AsWideChar⚠ | |
| PyUnicode_AsWideCharString⚠ | |
| PyUnicode_BuildEncodingMap⚠ | |
| PyUnicode_Check⚠ | |
| PyUnicode_CheckExact⚠ | |
| PyUnicode_ClearFreeList⚠ | |
| PyUnicode_Compare⚠ | |
| PyUnicode_CompareWithASCIIString⚠ | |
| PyUnicode_Concat⚠ | |
| PyUnicode_Contains⚠ | |
| PyUnicode_CopyCharacters⚠ | |
| PyUnicode_Count⚠ | |
| PyUnicode_Decode⚠ | |
| PyUnicode_DecodeASCII⚠ | |
| PyUnicode_DecodeCharmap⚠ | |
| PyUnicode_DecodeFSDefault⚠ | |
| PyUnicode_DecodeFSDefaultAndSize⚠ | |
| PyUnicode_DecodeLatin1⚠ | |
| PyUnicode_DecodeLocale⚠ | |
| PyUnicode_DecodeLocaleAndSize⚠ | |
| PyUnicode_DecodeRawUnicodeEscape⚠ | |
| PyUnicode_DecodeUTF7⚠ | |
| PyUnicode_DecodeUTF7Stateful⚠ | |
| PyUnicode_DecodeUTF8⚠ | |
| PyUnicode_DecodeUTF8Stateful⚠ | |
| PyUnicode_DecodeUTF16⚠ | |
| PyUnicode_DecodeUTF16Stateful⚠ | |
| PyUnicode_DecodeUTF32⚠ | |
| PyUnicode_DecodeUTF32Stateful⚠ | |
| PyUnicode_DecodeUnicodeEscape⚠ | |
| PyUnicode_Encode⚠ | |
| PyUnicode_EncodeASCII⚠ | |
| PyUnicode_EncodeCharmap⚠ | |
| PyUnicode_EncodeDecimal⚠ | |
| PyUnicode_EncodeFSDefault⚠ | |
| PyUnicode_EncodeLatin1⚠ | |
| PyUnicode_EncodeLocale⚠ | |
| PyUnicode_EncodeRawUnicodeEscape⚠ | |
| PyUnicode_EncodeUTF7⚠ | |
| PyUnicode_EncodeUTF8⚠ | |
| PyUnicode_EncodeUTF16⚠ | |
| PyUnicode_EncodeUTF32⚠ | |
| PyUnicode_EncodeUnicodeEscape⚠ | |
| PyUnicode_FSConverter⚠ | |
| PyUnicode_FSDecoder⚠ | |
| PyUnicode_Fill⚠ | |
| PyUnicode_Find⚠ | |
| PyUnicode_FindChar⚠ | |
| PyUnicode_Format⚠ | |
| PyUnicode_FromEncodedObject⚠ | |
| PyUnicode_FromFormat⚠ | |
| PyUnicode_FromKindAndData⚠ | |
| PyUnicode_FromObject⚠ | |
| PyUnicode_FromOrdinal⚠ | |
| PyUnicode_FromString⚠ | |
| PyUnicode_FromStringAndSize⚠ | |
| PyUnicode_FromUnicode⚠ | |
| PyUnicode_FromWideChar⚠ | |
| PyUnicode_GetDefaultEncoding⚠ | |
| PyUnicode_GetLength⚠ | |
| PyUnicode_GetMax⚠ | |
| PyUnicode_GetSize⚠ | |
| PyUnicode_InternFromString⚠ | |
| PyUnicode_InternImmortal⚠ | |
| PyUnicode_InternInPlace⚠ | |
| PyUnicode_IsIdentifier⚠ | |
| PyUnicode_Join⚠ | |
| PyUnicode_New⚠ | |
| PyUnicode_Partition⚠ | |
| PyUnicode_RPartition⚠ | |
| PyUnicode_RSplit⚠ | |
| PyUnicode_ReadChar⚠ | |
| PyUnicode_Replace⚠ | |
| PyUnicode_Resize⚠ | |
| PyUnicode_RichCompare⚠ | |
| PyUnicode_Split⚠ | |
| PyUnicode_Splitlines⚠ | |
| PyUnicode_Substring⚠ | |
| PyUnicode_Tailmatch⚠ | |
| PyUnicode_TransformDecimalToASCII⚠ | |
| PyUnicode_Translate⚠ | |
| PyUnicode_TranslateCharmap⚠ | |
| PyUnicode_WriteChar⚠ | |
| PyWeakref_Check⚠ | |
| PyWeakref_CheckProxy⚠ | |
| PyWeakref_CheckRef⚠ | |
| PyWeakref_CheckRefExact⚠ | |
| PyWeakref_GetObject⚠ | |
| PyWeakref_NewProxy⚠ | |
| PyWeakref_NewRef⚠ | |
| PyWrapper_New⚠ | |
| Py_AddPendingCall⚠ | |
| Py_AtExit⚠ | |
| Py_BuildValue⚠ | |
| Py_CLEAR⚠ | |
| Py_CompileString⚠ | |
| Py_CompileStringExFlags⚠ | |
| Py_CompileStringObject⚠ | |
| Py_DECREF⚠ | |
| Py_DecRef⚠ | |
| Py_DecodeLocale⚠ | |
| Py_Ellipsis⚠ | |
| Py_EndInterpreter⚠ | |
| Py_Exit⚠ | |
| Py_False⚠ | |
| Py_FatalError⚠ | |
| Py_Finalize⚠ | |
| Py_GetBuildInfo⚠ | |
| Py_GetCompiler⚠ | |
| Py_GetCopyright⚠ | |
| Py_GetExecPrefix⚠ | |
| Py_GetPath⚠ | |
| Py_GetPlatform⚠ | |
| Py_GetPrefix⚠ | |
| Py_GetProgramFullPath⚠ | |
| Py_GetProgramName⚠ | |
| Py_GetPythonHome⚠ | |
| Py_GetRecursionLimit⚠ | |
| Py_GetVersion⚠ | |
| Py_INCREF⚠ | |
| Py_IncRef⚠ | |
| Py_Initialize⚠ | |
| Py_InitializeEx⚠ | |
| Py_IsInitialized⚠ | |
| Py_Main⚠ | |
| Py_MakePendingCalls⚠ | |
| Py_NewInterpreter⚠ | |
| Py_None⚠ | |
| Py_NotImplemented⚠ | |
| Py_REFCNT⚠ | |
| Py_ReprEnter⚠ | |
| Py_ReprLeave⚠ | |
| Py_SIZE⚠ | |
| Py_SetPath⚠ | |
| Py_SetProgramName⚠ | |
| Py_SetPythonHome⚠ | |
| Py_SetRecursionLimit⚠ | |
| Py_SymtableString⚠ | |
| Py_SymtableStringObject⚠ | |
| Py_TYPE⚠ | |
| Py_True⚠ | |
| Py_XDECREF⚠ | |
| Py_XINCREF⚠ | |
| _PyBytes_Resize⚠ | |
| _PyCode_GetExtra⚠ | |
| _PyCode_SetExtra⚠ | |
| _PyDict_Contains⚠ | |
| _PyDict_Next⚠ | |
| _PyDict_SetItem_KnownHash⚠ | |
| _PyErr_BadInternalCall⚠ | |
| _PyEval_EvalFrameDefault⚠ | |
| _PyEval_RequestCodeExtraIndex⚠ | |
| _PyLong_AsByteArray⚠ | |
| _PyLong_FromByteArray⚠ | |
| _PyLong_NumBits⚠ | |
| _PyObject_GC_Calloc⚠ | |
| _PyObject_GC_Malloc⚠ | |
| _PyObject_GC_New⚠ | |
| _PyObject_GC_NewVar⚠ | |
| _PyObject_GC_Resize⚠ | |
| _PyObject_GetDictPtr⚠ | |
| _PyObject_New⚠ | |
| _PyObject_NewVar⚠ | |
| _PyObject_NextNotImplemented⚠ | |
| _PySet_NextEntry⚠ | |
| _Py_Dealloc⚠ | |
| _Py_GetAllocatedBlocks⚠ | |
| _Py_HashBytes⚠ | |
| _Py_c_abs⚠ | |
| _Py_c_diff⚠ | |
| _Py_c_neg⚠ | |
| _Py_c_pow⚠ | |
| _Py_c_prod⚠ | |
| _Py_c_quot⚠ | |
| _Py_c_sum⚠ | |