python3.def 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810
  1. LIBRARY python3.dll
  2. EXPORTS
  3. PyArg_Parse
  4. PyArg_ParseTuple
  5. PyArg_ParseTupleAndKeywords
  6. PyArg_UnpackTuple
  7. PyArg_VaParse
  8. PyArg_VaParseTupleAndKeywords
  9. PyArg_ValidateKeywordArguments
  10. PyBaseObject_Type
  11. PyBool_FromLong
  12. PyBool_Type
  13. PyByteArrayIter_Type
  14. PyByteArray_AsString
  15. PyByteArray_Concat
  16. PyByteArray_FromObject
  17. PyByteArray_FromStringAndSize
  18. PyByteArray_Resize
  19. PyByteArray_Size
  20. PyByteArray_Type
  21. PyBytesIter_Type
  22. PyBytes_AsString
  23. PyBytes_AsStringAndSize
  24. PyBytes_Concat
  25. PyBytes_ConcatAndDel
  26. PyBytes_DecodeEscape
  27. PyBytes_FromFormat
  28. PyBytes_FromFormatV
  29. PyBytes_FromObject
  30. PyBytes_FromString
  31. PyBytes_FromStringAndSize
  32. PyBytes_Repr
  33. PyBytes_Size
  34. PyBytes_Type
  35. PyCFunction_Call
  36. PyCFunction_GetFlags
  37. PyCFunction_GetFunction
  38. PyCFunction_GetSelf
  39. PyCFunction_New
  40. PyCFunction_NewEx
  41. PyCFunction_Type
  42. PyCMethod_New
  43. PyCallIter_New
  44. PyCallIter_Type
  45. PyCallable_Check
  46. PyCapsule_GetContext
  47. PyCapsule_GetDestructor
  48. PyCapsule_GetName
  49. PyCapsule_GetPointer
  50. PyCapsule_Import
  51. PyCapsule_IsValid
  52. PyCapsule_New
  53. PyCapsule_SetContext
  54. PyCapsule_SetDestructor
  55. PyCapsule_SetName
  56. PyCapsule_SetPointer
  57. PyCapsule_Type
  58. PyClassMethodDescr_Type
  59. PyCodec_BackslashReplaceErrors
  60. PyCodec_Decode
  61. PyCodec_Decoder
  62. PyCodec_Encode
  63. PyCodec_Encoder
  64. PyCodec_IgnoreErrors
  65. PyCodec_IncrementalDecoder
  66. PyCodec_IncrementalEncoder
  67. PyCodec_KnownEncoding
  68. PyCodec_LookupError
  69. PyCodec_NameReplaceErrors
  70. PyCodec_Register
  71. PyCodec_RegisterError
  72. PyCodec_ReplaceErrors
  73. PyCodec_StreamReader
  74. PyCodec_StreamWriter
  75. PyCodec_StrictErrors
  76. PyCodec_XMLCharRefReplaceErrors
  77. PyComplex_FromDoubles
  78. PyComplex_ImagAsDouble
  79. PyComplex_RealAsDouble
  80. PyComplex_Type
  81. PyDescr_NewClassMethod
  82. PyDescr_NewGetSet
  83. PyDescr_NewMember
  84. PyDescr_NewMethod
  85. PyDictItems_Type
  86. PyDictIterItem_Type
  87. PyDictIterKey_Type
  88. PyDictIterValue_Type
  89. PyDictKeys_Type
  90. PyDictProxy_New
  91. PyDictProxy_Type
  92. PyDictValues_Type
  93. PyDict_Clear
  94. PyDict_Contains
  95. PyDict_Copy
  96. PyDict_DelItem
  97. PyDict_DelItemString
  98. PyDict_GetItem
  99. PyDict_GetItemString
  100. PyDict_GetItemWithError
  101. PyDict_Items
  102. PyDict_Keys
  103. PyDict_Merge
  104. PyDict_MergeFromSeq2
  105. PyDict_New
  106. PyDict_Next
  107. PyDict_SetItem
  108. PyDict_SetItemString
  109. PyDict_Size
  110. PyDict_Type
  111. PyDict_Update
  112. PyDict_Values
  113. PyEllipsis_Type
  114. PyEnum_Type
  115. PyErr_BadArgument
  116. PyErr_BadInternalCall
  117. PyErr_CheckSignals
  118. PyErr_Clear
  119. PyErr_Display
  120. PyErr_ExceptionMatches
  121. PyErr_Fetch
  122. PyErr_Format
  123. PyErr_FormatV
  124. PyErr_GetExcInfo
  125. PyErr_GivenExceptionMatches
  126. PyErr_NewException
  127. PyErr_NewExceptionWithDoc
  128. PyErr_NoMemory
  129. PyErr_NormalizeException
  130. PyErr_Occurred
  131. PyErr_Print
  132. PyErr_PrintEx
  133. PyErr_ProgramText
  134. PyErr_ResourceWarning
  135. PyErr_Restore
  136. PyErr_SetExcFromWindowsErr
  137. PyErr_SetExcFromWindowsErrWithFilename
  138. PyErr_SetExcFromWindowsErrWithFilenameObject
  139. PyErr_SetExcFromWindowsErrWithFilenameObjects
  140. PyErr_SetExcInfo
  141. PyErr_SetFromErrno
  142. PyErr_SetFromErrnoWithFilename
  143. PyErr_SetFromErrnoWithFilenameObject
  144. PyErr_SetFromErrnoWithFilenameObjects
  145. PyErr_SetFromWindowsErr
  146. PyErr_SetFromWindowsErrWithFilename
  147. PyErr_SetImportError
  148. PyErr_SetImportErrorSubclass
  149. PyErr_SetInterrupt
  150. PyErr_SetNone
  151. PyErr_SetObject
  152. PyErr_SetString
  153. PyErr_SyntaxLocation
  154. PyErr_SyntaxLocationEx
  155. PyErr_WarnEx
  156. PyErr_WarnExplicit
  157. PyErr_WarnFormat
  158. PyErr_WriteUnraisable
  159. PyEval_AcquireLock
  160. PyEval_AcquireThread
  161. PyEval_CallFunction
  162. PyEval_CallMethod
  163. PyEval_CallObjectWithKeywords
  164. PyEval_EvalCode
  165. PyEval_EvalCodeEx
  166. PyEval_EvalFrame
  167. PyEval_EvalFrameEx
  168. PyEval_GetBuiltins
  169. PyEval_GetCallStats
  170. PyEval_GetFrame
  171. PyEval_GetFuncDesc
  172. PyEval_GetFuncName
  173. PyEval_GetGlobals
  174. PyEval_GetLocals
  175. PyEval_InitThreads
  176. PyEval_ReInitThreads
  177. PyEval_ReleaseLock
  178. PyEval_ReleaseThread
  179. PyEval_RestoreThread
  180. PyEval_SaveThread
  181. PyEval_ThreadsInitialized
  182. PyExc_ArithmeticError
  183. PyExc_AssertionError
  184. PyExc_AttributeError
  185. PyExc_BaseException
  186. PyExc_BlockingIOError
  187. PyExc_BrokenPipeError
  188. PyExc_BufferError
  189. PyExc_BytesWarning
  190. PyExc_ChildProcessError
  191. PyExc_ConnectionAbortedError
  192. PyExc_ConnectionError
  193. PyExc_ConnectionRefusedError
  194. PyExc_ConnectionResetError
  195. PyExc_DeprecationWarning
  196. PyExc_EOFError
  197. PyExc_EnvironmentError
  198. PyExc_Exception
  199. PyExc_FileExistsError
  200. PyExc_FileNotFoundError
  201. PyExc_FloatingPointError
  202. PyExc_FutureWarning
  203. PyExc_GeneratorExit
  204. PyExc_IOError
  205. PyExc_ImportError
  206. PyExc_ImportWarning
  207. PyExc_IndentationError
  208. PyExc_IndexError
  209. PyExc_InterruptedError
  210. PyExc_IsADirectoryError
  211. PyExc_KeyError
  212. PyExc_KeyboardInterrupt
  213. PyExc_LookupError
  214. PyExc_MemoryError
  215. PyExc_ModuleNotFoundError
  216. PyExc_NameError
  217. PyExc_NotADirectoryError
  218. PyExc_NotImplementedError
  219. PyExc_OSError
  220. PyExc_OverflowError
  221. PyExc_PendingDeprecationWarning
  222. PyExc_PermissionError
  223. PyExc_ProcessLookupError
  224. PyExc_RecursionError
  225. PyExc_ReferenceError
  226. PyExc_ResourceWarning
  227. PyExc_RuntimeError
  228. PyExc_RuntimeWarning
  229. PyExc_StopAsyncIteration
  230. PyExc_StopIteration
  231. PyExc_SyntaxError
  232. PyExc_SyntaxWarning
  233. PyExc_SystemError
  234. PyExc_SystemExit
  235. PyExc_TabError
  236. PyExc_TimeoutError
  237. PyExc_TypeError
  238. PyExc_UnboundLocalError
  239. PyExc_UnicodeDecodeError
  240. PyExc_UnicodeEncodeError
  241. PyExc_UnicodeError
  242. PyExc_UnicodeTranslateError
  243. PyExc_UnicodeWarning
  244. PyExc_UserWarning
  245. PyExc_ValueError
  246. PyExc_Warning
  247. PyExc_WindowsError
  248. PyExc_ZeroDivisionError
  249. PyExceptionClass_Name
  250. PyException_GetCause
  251. PyException_GetContext
  252. PyException_GetTraceback
  253. PyException_SetCause
  254. PyException_SetContext
  255. PyException_SetTraceback
  256. PyFile_FromFd
  257. PyFile_GetLine
  258. PyFile_WriteObject
  259. PyFile_WriteString
  260. PyFilter_Type
  261. PyFloat_AsDouble
  262. PyFloat_FromDouble
  263. PyFloat_FromString
  264. PyFloat_GetInfo
  265. PyFloat_GetMax
  266. PyFloat_GetMin
  267. PyFloat_Type
  268. PyFrame_GetCode
  269. PyFrame_GetLineNumber
  270. PyFrozenSet_New
  271. PyFrozenSet_Type
  272. PyGC_Collect
  273. PyGILState_Ensure
  274. PyGILState_GetThisThreadState
  275. PyGILState_Release
  276. PyGetSetDescr_Type
  277. PyImport_AddModule
  278. PyImport_AddModuleObject
  279. PyImport_AppendInittab
  280. PyImport_Cleanup
  281. PyImport_ExecCodeModule
  282. PyImport_ExecCodeModuleEx
  283. PyImport_ExecCodeModuleObject
  284. PyImport_ExecCodeModuleWithPathnames
  285. PyImport_GetImporter
  286. PyImport_GetMagicNumber
  287. PyImport_GetMagicTag
  288. PyImport_GetModule
  289. PyImport_GetModuleDict
  290. PyImport_Import
  291. PyImport_ImportFrozenModule
  292. PyImport_ImportFrozenModuleObject
  293. PyImport_ImportModule
  294. PyImport_ImportModuleLevel
  295. PyImport_ImportModuleLevelObject
  296. PyImport_ImportModuleNoBlock
  297. PyImport_ReloadModule
  298. PyIndex_Check
  299. PyInterpreterState_Clear
  300. PyInterpreterState_Delete
  301. PyInterpreterState_GetID
  302. PyInterpreterState_New
  303. PyIter_Check
  304. PyIter_Next
  305. PyListIter_Type
  306. PyListRevIter_Type
  307. PyList_Append
  308. PyList_AsTuple
  309. PyList_GetItem
  310. PyList_GetSlice
  311. PyList_Insert
  312. PyList_New
  313. PyList_Reverse
  314. PyList_SetItem
  315. PyList_SetSlice
  316. PyList_Size
  317. PyList_Sort
  318. PyList_Type
  319. PyLongRangeIter_Type
  320. PyLong_AsDouble
  321. PyLong_AsLong
  322. PyLong_AsLongAndOverflow
  323. PyLong_AsLongLong
  324. PyLong_AsLongLongAndOverflow
  325. PyLong_AsSize_t
  326. PyLong_AsSsize_t
  327. PyLong_AsUnsignedLong
  328. PyLong_AsUnsignedLongLong
  329. PyLong_AsUnsignedLongLongMask
  330. PyLong_AsUnsignedLongMask
  331. PyLong_AsVoidPtr
  332. PyLong_FromDouble
  333. PyLong_FromLong
  334. PyLong_FromLongLong
  335. PyLong_FromSize_t
  336. PyLong_FromSsize_t
  337. PyLong_FromString
  338. PyLong_FromUnsignedLong
  339. PyLong_FromUnsignedLongLong
  340. PyLong_FromVoidPtr
  341. PyLong_GetInfo
  342. PyLong_Type
  343. PyMap_Type
  344. PyMapping_Check
  345. PyMapping_GetItemString
  346. PyMapping_HasKey
  347. PyMapping_HasKeyString
  348. PyMapping_Items
  349. PyMapping_Keys
  350. PyMapping_Length
  351. PyMapping_SetItemString
  352. PyMapping_Size
  353. PyMapping_Values
  354. PyMem_Calloc
  355. PyMem_Free
  356. PyMem_Malloc
  357. PyMem_Realloc
  358. PyMemberDescr_Type
  359. PyMemoryView_FromMemory
  360. PyMemoryView_FromObject
  361. PyMemoryView_GetContiguous
  362. PyMemoryView_Type
  363. PyMethodDescr_Type
  364. PyModuleDef_Init
  365. PyModuleDef_Type
  366. PyModule_AddFunctions
  367. PyModule_AddIntConstant
  368. PyModule_AddObject
  369. PyModule_AddStringConstant
  370. PyModule_Create2
  371. PyModule_ExecDef
  372. PyModule_FromDefAndSpec2
  373. PyModule_GetDef
  374. PyModule_GetDict
  375. PyModule_GetFilename
  376. PyModule_GetFilenameObject
  377. PyModule_GetName
  378. PyModule_GetNameObject
  379. PyModule_GetState
  380. PyModule_New
  381. PyModule_NewObject
  382. PyModule_SetDocString
  383. PyModule_Type
  384. PyNullImporter_Type
  385. PyNumber_Absolute
  386. PyNumber_Add
  387. PyNumber_And
  388. PyNumber_AsSsize_t
  389. PyNumber_Check
  390. PyNumber_Divmod
  391. PyNumber_Float
  392. PyNumber_FloorDivide
  393. PyNumber_InPlaceAdd
  394. PyNumber_InPlaceAnd
  395. PyNumber_InPlaceFloorDivide
  396. PyNumber_InPlaceLshift
  397. PyNumber_InPlaceMatrixMultiply
  398. PyNumber_InPlaceMultiply
  399. PyNumber_InPlaceOr
  400. PyNumber_InPlacePower
  401. PyNumber_InPlaceRemainder
  402. PyNumber_InPlaceRshift
  403. PyNumber_InPlaceSubtract
  404. PyNumber_InPlaceTrueDivide
  405. PyNumber_InPlaceXor
  406. PyNumber_Index
  407. PyNumber_Invert
  408. PyNumber_Long
  409. PyNumber_Lshift
  410. PyNumber_MatrixMultiply
  411. PyNumber_Multiply
  412. PyNumber_Negative
  413. PyNumber_Or
  414. PyNumber_Positive
  415. PyNumber_Power
  416. PyNumber_Remainder
  417. PyNumber_Rshift
  418. PyNumber_Subtract
  419. PyNumber_ToBase
  420. PyNumber_TrueDivide
  421. PyNumber_Xor
  422. PyODictItems_Type
  423. PyODictIter_Type
  424. PyODictKeys_Type
  425. PyODictValues_Type
  426. PyODict_DelItem
  427. PyODict_New
  428. PyODict_SetItem
  429. PyODict_Type
  430. PyOS_AfterFork
  431. PyOS_CheckStack
  432. PyOS_FSPath
  433. PyOS_InitInterrupts
  434. PyOS_InputHook
  435. PyOS_InterruptOccurred
  436. PyOS_ReadlineFunctionPointer
  437. PyOS_double_to_string
  438. PyOS_getsig
  439. PyOS_mystricmp
  440. PyOS_mystrnicmp
  441. PyOS_setsig
  442. PyOS_snprintf
  443. PyOS_string_to_double
  444. PyOS_strtol
  445. PyOS_strtoul
  446. PyOS_vsnprintf
  447. PyObject_ASCII
  448. PyObject_AsCharBuffer
  449. PyObject_AsFileDescriptor
  450. PyObject_AsReadBuffer
  451. PyObject_AsWriteBuffer
  452. PyObject_Bytes
  453. PyObject_Call
  454. PyObject_CallFunction
  455. PyObject_CallFunctionObjArgs
  456. PyObject_CallMethod
  457. PyObject_CallMethodObjArgs
  458. PyObject_CallNoArgs
  459. PyObject_CallObject
  460. PyObject_Calloc
  461. PyObject_CheckReadBuffer
  462. PyObject_ClearWeakRefs
  463. PyObject_DelItem
  464. PyObject_DelItemString
  465. PyObject_Dir
  466. PyObject_Format
  467. PyObject_Free
  468. PyObject_GC_Del
  469. PyObject_GC_Track
  470. PyObject_GC_UnTrack
  471. PyObject_GenericGetAttr
  472. PyObject_GenericSetAttr
  473. PyObject_GenericSetDict
  474. PyObject_GetAttr
  475. PyObject_GetAttrString
  476. PyObject_GetItem
  477. PyObject_GetIter
  478. PyObject_HasAttr
  479. PyObject_HasAttrString
  480. PyObject_Hash
  481. PyObject_HashNotImplemented
  482. PyObject_Init
  483. PyObject_InitVar
  484. PyObject_IsInstance
  485. PyObject_IsSubclass
  486. PyObject_IsTrue
  487. PyObject_Length
  488. PyObject_Malloc
  489. PyObject_Not
  490. PyObject_Realloc
  491. PyObject_Repr
  492. PyObject_RichCompare
  493. PyObject_RichCompareBool
  494. PyObject_SelfIter
  495. PyObject_SetAttr
  496. PyObject_SetAttrString
  497. PyObject_SetItem
  498. PyObject_Size
  499. PyObject_Str
  500. PyObject_Type
  501. PyParser_SimpleParseFileFlags
  502. PyParser_SimpleParseStringFlags
  503. PyParser_SimpleParseStringFlagsFilename
  504. PyProperty_Type
  505. PyRangeIter_Type
  506. PyRange_Type
  507. PyReversed_Type
  508. PySeqIter_New
  509. PySeqIter_Type
  510. PySequence_Check
  511. PySequence_Concat
  512. PySequence_Contains
  513. PySequence_Count
  514. PySequence_DelItem
  515. PySequence_DelSlice
  516. PySequence_Fast
  517. PySequence_GetItem
  518. PySequence_GetSlice
  519. PySequence_In
  520. PySequence_InPlaceConcat
  521. PySequence_InPlaceRepeat
  522. PySequence_Index
  523. PySequence_Length
  524. PySequence_List
  525. PySequence_Repeat
  526. PySequence_SetItem
  527. PySequence_SetSlice
  528. PySequence_Size
  529. PySequence_Tuple
  530. PySetIter_Type
  531. PySet_Add
  532. PySet_Clear
  533. PySet_Contains
  534. PySet_Discard
  535. PySet_New
  536. PySet_Pop
  537. PySet_Size
  538. PySet_Type
  539. PySlice_AdjustIndices
  540. PySlice_GetIndices
  541. PySlice_GetIndicesEx
  542. PySlice_New
  543. PySlice_Type
  544. PySlice_Unpack
  545. PySortWrapper_Type
  546. PyState_AddModule
  547. PyState_FindModule
  548. PyState_RemoveModule
  549. PyStructSequence_GetItem
  550. PyStructSequence_New
  551. PyStructSequence_NewType
  552. PyStructSequence_SetItem
  553. PySuper_Type
  554. PySys_AddWarnOption
  555. PySys_AddWarnOptionUnicode
  556. PySys_AddXOption
  557. PySys_FormatStderr
  558. PySys_FormatStdout
  559. PySys_GetObject
  560. PySys_GetXOptions
  561. PySys_HasWarnOptions
  562. PySys_ResetWarnOptions
  563. PySys_SetArgv
  564. PySys_SetArgvEx
  565. PySys_SetObject
  566. PySys_SetPath
  567. PySys_WriteStderr
  568. PySys_WriteStdout
  569. PyThreadState_Clear
  570. PyThreadState_Delete
  571. PyThreadState_DeleteCurrent
  572. PyThreadState_Get
  573. PyThreadState_GetDict
  574. PyThreadState_GetFrame
  575. PyThreadState_GetID
  576. PyThreadState_GetInterpreter
  577. PyThreadState_New
  578. PyThreadState_SetAsyncExc
  579. PyThreadState_Swap
  580. PyThread_tss_alloc
  581. PyThread_tss_create
  582. PyThread_tss_delete
  583. PyThread_tss_free
  584. PyThread_tss_get
  585. PyThread_tss_is_created
  586. PyThread_tss_set
  587. PyTraceBack_Here
  588. PyTraceBack_Print
  589. PyTraceBack_Type
  590. PyTupleIter_Type
  591. PyTuple_GetItem
  592. PyTuple_GetSlice
  593. PyTuple_New
  594. PyTuple_Pack
  595. PyTuple_SetItem
  596. PyTuple_Size
  597. PyTuple_Type
  598. PyType_ClearCache
  599. PyType_FromSpec
  600. PyType_FromSpecWithBases
  601. PyType_GenericAlloc
  602. PyType_GenericNew
  603. PyType_GetFlags
  604. PyType_GetSlot
  605. PyType_IsSubtype
  606. PyType_Modified
  607. PyType_Ready
  608. PyType_Type
  609. PyUnicodeDecodeError_Create
  610. PyUnicodeDecodeError_GetEncoding
  611. PyUnicodeDecodeError_GetEnd
  612. PyUnicodeDecodeError_GetObject
  613. PyUnicodeDecodeError_GetReason
  614. PyUnicodeDecodeError_GetStart
  615. PyUnicodeDecodeError_SetEnd
  616. PyUnicodeDecodeError_SetReason
  617. PyUnicodeDecodeError_SetStart
  618. PyUnicodeEncodeError_GetEncoding
  619. PyUnicodeEncodeError_GetEnd
  620. PyUnicodeEncodeError_GetObject
  621. PyUnicodeEncodeError_GetReason
  622. PyUnicodeEncodeError_GetStart
  623. PyUnicodeEncodeError_SetEnd
  624. PyUnicodeEncodeError_SetReason
  625. PyUnicodeEncodeError_SetStart
  626. PyUnicodeIter_Type
  627. PyUnicodeTranslateError_GetEnd
  628. PyUnicodeTranslateError_GetObject
  629. PyUnicodeTranslateError_GetReason
  630. PyUnicodeTranslateError_GetStart
  631. PyUnicodeTranslateError_SetEnd
  632. PyUnicodeTranslateError_SetReason
  633. PyUnicodeTranslateError_SetStart
  634. PyUnicode_Append
  635. PyUnicode_AppendAndDel
  636. PyUnicode_AsASCIIString
  637. PyUnicode_AsCharmapString
  638. PyUnicode_AsDecodedObject
  639. PyUnicode_AsDecodedUnicode
  640. PyUnicode_AsEncodedObject
  641. PyUnicode_AsEncodedString
  642. PyUnicode_AsEncodedUnicode
  643. PyUnicode_AsLatin1String
  644. PyUnicode_AsMBCSString
  645. PyUnicode_AsRawUnicodeEscapeString
  646. PyUnicode_AsUCS4
  647. PyUnicode_AsUCS4Copy
  648. PyUnicode_AsUTF16String
  649. PyUnicode_AsUTF32String
  650. PyUnicode_AsUTF8String
  651. PyUnicode_AsUnicodeEscapeString
  652. PyUnicode_AsWideChar
  653. PyUnicode_AsWideCharString
  654. PyUnicode_BuildEncodingMap
  655. PyUnicode_Compare
  656. PyUnicode_CompareWithASCIIString
  657. PyUnicode_Concat
  658. PyUnicode_Contains
  659. PyUnicode_Count
  660. PyUnicode_Decode
  661. PyUnicode_DecodeASCII
  662. PyUnicode_DecodeCharmap
  663. PyUnicode_DecodeCodePageStateful
  664. PyUnicode_DecodeFSDefault
  665. PyUnicode_DecodeFSDefaultAndSize
  666. PyUnicode_DecodeLatin1
  667. PyUnicode_DecodeLocale
  668. PyUnicode_DecodeLocaleAndSize
  669. PyUnicode_DecodeMBCS
  670. PyUnicode_DecodeMBCSStateful
  671. PyUnicode_DecodeRawUnicodeEscape
  672. PyUnicode_DecodeUTF16
  673. PyUnicode_DecodeUTF16Stateful
  674. PyUnicode_DecodeUTF32
  675. PyUnicode_DecodeUTF32Stateful
  676. PyUnicode_DecodeUTF7
  677. PyUnicode_DecodeUTF7Stateful
  678. PyUnicode_DecodeUTF8
  679. PyUnicode_DecodeUTF8Stateful
  680. PyUnicode_DecodeUnicodeEscape
  681. PyUnicode_EncodeCodePage
  682. PyUnicode_EncodeFSDefault
  683. PyUnicode_EncodeLocale
  684. PyUnicode_FSConverter
  685. PyUnicode_FSDecoder
  686. PyUnicode_Find
  687. PyUnicode_FindChar
  688. PyUnicode_Format
  689. PyUnicode_FromEncodedObject
  690. PyUnicode_FromFormat
  691. PyUnicode_FromFormatV
  692. PyUnicode_FromObject
  693. PyUnicode_FromOrdinal
  694. PyUnicode_FromString
  695. PyUnicode_FromStringAndSize
  696. PyUnicode_FromWideChar
  697. PyUnicode_GetDefaultEncoding
  698. PyUnicode_GetLength
  699. PyUnicode_GetSize
  700. PyUnicode_InternFromString
  701. PyUnicode_InternImmortal
  702. PyUnicode_InternInPlace
  703. PyUnicode_IsIdentifier
  704. PyUnicode_Join
  705. PyUnicode_Partition
  706. PyUnicode_RPartition
  707. PyUnicode_RSplit
  708. PyUnicode_ReadChar
  709. PyUnicode_Replace
  710. PyUnicode_Resize
  711. PyUnicode_RichCompare
  712. PyUnicode_Split
  713. PyUnicode_Splitlines
  714. PyUnicode_Substring
  715. PyUnicode_Tailmatch
  716. PyUnicode_Translate
  717. PyUnicode_Type
  718. PyUnicode_WriteChar
  719. PyWeakref_GetObject
  720. PyWeakref_NewProxy
  721. PyWeakref_NewRef
  722. PyWrapperDescr_Type
  723. PyWrapper_New
  724. PyZip_Type
  725. Py_AddPendingCall
  726. Py_AtExit
  727. Py_BuildValue
  728. Py_CompileString
  729. Py_DecRef
  730. Py_DecodeLocale
  731. Py_EncodeLocale
  732. Py_EndInterpreter
  733. Py_EnterRecursiveCall
  734. Py_Exit
  735. Py_FatalError
  736. Py_FileSystemDefaultEncodeErrors
  737. Py_FileSystemDefaultEncoding
  738. Py_Finalize
  739. Py_FinalizeEx
  740. Py_GenericAlias
  741. Py_GenericAliasType
  742. Py_GetArgcArgv
  743. Py_GetBuildInfo
  744. Py_GetCompiler
  745. Py_GetCopyright
  746. Py_GetExecPrefix
  747. Py_GetPath
  748. Py_GetPlatform
  749. Py_GetPrefix
  750. Py_GetProgramFullPath
  751. Py_GetProgramName
  752. Py_GetPythonHome
  753. Py_GetRecursionLimit
  754. Py_GetVersion
  755. Py_HasFileSystemDefaultEncoding
  756. Py_IncRef
  757. Py_Initialize
  758. Py_InitializeEx
  759. Py_IsInitialized
  760. Py_LeaveRecursiveCall
  761. Py_Main
  762. Py_MakePendingCalls
  763. Py_NewInterpreter
  764. Py_ReprEnter
  765. Py_ReprLeave
  766. Py_SetPath
  767. Py_SetProgramName
  768. Py_SetPythonHome
  769. Py_SetRecursionLimit
  770. Py_SymtableString
  771. Py_UTF8Mode
  772. Py_VaBuildValue
  773. _PyArg_ParseTupleAndKeywords_SizeT
  774. _PyArg_ParseTuple_SizeT
  775. _PyArg_Parse_SizeT
  776. _PyArg_VaParseTupleAndKeywords_SizeT
  777. _PyArg_VaParse_SizeT
  778. _PyErr_BadInternalCall
  779. _PyObject_CallFunction_SizeT
  780. _PyObject_CallMethod_SizeT
  781. _PyObject_GC_Malloc
  782. _PyObject_GC_New
  783. _PyObject_GC_NewVar
  784. _PyObject_GC_Resize
  785. _PyObject_New
  786. _PyObject_NewVar
  787. _PyState_AddModule
  788. _PyThreadState_Init
  789. _PyThreadState_Prealloc
  790. _PyTrash_delete_later
  791. _PyTrash_delete_nesting
  792. _PyTrash_deposit_object
  793. _PyTrash_destroy_chain
  794. _PyTrash_thread_deposit_object
  795. _PyTrash_thread_destroy_chain
  796. _PyWeakref_CallableProxyType
  797. _PyWeakref_ProxyType
  798. _PyWeakref_RefType
  799. _Py_BuildValue_SizeT
  800. _Py_CheckRecursionLimit
  801. _Py_CheckRecursiveCall
  802. _Py_Dealloc
  803. _Py_EllipsisObject
  804. _Py_FalseStruct
  805. _Py_NoneStruct
  806. _Py_NotImplementedStruct
  807. _Py_SwappedOp
  808. _Py_TrueStruct
  809. _Py_VaBuildValue_SizeT