python313t.def 34 KB

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