python312.def 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703
  1. LIBRARY python312.dll
  2. EXPORTS
  3. PyAIter_Check
  4. PyArg_Parse
  5. PyArg_ParseTuple
  6. PyArg_ParseTupleAndKeywords
  7. PyArg_UnpackTuple
  8. PyArg_VaParse
  9. PyArg_VaParseTupleAndKeywords
  10. PyArg_ValidateKeywordArguments
  11. PyAsyncGen_New
  12. PyAsyncGen_Type
  13. PyBaseObject_Type
  14. PyBool_FromLong
  15. PyBool_Type
  16. PyBuffer_FillContiguousStrides
  17. PyBuffer_FillInfo
  18. PyBuffer_FromContiguous
  19. PyBuffer_GetPointer
  20. PyBuffer_IsContiguous
  21. PyBuffer_Release
  22. PyBuffer_SizeFromFormat
  23. PyBuffer_ToContiguous
  24. PyByteArrayIter_Type
  25. PyByteArray_AsString
  26. PyByteArray_Concat
  27. PyByteArray_FromObject
  28. PyByteArray_FromStringAndSize
  29. PyByteArray_Resize
  30. PyByteArray_Size
  31. PyByteArray_Type
  32. PyBytesIter_Type
  33. PyBytes_AsString
  34. PyBytes_AsStringAndSize
  35. PyBytes_Concat
  36. PyBytes_ConcatAndDel
  37. PyBytes_DecodeEscape
  38. PyBytes_FromFormat
  39. PyBytes_FromFormatV
  40. PyBytes_FromObject
  41. PyBytes_FromString
  42. PyBytes_FromStringAndSize
  43. PyBytes_Repr
  44. PyBytes_Size
  45. PyBytes_Type
  46. PyCFunction_Call
  47. PyCFunction_GetFlags
  48. PyCFunction_GetFunction
  49. PyCFunction_GetSelf
  50. PyCFunction_New
  51. PyCFunction_NewEx
  52. PyCFunction_Type
  53. PyCMethod_New
  54. PyCMethod_Type
  55. PyCallIter_New
  56. PyCallIter_Type
  57. PyCallable_Check
  58. PyCapsule_GetContext
  59. PyCapsule_GetDestructor
  60. PyCapsule_GetName
  61. PyCapsule_GetPointer
  62. PyCapsule_Import
  63. PyCapsule_IsValid
  64. PyCapsule_New
  65. PyCapsule_SetContext
  66. PyCapsule_SetDestructor
  67. PyCapsule_SetName
  68. PyCapsule_SetPointer
  69. PyCapsule_Type
  70. PyCell_Get
  71. PyCell_New
  72. PyCell_Set
  73. PyCell_Type
  74. PyClassMethodDescr_Type
  75. PyClassMethod_New
  76. PyClassMethod_Type
  77. PyCode_AddWatcher
  78. PyCode_Addr2Line
  79. PyCode_Addr2Location
  80. PyCode_ClearWatcher
  81. PyCode_GetCellvars
  82. PyCode_GetCode
  83. PyCode_GetFreevars
  84. PyCode_GetVarnames
  85. PyCode_NewEmpty
  86. PyCode_Optimize
  87. PyCode_Type
  88. PyCodec_BackslashReplaceErrors
  89. PyCodec_Decode
  90. PyCodec_Decoder
  91. PyCodec_Encode
  92. PyCodec_Encoder
  93. PyCodec_IgnoreErrors
  94. PyCodec_IncrementalDecoder
  95. PyCodec_IncrementalEncoder
  96. PyCodec_KnownEncoding
  97. PyCodec_LookupError
  98. PyCodec_NameReplaceErrors
  99. PyCodec_Register
  100. PyCodec_RegisterError
  101. PyCodec_ReplaceErrors
  102. PyCodec_StreamReader
  103. PyCodec_StreamWriter
  104. PyCodec_StrictErrors
  105. PyCodec_Unregister
  106. PyCodec_XMLCharRefReplaceErrors
  107. PyCompile_OpcodeStackEffect
  108. PyCompile_OpcodeStackEffectWithJump
  109. PyComplex_AsCComplex
  110. PyComplex_FromCComplex
  111. PyComplex_FromDoubles
  112. PyComplex_ImagAsDouble
  113. PyComplex_RealAsDouble
  114. PyComplex_Type
  115. PyConfig_Clear
  116. PyConfig_InitIsolatedConfig
  117. PyConfig_InitPythonConfig
  118. PyConfig_Read
  119. PyConfig_SetArgv
  120. PyConfig_SetBytesArgv
  121. PyConfig_SetBytesString
  122. PyConfig_SetString
  123. PyConfig_SetWideStringList
  124. PyContextToken_Type
  125. PyContextVar_Get
  126. PyContextVar_New
  127. PyContextVar_Reset
  128. PyContextVar_Set
  129. PyContextVar_Type
  130. PyContext_Copy
  131. PyContext_CopyCurrent
  132. PyContext_Enter
  133. PyContext_Exit
  134. PyContext_New
  135. PyContext_Type
  136. PyCoro_New
  137. PyCoro_Type
  138. PyDescr_IsData
  139. PyDescr_NewClassMethod
  140. PyDescr_NewGetSet
  141. PyDescr_NewMember
  142. PyDescr_NewMethod
  143. PyDescr_NewWrapper
  144. PyDictItems_Type
  145. PyDictIterItem_Type
  146. PyDictIterKey_Type
  147. PyDictIterValue_Type
  148. PyDictKeys_Type
  149. PyDictProxy_New
  150. PyDictProxy_Type
  151. PyDictRevIterItem_Type
  152. PyDictRevIterKey_Type
  153. PyDictRevIterValue_Type
  154. PyDictValues_Type
  155. PyDict_AddWatcher
  156. PyDict_Clear
  157. PyDict_ClearWatcher
  158. PyDict_Contains
  159. PyDict_Copy
  160. PyDict_DelItem
  161. PyDict_DelItemString
  162. PyDict_GetItem
  163. PyDict_GetItemString
  164. PyDict_GetItemWithError
  165. PyDict_Items
  166. PyDict_Keys
  167. PyDict_Merge
  168. PyDict_MergeFromSeq2
  169. PyDict_New
  170. PyDict_Next
  171. PyDict_SetDefault
  172. PyDict_SetItem
  173. PyDict_SetItemString
  174. PyDict_Size
  175. PyDict_Type
  176. PyDict_Unwatch
  177. PyDict_Update
  178. PyDict_Values
  179. PyDict_Watch
  180. PyEllipsis_Type
  181. PyEnum_Type
  182. PyErr_BadArgument
  183. PyErr_BadInternalCall
  184. PyErr_CheckSignals
  185. PyErr_Clear
  186. PyErr_Display
  187. PyErr_DisplayException
  188. PyErr_ExceptionMatches
  189. PyErr_Fetch
  190. PyErr_Format
  191. PyErr_FormatV
  192. PyErr_GetExcInfo
  193. PyErr_GetHandledException
  194. PyErr_GetRaisedException
  195. PyErr_GivenExceptionMatches
  196. PyErr_NewException
  197. PyErr_NewExceptionWithDoc
  198. PyErr_NoMemory
  199. PyErr_NormalizeException
  200. PyErr_Occurred
  201. PyErr_Print
  202. PyErr_PrintEx
  203. PyErr_ProgramText
  204. PyErr_ProgramTextObject
  205. PyErr_RangedSyntaxLocationObject
  206. PyErr_ResourceWarning
  207. PyErr_Restore
  208. PyErr_SetExcFromWindowsErr
  209. PyErr_SetExcFromWindowsErrWithFilename
  210. PyErr_SetExcFromWindowsErrWithFilenameObject
  211. PyErr_SetExcFromWindowsErrWithFilenameObjects
  212. PyErr_SetExcInfo
  213. PyErr_SetFromErrno
  214. PyErr_SetFromErrnoWithFilename
  215. PyErr_SetFromErrnoWithFilenameObject
  216. PyErr_SetFromErrnoWithFilenameObjects
  217. PyErr_SetFromWindowsErr
  218. PyErr_SetFromWindowsErrWithFilename
  219. PyErr_SetHandledException
  220. PyErr_SetImportError
  221. PyErr_SetImportErrorSubclass
  222. PyErr_SetInterrupt
  223. PyErr_SetInterruptEx
  224. PyErr_SetNone
  225. PyErr_SetObject
  226. PyErr_SetRaisedException
  227. PyErr_SetString
  228. PyErr_SyntaxLocation
  229. PyErr_SyntaxLocationEx
  230. PyErr_SyntaxLocationObject
  231. PyErr_WarnEx
  232. PyErr_WarnExplicit
  233. PyErr_WarnExplicitFormat
  234. PyErr_WarnExplicitObject
  235. PyErr_WarnFormat
  236. PyErr_WriteUnraisable
  237. PyEval_AcquireLock
  238. PyEval_AcquireThread
  239. PyEval_CallFunction
  240. PyEval_CallMethod
  241. PyEval_CallObjectWithKeywords
  242. PyEval_EvalCode
  243. PyEval_EvalCodeEx
  244. PyEval_EvalFrame
  245. PyEval_EvalFrameEx
  246. PyEval_GetBuiltins
  247. PyEval_GetFrame
  248. PyEval_GetFuncDesc
  249. PyEval_GetFuncName
  250. PyEval_GetGlobals
  251. PyEval_GetLocals
  252. PyEval_InitThreads
  253. PyEval_MergeCompilerFlags
  254. PyEval_ReleaseLock
  255. PyEval_ReleaseThread
  256. PyEval_RestoreThread
  257. PyEval_SaveThread
  258. PyEval_SetProfile
  259. PyEval_SetProfileAllThreads
  260. PyEval_SetTrace
  261. PyEval_SetTraceAllThreads
  262. PyEval_ThreadsInitialized
  263. PyExc_ArithmeticError
  264. PyExc_AssertionError
  265. PyExc_AttributeError
  266. PyExc_BaseException
  267. PyExc_BaseExceptionGroup
  268. PyExc_BlockingIOError
  269. PyExc_BrokenPipeError
  270. PyExc_BufferError
  271. PyExc_BytesWarning
  272. PyExc_ChildProcessError
  273. PyExc_ConnectionAbortedError
  274. PyExc_ConnectionError
  275. PyExc_ConnectionRefusedError
  276. PyExc_ConnectionResetError
  277. PyExc_DeprecationWarning
  278. PyExc_EOFError
  279. PyExc_EncodingWarning
  280. PyExc_EnvironmentError
  281. PyExc_Exception
  282. PyExc_FileExistsError
  283. PyExc_FileNotFoundError
  284. PyExc_FloatingPointError
  285. PyExc_FutureWarning
  286. PyExc_GeneratorExit
  287. PyExc_IOError
  288. PyExc_ImportError
  289. PyExc_ImportWarning
  290. PyExc_IndentationError
  291. PyExc_IndexError
  292. PyExc_InterruptedError
  293. PyExc_IsADirectoryError
  294. PyExc_KeyError
  295. PyExc_KeyboardInterrupt
  296. PyExc_LookupError
  297. PyExc_MemoryError
  298. PyExc_ModuleNotFoundError
  299. PyExc_NameError
  300. PyExc_NotADirectoryError
  301. PyExc_NotImplementedError
  302. PyExc_OSError
  303. PyExc_OverflowError
  304. PyExc_PendingDeprecationWarning
  305. PyExc_PermissionError
  306. PyExc_ProcessLookupError
  307. PyExc_RecursionError
  308. PyExc_ReferenceError
  309. PyExc_ResourceWarning
  310. PyExc_RuntimeError
  311. PyExc_RuntimeWarning
  312. PyExc_StopAsyncIteration
  313. PyExc_StopIteration
  314. PyExc_SyntaxError
  315. PyExc_SyntaxWarning
  316. PyExc_SystemError
  317. PyExc_SystemExit
  318. PyExc_TabError
  319. PyExc_TimeoutError
  320. PyExc_TypeError
  321. PyExc_UnboundLocalError
  322. PyExc_UnicodeDecodeError
  323. PyExc_UnicodeEncodeError
  324. PyExc_UnicodeError
  325. PyExc_UnicodeTranslateError
  326. PyExc_UnicodeWarning
  327. PyExc_UserWarning
  328. PyExc_ValueError
  329. PyExc_Warning
  330. PyExc_WindowsError
  331. PyExc_ZeroDivisionError
  332. PyExceptionClass_Name
  333. PyException_GetArgs
  334. PyException_GetCause
  335. PyException_GetContext
  336. PyException_GetTraceback
  337. PyException_SetArgs
  338. PyException_SetCause
  339. PyException_SetContext
  340. PyException_SetTraceback
  341. PyFile_FromFd
  342. PyFile_GetLine
  343. PyFile_NewStdPrinter
  344. PyFile_OpenCode
  345. PyFile_OpenCodeObject
  346. PyFile_SetOpenCodeHook
  347. PyFile_WriteObject
  348. PyFile_WriteString
  349. PyFilter_Type
  350. PyFloat_AsDouble
  351. PyFloat_FromDouble
  352. PyFloat_FromString
  353. PyFloat_GetInfo
  354. PyFloat_GetMax
  355. PyFloat_GetMin
  356. PyFloat_Pack2
  357. PyFloat_Pack4
  358. PyFloat_Pack8
  359. PyFloat_Type
  360. PyFloat_Unpack2
  361. PyFloat_Unpack4
  362. PyFloat_Unpack8
  363. PyFrame_FastToLocals
  364. PyFrame_FastToLocalsWithError
  365. PyFrame_GetBack
  366. PyFrame_GetBuiltins
  367. PyFrame_GetCode
  368. PyFrame_GetGenerator
  369. PyFrame_GetGlobals
  370. PyFrame_GetLasti
  371. PyFrame_GetLineNumber
  372. PyFrame_GetLocals
  373. PyFrame_GetVar
  374. PyFrame_GetVarString
  375. PyFrame_LocalsToFast
  376. PyFrame_New
  377. PyFrame_Type
  378. PyFrozenSet_New
  379. PyFrozenSet_Type
  380. PyFunction_AddWatcher
  381. PyFunction_ClearWatcher
  382. PyFunction_GetAnnotations
  383. PyFunction_GetClosure
  384. PyFunction_GetCode
  385. PyFunction_GetDefaults
  386. PyFunction_GetGlobals
  387. PyFunction_GetKwDefaults
  388. PyFunction_GetModule
  389. PyFunction_New
  390. PyFunction_NewWithQualName
  391. PyFunction_SetAnnotations
  392. PyFunction_SetClosure
  393. PyFunction_SetDefaults
  394. PyFunction_SetKwDefaults
  395. PyFunction_SetVectorcall
  396. PyFunction_Type
  397. PyGC_Collect
  398. PyGC_Disable
  399. PyGC_Enable
  400. PyGC_IsEnabled
  401. PyGILState_Check
  402. PyGILState_Ensure
  403. PyGILState_GetThisThreadState
  404. PyGILState_Release
  405. PyGen_GetCode
  406. PyGen_New
  407. PyGen_NewWithQualName
  408. PyGen_Type
  409. PyGetSetDescr_Type
  410. PyHash_GetFuncDef
  411. PyImport_AddModule
  412. PyImport_AddModuleObject
  413. PyImport_AppendInittab
  414. PyImport_ExecCodeModule
  415. PyImport_ExecCodeModuleEx
  416. PyImport_ExecCodeModuleObject
  417. PyImport_ExecCodeModuleWithPathnames
  418. PyImport_ExtendInittab
  419. PyImport_FrozenModules
  420. PyImport_GetImporter
  421. PyImport_GetMagicNumber
  422. PyImport_GetMagicTag
  423. PyImport_GetModule
  424. PyImport_GetModuleDict
  425. PyImport_Import
  426. PyImport_ImportFrozenModule
  427. PyImport_ImportFrozenModuleObject
  428. PyImport_ImportModule
  429. PyImport_ImportModuleLevel
  430. PyImport_ImportModuleLevelObject
  431. PyImport_ImportModuleNoBlock
  432. PyImport_Inittab
  433. PyImport_ReloadModule
  434. PyIndex_Check
  435. PyInstanceMethod_Function
  436. PyInstanceMethod_New
  437. PyInstanceMethod_Type
  438. PyInterpreterState_Clear
  439. PyInterpreterState_Delete
  440. PyInterpreterState_Get
  441. PyInterpreterState_GetDict
  442. PyInterpreterState_GetID
  443. PyInterpreterState_Head
  444. PyInterpreterState_Main
  445. PyInterpreterState_New
  446. PyInterpreterState_Next
  447. PyInterpreterState_ThreadHead
  448. PyIter_Check
  449. PyIter_Next
  450. PyIter_Send
  451. PyListIter_Type
  452. PyListRevIter_Type
  453. PyList_Append
  454. PyList_AsTuple
  455. PyList_GetItem
  456. PyList_GetSlice
  457. PyList_Insert
  458. PyList_New
  459. PyList_Reverse
  460. PyList_SetItem
  461. PyList_SetSlice
  462. PyList_Size
  463. PyList_Sort
  464. PyList_Type
  465. PyLongRangeIter_Type
  466. PyLong_AsDouble
  467. PyLong_AsLong
  468. PyLong_AsLongAndOverflow
  469. PyLong_AsLongLong
  470. PyLong_AsLongLongAndOverflow
  471. PyLong_AsSize_t
  472. PyLong_AsSsize_t
  473. PyLong_AsUnsignedLong
  474. PyLong_AsUnsignedLongLong
  475. PyLong_AsUnsignedLongLongMask
  476. PyLong_AsUnsignedLongMask
  477. PyLong_AsVoidPtr
  478. PyLong_FromDouble
  479. PyLong_FromLong
  480. PyLong_FromLongLong
  481. PyLong_FromSize_t
  482. PyLong_FromSsize_t
  483. PyLong_FromString
  484. PyLong_FromUnicodeObject
  485. PyLong_FromUnsignedLong
  486. PyLong_FromUnsignedLongLong
  487. PyLong_FromVoidPtr
  488. PyLong_GetInfo
  489. PyLong_Type
  490. PyMap_Type
  491. PyMapping_Check
  492. PyMapping_GetItemString
  493. PyMapping_HasKey
  494. PyMapping_HasKeyString
  495. PyMapping_Items
  496. PyMapping_Keys
  497. PyMapping_Length
  498. PyMapping_SetItemString
  499. PyMapping_Size
  500. PyMapping_Values
  501. PyMarshal_ReadLastObjectFromFile
  502. PyMarshal_ReadLongFromFile
  503. PyMarshal_ReadObjectFromFile
  504. PyMarshal_ReadObjectFromString
  505. PyMarshal_ReadShortFromFile
  506. PyMarshal_WriteLongToFile
  507. PyMarshal_WriteObjectToFile
  508. PyMarshal_WriteObjectToString
  509. PyMem_Calloc
  510. PyMem_Free
  511. PyMem_GetAllocator
  512. PyMem_Malloc
  513. PyMem_RawCalloc
  514. PyMem_RawFree
  515. PyMem_RawMalloc
  516. PyMem_RawRealloc
  517. PyMem_Realloc
  518. PyMem_SetAllocator
  519. PyMem_SetupDebugHooks
  520. PyMemberDescr_Type
  521. PyMember_GetOne
  522. PyMember_SetOne
  523. PyMemoryView_FromBuffer
  524. PyMemoryView_FromMemory
  525. PyMemoryView_FromObject
  526. PyMemoryView_GetContiguous
  527. PyMemoryView_Type
  528. PyMethodDescr_Type
  529. PyMethod_Function
  530. PyMethod_New
  531. PyMethod_Self
  532. PyMethod_Type
  533. PyModuleDef_Init
  534. PyModuleDef_Type
  535. PyModule_AddFunctions
  536. PyModule_AddIntConstant
  537. PyModule_AddObject
  538. PyModule_AddObjectRef
  539. PyModule_AddStringConstant
  540. PyModule_AddType
  541. PyModule_Create2
  542. PyModule_ExecDef
  543. PyModule_FromDefAndSpec2
  544. PyModule_GetDef
  545. PyModule_GetDict
  546. PyModule_GetFilename
  547. PyModule_GetFilenameObject
  548. PyModule_GetName
  549. PyModule_GetNameObject
  550. PyModule_GetState
  551. PyModule_New
  552. PyModule_NewObject
  553. PyModule_SetDocString
  554. PyModule_Type
  555. PyNumber_Absolute
  556. PyNumber_Add
  557. PyNumber_And
  558. PyNumber_AsSsize_t
  559. PyNumber_Check
  560. PyNumber_Divmod
  561. PyNumber_Float
  562. PyNumber_FloorDivide
  563. PyNumber_InPlaceAdd
  564. PyNumber_InPlaceAnd
  565. PyNumber_InPlaceFloorDivide
  566. PyNumber_InPlaceLshift
  567. PyNumber_InPlaceMatrixMultiply
  568. PyNumber_InPlaceMultiply
  569. PyNumber_InPlaceOr
  570. PyNumber_InPlacePower
  571. PyNumber_InPlaceRemainder
  572. PyNumber_InPlaceRshift
  573. PyNumber_InPlaceSubtract
  574. PyNumber_InPlaceTrueDivide
  575. PyNumber_InPlaceXor
  576. PyNumber_Index
  577. PyNumber_Invert
  578. PyNumber_Long
  579. PyNumber_Lshift
  580. PyNumber_MatrixMultiply
  581. PyNumber_Multiply
  582. PyNumber_Negative
  583. PyNumber_Or
  584. PyNumber_Positive
  585. PyNumber_Power
  586. PyNumber_Remainder
  587. PyNumber_Rshift
  588. PyNumber_Subtract
  589. PyNumber_ToBase
  590. PyNumber_TrueDivide
  591. PyNumber_Xor
  592. PyODictItems_Type
  593. PyODictIter_Type
  594. PyODictKeys_Type
  595. PyODictValues_Type
  596. PyODict_DelItem
  597. PyODict_New
  598. PyODict_SetItem
  599. PyODict_Type
  600. PyOS_AfterFork
  601. PyOS_FSPath
  602. PyOS_InputHook
  603. PyOS_InterruptOccurred
  604. PyOS_Readline
  605. PyOS_ReadlineFunctionPointer
  606. PyOS_double_to_string
  607. PyOS_getsig
  608. PyOS_mystricmp
  609. PyOS_mystrnicmp
  610. PyOS_setsig
  611. PyOS_snprintf
  612. PyOS_string_to_double
  613. PyOS_strtol
  614. PyOS_strtoul
  615. PyOS_vsnprintf
  616. PyObject_ASCII
  617. PyObject_AsCharBuffer
  618. PyObject_AsFileDescriptor
  619. PyObject_AsReadBuffer
  620. PyObject_AsWriteBuffer
  621. PyObject_Bytes
  622. PyObject_Call
  623. PyObject_CallFinalizer
  624. PyObject_CallFinalizerFromDealloc
  625. PyObject_CallFunction
  626. PyObject_CallFunctionObjArgs
  627. PyObject_CallMethod
  628. PyObject_CallMethodObjArgs
  629. PyObject_CallNoArgs
  630. PyObject_CallObject
  631. PyObject_CallOneArg
  632. PyObject_Calloc
  633. PyObject_CheckBuffer
  634. PyObject_CheckReadBuffer
  635. PyObject_ClearWeakRefs
  636. PyObject_CopyData
  637. PyObject_DelItem
  638. PyObject_DelItemString
  639. PyObject_Dir
  640. PyObject_Format
  641. PyObject_Free
  642. PyObject_GC_Del
  643. PyObject_GC_IsFinalized
  644. PyObject_GC_IsTracked
  645. PyObject_GC_Track
  646. PyObject_GC_UnTrack
  647. PyObject_GET_WEAKREFS_LISTPTR
  648. PyObject_GenericGetAttr
  649. PyObject_GenericGetDict
  650. PyObject_GenericSetAttr
  651. PyObject_GenericSetDict
  652. PyObject_GetAIter
  653. PyObject_GetArenaAllocator
  654. PyObject_GetAttr
  655. PyObject_GetAttrString
  656. PyObject_GetBuffer
  657. PyObject_GetItem
  658. PyObject_GetItemData
  659. PyObject_GetIter
  660. PyObject_GetTypeData
  661. PyObject_HasAttr
  662. PyObject_HasAttrString
  663. PyObject_Hash
  664. PyObject_HashNotImplemented
  665. PyObject_IS_GC
  666. PyObject_Init
  667. PyObject_InitVar
  668. PyObject_IsInstance
  669. PyObject_IsSubclass
  670. PyObject_IsTrue
  671. PyObject_Length
  672. PyObject_LengthHint
  673. PyObject_Malloc
  674. PyObject_Not
  675. PyObject_Print
  676. PyObject_Realloc
  677. PyObject_Repr
  678. PyObject_RichCompare
  679. PyObject_RichCompareBool
  680. PyObject_SelfIter
  681. PyObject_SetArenaAllocator
  682. PyObject_SetAttr
  683. PyObject_SetAttrString
  684. PyObject_SetItem
  685. PyObject_Size
  686. PyObject_Str
  687. PyObject_Type
  688. PyObject_Vectorcall
  689. PyObject_VectorcallDict
  690. PyObject_VectorcallMethod
  691. PyPickleBuffer_FromObject
  692. PyPickleBuffer_GetBuffer
  693. PyPickleBuffer_Release
  694. PyPickleBuffer_Type
  695. PyPreConfig_InitIsolatedConfig
  696. PyPreConfig_InitPythonConfig
  697. PyProperty_Type
  698. PyRangeIter_Type
  699. PyRange_Type
  700. PyReversed_Type
  701. PyRun_AnyFile
  702. PyRun_AnyFileEx
  703. PyRun_AnyFileExFlags
  704. PyRun_AnyFileFlags
  705. PyRun_File
  706. PyRun_FileEx
  707. PyRun_FileExFlags
  708. PyRun_FileFlags
  709. PyRun_InteractiveLoop
  710. PyRun_InteractiveLoopFlags
  711. PyRun_InteractiveOne
  712. PyRun_InteractiveOneFlags
  713. PyRun_InteractiveOneObject
  714. PyRun_SimpleFile
  715. PyRun_SimpleFileEx
  716. PyRun_SimpleFileExFlags
  717. PyRun_SimpleString
  718. PyRun_SimpleStringFlags
  719. PyRun_String
  720. PyRun_StringFlags
  721. PySeqIter_New
  722. PySeqIter_Type
  723. PySequence_Check
  724. PySequence_Concat
  725. PySequence_Contains
  726. PySequence_Count
  727. PySequence_DelItem
  728. PySequence_DelSlice
  729. PySequence_Fast
  730. PySequence_GetItem
  731. PySequence_GetSlice
  732. PySequence_In
  733. PySequence_InPlaceConcat
  734. PySequence_InPlaceRepeat
  735. PySequence_Index
  736. PySequence_Length
  737. PySequence_List
  738. PySequence_Repeat
  739. PySequence_SetItem
  740. PySequence_SetSlice
  741. PySequence_Size
  742. PySequence_Tuple
  743. PySetIter_Type
  744. PySet_Add
  745. PySet_Clear
  746. PySet_Contains
  747. PySet_Discard
  748. PySet_New
  749. PySet_Pop
  750. PySet_Size
  751. PySet_Type
  752. PySlice_AdjustIndices
  753. PySlice_GetIndices
  754. PySlice_GetIndicesEx
  755. PySlice_New
  756. PySlice_Type
  757. PySlice_Unpack
  758. PyState_AddModule
  759. PyState_FindModule
  760. PyState_RemoveModule
  761. PyStaticMethod_New
  762. PyStaticMethod_Type
  763. PyStatus_Error
  764. PyStatus_Exception
  765. PyStatus_Exit
  766. PyStatus_IsError
  767. PyStatus_IsExit
  768. PyStatus_NoMemory
  769. PyStatus_Ok
  770. PyStdPrinter_Type
  771. PyStructSequence_GetItem
  772. PyStructSequence_InitType
  773. PyStructSequence_InitType2
  774. PyStructSequence_New
  775. PyStructSequence_NewType
  776. PyStructSequence_SetItem
  777. PyStructSequence_UnnamedField
  778. PySuper_Type
  779. PySymtable_Lookup
  780. PySys_AddAuditHook
  781. PySys_AddWarnOption
  782. PySys_AddWarnOptionUnicode
  783. PySys_AddXOption
  784. PySys_Audit
  785. PySys_FormatStderr
  786. PySys_FormatStdout
  787. PySys_GetObject
  788. PySys_GetXOptions
  789. PySys_HasWarnOptions
  790. PySys_ResetWarnOptions
  791. PySys_SetArgv
  792. PySys_SetArgvEx
  793. PySys_SetObject
  794. PySys_SetPath
  795. PySys_WriteStderr
  796. PySys_WriteStdout
  797. PyThreadState_Clear
  798. PyThreadState_Delete
  799. PyThreadState_DeleteCurrent
  800. PyThreadState_EnterTracing
  801. PyThreadState_Get
  802. PyThreadState_GetDict
  803. PyThreadState_GetFrame
  804. PyThreadState_GetID
  805. PyThreadState_GetInterpreter
  806. PyThreadState_LeaveTracing
  807. PyThreadState_New
  808. PyThreadState_Next
  809. PyThreadState_SetAsyncExc
  810. PyThreadState_Swap
  811. PyThread_GetInfo
  812. PyThread_ReInitTLS
  813. PyThread_acquire_lock
  814. PyThread_acquire_lock_timed
  815. PyThread_allocate_lock
  816. PyThread_create_key
  817. PyThread_delete_key
  818. PyThread_delete_key_value
  819. PyThread_exit_thread
  820. PyThread_free_lock
  821. PyThread_get_key_value
  822. PyThread_get_stacksize
  823. PyThread_get_thread_ident
  824. PyThread_get_thread_native_id
  825. PyThread_init_thread
  826. PyThread_release_lock
  827. PyThread_set_key_value
  828. PyThread_set_stacksize
  829. PyThread_start_new_thread
  830. PyThread_tss_alloc
  831. PyThread_tss_create
  832. PyThread_tss_delete
  833. PyThread_tss_free
  834. PyThread_tss_get
  835. PyThread_tss_is_created
  836. PyThread_tss_set
  837. PyTraceBack_Here
  838. PyTraceBack_Print
  839. PyTraceBack_Type
  840. PyTraceMalloc_Track
  841. PyTraceMalloc_Untrack
  842. PyTupleIter_Type
  843. PyTuple_GetItem
  844. PyTuple_GetSlice
  845. PyTuple_New
  846. PyTuple_Pack
  847. PyTuple_SetItem
  848. PyTuple_Size
  849. PyTuple_Type
  850. PyType_AddWatcher
  851. PyType_ClearCache
  852. PyType_ClearWatcher
  853. PyType_FromMetaclass
  854. PyType_FromModuleAndSpec
  855. PyType_FromSpec
  856. PyType_FromSpecWithBases
  857. PyType_GenericAlloc
  858. PyType_GenericNew
  859. PyType_GetDict
  860. PyType_GetFlags
  861. PyType_GetModule
  862. PyType_GetModuleByDef
  863. PyType_GetModuleState
  864. PyType_GetName
  865. PyType_GetQualName
  866. PyType_GetSlot
  867. PyType_GetTypeDataSize
  868. PyType_IsSubtype
  869. PyType_Modified
  870. PyType_Ready
  871. PyType_SUPPORTS_WEAKREFS
  872. PyType_Type
  873. PyType_Unwatch
  874. PyType_Watch
  875. PyUnicodeDecodeError_Create
  876. PyUnicodeDecodeError_GetEncoding
  877. PyUnicodeDecodeError_GetEnd
  878. PyUnicodeDecodeError_GetObject
  879. PyUnicodeDecodeError_GetReason
  880. PyUnicodeDecodeError_GetStart
  881. PyUnicodeDecodeError_SetEnd
  882. PyUnicodeDecodeError_SetReason
  883. PyUnicodeDecodeError_SetStart
  884. PyUnicodeEncodeError_GetEncoding
  885. PyUnicodeEncodeError_GetEnd
  886. PyUnicodeEncodeError_GetObject
  887. PyUnicodeEncodeError_GetReason
  888. PyUnicodeEncodeError_GetStart
  889. PyUnicodeEncodeError_SetEnd
  890. PyUnicodeEncodeError_SetReason
  891. PyUnicodeEncodeError_SetStart
  892. PyUnicodeIter_Type
  893. PyUnicodeTranslateError_GetEnd
  894. PyUnicodeTranslateError_GetObject
  895. PyUnicodeTranslateError_GetReason
  896. PyUnicodeTranslateError_GetStart
  897. PyUnicodeTranslateError_SetEnd
  898. PyUnicodeTranslateError_SetReason
  899. PyUnicodeTranslateError_SetStart
  900. PyUnicode_Append
  901. PyUnicode_AppendAndDel
  902. PyUnicode_AsASCIIString
  903. PyUnicode_AsCharmapString
  904. PyUnicode_AsDecodedObject
  905. PyUnicode_AsDecodedUnicode
  906. PyUnicode_AsEncodedObject
  907. PyUnicode_AsEncodedString
  908. PyUnicode_AsEncodedUnicode
  909. PyUnicode_AsLatin1String
  910. PyUnicode_AsMBCSString
  911. PyUnicode_AsRawUnicodeEscapeString
  912. PyUnicode_AsUCS4
  913. PyUnicode_AsUCS4Copy
  914. PyUnicode_AsUTF16String
  915. PyUnicode_AsUTF32String
  916. PyUnicode_AsUTF8
  917. PyUnicode_AsUTF8AndSize
  918. PyUnicode_AsUTF8String
  919. PyUnicode_AsUnicodeEscapeString
  920. PyUnicode_AsWideChar
  921. PyUnicode_AsWideCharString
  922. PyUnicode_BuildEncodingMap
  923. PyUnicode_Compare
  924. PyUnicode_CompareWithASCIIString
  925. PyUnicode_Concat
  926. PyUnicode_Contains
  927. PyUnicode_CopyCharacters
  928. PyUnicode_Count
  929. PyUnicode_Decode
  930. PyUnicode_DecodeASCII
  931. PyUnicode_DecodeCharmap
  932. PyUnicode_DecodeCodePageStateful
  933. PyUnicode_DecodeFSDefault
  934. PyUnicode_DecodeFSDefaultAndSize
  935. PyUnicode_DecodeLatin1
  936. PyUnicode_DecodeLocale
  937. PyUnicode_DecodeLocaleAndSize
  938. PyUnicode_DecodeMBCS
  939. PyUnicode_DecodeMBCSStateful
  940. PyUnicode_DecodeRawUnicodeEscape
  941. PyUnicode_DecodeUTF16
  942. PyUnicode_DecodeUTF16Stateful
  943. PyUnicode_DecodeUTF32
  944. PyUnicode_DecodeUTF32Stateful
  945. PyUnicode_DecodeUTF7
  946. PyUnicode_DecodeUTF7Stateful
  947. PyUnicode_DecodeUTF8
  948. PyUnicode_DecodeUTF8Stateful
  949. PyUnicode_DecodeUnicodeEscape
  950. PyUnicode_EncodeCodePage
  951. PyUnicode_EncodeFSDefault
  952. PyUnicode_EncodeLocale
  953. PyUnicode_FSConverter
  954. PyUnicode_FSDecoder
  955. PyUnicode_Fill
  956. PyUnicode_Find
  957. PyUnicode_FindChar
  958. PyUnicode_Format
  959. PyUnicode_FromEncodedObject
  960. PyUnicode_FromFormat
  961. PyUnicode_FromFormatV
  962. PyUnicode_FromKindAndData
  963. PyUnicode_FromObject
  964. PyUnicode_FromOrdinal
  965. PyUnicode_FromString
  966. PyUnicode_FromStringAndSize
  967. PyUnicode_FromWideChar
  968. PyUnicode_GetDefaultEncoding
  969. PyUnicode_GetLength
  970. PyUnicode_GetSize
  971. PyUnicode_InternFromString
  972. PyUnicode_InternImmortal
  973. PyUnicode_InternInPlace
  974. PyUnicode_IsIdentifier
  975. PyUnicode_Join
  976. PyUnicode_New
  977. PyUnicode_Partition
  978. PyUnicode_RPartition
  979. PyUnicode_RSplit
  980. PyUnicode_ReadChar
  981. PyUnicode_Replace
  982. PyUnicode_Resize
  983. PyUnicode_RichCompare
  984. PyUnicode_Split
  985. PyUnicode_Splitlines
  986. PyUnicode_Substring
  987. PyUnicode_Tailmatch
  988. PyUnicode_Translate
  989. PyUnicode_Type
  990. PyUnicode_WriteChar
  991. PyUnstable_Code_GetExtra
  992. PyUnstable_Code_New
  993. PyUnstable_Code_NewWithPosOnlyArgs
  994. PyUnstable_Code_SetExtra
  995. PyUnstable_Eval_RequestCodeExtraIndex
  996. PyUnstable_Exc_PrepReraiseStar
  997. PyUnstable_GC_VisitObjects
  998. PyUnstable_InterpreterFrame_GetCode
  999. PyUnstable_InterpreterFrame_GetLasti
  1000. PyUnstable_InterpreterFrame_GetLine
  1001. PyUnstable_Long_CompactValue
  1002. PyUnstable_Long_IsCompact
  1003. PyUnstable_Object_GC_NewWithExtraData
  1004. PyUnstable_PerfMapState_Fini
  1005. PyUnstable_PerfMapState_Init
  1006. PyUnstable_Type_AssignVersionTag
  1007. PyUnstable_WritePerfMapEntry
  1008. PyVectorcall_Call
  1009. PyVectorcall_Function
  1010. PyVectorcall_NARGS
  1011. PyWeakref_GetObject
  1012. PyWeakref_NewProxy
  1013. PyWeakref_NewRef
  1014. PyWideStringList_Append
  1015. PyWideStringList_Insert
  1016. PyWrapperDescr_Type
  1017. PyWrapper_New
  1018. PyZip_Type
  1019. Py_AddPendingCall
  1020. Py_AtExit
  1021. Py_BuildValue
  1022. Py_BytesMain
  1023. Py_BytesWarningFlag
  1024. Py_CompileString
  1025. Py_CompileStringExFlags
  1026. Py_CompileStringFlags
  1027. Py_CompileStringObject
  1028. Py_DebugFlag
  1029. Py_DecRef
  1030. Py_DecodeLocale
  1031. Py_DontWriteBytecodeFlag
  1032. Py_EncodeLocale
  1033. Py_EndInterpreter
  1034. Py_EnterRecursiveCall
  1035. Py_Exit
  1036. Py_ExitStatusException
  1037. Py_FatalError
  1038. Py_FdIsInteractive
  1039. Py_FileSystemDefaultEncodeErrors
  1040. Py_FileSystemDefaultEncoding
  1041. Py_Finalize
  1042. Py_FinalizeEx
  1043. Py_FrozenFlag
  1044. Py_GETENV
  1045. Py_GenericAlias
  1046. Py_GenericAliasType
  1047. Py_GetArgcArgv
  1048. Py_GetBuildInfo
  1049. Py_GetCompiler
  1050. Py_GetCopyright
  1051. Py_GetExecPrefix
  1052. Py_GetPath
  1053. Py_GetPlatform
  1054. Py_GetPrefix
  1055. Py_GetProgramFullPath
  1056. Py_GetProgramName
  1057. Py_GetPythonHome
  1058. Py_GetRecursionLimit
  1059. Py_GetVersion
  1060. Py_HasFileSystemDefaultEncoding
  1061. Py_HashRandomizationFlag
  1062. Py_IgnoreEnvironmentFlag
  1063. Py_IncRef
  1064. Py_Initialize
  1065. Py_InitializeEx
  1066. Py_InitializeFromConfig
  1067. Py_InspectFlag
  1068. Py_InteractiveFlag
  1069. Py_Is
  1070. Py_IsFalse
  1071. Py_IsInitialized
  1072. Py_IsNone
  1073. Py_IsTrue
  1074. Py_IsolatedFlag
  1075. Py_LeaveRecursiveCall
  1076. Py_LegacyWindowsFSEncodingFlag
  1077. Py_LegacyWindowsStdioFlag
  1078. Py_Main
  1079. Py_MakePendingCalls
  1080. Py_NewInterpreter
  1081. Py_NewInterpreterFromConfig
  1082. Py_NewRef
  1083. Py_NoSiteFlag
  1084. Py_NoUserSiteDirectory
  1085. Py_OptimizeFlag
  1086. Py_PreInitialize
  1087. Py_PreInitializeFromArgs
  1088. Py_PreInitializeFromBytesArgs
  1089. Py_QuietFlag
  1090. Py_ReprEnter
  1091. Py_ReprLeave
  1092. Py_RunMain
  1093. Py_SetPath
  1094. Py_SetProgramName
  1095. Py_SetPythonHome
  1096. Py_SetRecursionLimit
  1097. Py_SetStandardStreamEncoding
  1098. Py_UTF8Mode
  1099. Py_UnbufferedStdioFlag
  1100. Py_UniversalNewlineFgets
  1101. Py_VaBuildValue
  1102. Py_VerboseFlag
  1103. Py_Version
  1104. Py_XNewRef
  1105. Py_hexdigits
  1106. _PyAST_Compile
  1107. _PyArena_AddPyObject
  1108. _PyArena_Free
  1109. _PyArena_Malloc
  1110. _PyArena_New
  1111. _PyArg_BadArgument
  1112. _PyArg_CheckPositional
  1113. _PyArg_NoKeywords
  1114. _PyArg_NoKwnames
  1115. _PyArg_NoPositional
  1116. _PyArg_ParseStack
  1117. _PyArg_ParseStackAndKeywords
  1118. _PyArg_ParseStackAndKeywords_SizeT
  1119. _PyArg_ParseStack_SizeT
  1120. _PyArg_ParseTupleAndKeywordsFast
  1121. _PyArg_ParseTupleAndKeywordsFast_SizeT
  1122. _PyArg_ParseTupleAndKeywords_SizeT
  1123. _PyArg_ParseTuple_SizeT
  1124. _PyArg_Parse_SizeT
  1125. _PyArg_UnpackKeywords
  1126. _PyArg_UnpackKeywordsWithVararg
  1127. _PyArg_UnpackStack
  1128. _PyArg_VaParseTupleAndKeywordsFast
  1129. _PyArg_VaParseTupleAndKeywordsFast_SizeT
  1130. _PyArg_VaParseTupleAndKeywords_SizeT
  1131. _PyArg_VaParse_SizeT
  1132. _PyArgv_AsWstrList
  1133. _PyAsyncGenASend_Type
  1134. _PyAsyncGenAThrow_Type
  1135. _PyAsyncGenWrappedValue_Type
  1136. _PyBufferWrapper_Type
  1137. _PyByteArray_empty_string
  1138. _PyBytesWriter_Alloc
  1139. _PyBytesWriter_Dealloc
  1140. _PyBytesWriter_Finish
  1141. _PyBytesWriter_Init
  1142. _PyBytesWriter_Prepare
  1143. _PyBytesWriter_Resize
  1144. _PyBytesWriter_WriteBytes
  1145. _PyBytes_DecodeEscape
  1146. _PyBytes_Find
  1147. _PyBytes_FormatEx
  1148. _PyBytes_FromHex
  1149. _PyBytes_Join
  1150. _PyBytes_Repeat
  1151. _PyBytes_Resize
  1152. _PyBytes_ReverseFind
  1153. _PyCode_CheckLineNumber
  1154. _PyCode_ConstantKey
  1155. _PyCode_New
  1156. _PyCode_Validate
  1157. _PyCodecInfo_GetIncrementalDecoder
  1158. _PyCodecInfo_GetIncrementalEncoder
  1159. _PyCodec_DecodeText
  1160. _PyCodec_EncodeText
  1161. _PyCodec_Lookup
  1162. _PyCodec_LookupTextEncoding
  1163. _PyCompile_Assemble
  1164. _PyCompile_CodeGen
  1165. _PyCompile_OptimizeCfg
  1166. _PyConfig_AsDict
  1167. _PyConfig_FromDict
  1168. _PyConfig_InitCompatConfig
  1169. _PyContext_NewHamtForTests
  1170. _PyCoroWrapper_Type
  1171. _PyCrossInterpreterData_Clear
  1172. _PyCrossInterpreterData_Init
  1173. _PyCrossInterpreterData_InitWithSize
  1174. _PyCrossInterpreterData_Lookup
  1175. _PyCrossInterpreterData_NewObject
  1176. _PyCrossInterpreterData_RegisterClass
  1177. _PyCrossInterpreterData_Release
  1178. _PyCrossInterpreterData_ReleaseAndRawFree
  1179. _PyCrossInterpreterData_UnregisterClass
  1180. _PyDeadline_Get
  1181. _PyDeadline_Init
  1182. _PyDebugAllocatorStats
  1183. _PyDictView_Intersect
  1184. _PyDictView_New
  1185. _PyDict_CheckConsistency
  1186. _PyDict_ContainsId
  1187. _PyDict_Contains_KnownHash
  1188. _PyDict_DebugMallocStats
  1189. _PyDict_DelItemId
  1190. _PyDict_DelItemIf
  1191. _PyDict_DelItem_KnownHash
  1192. _PyDict_GetItemIdWithError
  1193. _PyDict_GetItemStringWithError
  1194. _PyDict_GetItemWithError
  1195. _PyDict_GetItem_KnownHash
  1196. _PyDict_HasOnlyStringKeys
  1197. _PyDict_MaybeUntrack
  1198. _PyDict_MergeEx
  1199. _PyDict_NewPresized
  1200. _PyDict_Next
  1201. _PyDict_Pop
  1202. _PyDict_SetItemId
  1203. _PyDict_SetItem_KnownHash
  1204. _PyDict_SizeOf
  1205. _PyErr_BadInternalCall
  1206. _PyErr_ChainExceptions
  1207. _PyErr_ChainExceptions1
  1208. _PyErr_ChainStackItem
  1209. _PyErr_CheckSignals
  1210. _PyErr_CheckSignalsTstate
  1211. _PyErr_Clear
  1212. _PyErr_Display
  1213. _PyErr_DisplayException
  1214. _PyErr_ExceptionMatches
  1215. _PyErr_Fetch
  1216. _PyErr_Format
  1217. _PyErr_FormatFromCause
  1218. _PyErr_FormatFromCauseTstate
  1219. _PyErr_GetExcInfo
  1220. _PyErr_GetHandledException
  1221. _PyErr_GetTopmostException
  1222. _PyErr_NoMemory
  1223. _PyErr_NormalizeException
  1224. _PyErr_Print
  1225. _PyErr_ProgramDecodedTextObject
  1226. _PyErr_Restore
  1227. _PyErr_SetFromPyStatus
  1228. _PyErr_SetHandledException
  1229. _PyErr_SetKeyError
  1230. _PyErr_SetLocaleString
  1231. _PyErr_SetNone
  1232. _PyErr_SetObject
  1233. _PyErr_SetString
  1234. _PyErr_StackItemToExcInfoTuple
  1235. _PyErr_WriteUnraisableMsg
  1236. _PyEval_AddPendingCall
  1237. _PyEval_EvalFrameDefault
  1238. _PyEval_GetBuiltin
  1239. _PyEval_GetBuiltinId
  1240. _PyEval_GetSwitchInterval
  1241. _PyEval_MakePendingCalls
  1242. _PyEval_SetProfile
  1243. _PyEval_SetSwitchInterval
  1244. _PyEval_SetTrace
  1245. _PyEval_SignalAsyncExc
  1246. _PyEval_SignalReceived
  1247. _PyEval_SliceIndex
  1248. _PyEval_SliceIndexNotNone
  1249. _PyExc_CreateExceptionGroup
  1250. _PyExc_PrepReraiseStar
  1251. _PyException_AddNote
  1252. _PyFloat_DebugMallocStats
  1253. _PyFloat_FormatAdvancedWriter
  1254. _PyFrame_IsEntryFrame
  1255. _PyFunction_Vectorcall
  1256. _PyGILState_GetInterpreterStateUnsafe
  1257. _PyGen_FetchStopIterationValue
  1258. _PyGen_Finalize
  1259. _PyGen_SetStopIterationValue
  1260. _PyImport_AcquireLock
  1261. _PyImport_CheckSubinterpIncompatibleExtensionAllowed
  1262. _PyImport_ClearExtension
  1263. _PyImport_FixupBuiltin
  1264. _PyImport_FixupExtensionObject
  1265. _PyImport_FrozenBootstrap
  1266. _PyImport_FrozenStdlib
  1267. _PyImport_FrozenTest
  1268. _PyImport_GetModuleAttr
  1269. _PyImport_GetModuleAttrString
  1270. _PyImport_GetModuleId
  1271. _PyImport_IsInitialized
  1272. _PyImport_ReleaseLock
  1273. _PyImport_SetModule
  1274. _PyImport_SetModuleString
  1275. _PyInterpreterID_LookUp
  1276. _PyInterpreterID_New
  1277. _PyInterpreterID_Type
  1278. _PyInterpreterState_Enable
  1279. _PyInterpreterState_GetConfig
  1280. _PyInterpreterState_GetConfigCopy
  1281. _PyInterpreterState_GetEvalFrameFunc
  1282. _PyInterpreterState_GetIDObject
  1283. _PyInterpreterState_GetMainModule
  1284. _PyInterpreterState_HasFeature
  1285. _PyInterpreterState_IDDecref
  1286. _PyInterpreterState_IDIncref
  1287. _PyInterpreterState_IDInitref
  1288. _PyInterpreterState_IsRunningMain
  1289. _PyInterpreterState_LookUpID
  1290. _PyInterpreterState_RequireIDRef
  1291. _PyInterpreterState_RequiresIDRef
  1292. _PyInterpreterState_SetConfig
  1293. _PyInterpreterState_SetEvalFrameFunc
  1294. _PyInterpreterState_SetNotRunningMain
  1295. _PyInterpreterState_SetRunningMain
  1296. _PyList_DebugMallocStats
  1297. _PyList_Extend
  1298. _PyLong_AsByteArray
  1299. _PyLong_AsInt
  1300. _PyLong_AsTime_t
  1301. _PyLong_Copy
  1302. _PyLong_DigitValue
  1303. _PyLong_DivmodNear
  1304. _PyLong_FileDescriptor_Converter
  1305. _PyLong_Format
  1306. _PyLong_FormatAdvancedWriter
  1307. _PyLong_FormatBytesWriter
  1308. _PyLong_FormatWriter
  1309. _PyLong_Frexp
  1310. _PyLong_FromByteArray
  1311. _PyLong_FromBytes
  1312. _PyLong_FromDigits
  1313. _PyLong_FromTime_t
  1314. _PyLong_GCD
  1315. _PyLong_Lshift
  1316. _PyLong_New
  1317. _PyLong_NumBits
  1318. _PyLong_Rshift
  1319. _PyLong_Sign
  1320. _PyLong_Size_t_Converter
  1321. _PyLong_UnsignedInt_Converter
  1322. _PyLong_UnsignedLongLong_Converter
  1323. _PyLong_UnsignedLong_Converter
  1324. _PyLong_UnsignedShort_Converter
  1325. _PyManagedBuffer_Type
  1326. _PyMem_GetAllocatorName
  1327. _PyMem_GetCurrentAllocatorName
  1328. _PyMem_RawStrdup
  1329. _PyMem_RawWcsdup
  1330. _PyMem_SetDefaultAllocator
  1331. _PyMem_SetupAllocators
  1332. _PyMem_Strdup
  1333. _PyMethodWrapper_Type
  1334. _PyModuleSpec_IsInitializing
  1335. _PyModule_Add
  1336. _PyModule_Clear
  1337. _PyModule_ClearDict
  1338. _PyModule_CreateInitialized
  1339. _PyNamespace_New
  1340. _PyNamespace_Type
  1341. _PyNone_Type
  1342. _PyNotImplemented_Type
  1343. _PyNumber_Index
  1344. _PyOS_InterruptOccurred
  1345. _PyOS_IsMainThread
  1346. _PyOS_ReadlineTState
  1347. _PyOS_SigintEvent
  1348. _PyOS_URandom
  1349. _PyOS_URandomNonblock
  1350. _PyObject_AssertFailed
  1351. _PyObject_Call
  1352. _PyObject_CallFunction_SizeT
  1353. _PyObject_CallMethod
  1354. _PyObject_CallMethodId
  1355. _PyObject_CallMethodIdObjArgs
  1356. _PyObject_CallMethodId_SizeT
  1357. _PyObject_CallMethod_SizeT
  1358. _PyObject_Call_Prepend
  1359. _PyObject_CheckConsistency
  1360. _PyObject_CheckCrossInterpreterData
  1361. _PyObject_ClearManagedDict
  1362. _PyObject_DebugMallocStats
  1363. _PyObject_DebugTypeStats
  1364. _PyObject_Dump
  1365. _PyObject_FastCall
  1366. _PyObject_FastCallDictTstate
  1367. _PyObject_FunctionStr
  1368. _PyObject_GC_New
  1369. _PyObject_GC_NewVar
  1370. _PyObject_GC_Resize
  1371. _PyObject_GenericGetAttrWithDict
  1372. _PyObject_GenericSetAttrWithDict
  1373. _PyObject_GetAttrId
  1374. _PyObject_GetCrossInterpreterData
  1375. _PyObject_GetDictPtr
  1376. _PyObject_GetMethod
  1377. _PyObject_GetState
  1378. _PyObject_HasLen
  1379. _PyObject_IsAbstract
  1380. _PyObject_IsFreed
  1381. _PyObject_LookupAttr
  1382. _PyObject_LookupAttrId
  1383. _PyObject_LookupSpecial
  1384. _PyObject_LookupSpecialId
  1385. _PyObject_MakeTpCall
  1386. _PyObject_New
  1387. _PyObject_NewVar
  1388. _PyObject_NextNotImplemented
  1389. _PyObject_RealIsInstance
  1390. _PyObject_RealIsSubclass
  1391. _PyObject_SetAttrId
  1392. _PyObject_VisitManagedDict
  1393. _PyParser_TokenNames
  1394. _PyPathConfig_ClearGlobal
  1395. _PyPreConfig_InitCompatConfig
  1396. _PyRun_AnyFileObject
  1397. _PyRun_InteractiveLoopObject
  1398. _PyRun_SimpleFileObject
  1399. _PyRuntime
  1400. _PyRuntimeState_Fini
  1401. _PyRuntimeState_Init
  1402. _PyRuntime_Finalize
  1403. _PyRuntime_Initialize
  1404. _PySequence_BytesToCharpArray
  1405. _PySequence_IterSearch
  1406. _PySet_Dummy
  1407. _PySet_NextEntry
  1408. _PySet_Update
  1409. _PySlice_FromIndices
  1410. _PySlice_GetLongIndices
  1411. _PyStack_AsDict
  1412. _PyState_AddModule
  1413. _PyStructSequence_NewType
  1414. _PySys_GetAttr
  1415. _PySys_GetSizeOf
  1416. _PyThreadState_Bind
  1417. _PyThreadState_DeleteCurrent
  1418. _PyThreadState_DeleteExcept
  1419. _PyThreadState_GetCurrent
  1420. _PyThreadState_GetDict
  1421. _PyThreadState_Init
  1422. _PyThreadState_New
  1423. _PyThreadState_Prealloc
  1424. _PyThreadState_Swap
  1425. _PyThreadState_UncheckedGet
  1426. _PyThread_CurrentExceptions
  1427. _PyThread_CurrentFrames
  1428. _PyTime_Add
  1429. _PyTime_As100Nanoseconds
  1430. _PyTime_AsMicroseconds
  1431. _PyTime_AsMilliseconds
  1432. _PyTime_AsNanoseconds
  1433. _PyTime_AsNanosecondsObject
  1434. _PyTime_AsSecondsDouble
  1435. _PyTime_AsTimeval
  1436. _PyTime_AsTimevalTime_t
  1437. _PyTime_AsTimeval_clamp
  1438. _PyTime_FromMicrosecondsClamp
  1439. _PyTime_FromMillisecondsObject
  1440. _PyTime_FromNanoseconds
  1441. _PyTime_FromNanosecondsObject
  1442. _PyTime_FromSeconds
  1443. _PyTime_FromSecondsObject
  1444. _PyTime_GetMonotonicClock
  1445. _PyTime_GetMonotonicClockWithInfo
  1446. _PyTime_GetPerfCounter
  1447. _PyTime_GetPerfCounterWithInfo
  1448. _PyTime_GetSystemClock
  1449. _PyTime_GetSystemClockWithInfo
  1450. _PyTime_MulDiv
  1451. _PyTime_ObjectToTime_t
  1452. _PyTime_ObjectToTimespec
  1453. _PyTime_ObjectToTimeval
  1454. _PyTime_gmtime
  1455. _PyTime_localtime
  1456. _PyToken_OneChar
  1457. _PyToken_ThreeChars
  1458. _PyToken_TwoChars
  1459. _PyTraceBack_FromFrame
  1460. _PyTraceBack_Print_Indented
  1461. _PyTraceMalloc_ClearTraces
  1462. _PyTraceMalloc_GetMemory
  1463. _PyTraceMalloc_GetObjectTraceback
  1464. _PyTraceMalloc_GetTraceback
  1465. _PyTraceMalloc_GetTracebackLimit
  1466. _PyTraceMalloc_GetTracedMemory
  1467. _PyTraceMalloc_GetTraces
  1468. _PyTraceMalloc_Init
  1469. _PyTraceMalloc_IsTracing
  1470. _PyTraceMalloc_ResetPeak
  1471. _PyTraceMalloc_Start
  1472. _PyTraceMalloc_Stop
  1473. _PyTraceback_Add
  1474. _PyTrash_begin
  1475. _PyTrash_cond
  1476. _PyTrash_end
  1477. _PyTuple_DebugMallocStats
  1478. _PyTuple_MaybeUntrack
  1479. _PyTuple_Resize
  1480. _PyType_CalculateMetaclass
  1481. _PyType_CheckConsistency
  1482. _PyType_GetDict
  1483. _PyType_GetDocFromInternalDoc
  1484. _PyType_GetTextSignatureFromInternalDoc
  1485. _PyType_Lookup
  1486. _PyType_LookupId
  1487. _PyType_Name
  1488. _PyUnicodeTranslateError_Create
  1489. _PyUnicodeWriter_Dealloc
  1490. _PyUnicodeWriter_Finish
  1491. _PyUnicodeWriter_Init
  1492. _PyUnicodeWriter_PrepareInternal
  1493. _PyUnicodeWriter_PrepareKindInternal
  1494. _PyUnicodeWriter_WriteASCIIString
  1495. _PyUnicodeWriter_WriteChar
  1496. _PyUnicodeWriter_WriteLatin1String
  1497. _PyUnicodeWriter_WriteStr
  1498. _PyUnicodeWriter_WriteSubstring
  1499. _PyUnicode_AsASCIIString
  1500. _PyUnicode_AsLatin1String
  1501. _PyUnicode_AsUTF8String
  1502. _PyUnicode_CheckConsistency
  1503. _PyUnicode_Copy
  1504. _PyUnicode_DecodeRawUnicodeEscapeStateful
  1505. _PyUnicode_DecodeUnicodeEscapeInternal
  1506. _PyUnicode_DecodeUnicodeEscapeStateful
  1507. _PyUnicode_EQ
  1508. _PyUnicode_EncodeCharmap
  1509. _PyUnicode_EncodeUTF16
  1510. _PyUnicode_EncodeUTF32
  1511. _PyUnicode_EncodeUTF7
  1512. _PyUnicode_Equal
  1513. _PyUnicode_EqualToASCIIId
  1514. _PyUnicode_EqualToASCIIString
  1515. _PyUnicode_FastCopyCharacters
  1516. _PyUnicode_FastFill
  1517. _PyUnicode_FindMaxChar
  1518. _PyUnicode_FormatAdvancedWriter
  1519. _PyUnicode_FormatLong
  1520. _PyUnicode_FromASCII
  1521. _PyUnicode_FromId
  1522. _PyUnicode_InsertThousandsGrouping
  1523. _PyUnicode_InternImmortal
  1524. _PyUnicode_InternInPlace
  1525. _PyUnicode_InternMortal
  1526. _PyUnicode_IsAlpha
  1527. _PyUnicode_IsCaseIgnorable
  1528. _PyUnicode_IsCased
  1529. _PyUnicode_IsDecimalDigit
  1530. _PyUnicode_IsDigit
  1531. _PyUnicode_IsLinebreak
  1532. _PyUnicode_IsLowercase
  1533. _PyUnicode_IsNumeric
  1534. _PyUnicode_IsPrintable
  1535. _PyUnicode_IsTitlecase
  1536. _PyUnicode_IsUppercase
  1537. _PyUnicode_IsWhitespace
  1538. _PyUnicode_IsXidContinue
  1539. _PyUnicode_IsXidStart
  1540. _PyUnicode_JoinArray
  1541. _PyUnicode_ScanIdentifier
  1542. _PyUnicode_ToDecimalDigit
  1543. _PyUnicode_ToDigit
  1544. _PyUnicode_ToFoldedFull
  1545. _PyUnicode_ToLowerFull
  1546. _PyUnicode_ToLowercase
  1547. _PyUnicode_ToNumeric
  1548. _PyUnicode_ToTitleFull
  1549. _PyUnicode_ToTitlecase
  1550. _PyUnicode_ToUpperFull
  1551. _PyUnicode_ToUppercase
  1552. _PyUnicode_TransformDecimalAndSpaceToASCII
  1553. _PyUnicode_WideCharString_Converter
  1554. _PyUnicode_WideCharString_Opt_Converter
  1555. _PyUnicode_XStrip
  1556. _PyWarnings_Init
  1557. _PyWeakref_CallableProxyType
  1558. _PyWeakref_ClearRef
  1559. _PyWeakref_GetWeakrefCount
  1560. _PyWeakref_ProxyType
  1561. _PyWeakref_RefType
  1562. _PyWideStringList_AsList
  1563. _PyWideStringList_Clear
  1564. _PyWideStringList_Copy
  1565. _PyWideStringList_Extend
  1566. _Py_AtExit
  1567. _Py_BreakPoint
  1568. _Py_BuildValue_SizeT
  1569. _Py_CheckFunctionResult
  1570. _Py_CheckRecursiveCall
  1571. _Py_ClearArgcArgv
  1572. _Py_ClearStandardStreamEncoding
  1573. _Py_CoerceLegacyLocale
  1574. _Py_Dealloc
  1575. _Py_DecRef
  1576. _Py_DecodeLocaleEx
  1577. _Py_DecodeUTF8Ex
  1578. _Py_DecodeUTF8_surrogateescape
  1579. _Py_DisplaySourceLine
  1580. _Py_DumpASCII
  1581. _Py_DumpDecimal
  1582. _Py_DumpExtensionModules
  1583. _Py_DumpHexadecimal
  1584. _Py_DumpTraceback
  1585. _Py_DumpTracebackThreads
  1586. _Py_EllipsisObject
  1587. _Py_EncodeLocaleEx
  1588. _Py_EncodeLocaleRaw
  1589. _Py_EncodeUTF8Ex
  1590. _Py_FalseStruct
  1591. _Py_FatalErrorFormat
  1592. _Py_FatalErrorFunc
  1593. _Py_FatalRefcountErrorFunc
  1594. _Py_FdIsInteractive
  1595. _Py_FreeCharPArray
  1596. _Py_GetConfig
  1597. _Py_GetConfigsAsDict
  1598. _Py_GetEnv
  1599. _Py_GetErrorHandler
  1600. _Py_GetForceASCII
  1601. _Py_GetLocaleEncoding
  1602. _Py_GetLocaleEncodingObject
  1603. _Py_GetLocaleconvNumeric
  1604. _Py_Get_Getpath_CodeObject
  1605. _Py_HandleSystemExit
  1606. _Py_HasFileSystemDefaultEncodeErrors
  1607. _Py_HashBytes
  1608. _Py_HashDouble
  1609. _Py_HashPointer
  1610. _Py_HashPointerRaw
  1611. _Py_HashSecret
  1612. _Py_IncRef
  1613. _Py_InitializeMain
  1614. _Py_IsCoreInitialized
  1615. _Py_IsFinalizing
  1616. _Py_IsInterpreterFinalizing
  1617. _Py_IsLocaleCoercionTarget
  1618. _Py_LegacyLocaleDetected
  1619. _Py_NewReference
  1620. _Py_NewReferenceNoTotal
  1621. _Py_NoneStruct
  1622. _Py_NotImplementedStruct
  1623. _Py_PreInitializeFromConfig
  1624. _Py_PreInitializeFromPyArgv
  1625. _Py_ResetForceASCII
  1626. _Py_RestoreSignals
  1627. _Py_SetLocaleFromEnv
  1628. _Py_SetProgramFullPath
  1629. _Py_SourceAsString
  1630. _Py_SwappedOp
  1631. _Py_TrueStruct
  1632. _Py_UTF8_Edit_Cost
  1633. _Py_UniversalNewlineFgetsWithSize
  1634. _Py_VaBuildStack
  1635. _Py_VaBuildStack_SizeT
  1636. _Py_VaBuildValue_SizeT
  1637. _Py_WriteIndent
  1638. _Py_WriteIndentedMargin
  1639. _Py_add_one_to_index_C
  1640. _Py_add_one_to_index_F
  1641. _Py_ascii_whitespace
  1642. _Py_c_abs
  1643. _Py_c_diff
  1644. _Py_c_neg
  1645. _Py_c_pow
  1646. _Py_c_prod
  1647. _Py_c_quot
  1648. _Py_c_sum
  1649. _Py_closerange
  1650. _Py_convert_optional_to_ssize_t
  1651. _Py_ctype_table
  1652. _Py_ctype_tolower
  1653. _Py_ctype_toupper
  1654. _Py_device_encoding
  1655. _Py_dg_dtoa
  1656. _Py_dg_freedtoa
  1657. _Py_dg_strtod
  1658. _Py_dup
  1659. _Py_fopen_obj
  1660. _Py_fstat
  1661. _Py_fstat_noraise
  1662. _Py_get_blocking
  1663. _Py_get_env_flag
  1664. _Py_get_inheritable
  1665. _Py_get_osfhandle
  1666. _Py_get_osfhandle_noraise
  1667. _Py_get_xoption
  1668. _Py_gitidentifier
  1669. _Py_gitversion
  1670. _Py_hashtable_clear
  1671. _Py_hashtable_compare_direct
  1672. _Py_hashtable_destroy
  1673. _Py_hashtable_foreach
  1674. _Py_hashtable_get
  1675. _Py_hashtable_hash_ptr
  1676. _Py_hashtable_len
  1677. _Py_hashtable_new
  1678. _Py_hashtable_new_full
  1679. _Py_hashtable_set
  1680. _Py_hashtable_size
  1681. _Py_hashtable_steal
  1682. _Py_normpath
  1683. _Py_open
  1684. _Py_open_noraise
  1685. _Py_open_osfhandle
  1686. _Py_open_osfhandle_noraise
  1687. _Py_parse_inf_or_nan
  1688. _Py_read
  1689. _Py_set_blocking
  1690. _Py_set_inheritable
  1691. _Py_set_inheritable_async_safe
  1692. _Py_stat
  1693. _Py_str_to_int
  1694. _Py_strhex
  1695. _Py_strhex_bytes
  1696. _Py_strhex_bytes_with_sep
  1697. _Py_strhex_with_sep
  1698. _Py_string_to_number_with_underscores
  1699. _Py_wfopen
  1700. _Py_wgetcwd
  1701. _Py_write
  1702. _Py_write_noraise