17db96d56Sopenharmony_ci# For up-to-date results, run: 27db96d56Sopenharmony_ci# ./python Tools/c-analyzer/c-analyzer.py check --format summary 37db96d56Sopenharmony_ci# or 47db96d56Sopenharmony_ci# ./python Tools/c-analyzer/c-analyzer.py analyze 57db96d56Sopenharmony_ci 67db96d56Sopenharmony_ci 77db96d56Sopenharmony_ci####################################### 87db96d56Sopenharmony_ci# non-PyObject (61) 97db96d56Sopenharmony_ci 107db96d56Sopenharmony_ci# allocator (16) 117db96d56Sopenharmony_ciObjects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem 127db96d56Sopenharmony_ciObjects/obmalloc.c:_PyMem_Debug static struct { debug_alloc_api_t raw; debug_alloc_api_t mem; debug_alloc_api_t obj; } _PyMem_Debug 137db96d56Sopenharmony_ciObjects/obmalloc.c:_PyMem_Raw static PyMemAllocatorEx _PyMem_Raw 147db96d56Sopenharmony_ciObjects/obmalloc.c:_PyObject static PyMemAllocatorEx _PyObject 157db96d56Sopenharmony_ciObjects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyObject_Arena 167db96d56Sopenharmony_ciObjects/obmalloc.c:_Py_tracemalloc_config struct _PyTraceMalloc_Config _Py_tracemalloc_config 177db96d56Sopenharmony_ciObjects/obmalloc.c:arenas static struct arena_object* arenas 187db96d56Sopenharmony_ciObjects/obmalloc.c:maxarenas static uint maxarenas 197db96d56Sopenharmony_ciObjects/obmalloc.c:narenas_currently_allocated static size_t narenas_currently_allocated 207db96d56Sopenharmony_ciObjects/obmalloc.c:narenas_highwater static size_t narenas_highwater 217db96d56Sopenharmony_ciObjects/obmalloc.c:nfp2lasta static struct arena_object* nfp2lasta[MAX_POOLS_IN_ARENA + 1] 227db96d56Sopenharmony_ciObjects/obmalloc.c:ntimes_arena_allocated static size_t ntimes_arena_allocated 237db96d56Sopenharmony_ciObjects/obmalloc.c:unused_arena_objects static struct arena_object* unused_arena_objects 247db96d56Sopenharmony_ciObjects/obmalloc.c:usable_arenas static struct arena_object* usable_arenas 257db96d56Sopenharmony_ciObjects/obmalloc.c:usedpools static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] 267db96d56Sopenharmony_ciObjects/obmalloc.c:new_arena():debug_stats static int debug_stats 277db96d56Sopenharmony_ci 287db96d56Sopenharmony_ci 297db96d56Sopenharmony_ci# counters 307db96d56Sopenharmony_ciModules/_abc.c:abc_invalidation_counter static unsigned long long abc_invalidation_counter 317db96d56Sopenharmony_ciObjects/bytesobject.c:_Py_null_strings Py_ssize_t _Py_null_strings 327db96d56Sopenharmony_ciObjects/bytesobject.c:_Py_onel_strings Py_ssize_t _Py_one_strings 337db96d56Sopenharmony_ci 347db96d56Sopenharmony_ci 357db96d56Sopenharmony_ci# constants (effectively) 367db96d56Sopenharmony_ciObjects/dictobject.c:empty_keys_struct static PyDictKeysObject empty_keys_struct 377db96d56Sopenharmony_ci 387db96d56Sopenharmony_ci 397db96d56Sopenharmony_ci# "initialized" 407db96d56Sopenharmony_ciPython/fileutils.c:_Py_open_cloexec_works int _Py_open_cloexec_works 417db96d56Sopenharmony_ci 427db96d56Sopenharmony_ci 437db96d56Sopenharmony_ci# other non-object (40) 447db96d56Sopenharmony_ciModules/_tracemalloc.c:allocators static struct { PyMemAllocatorEx mem; PyMemAllocatorEx raw; PyMemAllocatorEx obj; } allocators 457db96d56Sopenharmony_ciModules/_tracemalloc.c:tables_lock static PyThread_type_lock tables_lock 467db96d56Sopenharmony_ciModules/_tracemalloc.c:tracemalloc_filenames static _Py_hashtable_t *tracemalloc_filenames 477db96d56Sopenharmony_ciModules/_tracemalloc.c:tracemalloc_peak_traced_memory static size_t tracemalloc_peak_traced_memory 487db96d56Sopenharmony_ciModules/_tracemalloc.c:tracemalloc_reentrant_key static Py_tss_t tracemalloc_reentrant_key 497db96d56Sopenharmony_ciModules/_tracemalloc.c:tracemalloc_tracebacks static _Py_hashtable_t *tracemalloc_tracebacks 507db96d56Sopenharmony_ciModules/_tracemalloc.c:tracemalloc_traced_memory static size_t tracemalloc_traced_memory 517db96d56Sopenharmony_ciModules/_tracemalloc.c:tracemalloc_traces static _Py_hashtable_t *tracemalloc_traces 527db96d56Sopenharmony_ciModules/faulthandler.c:old_stack static stack_t old_stack 537db96d56Sopenharmony_ciModules/faulthandler.c:stack static stack_t stack 547db96d56Sopenharmony_ciModules/faulthandler.c:faulthandler_dump_traceback():reentrant static volatile int reentrant 557db96d56Sopenharmony_ciModules/posixmodule.c:initialized static int initialized 567db96d56Sopenharmony_ciModules/signalmodule.c:initialized static int initialized 577db96d56Sopenharmony_ciModules/timemodule.c:initialized static int initialized 587db96d56Sopenharmony_ciObjects/dictobject.c:pydict_global_version static uint64_t pydict_global_version 597db96d56Sopenharmony_ciObjects/floatobject.c:detected_double_format static float_format_type detected_double_format 607db96d56Sopenharmony_ciObjects/floatobject.c:detected_float_format static float_format_type detected_float_format 617db96d56Sopenharmony_ciObjects/floatobject.c:double_format static float_format_type double_format 627db96d56Sopenharmony_ciObjects/floatobject.c:float_format static float_format_type 637db96d56Sopenharmony_ciObjects.longobject.c:_Py_quick_int_allocs Py_ssize_t _Py_quick_int_allocs 647db96d56Sopenharmony_ciObjects.longobject.c:_Py_quick_neg_int_allocs Py_ssize_t _Py_quick_neg_int_allocs 657db96d56Sopenharmony_ciObjects/moduleobject.c:max_module_number static Py_ssize_t max_module_number 667db96d56Sopenharmony_ciObjects/object.c:_Py_RefTotal Py_ssize_t _Py_RefTotal 677db96d56Sopenharmony_ciObjects/tupleobject.c:_Py_fast_tuple_allocs Py_ssize_t _Py_fast_tuple_allocs 687db96d56Sopenharmony_ciObjects/tupleobject.c:_Py_tuple_zero_allocs Py_ssize_t _Py_tuple_zero_allocs 697db96d56Sopenharmony_ciObjects/typeobject.c:next_version_tag static unsigned int next_version_tag 707db96d56Sopenharmony_ciPython/Python-ast.c:init_types():initialized static int initialized 717db96d56Sopenharmony_ciPython/bootstrap_hash.c:urandom_cache static struct { int fd; dev_t st_dev; ino_t st_ino; } urandom_cache 727db96d56Sopenharmony_ciPython/ceval.c:lltrace static int lltrace 737db96d56Sopenharmony_ciPython/ceval.c:make_pending_calls():busy static int busy 747db96d56Sopenharmony_ciPython/dynload_shlib.c:handles static struct { dev_t dev; ino_t ino; void *handle; } handles[128] 757db96d56Sopenharmony_ciPython/dynload_shlib.c:nhandles static int nhandles 767db96d56Sopenharmony_ciPython/import.c:import_lock static PyThread_type_lock import_lock 777db96d56Sopenharmony_ciPython/import.c:import_lock_level static int import_lock_level 787db96d56Sopenharmony_ciPython/import.c:import_lock_thread static unsigned long import_lock_thread 797db96d56Sopenharmony_ciPython/import.c:import_find_and_load():accumulated static _PyTime_t accumulated 807db96d56Sopenharmony_ciPython/import.c:import_find_and_load():header static int header 817db96d56Sopenharmony_ciPython/import.c:import_find_and_load():import_level static int import_level 827db96d56Sopenharmony_ciPython/pylifecycle.c:_Py_UnhandledKeyboardInterrupt int _Py_UnhandledKeyboardInterrupt 837db96d56Sopenharmony_ciPython/pylifecycle.c:fatal_error():reentrant static int reentrant 847db96d56Sopenharmony_ci 857db96d56Sopenharmony_ci 867db96d56Sopenharmony_ci####################################### 877db96d56Sopenharmony_ci# PyObject (919) 887db96d56Sopenharmony_ci 897db96d56Sopenharmony_ci# singletons (7) 907db96d56Sopenharmony_ciObjects/boolobject.c:_Py_FalseStruct static struct _longobject _Py_FalseStruct 917db96d56Sopenharmony_ciObjects/boolobject.c:_Py_TrueStruct static struct _longobject _Py_TrueStruct 927db96d56Sopenharmony_ciObjects/boolobject.c:false_str static PyObject *false_str 937db96d56Sopenharmony_ciObjects/boolobject.c:true_str static PyObject *true_str 947db96d56Sopenharmony_ciObjects/object.c:_Py_NoneStruct PyObject _Py_NoneStruct 957db96d56Sopenharmony_ciObjects/object.c:_Py_NotImplementedStruct PyObject _Py_NotImplementedStruct 967db96d56Sopenharmony_ciObjects/sliceobject.c:_Py_EllipsisObject PyObject _Py_EllipsisObject 977db96d56Sopenharmony_ci 987db96d56Sopenharmony_ci 997db96d56Sopenharmony_ci# module vars (1) 1007db96d56Sopenharmony_ciModules/_tracemalloc.c:unknown_filename static PyObject *unknown_filename 1017db96d56Sopenharmony_ci 1027db96d56Sopenharmony_ci 1037db96d56Sopenharmony_ci# other (non-cache) (5) 1047db96d56Sopenharmony_ciModules/_tracemalloc.c:tracemalloc_traceback static traceback_t *tracemalloc_traceback 1057db96d56Sopenharmony_ciModules/faulthandler.c:fatal_error static struct { int enabled; PyObject *file; int fd; int all_threads; PyInterpreterState *interp; void *exc_handler; } fatal_error 1067db96d56Sopenharmony_ciModules/faulthandler.c:thread static struct { PyObject *file; int fd; PY_TIMEOUT_T timeout_us; int repeat; PyInterpreterState *interp; int exit; char *header; size_t header_len; PyThread_type_lock cancel_event; PyThread_type_lock running; } thread 1077db96d56Sopenharmony_ciModules/signalmodule.c:Handlers static volatile struct { _Py_atomic_int tripped; PyObject *func; } Handlers[NSIG] 1087db96d56Sopenharmony_ciObjects/setobject.c:_dummy_struct static PyObject _dummy_struct 1097db96d56Sopenharmony_ci 1107db96d56Sopenharmony_ci 1117db96d56Sopenharmony_ci# caches (1) 1127db96d56Sopenharmony_ciPython/import.c:extensions static PyObject *extensions 1137db96d56Sopenharmony_ci 1147db96d56Sopenharmony_ci 1157db96d56Sopenharmony_ci# cached constants - non-str (6) 1167db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_empty_bytes PyObject *_PyIO_empty_bytes 1177db96d56Sopenharmony_ciModules/_io/bufferedio.c:_PyIO_trap_eintr():eintr_int static PyObject *eintr_int 1187db96d56Sopenharmony_ciObjects/dictobject.c:empty_values_struct static PyDictValues 1197db96d56Sopenharmony_ciObjects/listobject.c:indexerr static PyObject *indexerr 1207db96d56Sopenharmony_ciPython/context.c:_token_missing static PyObject *_token_missing 1217db96d56Sopenharmony_ciPython/hamt.c:_empty_hamt static PyHamtObject *_empty_hamt 1227db96d56Sopenharmony_ci 1237db96d56Sopenharmony_ci 1247db96d56Sopenharmony_ci# cached constants - str (441) 1257db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_empty_str PyObject *_PyIO_empty_str 1267db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_close PyObject *_PyIO_str_close 1277db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_closed PyObject *_PyIO_str_closed 1287db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_decode PyObject *_PyIO_str_decode 1297db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_encode PyObject *_PyIO_str_encode 1307db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_fileno PyObject *_PyIO_str_fileno 1317db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_flush PyObject *_PyIO_str_flush 1327db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_getstate PyObject *_PyIO_str_getstate 1337db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_isatty PyObject *_PyIO_str_isatty 1347db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_newlines PyObject *_PyIO_str_newlines 1357db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_nl PyObject *_PyIO_str_nl 1367db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_peek PyObject *_PyIO_str_peek 1377db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_read PyObject *_PyIO_str_read 1387db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_read1 PyObject *_PyIO_str_read1 1397db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_readable PyObject *_PyIO_str_readable 1407db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_readall PyObject *_PyIO_str_readall 1417db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_readinto PyObject *_PyIO_str_readinto 1427db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_readline PyObject *_PyIO_str_readline 1437db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_reset PyObject *_PyIO_str_reset 1447db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_seek PyObject *_PyIO_str_seek 1457db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_seekable PyObject *_PyIO_str_seekable 1467db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_setstate PyObject *_PyIO_str_setstate 1477db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_tell PyObject *_PyIO_str_tell 1487db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_truncate PyObject *_PyIO_str_truncate 1497db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_writable PyObject *_PyIO_str_writable 1507db96d56Sopenharmony_ciModules/_io/_iomodule.c:_PyIO_str_write PyObject *_PyIO_str_write 1517db96d56Sopenharmony_ciModules/_threadmodule.c:str_dict static PyObject *str_dict 1527db96d56Sopenharmony_ciModules/gcmodule.c:gc_str static PyObject *gc_str 1537db96d56Sopenharmony_ciObjects/classobject.c:instancemethod_get_doc():docstr static PyObject *docstr 1547db96d56Sopenharmony_ciObjects/classobject.c:method_get_doc():docstr static PyObject *docstr 1557db96d56Sopenharmony_ciObjects/codeobject.c:PyCode_NewEmpty():emptystring static PyObject *emptystring 1567db96d56Sopenharmony_ciObjects/exceptions.c:_check_for_legacy_statements():exec_prefix static PyObject *exec_prefix 1577db96d56Sopenharmony_ciObjects/exceptions.c:_check_for_legacy_statements():print_prefix static PyObject *print_prefix 1587db96d56Sopenharmony_ciObjects/funcobject.c:PyFunction_NewWithQualName():__name__ static PyObject *__name__ 1597db96d56Sopenharmony_ciObjects/unicodeobject.c:unicode_empty static PyObject *unicode_empty 1607db96d56Sopenharmony_ciObjects/unicodeobject.c:unicode_latin1 static PyObject *unicode_latin1[256] 1617db96d56Sopenharmony_ciPython/_warnings.c:is_internal_frame():bootstrap_string static PyObject *bootstrap_string 1627db96d56Sopenharmony_ciPython/_warnings.c:is_internal_frame():importlib_string static PyObject *importlib_string 1637db96d56Sopenharmony_ciPython/ast.c:u_kind static PyObject *u_kind 1647db96d56Sopenharmony_ciPython/ast_unparse.c:_str_close_br static PyObject *_str_close_br 1657db96d56Sopenharmony_ciPython/ast_unparse.c:_str_dbl_close_br static PyObject *_str_dbl_close_br 1667db96d56Sopenharmony_ciPython/ast_unparse.c:_str_dbl_open_br static PyObject *_str_dbl_open_br 1677db96d56Sopenharmony_ciPython/ast_unparse.c:_str_open_br static PyObject *_str_open_br 1687db96d56Sopenharmony_ciPython/compile.c:__annotations__ static PyObject *__annotations__ 1697db96d56Sopenharmony_ciPython/compile.c:__doc__ static PyObject *__doc__ 1707db96d56Sopenharmony_ciPython/compile.c:compiler_dictcomp():name static identifier name 1717db96d56Sopenharmony_ciPython/compile.c:compiler_from_import():empty_string static PyObject *empty_string 1727db96d56Sopenharmony_ciPython/compile.c:compiler_genexp():name static identifier name 1737db96d56Sopenharmony_ciPython/compile.c:compiler_lambda():name static identifier name 1747db96d56Sopenharmony_ciPython/compile.c:compiler_listcomp():name static identifier name 1757db96d56Sopenharmony_ciPython/compile.c:compiler_setcomp():name static identifier name 1767db96d56Sopenharmony_ciPython/compile.c:compiler_visit_annotations():return_str static identifier return_str 1777db96d56Sopenharmony_ciPython/import.c:PyImport_Import():builtins_str static PyObject *builtins_str 1787db96d56Sopenharmony_ciPython/import.c:PyImport_Import():import_str static PyObject *import_str 1797db96d56Sopenharmony_ciPython/import.c:PyImport_Import():silly_list static PyObject *silly_list 1807db96d56Sopenharmony_ciPython/sysmodule.c:whatstrings static PyObject *whatstrings[8] 1817db96d56Sopenharmony_ciPython/sysmodule.c:sys_displayhook():newline static PyObject *newline 1827db96d56Sopenharmony_ciObjects/typeobject.c:object_new():comma_id _Py_static_string(comma_id, "", "") 1837db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_add():op_id _Py_static_string(op_id, OPSTR) 1847db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_add():rop_id _Py_static_string(op_id, OPSTR) 1857db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_and():op_id _Py_static_string(op_id, OPSTR) 1867db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_and():rop_id _Py_static_string(op_id, OPSTR) 1877db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_divmod():op_id _Py_static_string(op_id, OPSTR) 1887db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_divmod():rop_id _Py_static_string(op_id, OPSTR) 1897db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_floor_divide():op_id _Py_static_string(op_id, OPSTR) 1907db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_floor_divide():rop_id _Py_static_string(op_id, OPSTR) 1917db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_lshift():op_id _Py_static_string(op_id, OPSTR) 1927db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_lshift():rop_id _Py_static_string(op_id, OPSTR) 1937db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_matrix_multiply():op_id _Py_static_string(op_id, OPSTR) 1947db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_matrix_multiply():rop_id _Py_static_string(op_id, OPSTR) 1957db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_multiply():op_id _Py_static_string(op_id, OPSTR) 1967db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_multiply():rop_id _Py_static_string(op_id, OPSTR) 1977db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_or():op_id _Py_static_string(op_id, OPSTR) 1987db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_or():rop_id _Py_static_string(op_id, OPSTR) 1997db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_power_binary():op_id _Py_static_string(op_id, OPSTR) 2007db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_power_binary():rop_id _Py_static_string(op_id, OPSTR) 2017db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_remainder():op_id _Py_static_string(op_id, OPSTR) 2027db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_remainder():rop_id _Py_static_string(op_id, OPSTR) 2037db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_rshift():op_id _Py_static_string(op_id, OPSTR) 2047db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_rshift():rop_id _Py_static_string(op_id, OPSTR) 2057db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_subtract():op_id _Py_static_string(op_id, OPSTR) 2067db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_subtract():rop_id _Py_static_string(op_id, OPSTR) 2077db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_true_divide():op_id _Py_static_string(op_id, OPSTR) 2087db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_true_divide():rop_id _Py_static_string(op_id, OPSTR) 2097db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_xor():op_id _Py_static_string(op_id, OPSTR) 2107db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_xor():rop_id _Py_static_string(op_id, OPSTR) 2117db96d56Sopenharmony_ciPython/compile.c:compiler_set_qualname():dot _Py_static_string(dot, ""."") 2127db96d56Sopenharmony_ciPython/compile.c:compiler_set_qualname():dot_locals _Py_static_string(dot_locals, "".<locals>"") 2137db96d56Sopenharmony_ciPython/pythonrun.c:PyId_string _Py_static_string(PyId_string, ""<string>"") 2147db96d56Sopenharmony_ciModules/_abc.c:PyId___abstractmethods__ _Py_IDENTIFIER(__abstractmethods__) 2157db96d56Sopenharmony_ciModules/_abc.c:PyId___bases__ _Py_IDENTIFIER(__bases__) 2167db96d56Sopenharmony_ciModules/_abc.c:PyId___class__ _Py_IDENTIFIER(__class__) 2177db96d56Sopenharmony_ciModules/_abc.c:PyId___dict__ _Py_IDENTIFIER(__dict__) 2187db96d56Sopenharmony_ciModules/_abc.c:PyId___subclasscheck__ _Py_IDENTIFIER(__subclasscheck__) 2197db96d56Sopenharmony_ciModules/_abc.c:PyId___subclasshook__ _Py_IDENTIFIER(__subclasshook__) 2207db96d56Sopenharmony_ciModules/_abc.c:PyId__abc_impl _Py_IDENTIFIER(_abc_impl) 2217db96d56Sopenharmony_ciModules/_collectionsmodule.c:_count_elements():PyId___setitem__ _Py_IDENTIFIER(__setitem__) 2227db96d56Sopenharmony_ciModules/_collectionsmodule.c:_count_elements():PyId_get _Py_IDENTIFIER(get) 2237db96d56Sopenharmony_ciModules/_collectionsmodule.c:defdict_reduce():PyId_items _Py_IDENTIFIER(items) 2247db96d56Sopenharmony_ciModules/_dbmmodule.c:dbm__exit__():PyId_close _Py_IDENTIFIER(close) 2257db96d56Sopenharmony_ciModules/_gdbmmodule.c:dbm__exit__():PyId_close _Py_IDENTIFIER(close) 2267db96d56Sopenharmony_ciModules/_io/_iomodule.c:_io_open_impl():PyId__blksize _Py_IDENTIFIER(_blksize) 2277db96d56Sopenharmony_ciModules/_io/_iomodule.c:_io_open_impl():PyId_isatty _Py_IDENTIFIER(isatty) 2287db96d56Sopenharmony_ciModules/_io/_iomodule.c:_io_open_impl():PyId_mode _Py_IDENTIFIER(mode) 2297db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId__dealloc_warn _Py_IDENTIFIER(_dealloc_warn) 2307db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_close _Py_IDENTIFIER(close) 2317db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_flush _Py_IDENTIFIER(flush) 2327db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_isatty _Py_IDENTIFIER(isatty) 2337db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_mode _Py_IDENTIFIER(mode) 2347db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_name _Py_IDENTIFIER(name) 2357db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_peek _Py_IDENTIFIER(peek) 2367db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_read _Py_IDENTIFIER(read) 2377db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_read1 _Py_IDENTIFIER(read1) 2387db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_readable _Py_IDENTIFIER(readable) 2397db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_readinto _Py_IDENTIFIER(readinto) 2407db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_readinto1 _Py_IDENTIFIER(readinto1) 2417db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_writable _Py_IDENTIFIER(writable) 2427db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyId_write _Py_IDENTIFIER(write) 2437db96d56Sopenharmony_ciModules/_io/fileio.c:PyId_name _Py_IDENTIFIER(name) 2447db96d56Sopenharmony_ciModules/_io/iobase.c:PyId___IOBase_closed _Py_IDENTIFIER(__IOBase_closed) 2457db96d56Sopenharmony_ciModules/_io/iobase.c:PyId_read _Py_IDENTIFIER(read) 2467db96d56Sopenharmony_ciModules/_io/iobase.c:_io__IOBase_tell_impl():PyId_seek _Py_IDENTIFIER(seek) 2477db96d56Sopenharmony_ciModules/_io/iobase.c:_io__RawIOBase_read_impl():PyId_readall _Py_IDENTIFIER(readall) 2487db96d56Sopenharmony_ciModules/_io/iobase.c:iobase_finalize():PyId__finalizing _Py_IDENTIFIER(_finalizing) 2497db96d56Sopenharmony_ciModules/_io/textio.c:PyId__dealloc_warn _Py_IDENTIFIER(_dealloc_warn) 2507db96d56Sopenharmony_ciModules/_io/textio.c:PyId_close _Py_IDENTIFIER(close) 2517db96d56Sopenharmony_ciModules/_io/textio.c:PyId_decode _Py_IDENTIFIER(decode) 2527db96d56Sopenharmony_ciModules/_io/textio.c:PyId_fileno _Py_IDENTIFIER(fileno) 2537db96d56Sopenharmony_ciModules/_io/textio.c:PyId_flush _Py_IDENTIFIER(flush) 2547db96d56Sopenharmony_ciModules/_io/textio.c:PyId_isatty _Py_IDENTIFIER(isatty) 2557db96d56Sopenharmony_ciModules/_io/textio.c:PyId_mode _Py_IDENTIFIER(mode) 2567db96d56Sopenharmony_ciModules/_io/textio.c:PyId_name _Py_IDENTIFIER(name) 2577db96d56Sopenharmony_ciModules/_io/textio.c:PyId_raw _Py_IDENTIFIER(raw) 2587db96d56Sopenharmony_ciModules/_io/textio.c:PyId_read _Py_IDENTIFIER(read) 2597db96d56Sopenharmony_ciModules/_io/textio.c:PyId_readable _Py_IDENTIFIER(readable) 2607db96d56Sopenharmony_ciModules/_io/textio.c:PyId_replace _Py_IDENTIFIER(replace) 2617db96d56Sopenharmony_ciModules/_io/textio.c:PyId_reset _Py_IDENTIFIER(reset) 2627db96d56Sopenharmony_ciModules/_io/textio.c:PyId_seek _Py_IDENTIFIER(seek) 2637db96d56Sopenharmony_ciModules/_io/textio.c:PyId_seekable _Py_IDENTIFIER(seekable) 2647db96d56Sopenharmony_ciModules/_io/textio.c:PyId_setstate _Py_IDENTIFIER(setstate) 2657db96d56Sopenharmony_ciModules/_io/textio.c:PyId_strict _Py_IDENTIFIER(strict) 2667db96d56Sopenharmony_ciModules/_io/textio.c:PyId_tell _Py_IDENTIFIER(tell) 2677db96d56Sopenharmony_ciModules/_io/textio.c:PyId_writable _Py_IDENTIFIER(writable) 2687db96d56Sopenharmony_ciModules/_operator.c:methodcaller_reduce():PyId_partial _Py_IDENTIFIER(partial) 2697db96d56Sopenharmony_ciModules/_pickle.c:do_append():PyId_extend _Py_IDENTIFIER(extend) 2707db96d56Sopenharmony_ciModules/_pickle.c:load_build():PyId___setstate__ _Py_IDENTIFIER(__setstate__) 2717db96d56Sopenharmony_ciModules/_threadmodule.c:PyId_flush _Py_IDENTIFIER(flush) 2727db96d56Sopenharmony_ciModules/_threadmodule.c:PyId_stderr _Py_IDENTIFIER(stderr) 2737db96d56Sopenharmony_ciModules/arraymodule.c:array_arrayiterator___reduce___impl():PyId_iter _Py_IDENTIFIER(iter) 2747db96d56Sopenharmony_ciModules/faulthandler.c:PyId_enable _Py_IDENTIFIER(enable) 2757db96d56Sopenharmony_ciModules/faulthandler.c:PyId_fileno _Py_IDENTIFIER(fileno) 2767db96d56Sopenharmony_ciModules/faulthandler.c:PyId_flush _Py_IDENTIFIER(flush) 2777db96d56Sopenharmony_ciModules/faulthandler.c:PyId_stderr _Py_IDENTIFIER(stderr) 2787db96d56Sopenharmony_ciModules/itertoolsmodule.c:itertools_tee_impl():PyId___copy__ _Py_IDENTIFIER(__copy__) 2797db96d56Sopenharmony_ciModules/itertoolsmodule.c:zip_longest_new():PyId_fillvalue _Py_IDENTIFIER(fillvalue) 2807db96d56Sopenharmony_ciModules/main.c:pymain_sys_path_add_path0():PyId_path _Py_IDENTIFIER(path) 2817db96d56Sopenharmony_ciModules/posixmodule.c:DirEntry_test_mode():PyId_st_mode _Py_IDENTIFIER(st_mode) 2827db96d56Sopenharmony_ciModules/posixmodule.c:PyOS_FSPath():PyId___fspath__ _Py_IDENTIFIER(__fspath__) 2837db96d56Sopenharmony_ciModules/posixmodule.c:path_converter():PyId___fspath__ _Py_IDENTIFIER(__fspath__) 2847db96d56Sopenharmony_ciModules/posixmodule.c:wait_helper():PyId_struct_rusage _Py_IDENTIFIER(struct_rusage) 2857db96d56Sopenharmony_ciModules/timemodule.c:time_strptime():PyId__strptime_time _Py_IDENTIFIER(_strptime_time) 2867db96d56Sopenharmony_ciObjects/abstract.c:PyMapping_Items():PyId_items _Py_IDENTIFIER(items) 2877db96d56Sopenharmony_ciObjects/abstract.c:PyMapping_Keys():PyId_keys _Py_IDENTIFIER(keys) 2887db96d56Sopenharmony_ciObjects/abstract.c:PyMapping_Values():PyId_values _Py_IDENTIFIER(values) 2897db96d56Sopenharmony_ciObjects/abstract.c:PyNumber_Long():PyId___trunc__ _Py_IDENTIFIER(__trunc__) 2907db96d56Sopenharmony_ciObjects/abstract.c:PyObject_Format():PyId___format__ _Py_IDENTIFIER(__format__) 2917db96d56Sopenharmony_ciObjects/abstract.c:PyObject_GetItem():PyId___class_getitem__ _Py_IDENTIFIER(__class_getitem__) 2927db96d56Sopenharmony_ciObjects/abstract.c:PyObject_IsInstance():PyId___instancecheck__ _Py_IDENTIFIER(__instancecheck__) 2937db96d56Sopenharmony_ciObjects/abstract.c:PyObject_IsSubclass():PyId___subclasscheck__ _Py_IDENTIFIER(__subclasscheck__) 2947db96d56Sopenharmony_ciObjects/abstract.c:PyObject_LengthHint():PyId___length_hint__ _Py_IDENTIFIER(__length_hint__) 2957db96d56Sopenharmony_ciObjects/abstract.c:abstract_get_bases():PyId___bases__ _Py_IDENTIFIER(__bases__) 2967db96d56Sopenharmony_ciObjects/abstract.c:recursive_isinstance():PyId___class__ _Py_IDENTIFIER(__class__) 2977db96d56Sopenharmony_ciObjects/bytearrayobject.c:_common_reduce():PyId___dict__ _Py_IDENTIFIER(__dict__) 2987db96d56Sopenharmony_ciObjects/bytearrayobject.c:bytearrayiter_reduce():PyId_iter _Py_IDENTIFIER(iter) 2997db96d56Sopenharmony_ciObjects/bytesobject.c:bytes_new():PyId___bytes__ _Py_IDENTIFIER(__bytes__) 3007db96d56Sopenharmony_ciObjects/bytesobject.c:format_obj():PyId___bytes__ _Py_IDENTIFIER(__bytes__) 3017db96d56Sopenharmony_ciObjects/bytesobject.c:striter_reduce():PyId_iter _Py_IDENTIFIER(iter) 3027db96d56Sopenharmony_ciObjects/classobject.c:PyId___name__ _Py_IDENTIFIER(__name__) 3037db96d56Sopenharmony_ciObjects/classobject.c:PyId___qualname__ _Py_IDENTIFIER(__qualname__) 3047db96d56Sopenharmony_ciObjects/classobject.c:method_reduce():PyId_getattr _Py_IDENTIFIER(getattr) 3057db96d56Sopenharmony_ciObjects/complexobject.c:try_complex_special_method():PyId___complex__ _Py_IDENTIFIER(__complex__) 3067db96d56Sopenharmony_ciObjects/descrobject.c:calculate_qualname():PyId___qualname__ _Py_IDENTIFIER(__qualname__) 3077db96d56Sopenharmony_ciObjects/descrobject.c:descr_reduce():PyId_getattr _Py_IDENTIFIER(getattr) 3087db96d56Sopenharmony_ciObjects/descrobject.c:mappingproxy_copy():PyId_copy _Py_IDENTIFIER(copy) 3097db96d56Sopenharmony_ciObjects/descrobject.c:mappingproxy_get():PyId_get _Py_IDENTIFIER(get) 3107db96d56Sopenharmony_ciObjects/descrobject.c:mappingproxy_items():PyId_items _Py_IDENTIFIER(items) 3117db96d56Sopenharmony_ciObjects/descrobject.c:mappingproxy_keys():PyId_keys _Py_IDENTIFIER(keys) 3127db96d56Sopenharmony_ciObjects/descrobject.c:mappingproxy_values():PyId_values _Py_IDENTIFIER(values) 3137db96d56Sopenharmony_ciObjects/descrobject.c:property_init_impl():PyId___doc__ _Py_IDENTIFIER(__doc__) 3147db96d56Sopenharmony_ciObjects/descrobject.c:wrapper_reduce():PyId_getattr _Py_IDENTIFIER(getattr) 3157db96d56Sopenharmony_ciObjects/dictobject.c:_PyDictView_Intersect():PyId_intersection_update _Py_IDENTIFIER(intersection_update) 3167db96d56Sopenharmony_ciObjects/dictobject.c:dict_subscript():PyId___missing__ _Py_IDENTIFIER(__missing__) 3177db96d56Sopenharmony_ciObjects/dictobject.c:dict_update_common():PyId_keys _Py_IDENTIFIER(keys) 3187db96d56Sopenharmony_ciObjects/dictobject.c:dictiter_reduce():PyId_iter _Py_IDENTIFIER(iter) 3197db96d56Sopenharmony_ciObjects/dictobject.c:dictviews_or():PyId_update _Py_IDENTIFIER(update) 3207db96d56Sopenharmony_ciObjects/dictobject.c:dictviews_sub():PyId_difference_update _Py_IDENTIFIER(difference_update) 3217db96d56Sopenharmony_ciObjects/dictobject.c:dictviews_xor():PyId_symmetric_difference_update _Py_IDENTIFIER(symmetric_difference_update) 3227db96d56Sopenharmony_ciObjects/enumobject.c:reversed_new_impl():PyId___reversed__ _Py_IDENTIFIER(__reversed__) 3237db96d56Sopenharmony_ciObjects/exceptions.c:ImportError_getstate():PyId_name _Py_IDENTIFIER(name) 3247db96d56Sopenharmony_ciObjects/exceptions.c:ImportError_getstate():PyId_path _Py_IDENTIFIER(path) 3257db96d56Sopenharmony_ciObjects/fileobject.c:PyFile_FromFd():PyId_open _Py_IDENTIFIER(open) 3267db96d56Sopenharmony_ciObjects/fileobject.c:PyFile_GetLine():PyId_readline _Py_IDENTIFIER(readline) 3277db96d56Sopenharmony_ciObjects/fileobject.c:PyFile_OpenCodeObject():PyId_open _Py_IDENTIFIER(open) 3287db96d56Sopenharmony_ciObjects/fileobject.c:PyFile_WriteObject():PyId_write _Py_IDENTIFIER(write) 3297db96d56Sopenharmony_ciObjects/fileobject.c:PyObject_AsFileDescriptor():PyId_fileno _Py_IDENTIFIER(fileno) 3307db96d56Sopenharmony_ciObjects/frameobject.c:PyId___builtins__ _Py_IDENTIFIER(__builtins__) 3317db96d56Sopenharmony_ciObjects/genobject.c:_gen_throw():PyId_throw _Py_IDENTIFIER(throw) 3327db96d56Sopenharmony_ciObjects/genobject.c:gen_close_iter():PyId_close _Py_IDENTIFIER(close) 3337db96d56Sopenharmony_ciObjects/iterobject.c:calliter_reduce():PyId_iter _Py_IDENTIFIER(iter) 3347db96d56Sopenharmony_ciObjects/iterobject.c:iter_reduce():PyId_iter _Py_IDENTIFIER(iter) 3357db96d56Sopenharmony_ciObjects/listobject.c:listiter_reduce_general():PyId_iter _Py_IDENTIFIER(iter) 3367db96d56Sopenharmony_ciObjects/listobject.c:listiter_reduce_general():PyId_reversed _Py_IDENTIFIER(reversed) 3377db96d56Sopenharmony_ciObjects/longobject.c:PyId_big _Py_IDENTIFIER(big) 3387db96d56Sopenharmony_ciObjects/longobject.c:PyId_little _Py_IDENTIFIER(little) 3397db96d56Sopenharmony_ciObjects/methodobject.c:meth_get__qualname__():PyId___qualname__ _Py_IDENTIFIER(__qualname__) 3407db96d56Sopenharmony_ciObjects/methodobject.c:meth_reduce():PyId_getattr _Py_IDENTIFIER(getattr) 3417db96d56Sopenharmony_ciObjects/moduleobject.c:PyModule_GetFilenameObject():PyId___file__ _Py_IDENTIFIER(__file__) 3427db96d56Sopenharmony_ciObjects/moduleobject.c:PyModule_GetNameObject():PyId___name__ _Py_IDENTIFIER(__name__) 3437db96d56Sopenharmony_ciObjects/moduleobject.c:PyModule_SetDocString():PyId___doc__ _Py_IDENTIFIER(__doc__) 3447db96d56Sopenharmony_ciObjects/moduleobject.c:_PyModuleSpec_IsInitializing():PyId__initializing _Py_IDENTIFIER(_initializing) 3457db96d56Sopenharmony_ciObjects/moduleobject.c:module_dir():PyId___dict__ _Py_IDENTIFIER(__dict__) 3467db96d56Sopenharmony_ciObjects/moduleobject.c:module_dir():PyId___dir__ _Py_IDENTIFIER(__dir__) 3477db96d56Sopenharmony_ciObjects/moduleobject.c:module_getattro():PyId___getattr__ _Py_IDENTIFIER(__getattr__) 3487db96d56Sopenharmony_ciObjects/moduleobject.c:module_getattro():PyId___name__ _Py_IDENTIFIER(__name__) 3497db96d56Sopenharmony_ciObjects/moduleobject.c:module_getattro():PyId___spec__ _Py_IDENTIFIER(__spec__) 3507db96d56Sopenharmony_ciObjects/moduleobject.c:module_init_dict():PyId___doc__ _Py_IDENTIFIER(__doc__) 3517db96d56Sopenharmony_ciObjects/moduleobject.c:module_init_dict():PyId___loader__ _Py_IDENTIFIER(__loader__) 3527db96d56Sopenharmony_ciObjects/moduleobject.c:module_init_dict():PyId___name__ _Py_IDENTIFIER(__name__) 3537db96d56Sopenharmony_ciObjects/moduleobject.c:module_init_dict():PyId___package__ _Py_IDENTIFIER(__package__) 3547db96d56Sopenharmony_ciObjects/moduleobject.c:module_init_dict():PyId___spec__ _Py_IDENTIFIER(__spec__) 3557db96d56Sopenharmony_ciObjects/object.c:PyId_Py_Repr _Py_IDENTIFIER(Py_Repr) 3567db96d56Sopenharmony_ciObjects/object.c:PyId___bytes__ _Py_IDENTIFIER(__bytes__) 3577db96d56Sopenharmony_ciObjects/object.c:PyId___dir__ _Py_IDENTIFIER(__dir__) 3587db96d56Sopenharmony_ciObjects/object.c:PyId___isabstractmethod__ _Py_IDENTIFIER(__isabstractmethod__) 3597db96d56Sopenharmony_ciObjects/odictobject.c:mutablemapping_update():PyId_items _Py_IDENTIFIER(items) 3607db96d56Sopenharmony_ciObjects/odictobject.c:mutablemapping_update():PyId_keys _Py_IDENTIFIER(keys) 3617db96d56Sopenharmony_ciObjects/odictobject.c:odict_reduce():PyId___dict__ _Py_IDENTIFIER(__dict__) 3627db96d56Sopenharmony_ciObjects/odictobject.c:odict_reduce():PyId_items _Py_IDENTIFIER(items) 3637db96d56Sopenharmony_ciObjects/odictobject.c:odict_repr():PyId_items _Py_IDENTIFIER(items) 3647db96d56Sopenharmony_ciObjects/odictobject.c:odictiter_reduce():PyId_iter _Py_IDENTIFIER(iter) 3657db96d56Sopenharmony_ciObjects/rangeobject.c:longrangeiter_reduce():PyId_iter _Py_IDENTIFIER(iter) 3667db96d56Sopenharmony_ciObjects/rangeobject.c:rangeiter_reduce():PyId_iter _Py_IDENTIFIER(iter) 3677db96d56Sopenharmony_ciObjects/setobject.c:set_reduce():PyId___dict__ _Py_IDENTIFIER(__dict__) 3687db96d56Sopenharmony_ciObjects/setobject.c:setiter_reduce():PyId_iter _Py_IDENTIFIER(iter) 3697db96d56Sopenharmony_ciObjects/structseq.c:PyId_n_fields _Py_IDENTIFIER(n_fields) 3707db96d56Sopenharmony_ciObjects/structseq.c:PyId_n_sequence_fields _Py_IDENTIFIER(n_sequence_fields) 3717db96d56Sopenharmony_ciObjects/structseq.c:PyId_n_unnamed_fields _Py_IDENTIFIER(n_unnamed_fields) 3727db96d56Sopenharmony_ciObjects/tupleobject.c:tupleiter_reduce():PyId_iter _Py_IDENTIFIER(iter) 3737db96d56Sopenharmony_ciObjects/typeobject.c:PyId___abstractmethods__ _Py_IDENTIFIER(__abstractmethods__) 3747db96d56Sopenharmony_ciObjects/typeobject.c:PyId___class__ _Py_IDENTIFIER(__class__) 3757db96d56Sopenharmony_ciObjects/typeobject.c:PyId___class_getitem__ _Py_IDENTIFIER(__class_getitem__) 3767db96d56Sopenharmony_ciObjects/typeobject.c:PyId___delitem__ _Py_IDENTIFIER(__delitem__) 3777db96d56Sopenharmony_ciObjects/typeobject.c:PyId___dict__ _Py_IDENTIFIER(__dict__) 3787db96d56Sopenharmony_ciObjects/typeobject.c:PyId___doc__ _Py_IDENTIFIER(__doc__) 3797db96d56Sopenharmony_ciObjects/typeobject.c:PyId___getattribute__ _Py_IDENTIFIER(__getattribute__) 3807db96d56Sopenharmony_ciObjects/typeobject.c:PyId___getitem__ _Py_IDENTIFIER(__getitem__) 3817db96d56Sopenharmony_ciObjects/typeobject.c:PyId___hash__ _Py_IDENTIFIER(__hash__) 3827db96d56Sopenharmony_ciObjects/typeobject.c:PyId___init_subclass__ _Py_IDENTIFIER(__init_subclass__) 3837db96d56Sopenharmony_ciObjects/typeobject.c:PyId___len__ _Py_IDENTIFIER(__len__) 3847db96d56Sopenharmony_ciObjects/typeobject.c:PyId___module__ _Py_IDENTIFIER(__module__) 3857db96d56Sopenharmony_ciObjects/typeobject.c:PyId___name__ _Py_IDENTIFIER(__name__) 3867db96d56Sopenharmony_ciObjects/typeobject.c:PyId___new__ _Py_IDENTIFIER(__new__) 3877db96d56Sopenharmony_ciObjects/typeobject.c:PyId___set_name__ _Py_IDENTIFIER(__set_name__) 3887db96d56Sopenharmony_ciObjects/typeobject.c:PyId___setitem__ _Py_IDENTIFIER(__setitem__) 3897db96d56Sopenharmony_ciObjects/typeobject.c:PyId_builtins _Py_IDENTIFIER(builtins) 3907db96d56Sopenharmony_ciObjects/typeobject.c:_PyObject_GetItemsIter():PyId_items _Py_IDENTIFIER(items) 3917db96d56Sopenharmony_ciObjects/typeobject.c:_PyObject_GetNewArguments():PyId___getnewargs__ _Py_IDENTIFIER(__getnewargs__) 3927db96d56Sopenharmony_ciObjects/typeobject.c:_PyObject_GetNewArguments():PyId___getnewargs_ex__ _Py_IDENTIFIER(__getnewargs_ex__) 3937db96d56Sopenharmony_ciObjects/typeobject.c:_PyObject_GetState():PyId___getstate__ _Py_IDENTIFIER(__getstate__) 3947db96d56Sopenharmony_ciObjects/typeobject.c:_PyType_GetSlotNames():PyId___slotnames__ _Py_IDENTIFIER(__slotnames__) 3957db96d56Sopenharmony_ciObjects/typeobject.c:_PyType_GetSlotNames():PyId__slotnames _Py_IDENTIFIER(_slotnames) 3967db96d56Sopenharmony_ciObjects/typeobject.c:import_copyreg():PyId_copyreg _Py_IDENTIFIER(copyreg) 3977db96d56Sopenharmony_ciObjects/typeobject.c:merge_class_dict():PyId___bases__ _Py_IDENTIFIER(__bases__) 3987db96d56Sopenharmony_ciObjects/typeobject.c:mro_invoke():PyId_mro _Py_IDENTIFIER(mro) 3997db96d56Sopenharmony_ciObjects/typeobject.c:object___reduce_ex___impl():PyId___reduce__ _Py_IDENTIFIER(__reduce__) 4007db96d56Sopenharmony_ciObjects/typeobject.c:overrides_hash():PyId___eq__ _Py_IDENTIFIER(__eq__) 4017db96d56Sopenharmony_ciObjects/typeobject.c:reduce_newobj():PyId___newobj__ _Py_IDENTIFIER(__newobj__) 4027db96d56Sopenharmony_ciObjects/typeobject.c:reduce_newobj():PyId___newobj_ex__ _Py_IDENTIFIER(__newobj_ex__) 4037db96d56Sopenharmony_ciObjects/typeobject.c:slot_am_aiter():PyId___aiter__ _Py_IDENTIFIER(__aiter__) 4047db96d56Sopenharmony_ciObjects/typeobject.c:slot_am_anext():PyId___anext__ _Py_IDENTIFIER(__anext__) 4057db96d56Sopenharmony_ciObjects/typeobject.c:slot_am_await():PyId___await__ _Py_IDENTIFIER(__await__) 4067db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_bool():PyId___bool__ _Py_IDENTIFIER(__bool__) 4077db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_index():PyId___index__ _Py_IDENTIFIER(__index__) 4087db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_inplace_power():PyId___ipow__ _Py_IDENTIFIER(__ipow__) 4097db96d56Sopenharmony_ciObjects/typeobject.c:slot_nb_power():PyId___pow__ _Py_IDENTIFIER(__pow__) 4107db96d56Sopenharmony_ciObjects/typeobject.c:slot_sq_contains():PyId___contains__ _Py_IDENTIFIER(__contains__) 4117db96d56Sopenharmony_ciObjects/typeobject.c:slot_tp_call():PyId___call__ _Py_IDENTIFIER(__call__) 4127db96d56Sopenharmony_ciObjects/typeobject.c:slot_tp_descr_get():PyId___get__ _Py_IDENTIFIER(__get__) 4137db96d56Sopenharmony_ciObjects/typeobject.c:slot_tp_descr_set():PyId___delete__ _Py_IDENTIFIER(__delete__) 4147db96d56Sopenharmony_ciObjects/typeobject.c:slot_tp_descr_set():PyId___set__ _Py_IDENTIFIER(__set__) 4157db96d56Sopenharmony_ciObjects/typeobject.c:slot_tp_finalize():PyId___del__ _Py_IDENTIFIER(__del__) 4167db96d56Sopenharmony_ciObjects/typeobject.c:slot_tp_getattr_hook():PyId___getattr__ _Py_IDENTIFIER(__getattr__) 4177db96d56Sopenharmony_ciObjects/typeobject.c:slot_tp_init():PyId___init__ _Py_IDENTIFIER(__init__) 4187db96d56Sopenharmony_ciObjects/typeobject.c:slot_tp_iter():PyId___iter__ _Py_IDENTIFIER(__iter__) 4197db96d56Sopenharmony_ciObjects/typeobject.c:slot_tp_iternext():PyId___next__ _Py_IDENTIFIER(__next__) 4207db96d56Sopenharmony_ciObjects/typeobject.c:slot_tp_repr():PyId___repr__ _Py_IDENTIFIER(__repr__) 4217db96d56Sopenharmony_ciObjects/typeobject.c:slot_tp_setattro():PyId___delattr__ _Py_IDENTIFIER(__delattr__) 4227db96d56Sopenharmony_ciObjects/typeobject.c:slot_tp_setattro():PyId___setattr__ _Py_IDENTIFIER(__setattr__) 4237db96d56Sopenharmony_ciObjects/typeobject.c:type_mro_modified():PyId_mro _Py_IDENTIFIER(mro) 4247db96d56Sopenharmony_ciObjects/typeobject.c:type_new():PyId___classcell__ _Py_IDENTIFIER(__classcell__) 4257db96d56Sopenharmony_ciObjects/typeobject.c:type_new():PyId___mro_entries__ _Py_IDENTIFIER(__mro_entries__) 4267db96d56Sopenharmony_ciObjects/typeobject.c:type_new():PyId___qualname__ _Py_IDENTIFIER(__qualname__) 4277db96d56Sopenharmony_ciObjects/typeobject.c:type_new():PyId___slots__ _Py_IDENTIFIER(__slots__) 4287db96d56Sopenharmony_ciObjects/unicodeobject.c:unicodeiter_reduce():PyId_iter _Py_IDENTIFIER(iter) 4297db96d56Sopenharmony_ciObjects/weakrefobject.c:proxy_bytes():PyId___bytes__ _Py_IDENTIFIER(__bytes__) 4307db96d56Sopenharmony_ciObjects/weakrefobject.c:weakref_repr():PyId___name__ _Py_IDENTIFIER(__name__) 4317db96d56Sopenharmony_ciParser/tokenizer.c:fp_setreadl():PyId_open _Py_IDENTIFIER(open) 4327db96d56Sopenharmony_ciParser/tokenizer.c:fp_setreadl():PyId_readline _Py_IDENTIFIER(readline) 4337db96d56Sopenharmony_ciPython/Python-ast.c:ast_type_reduce():PyId___dict__ _Py_IDENTIFIER(__dict__) 4347db96d56Sopenharmony_ciPython/Python-ast.c:make_type():PyId___module__ _Py_IDENTIFIER(__module__) 4357db96d56Sopenharmony_ciPython/_warnings.c:PyId_stderr _Py_IDENTIFIER(stderr) 4367db96d56Sopenharmony_ciPython/_warnings.c:_PyErr_WarnUnawaitedCoroutine():PyId__warn_unawaited_coroutine _Py_IDENTIFIER(_warn_unawaited_coroutine) 4377db96d56Sopenharmony_ciPython/_warnings.c:already_warned():PyId_version _Py_IDENTIFIER(version) 4387db96d56Sopenharmony_ciPython/_warnings.c:call_show_warning():PyId_WarningMessage _Py_IDENTIFIER(WarningMessage) 4397db96d56Sopenharmony_ciPython/_warnings.c:call_show_warning():PyId__showwarnmsg _Py_IDENTIFIER(_showwarnmsg) 4407db96d56Sopenharmony_ciPython/_warnings.c:check_matched():PyId_match _Py_IDENTIFIER(match) 4417db96d56Sopenharmony_ciPython/_warnings.c:get_default_action():PyId_defaultaction _Py_IDENTIFIER(defaultaction) 4427db96d56Sopenharmony_ciPython/_warnings.c:get_filter():PyId_filters _Py_IDENTIFIER(filters) 4437db96d56Sopenharmony_ciPython/_warnings.c:get_once_registry():PyId_onceregistry _Py_IDENTIFIER(onceregistry) 4447db96d56Sopenharmony_ciPython/_warnings.c:get_source_line():PyId___loader__ _Py_IDENTIFIER(__loader__) 4457db96d56Sopenharmony_ciPython/_warnings.c:get_source_line():PyId___name__ _Py_IDENTIFIER(__name__) 4467db96d56Sopenharmony_ciPython/_warnings.c:get_source_line():PyId_get_source _Py_IDENTIFIER(get_source) 4477db96d56Sopenharmony_ciPython/_warnings.c:get_warnings_attr():PyId_warnings _Py_IDENTIFIER(warnings) 4487db96d56Sopenharmony_ciPython/_warnings.c:setup_context():PyId___name__ _Py_IDENTIFIER(__name__) 4497db96d56Sopenharmony_ciPython/_warnings.c:setup_context():PyId___warningregistry__ _Py_IDENTIFIER(__warningregistry__) 4507db96d56Sopenharmony_ciPython/_warnings.c:show_warning():PyId___name__ _Py_IDENTIFIER(__name__) 4517db96d56Sopenharmony_ciPython/bltinmodule.c:PyId___builtins__ _Py_IDENTIFIER(__builtins__) 4527db96d56Sopenharmony_ciPython/bltinmodule.c:PyId___dict__ _Py_IDENTIFIER(__dict__) 4537db96d56Sopenharmony_ciPython/bltinmodule.c:PyId___mro_entries__ _Py_IDENTIFIER(__mro_entries__) 4547db96d56Sopenharmony_ciPython/bltinmodule.c:PyId___prepare__ _Py_IDENTIFIER(__prepare__) 4557db96d56Sopenharmony_ciPython/bltinmodule.c:PyId___round__ _Py_IDENTIFIER(__round__) 4567db96d56Sopenharmony_ciPython/bltinmodule.c:PyId_encoding _Py_IDENTIFIER(encoding) 4577db96d56Sopenharmony_ciPython/bltinmodule.c:PyId_errors _Py_IDENTIFIER(errors) 4587db96d56Sopenharmony_ciPython/bltinmodule.c:PyId_fileno _Py_IDENTIFIER(fileno) 4597db96d56Sopenharmony_ciPython/bltinmodule.c:PyId_flush _Py_IDENTIFIER(flush) 4607db96d56Sopenharmony_ciPython/bltinmodule.c:PyId_metaclass _Py_IDENTIFIER(metaclass) 4617db96d56Sopenharmony_ciPython/bltinmodule.c:PyId_sort _Py_IDENTIFIER(sort) 4627db96d56Sopenharmony_ciPython/bltinmodule.c:PyId_stderr _Py_IDENTIFIER(stderr) 4637db96d56Sopenharmony_ciPython/bltinmodule.c:PyId_stdin _Py_IDENTIFIER(stdin) 4647db96d56Sopenharmony_ciPython/bltinmodule.c:PyId_stdout _Py_IDENTIFIER(stdout) 4657db96d56Sopenharmony_ciPython/ceval.c:_PyEval_EvalFrameDefault():PyId___aenter__ _Py_IDENTIFIER(__aenter__) 4667db96d56Sopenharmony_ciPython/ceval.c:_PyEval_EvalFrameDefault():PyId___aexit__ _Py_IDENTIFIER(__aexit__) 4677db96d56Sopenharmony_ciPython/ceval.c:_PyEval_EvalFrameDefault():PyId___annotations__ _Py_IDENTIFIER(__annotations__) 4687db96d56Sopenharmony_ciPython/ceval.c:_PyEval_EvalFrameDefault():PyId___build_class__ _Py_IDENTIFIER(__build_class__) 4697db96d56Sopenharmony_ciPython/ceval.c:_PyEval_EvalFrameDefault():PyId___enter__ _Py_IDENTIFIER(__enter__) 4707db96d56Sopenharmony_ciPython/ceval.c:_PyEval_EvalFrameDefault():PyId___exit__ _Py_IDENTIFIER(__exit__) 4717db96d56Sopenharmony_ciPython/ceval.c:_PyEval_EvalFrameDefault():PyId_displayhook _Py_IDENTIFIER(displayhook) 4727db96d56Sopenharmony_ciPython/ceval.c:_PyEval_EvalFrameDefault():PyId_send _Py_IDENTIFIER(send) 4737db96d56Sopenharmony_ciPython/ceval.c:import_all_from():PyId___all__ _Py_IDENTIFIER(__all__) 4747db96d56Sopenharmony_ciPython/ceval.c:import_all_from():PyId___dict__ _Py_IDENTIFIER(__dict__) 4757db96d56Sopenharmony_ciPython/ceval.c:import_all_from():PyId___name__ _Py_IDENTIFIER(__name__) 4767db96d56Sopenharmony_ciPython/ceval.c:import_from():PyId___name__ _Py_IDENTIFIER(__name__) 4777db96d56Sopenharmony_ciPython/ceval.c:import_name():PyId___import__ _Py_IDENTIFIER(__import__) 4787db96d56Sopenharmony_ciPython/codecs.c:_PyCodec_LookupTextEncoding():PyId__is_text_encoding _Py_IDENTIFIER(_is_text_encoding) 4797db96d56Sopenharmony_ciPython/compile.c:compiler_enter_scope():PyId___class__ _Py_IDENTIFIER(__class__) 4807db96d56Sopenharmony_ciPython/errors.c:PyId_builtins _Py_IDENTIFIER(builtins) 4817db96d56Sopenharmony_ciPython/errors.c:PyId_flush _Py_IDENTIFIER(flush) 4827db96d56Sopenharmony_ciPython/errors.c:PyId_stderr _Py_IDENTIFIER(stderr) 4837db96d56Sopenharmony_ciPython/errors.c:PyErr_NewException():PyId___module__ _Py_IDENTIFIER(__module__) 4847db96d56Sopenharmony_ciPython/errors.c:PyErr_SyntaxLocationObject():PyId_filename _Py_IDENTIFIER(filename) 4857db96d56Sopenharmony_ciPython/errors.c:PyErr_SyntaxLocationObject():PyId_lineno _Py_IDENTIFIER(lineno) 4867db96d56Sopenharmony_ciPython/errors.c:PyErr_SyntaxLocationObject():PyId_msg _Py_IDENTIFIER(msg) 4877db96d56Sopenharmony_ciPython/errors.c:PyErr_SyntaxLocationObject():PyId_offset _Py_IDENTIFIER(offset) 4887db96d56Sopenharmony_ciPython/errors.c:PyErr_SyntaxLocationObject():PyId_print_file_and_line _Py_IDENTIFIER(print_file_and_line) 4897db96d56Sopenharmony_ciPython/errors.c:PyErr_SyntaxLocationObject():PyId_text _Py_IDENTIFIER(text) 4907db96d56Sopenharmony_ciPython/errors.c:_PyErr_WriteUnraisableMsg():PyId_unraisablehook _Py_IDENTIFIER(unraisablehook) 4917db96d56Sopenharmony_ciPython/import.c:PyImport_Cleanup():PyId_clear _Py_IDENTIFIER(clear) 4927db96d56Sopenharmony_ciPython/import.c:PyImport_ExecCodeModuleObject():PyId__fix_up_module _Py_IDENTIFIER(_fix_up_module) 4937db96d56Sopenharmony_ciPython/import.c:PyImport_ExecCodeModuleWithPathnames():PyId__get_sourcefile _Py_IDENTIFIER(_get_sourcefile) 4947db96d56Sopenharmony_ciPython/import.c:PyImport_ImportModuleLevelObject():PyId___path__ _Py_IDENTIFIER(__path__) 4957db96d56Sopenharmony_ciPython/import.c:PyImport_ImportModuleLevelObject():PyId___spec__ _Py_IDENTIFIER(__spec__) 4967db96d56Sopenharmony_ciPython/import.c:PyImport_ImportModuleLevelObject():PyId__handle_fromlist _Py_IDENTIFIER(_handle_fromlist) 4977db96d56Sopenharmony_ciPython/import.c:PyImport_ImportModuleLevelObject():PyId__lock_unlock_module _Py_IDENTIFIER(_lock_unlock_module) 4987db96d56Sopenharmony_ciPython/import.c:PyImport_ReloadModule():PyId_imp _Py_IDENTIFIER(imp) 4997db96d56Sopenharmony_ciPython/import.c:PyImport_ReloadModule():PyId_reload _Py_IDENTIFIER(reload) 5007db96d56Sopenharmony_ciPython/import.c:_PyImportZip_Init():PyId_zipimporter _Py_IDENTIFIER(zipimporter) 5017db96d56Sopenharmony_ciPython/import.c:import_find_and_load():PyId__find_and_load _Py_IDENTIFIER(_find_and_load) 5027db96d56Sopenharmony_ciPython/import.c:module_dict_for_exec():PyId___builtins__ _Py_IDENTIFIER(__builtins__) 5037db96d56Sopenharmony_ciPython/import.c:resolve_name():PyId___name__ _Py_IDENTIFIER(__name__) 5047db96d56Sopenharmony_ciPython/import.c:resolve_name():PyId___package__ _Py_IDENTIFIER(__package__) 5057db96d56Sopenharmony_ciPython/import.c:resolve_name():PyId___path__ _Py_IDENTIFIER(__path__) 5067db96d56Sopenharmony_ciPython/import.c:resolve_name():PyId___spec__ _Py_IDENTIFIER(__spec__) 5077db96d56Sopenharmony_ciPython/import.c:resolve_name():PyId_parent _Py_IDENTIFIER(parent) 5087db96d56Sopenharmony_ciPython/importdl.c:get_encoded_name():PyId_replace _Py_IDENTIFIER(replace) 5097db96d56Sopenharmony_ciPython/marshal.c:marshal_dump_impl():PyId_write _Py_IDENTIFIER(write) 5107db96d56Sopenharmony_ciPython/marshal.c:marshal_load():PyId_read _Py_IDENTIFIER(read) 5117db96d56Sopenharmony_ciPython/marshal.c:r_string():PyId_readinto _Py_IDENTIFIER(readinto) 5127db96d56Sopenharmony_ciPython/pylifecycle.c:PyId_flush _Py_IDENTIFIER(flush) 5137db96d56Sopenharmony_ciPython/pylifecycle.c:PyId_name _Py_IDENTIFIER(name) 5147db96d56Sopenharmony_ciPython/pylifecycle.c:PyId_stderr _Py_IDENTIFIER(stderr) 5157db96d56Sopenharmony_ciPython/pylifecycle.c:PyId_stdin _Py_IDENTIFIER(stdin) 5167db96d56Sopenharmony_ciPython/pylifecycle.c:PyId_stdout _Py_IDENTIFIER(stdout) 5177db96d56Sopenharmony_ciPython/pylifecycle.c:PyId_threading _Py_IDENTIFIER(threading) 5187db96d56Sopenharmony_ciPython/pylifecycle.c:create_stdio():PyId_TextIOWrapper _Py_IDENTIFIER(TextIOWrapper) 5197db96d56Sopenharmony_ciPython/pylifecycle.c:create_stdio():PyId_isatty _Py_IDENTIFIER(isatty) 5207db96d56Sopenharmony_ciPython/pylifecycle.c:create_stdio():PyId_mode _Py_IDENTIFIER(mode) 5217db96d56Sopenharmony_ciPython/pylifecycle.c:create_stdio():PyId_open _Py_IDENTIFIER(open) 5227db96d56Sopenharmony_ciPython/pylifecycle.c:create_stdio():PyId_raw _Py_IDENTIFIER(raw) 5237db96d56Sopenharmony_ciPython/pylifecycle.c:wait_for_thread_shutdown():PyId__shutdown _Py_IDENTIFIER(_shutdown) 5247db96d56Sopenharmony_ciPython/pythonrun.c:PyId_builtins _Py_IDENTIFIER(builtins) 5257db96d56Sopenharmony_ciPython/pythonrun.c:PyId_excepthook _Py_IDENTIFIER(excepthook) 5267db96d56Sopenharmony_ciPython/pythonrun.c:PyId_flush _Py_IDENTIFIER(flush) 5277db96d56Sopenharmony_ciPython/pythonrun.c:PyId_last_traceback _Py_IDENTIFIER(last_traceback) 5287db96d56Sopenharmony_ciPython/pythonrun.c:PyId_last_type _Py_IDENTIFIER(last_type) 5297db96d56Sopenharmony_ciPython/pythonrun.c:PyId_last_value _Py_IDENTIFIER(last_value) 5307db96d56Sopenharmony_ciPython/pythonrun.c:PyId_ps1 _Py_IDENTIFIER(ps1) 5317db96d56Sopenharmony_ciPython/pythonrun.c:PyId_ps2 _Py_IDENTIFIER(ps2) 5327db96d56Sopenharmony_ciPython/pythonrun.c:PyId_stderr _Py_IDENTIFIER(stderr) 5337db96d56Sopenharmony_ciPython/pythonrun.c:PyId_stdin _Py_IDENTIFIER(stdin) 5347db96d56Sopenharmony_ciPython/pythonrun.c:PyId_stdout _Py_IDENTIFIER(stdout) 5357db96d56Sopenharmony_ciPython/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId___main__ _Py_IDENTIFIER(__main__) 5367db96d56Sopenharmony_ciPython/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId_encoding _Py_IDENTIFIER(encoding) 5377db96d56Sopenharmony_ciPython/pythonrun.c:_Py_HandleSystemExit():PyId_code _Py_IDENTIFIER(code) 5387db96d56Sopenharmony_ciPython/pythonrun.c:parse_syntax_error():PyId_filename _Py_IDENTIFIER(filename) 5397db96d56Sopenharmony_ciPython/pythonrun.c:parse_syntax_error():PyId_lineno _Py_IDENTIFIER(lineno) 5407db96d56Sopenharmony_ciPython/pythonrun.c:parse_syntax_error():PyId_msg _Py_IDENTIFIER(msg) 5417db96d56Sopenharmony_ciPython/pythonrun.c:parse_syntax_error():PyId_offset _Py_IDENTIFIER(offset) 5427db96d56Sopenharmony_ciPython/pythonrun.c:parse_syntax_error():PyId_text _Py_IDENTIFIER(text) 5437db96d56Sopenharmony_ciPython/pythonrun.c:print_exception():PyId___module__ _Py_IDENTIFIER(__module__) 5447db96d56Sopenharmony_ciPython/pythonrun.c:print_exception():PyId_print_file_and_line _Py_IDENTIFIER(print_file_and_line) 5457db96d56Sopenharmony_ciPython/sysmodule.c:PyId__ _Py_IDENTIFIER(_) 5467db96d56Sopenharmony_ciPython/sysmodule.c:PyId___sizeof__ _Py_IDENTIFIER(__sizeof__) 5477db96d56Sopenharmony_ciPython/sysmodule.c:PyId__xoptions _Py_IDENTIFIER(_xoptions) 5487db96d56Sopenharmony_ciPython/sysmodule.c:PyId_buffer _Py_IDENTIFIER(buffer) 5497db96d56Sopenharmony_ciPython/sysmodule.c:PyId_builtins _Py_IDENTIFIER(builtins) 5507db96d56Sopenharmony_ciPython/sysmodule.c:PyId_encoding _Py_IDENTIFIER(encoding) 5517db96d56Sopenharmony_ciPython/sysmodule.c:PyId_path _Py_IDENTIFIER(path) 5527db96d56Sopenharmony_ciPython/sysmodule.c:PyId_stderr _Py_IDENTIFIER(stderr) 5537db96d56Sopenharmony_ciPython/sysmodule.c:PyId_stdout _Py_IDENTIFIER(stdout) 5547db96d56Sopenharmony_ciPython/sysmodule.c:PyId_warnoptions _Py_IDENTIFIER(warnoptions) 5557db96d56Sopenharmony_ciPython/sysmodule.c:PyId_write _Py_IDENTIFIER(write) 5567db96d56Sopenharmony_ciPython/traceback.c:PyId_TextIOWrapper _Py_IDENTIFIER(TextIOWrapper) 5577db96d56Sopenharmony_ciPython/traceback.c:PyId_close _Py_IDENTIFIER(close) 5587db96d56Sopenharmony_ciPython/traceback.c:PyId_open _Py_IDENTIFIER(open) 5597db96d56Sopenharmony_ciPython/traceback.c:PyId_path _Py_IDENTIFIER(path) 5607db96d56Sopenharmony_ciObjects/typeobject.c:name_op static _Py_Identifier name_op[] 5617db96d56Sopenharmony_ciObjects/unicodeobject.c:static_strings static _Py_Identifier *static_strings 5627db96d56Sopenharmony_ci 5637db96d56Sopenharmony_ci 5647db96d56Sopenharmony_ci# PyTypeObject (311) 5657db96d56Sopenharmony_ciModules/_abc.c:_abc_data_type static PyTypeObject _abc_data_type 5667db96d56Sopenharmony_ciModules/_blake2/blake2b_impl.c:PyBlake2_BLAKE2bType PyTypeObject PyBlake2_BLAKE2bType 5677db96d56Sopenharmony_ciModules/_blake2/blake2s_impl.c:PyBlake2_BLAKE2sType PyTypeObject PyBlake2_BLAKE2sType 5687db96d56Sopenharmony_ciModules/_collectionsmodule.c:defdict_type static PyTypeObject defdict_type 5697db96d56Sopenharmony_ciModules/_collectionsmodule.c:deque_type static PyTypeObject deque_type 5707db96d56Sopenharmony_ciModules/_collectionsmodule.c:dequeiter_type static PyTypeObject dequeiter_type 5717db96d56Sopenharmony_ciModules/_collectionsmodule.c:dequereviter_type static PyTypeObject dequereviter_type 5727db96d56Sopenharmony_ciModules/_collectionsmodule.c:tuplegetter_type static PyTypeObject tuplegetter_type 5737db96d56Sopenharmony_ciModules/_functoolsmodule.c:keyobject_type static PyTypeObject keyobject_type 5747db96d56Sopenharmony_ciModules/_functoolsmodule.c:lru_cache_type static PyTypeObject lru_cache_type 5757db96d56Sopenharmony_ciModules/_functoolsmodule.c:lru_list_elem_type static PyTypeObject lru_list_elem_type 5767db96d56Sopenharmony_ciModules/_functoolsmodule.c:partial_type static PyTypeObject partial_type 5777db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyBufferedIOBase_Type PyTypeObject PyBufferedIOBase_Type 5787db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyBufferedRWPair_Type PyTypeObject PyBufferedRWPair_Type 5797db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyBufferedRandom_Type PyTypeObject PyBufferedRandom_Type 5807db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyBufferedReader_Type PyTypeObject PyBufferedReader_Type 5817db96d56Sopenharmony_ciModules/_io/bufferedio.c:PyBufferedWriter_Type PyTypeObject PyBufferedWriter_Type 5827db96d56Sopenharmony_ciModules/_io/bytesio.c:PyBytesIO_Type PyTypeObject PyBytesIO_Type 5837db96d56Sopenharmony_ciModules/_io/bytesio.c:_PyBytesIOBuffer_Type PyTypeObject _PyBytesIOBuffer_Type 5847db96d56Sopenharmony_ciModules/_io/fileio.c:PyFileIO_Type PyTypeObject PyFileIO_Type 5857db96d56Sopenharmony_ciModules/_io/iobase.c:PyIOBase_Type PyTypeObject PyIOBase_Type 5867db96d56Sopenharmony_ciModules/_io/iobase.c:PyRawIOBase_Type PyTypeObject PyRawIOBase_Type 5877db96d56Sopenharmony_ciModules/_io/stringio.c:PyStringIO_Type PyTypeObject PyStringIO_Type 5887db96d56Sopenharmony_ciModules/_io/textio.c:PyIncrementalNewlineDecoder_Type PyTypeObject PyIncrementalNewlineDecoder_Type 5897db96d56Sopenharmony_ciModules/_io/textio.c:PyTextIOBase_Type PyTypeObject PyTextIOBase_Type 5907db96d56Sopenharmony_ciModules/_io/textio.c:PyTextIOWrapper_Type PyTypeObject PyTextIOWrapper_Type 5917db96d56Sopenharmony_ciModules/_operator.c:attrgetter_type static PyTypeObject attrgetter_type 5927db96d56Sopenharmony_ciModules/_operator.c:itemgetter_type static PyTypeObject itemgetter_type 5937db96d56Sopenharmony_ciModules/_operator.c:methodcaller_type static PyTypeObject methodcaller_type 5947db96d56Sopenharmony_ciModules/_sre.c:Match_Type static PyTypeObject Match_Type 5957db96d56Sopenharmony_ciModules/_sre.c:Pattern_Type static PyTypeObject Pattern_Type 5967db96d56Sopenharmony_ciModules/_sre.c:Scanner_Type static PyTypeObject Scanner_Type 5977db96d56Sopenharmony_ciModules/_threadmodule.c:ExceptHookArgsType static PyTypeObject ExceptHookArgsType 5987db96d56Sopenharmony_ciModules/_threadmodule.c:Locktype static PyTypeObject Locktype 5997db96d56Sopenharmony_ciModules/_threadmodule.c:RLocktype static PyTypeObject RLocktype 6007db96d56Sopenharmony_ciModules/_threadmodule.c:localdummytype static PyTypeObject localdummytype 6017db96d56Sopenharmony_ciModules/_threadmodule.c:localtype static PyTypeObject localtype 6027db96d56Sopenharmony_ciModules/itertoolsmodule.c:_grouper_type static PyTypeObject _grouper_type 6037db96d56Sopenharmony_ciModules/itertoolsmodule.c:accumulate_type static PyTypeObject accumulate_type 6047db96d56Sopenharmony_ciModules/itertoolsmodule.c:chain_type static PyTypeObject chain_type 6057db96d56Sopenharmony_ciModules/itertoolsmodule.c:combinations_type static PyTypeObject combinations_type 6067db96d56Sopenharmony_ciModules/itertoolsmodule.c:compress_type static PyTypeObject compress_type 6077db96d56Sopenharmony_ciModules/itertoolsmodule.c:count_type static PyTypeObject count_type 6087db96d56Sopenharmony_ciModules/itertoolsmodule.c:cwr_type static PyTypeObject cwr_type 6097db96d56Sopenharmony_ciModules/itertoolsmodule.c:cycle_type static PyTypeObject cycle_type 6107db96d56Sopenharmony_ciModules/itertoolsmodule.c:dropwhile_type static PyTypeObject dropwhile_type 6117db96d56Sopenharmony_ciModules/itertoolsmodule.c:filterfalse_type static PyTypeObject filterfalse_type 6127db96d56Sopenharmony_ciModules/itertoolsmodule.c:groupby_type static PyTypeObject groupby_type 6137db96d56Sopenharmony_ciModules/itertoolsmodule.c:islice_type static PyTypeObject islice_type 6147db96d56Sopenharmony_ciModules/itertoolsmodule.c:permutations_type static PyTypeObject permutations_type 6157db96d56Sopenharmony_ciModules/itertoolsmodule.c:product_type static PyTypeObject product_type 6167db96d56Sopenharmony_ciModules/itertoolsmodule.c:repeat_type static PyTypeObject repeat_type 6177db96d56Sopenharmony_ciModules/itertoolsmodule.c:starmap_type static PyTypeObject starmap_type 6187db96d56Sopenharmony_ciModules/itertoolsmodule.c:takewhile_type static PyTypeObject takewhile_type 6197db96d56Sopenharmony_ciModules/itertoolsmodule.c:tee_type static PyTypeObject tee_type 6207db96d56Sopenharmony_ciModules/itertoolsmodule.c:teedataobject_type static PyTypeObject teedataobject_type 6217db96d56Sopenharmony_ciModules/itertoolsmodule.c:ziplongest_type static PyTypeObject ziplongest_type 6227db96d56Sopenharmony_ciModules/signalmodule.c:SiginfoType static PyTypeObject SiginfoType 6237db96d56Sopenharmony_ciModules/timemodule.c:StructTimeType static PyTypeObject StructTimeType 6247db96d56Sopenharmony_ciModules/xxsubtype.c:spamdict_type static PyTypeObject spamdict_type 6257db96d56Sopenharmony_ciModules/xxsubtype.c:spamlist_type static PyTypeObject spamlist_type 6267db96d56Sopenharmony_ciObjects/boolobject.c:PyBool_Type PyTypeObject PyBool_Type 6277db96d56Sopenharmony_ciObjects/bytearrayobject.c:PyByteArrayIter_Type PyTypeObject PyByteArrayIter_Type 6287db96d56Sopenharmony_ciObjects/bytearrayobject.c:PyByteArray_Type PyTypeObject PyByteArray_Type 6297db96d56Sopenharmony_ciObjects/bytesobject.c:PyBytesIter_Type PyTypeObject PyBytesIter_Type 6307db96d56Sopenharmony_ciObjects/bytesobject.c:PyBytes_Type PyTypeObject PyBytes_Type 6317db96d56Sopenharmony_ciObjects/capsule.c:PyCapsule_Type PyTypeObject PyCapsule_Type 6327db96d56Sopenharmony_ciObjects/cellobject.c:PyCell_Type PyTypeObject PyCell_Type 6337db96d56Sopenharmony_ciObjects/classobject.c:PyInstanceMethod_Type PyTypeObject PyInstanceMethod_Type 6347db96d56Sopenharmony_ciObjects/classobject.c:PyMethod_Type PyTypeObject PyMethod_Type 6357db96d56Sopenharmony_ciObjects/codeobject.c:PyCode_Type PyTypeObject PyCode_Type 6367db96d56Sopenharmony_ciObjects/complexobject.c:PyComplex_Type PyTypeObject PyComplex_Type 6377db96d56Sopenharmony_ciObjects/descrobject.c:PyClassMethodDescr_Type PyTypeObject PyClassMethodDescr_Type 6387db96d56Sopenharmony_ciObjects/descrobject.c:PyDictProxy_Type PyTypeObject PyDictProxy_Type 6397db96d56Sopenharmony_ciObjects/descrobject.c:PyGetSetDescr_Type PyTypeObject PyGetSetDescr_Type 6407db96d56Sopenharmony_ciObjects/descrobject.c:PyMemberDescr_Type PyTypeObject PyMemberDescr_Type 6417db96d56Sopenharmony_ciObjects/descrobject.c:PyMethodDescr_Type PyTypeObject PyMethodDescr_Type 6427db96d56Sopenharmony_ciObjects/descrobject.c:PyProperty_Type PyTypeObject PyProperty_Type 6437db96d56Sopenharmony_ciObjects/descrobject.c:PyWrapperDescr_Type PyTypeObject PyWrapperDescr_Type 6447db96d56Sopenharmony_ciObjects/descrobject.c:_PyMethodWrapper_Type PyTypeObject _PyMethodWrapper_Type 6457db96d56Sopenharmony_ciObjects/dictobject.c:PyDictItems_Type PyTypeObject PyDictItems_Type 6467db96d56Sopenharmony_ciObjects/dictobject.c:PyDictIterItem_Type PyTypeObject PyDictIterItem_Type 6477db96d56Sopenharmony_ciObjects/dictobject.c:PyDictIterKey_Type PyTypeObject PyDictIterKey_Type 6487db96d56Sopenharmony_ciObjects/dictobject.c:PyDictIterValue_Type PyTypeObject PyDictIterValue_Type 6497db96d56Sopenharmony_ciObjects/dictobject.c:PyDictKeys_Type PyTypeObject PyDictKeys_Type 6507db96d56Sopenharmony_ciObjects/dictobject.c:PyDictRevIterItem_Type PyTypeObject PyDictRevIterItem_Type 6517db96d56Sopenharmony_ciObjects/dictobject.c:PyDictRevIterKey_Type PyTypeObject PyDictRevIterKey_Type 6527db96d56Sopenharmony_ciObjects/dictobject.c:PyDictRevIterValue_Type PyTypeObject PyDictRevIterValue_Type 6537db96d56Sopenharmony_ciObjects/dictobject.c:PyDictValues_Type PyTypeObject PyDictValues_Type 6547db96d56Sopenharmony_ciObjects/dictobject.c:PyDict_Type PyTypeObject PyDict_Type 6557db96d56Sopenharmony_ciObjects/enumobject.c:PyEnum_Type PyTypeObject PyEnum_Type 6567db96d56Sopenharmony_ciObjects/enumobject.c:PyReversed_Type PyTypeObject PyReversed_Type 6577db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ArithmeticError static PyTypeObject PyExc_ArithmeticError 6587db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_AssertionError static PyTypeObject PyExc_AssertionError 6597db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_AttributeError static PyTypeObject PyExc_AttributeError 6607db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_BaseException static PyTypeObject PyExc_BaseException 6617db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_BlockingIOError static PyTypeObject PyExc_BlockingIOError 6627db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_BrokenPipeError static PyTypeObject PyExc_BrokenPipeError 6637db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_BufferError static PyTypeObject PyExc_BufferError 6647db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_BytesWarning static PyTypeObject PyExc_BytesWarning 6657db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ChildProcessError static PyTypeObject PyExc_ChildProcessError 6667db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ConnectionAbortedError static PyTypeObject PyExc_ConnectionAbortedError 6677db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ConnectionError static PyTypeObject PyExc_ConnectionError 6687db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ConnectionRefusedError static PyTypeObject PyExc_ConnectionRefusedError 6697db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ConnectionResetError static PyTypeObject PyExc_ConnectionResetError 6707db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_DeprecationWarning static PyTypeObject PyExc_DeprecationWarning 6717db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_EOFError static PyTypeObject PyExc_EOFError 6727db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_EnvironmentError static PyTypeObject PyExc_EnvironmentError 6737db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_Exception static PyTypeObject PyExc_Exception 6747db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_FileExistsError static PyTypeObject PyExc_FileExistsError 6757db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_FileNotFoundError static PyTypeObject PyExc_FileNotFoundError 6767db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_FloatingPointError static PyTypeObject PyExc_FloatingPointError 6777db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_FutureWarning static PyTypeObject PyExc_FutureWarning 6787db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_GeneratorExit static PyTypeObject PyExc_GeneratorExit 6797db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_IOError static PyTypeObject PyExc_IOError 6807db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ImportError static PyTypeObject PyExc_ImportError 6817db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ImportWarning static PyTypeObject PyExc_ImportWarning 6827db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_IndentationError static PyTypeObject PyExc_IndentationError 6837db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_IndexError static PyTypeObject PyExc_IndexError 6847db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_InterruptedError static PyTypeObject PyExc_InterruptedError 6857db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_IsADirectoryError static PyTypeObject PyExc_IsADirectoryError 6867db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_KeyError static PyTypeObject PyExc_KeyError 6877db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_KeyboardInterrupt static PyTypeObject PyExc_KeyboardInterrupt 6887db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_LookupError static PyTypeObject PyExc_LookupError 6897db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_MemoryError static PyTypeObject PyExc_MemoryError 6907db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ModuleNotFoundError static PyTypeObject PyExc_ModuleNotFoundError 6917db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_NameError static PyTypeObject PyExc_NameError 6927db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_NotADirectoryError static PyTypeObject PyExc_NotADirectoryError 6937db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_NotImplementedError static PyTypeObject PyExc_NotImplementedError 6947db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_OSError static PyTypeObject PyExc_OSError 6957db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_OverflowError static PyTypeObject PyExc_OverflowError 6967db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_PendingDeprecationWarning static PyTypeObject PyExc_PendingDeprecationWarning 6977db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_PermissionError static PyTypeObject PyExc_PermissionError 6987db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ProcessLookupError static PyTypeObject PyExc_ProcessLookupError 6997db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_RecursionError static PyTypeObject PyExc_RecursionError 7007db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ReferenceError static PyTypeObject PyExc_ReferenceError 7017db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ResourceWarning static PyTypeObject PyExc_ResourceWarning 7027db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_RuntimeError static PyTypeObject PyExc_RuntimeError 7037db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_RuntimeWarning static PyTypeObject PyExc_RuntimeWarning 7047db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_StopAsyncIteration static PyTypeObject PyExc_StopAsyncIteration 7057db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_StopIteration static PyTypeObject PyExc_StopIteration 7067db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_SyntaxError static PyTypeObject PyExc_SyntaxError 7077db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_SyntaxWarning static PyTypeObject PyExc_SyntaxWarning 7087db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_SystemError static PyTypeObject PyExc_SystemError 7097db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_SystemExit static PyTypeObject PyExc_SystemExit 7107db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_TabError static PyTypeObject PyExc_TabError 7117db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_TimeoutError static PyTypeObject PyExc_TimeoutError 7127db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_TypeError static PyTypeObject PyExc_TypeError 7137db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_UnboundLocalError static PyTypeObject PyExc_UnboundLocalError 7147db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_UnicodeDecodeError static PyTypeObject PyExc_UnicodeDecodeError 7157db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_UnicodeEncodeError static PyTypeObject PyExc_UnicodeEncodeError 7167db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_UnicodeError static PyTypeObject PyExc_UnicodeError 7177db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_UnicodeTranslateError static PyTypeObject PyExc_UnicodeTranslateError 7187db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_UnicodeWarning static PyTypeObject PyExc_UnicodeWarning 7197db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_UserWarning static PyTypeObject PyExc_UserWarning 7207db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ValueError static PyTypeObject PyExc_ValueError 7217db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_Warning static PyTypeObject PyExc_Warning 7227db96d56Sopenharmony_ciObjects/exceptions.c:PyExc_ZeroDivisionError static PyTypeObject PyExc_ZeroDivisionError 7237db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ArithmeticError static PyTypeObject _PyExc_ArithmeticError 7247db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_AssertionError static PyTypeObject _PyExc_AssertionError 7257db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_AttributeError static PyTypeObject _PyExc_AttributeError 7267db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_BaseException static PyTypeObject _PyExc_BaseException 7277db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_BlockingIOError static PyTypeObject _PyExc_BlockingIOError 7287db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_BrokenPipeError static PyTypeObject _PyExc_BrokenPipeError 7297db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_BufferError static PyTypeObject _PyExc_BufferError 7307db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_BytesWarning static PyTypeObject _PyExc_BytesWarning 7317db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ChildProcessError static PyTypeObject _PyExc_ChildProcessError 7327db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ConnectionAbortedError static PyTypeObject _PyExc_ConnectionAbortedError 7337db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ConnectionError static PyTypeObject _PyExc_ConnectionError 7347db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ConnectionRefusedError static PyTypeObject _PyExc_ConnectionRefusedError 7357db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ConnectionResetError static PyTypeObject _PyExc_ConnectionResetError 7367db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_DeprecationWarning static PyTypeObject _PyExc_DeprecationWarning 7377db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_EOFError static PyTypeObject _PyExc_EOFError 7387db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_Exception static PyTypeObject _PyExc_Exception 7397db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_FileExistsError static PyTypeObject _PyExc_FileExistsError 7407db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_FileNotFoundError static PyTypeObject _PyExc_FileNotFoundError 7417db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_FloatingPointError static PyTypeObject _PyExc_FloatingPointError 7427db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_FutureWarning static PyTypeObject _PyExc_FutureWarning 7437db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_GeneratorExit static PyTypeObject _PyExc_GeneratorExit 7447db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ImportError static PyTypeObject _PyExc_ImportError 7457db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ImportWarning static PyTypeObject _PyExc_ImportWarning 7467db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_IndentationError static PyTypeObject _PyExc_IndentationError 7477db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_IndexError static PyTypeObject _PyExc_IndexError 7487db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_InterruptedError static PyTypeObject _PyExc_InterruptedError 7497db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_IsADirectoryError static PyTypeObject _PyExc_IsADirectoryError 7507db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_KeyError static PyTypeObject _PyExc_KeyError 7517db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_KeyboardInterrupt static PyTypeObject _PyExc_KeyboardInterrupt 7527db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_LookupError static PyTypeObject _PyExc_LookupError 7537db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_MemoryError static PyTypeObject _PyExc_MemoryError 7547db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ModuleNotFoundError static PyTypeObject _PyExc_ModuleNotFoundError 7557db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_NameError static PyTypeObject _PyExc_NameError 7567db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_NotADirectoryError static PyTypeObject _PyExc_NotADirectoryError 7577db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_NotImplementedError static PyTypeObject _PyExc_NotImplementedError 7587db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_OSError static PyTypeObject _PyExc_OSError 7597db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_OverflowError static PyTypeObject _PyExc_OverflowError 7607db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_PendingDeprecationWarning static PyTypeObject _PyExc_PendingDeprecationWarning 7617db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_PermissionError static PyTypeObject _PyExc_PermissionError 7627db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ProcessLookupError static PyTypeObject _PyExc_ProcessLookupError 7637db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_RecursionError static PyTypeObject _PyExc_RecursionError 7647db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ReferenceError static PyTypeObject _PyExc_ReferenceError 7657db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ResourceWarning static PyTypeObject _PyExc_ResourceWarning 7667db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_RuntimeError static PyTypeObject _PyExc_RuntimeError 7677db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_RuntimeWarning static PyTypeObject _PyExc_RuntimeWarning 7687db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_StopAsyncIteration static PyTypeObject _PyExc_StopAsyncIteration 7697db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_StopIteration static PyTypeObject _PyExc_StopIteration 7707db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_SyntaxError static PyTypeObject _PyExc_SyntaxError 7717db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_SyntaxWarning static PyTypeObject _PyExc_SyntaxWarning 7727db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_SystemError static PyTypeObject _PyExc_SystemError 7737db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_SystemExit static PyTypeObject _PyExc_SystemExit 7747db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_TabError static PyTypeObject _PyExc_TabError 7757db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_TimeoutError static PyTypeObject _PyExc_TimeoutError 7767db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_TypeError static PyTypeObject _PyExc_TypeError 7777db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_UnboundLocalError static PyTypeObject _PyExc_UnboundLocalError 7787db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_UnicodeDecodeError static PyTypeObject _PyExc_UnicodeDecodeError 7797db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_UnicodeEncodeError static PyTypeObject _PyExc_UnicodeEncodeError 7807db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_UnicodeError static PyTypeObject _PyExc_UnicodeError 7817db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_UnicodeTranslateError static PyTypeObject _PyExc_UnicodeTranslateError 7827db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_UnicodeWarning static PyTypeObject _PyExc_UnicodeWarning 7837db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_UserWarning static PyTypeObject _PyExc_UserWarning 7847db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ValueError static PyTypeObject _PyExc_ValueError 7857db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_Warning static PyTypeObject _PyExc_Warning 7867db96d56Sopenharmony_ciObjects/exceptions.c:_PyExc_ZeroDivisionError static PyTypeObject _PyExc_ZeroDivisionError 7877db96d56Sopenharmony_ciObjects/fileobject.c:PyStdPrinter_Type PyTypeObject PyStdPrinter_Type 7887db96d56Sopenharmony_ciObjects/floatobject.c:FloatInfoType static PyTypeObject FloatInfoType 7897db96d56Sopenharmony_ciObjects/floatobject.c:PyFloat_Type PyTypeObject PyFloat_Type 7907db96d56Sopenharmony_ciObjects/frameobject.c:PyFrame_Type PyTypeObject PyFrame_Type 7917db96d56Sopenharmony_ciObjects/funcobject.c:PyClassMethod_Type PyTypeObject PyClassMethod_Type 7927db96d56Sopenharmony_ciObjects/funcobject.c:PyFunction_Type PyTypeObject PyFunction_Type 7937db96d56Sopenharmony_ciObjects/funcobject.c:PyStaticMethod_Type PyTypeObject PyStaticMethod_Type 7947db96d56Sopenharmony_ciObjects/genobject.c:PyAsyncGen_Type PyTypeObject PyAsyncGen_Type 7957db96d56Sopenharmony_ciObjects/genobject.c:PyCoro_Type PyTypeObject PyCoro_Type 7967db96d56Sopenharmony_ciObjects/genobject.c:PyGen_Type PyTypeObject PyGen_Type 7977db96d56Sopenharmony_ciObjects/genobject.c:_PyAsyncGenASend_Type PyTypeObject _PyAsyncGenASend_Type 7987db96d56Sopenharmony_ciObjects/genobject.c:_PyAsyncGenAThrow_Type PyTypeObject _PyAsyncGenAThrow_Type 7997db96d56Sopenharmony_ciObjects/genobject.c:_PyAsyncGenWrappedValue_Type PyTypeObject _PyAsyncGenWrappedValue_Type 8007db96d56Sopenharmony_ciObjects/genobject.c:_PyCoroWrapper_Type PyTypeObject _PyCoroWrapper_Type 8017db96d56Sopenharmony_ciObjects/interpreteridobject.c:_PyInterpreterID_Type PyTypeObject _PyInterpreterID_Type 8027db96d56Sopenharmony_ciObjects/iterobject.c:PyCallIter_Type PyTypeObject PyCallIter_Type 8037db96d56Sopenharmony_ciObjects/iterobject.c:PySeqIter_Type PyTypeObject PySeqIter_Type 8047db96d56Sopenharmony_ciObjects/listobject.c:PyListIter_Type PyTypeObject PyListIter_Type 8057db96d56Sopenharmony_ciObjects/listobject.c:PyListRevIter_Type PyTypeObject PyListRevIter_Type 8067db96d56Sopenharmony_ciObjects/listobject.c:PyList_Type PyTypeObject PyList_Type 8077db96d56Sopenharmony_ciObjects/longobject.c:Int_InfoType static PyTypeObject Int_InfoType 8087db96d56Sopenharmony_ciObjects/longobject.c:PyLong_Type PyTypeObject PyLong_Type 8097db96d56Sopenharmony_ciObjects/memoryobject.c:PyMemoryView_Type PyTypeObject PyMemoryView_Type 8107db96d56Sopenharmony_ciObjects/memoryobject.c:_PyManagedBuffer_Type PyTypeObject _PyManagedBuffer_Type 8117db96d56Sopenharmony_ciObjects/methodobject.c:PyCFunction_Type PyTypeObject PyCFunction_Type 8127db96d56Sopenharmony_ciObjects/moduleobject.c:PyModuleDef_Type PyTypeObject PyModuleDef_Type 8137db96d56Sopenharmony_ciObjects/moduleobject.c:PyModule_Type PyTypeObject PyModule_Type 8147db96d56Sopenharmony_ciObjects/namespaceobject.c:_PyNamespace_Type PyTypeObject _PyNamespace_Type 8157db96d56Sopenharmony_ciObjects/object.c:_PyNone_Type PyTypeObject _PyNone_Type 8167db96d56Sopenharmony_ciObjects/object.c:_PyNotImplemented_Type PyTypeObject _PyNotImplemented_Type 8177db96d56Sopenharmony_ciObjects/odictobject.c:PyODictItems_Type PyTypeObject PyODictItems_Type 8187db96d56Sopenharmony_ciObjects/odictobject.c:PyODictIter_Type PyTypeObject PyODictIter_Type 8197db96d56Sopenharmony_ciObjects/odictobject.c:PyODictKeys_Type PyTypeObject PyODictKeys_Type 8207db96d56Sopenharmony_ciObjects/odictobject.c:PyODictValues_Type PyTypeObject PyODictValues_Type 8217db96d56Sopenharmony_ciObjects/odictobject.c:PyODict_Type PyTypeObject PyODict_Type 8227db96d56Sopenharmony_ciObjects/picklebufobject.c:PyPickleBuffer_Type PyTypeObject PyPickleBuffer_Type 8237db96d56Sopenharmony_ciObjects/rangeobject.c:PyLongRangeIter_Type PyTypeObject PyLongRangeIter_Type 8247db96d56Sopenharmony_ciObjects/rangeobject.c:PyRangeIter_Type PyTypeObject PyRangeIter_Type 8257db96d56Sopenharmony_ciObjects/rangeobject.c:PyRange_Type PyTypeObject PyRange_Type 8267db96d56Sopenharmony_ciObjects/setobject.c:PyFrozenSet_Type PyTypeObject PyFrozenSet_Type 8277db96d56Sopenharmony_ciObjects/setobject.c:PySetIter_Type PyTypeObject PySetIter_Type 8287db96d56Sopenharmony_ciObjects/setobject.c:PySet_Type PyTypeObject PySet_Type 8297db96d56Sopenharmony_ciObjects/setobject.c:_PySetDummy_Type static PyTypeObject _PySetDummy_Type 8307db96d56Sopenharmony_ciObjects/sliceobject.c:PyEllipsis_Type PyTypeObject PyEllipsis_Type 8317db96d56Sopenharmony_ciObjects/sliceobject.c:PySlice_Type PyTypeObject PySlice_Type 8327db96d56Sopenharmony_ciObjects/stringlib/unicode_format.h:PyFieldNameIter_Type static PyTypeObject PyFieldNameIter_Type 8337db96d56Sopenharmony_ciObjects/stringlib/unicode_format.h:PyFormatterIter_Type static PyTypeObject PyFormatterIter_Type 8347db96d56Sopenharmony_ciObjects/tupleobject.c:PyTupleIter_Type PyTypeObject PyTupleIter_Type 8357db96d56Sopenharmony_ciObjects/tupleobject.c:PyTuple_Type PyTypeObject PyTuple_Type 8367db96d56Sopenharmony_ciObjects/typeobject.c:PyBaseObject_Type PyTypeObject PyBaseObject_Type 8377db96d56Sopenharmony_ciObjects/typeobject.c:PySuper_Type PyTypeObject PySuper_Type 8387db96d56Sopenharmony_ciObjects/typeobject.c:PyType_Type PyTypeObject PyType_Type 8397db96d56Sopenharmony_ciObjects/unicodeobject.c:EncodingMapType static PyTypeObject EncodingMapType 8407db96d56Sopenharmony_ciObjects/unicodeobject.c:PyUnicodeIter_Type PyTypeObject PyUnicodeIter_Type 8417db96d56Sopenharmony_ciObjects/unicodeobject.c:PyUnicode_Type PyTypeObject PyUnicode_Type 8427db96d56Sopenharmony_ciObjects/weakrefobject.c:_PyWeakref_CallableProxyType PyTypeObject _PyWeakref_CallableProxyType 8437db96d56Sopenharmony_ciObjects/weakrefobject.c:_PyWeakref_ProxyType PyTypeObject _PyWeakref_ProxyType 8447db96d56Sopenharmony_ciObjects/weakrefobject.c:_PyWeakref_RefType PyTypeObject _PyWeakref_RefType 8457db96d56Sopenharmony_ciPython/bltinmodule.c:PyFilter_Type PyTypeObject PyFilter_Type 8467db96d56Sopenharmony_ciPython/bltinmodule.c:PyMap_Type PyTypeObject PyMap_Type 8477db96d56Sopenharmony_ciPython/bltinmodule.c:PyZip_Type PyTypeObject PyZip_Type 8487db96d56Sopenharmony_ciPython/context.c:PyContextTokenMissing_Type PyTypeObject PyContextTokenMissing_Type 8497db96d56Sopenharmony_ciPython/context.c:PyContextToken_Type PyTypeObject PyContextToken_Type 8507db96d56Sopenharmony_ciPython/context.c:PyContextVar_Type PyTypeObject PyContextVar_Type 8517db96d56Sopenharmony_ciPython/context.c:PyContext_Type PyTypeObject PyContext_Type 8527db96d56Sopenharmony_ciPython/errors.c:UnraisableHookArgsType static PyTypeObject UnraisableHookArgsType 8537db96d56Sopenharmony_ciPython/hamt.c:_PyHamtItems_Type PyTypeObject _PyHamtItems_Type 8547db96d56Sopenharmony_ciPython/hamt.c:_PyHamtKeys_Type PyTypeObject _PyHamtKeys_Type 8557db96d56Sopenharmony_ciPython/hamt.c:_PyHamtValues_Type PyTypeObject _PyHamtValues_Type 8567db96d56Sopenharmony_ciPython/hamt.c:_PyHamt_ArrayNode_Type PyTypeObject _PyHamt_ArrayNode_Type 8577db96d56Sopenharmony_ciPython/hamt.c:_PyHamt_BitmapNode_Type PyTypeObject _PyHamt_BitmapNode_Type 8587db96d56Sopenharmony_ciPython/hamt.c:_PyHamt_CollisionNode_Type PyTypeObject _PyHamt_CollisionNode_Type 8597db96d56Sopenharmony_ciPython/hamt.c:_PyHamt_Type PyTypeObject _PyHamt_Type 8607db96d56Sopenharmony_ciPython/symtable.c:PySTEntry_Type PyTypeObject PySTEntry_Type 8617db96d56Sopenharmony_ciPython/sysmodule.c:AsyncGenHooksType static PyTypeObject AsyncGenHooksType 8627db96d56Sopenharmony_ciPython/sysmodule.c:FlagsType static PyTypeObject FlagsType 8637db96d56Sopenharmony_ciPython/sysmodule.c:Hash_InfoType static PyTypeObject Hash_InfoType 8647db96d56Sopenharmony_ciPython/sysmodule.c:VersionInfoType static PyTypeObject VersionInfoType 8657db96d56Sopenharmony_ciPython/thread.c:ThreadInfoType static PyTypeObject ThreadInfoType 8667db96d56Sopenharmony_ciPython/traceback.c:PyTraceBack_Type PyTypeObject PyTraceBack_Type 8677db96d56Sopenharmony_ci 8687db96d56Sopenharmony_ci 8697db96d56Sopenharmony_ci# _PyArg_Parser (147) 8707db96d56Sopenharmony_ciModules/_blake2/clinic/blake2b_impl.c.h:py_blake2b_new():_parser static _PyArg_Parser _parser 8717db96d56Sopenharmony_ciModules/_blake2/clinic/blake2s_impl.c.h:py_blake2s_new():_parser static _PyArg_Parser _parser 8727db96d56Sopenharmony_ciModules/_io/clinic/_iomodule.c.h:_io_open():_parser static _PyArg_Parser _parser 8737db96d56Sopenharmony_ciModules/_io/clinic/_iomodule.c.h:_io_open_code():_parser static _PyArg_Parser _parser 8747db96d56Sopenharmony_ciModules/_io/clinic/bufferedio.c.h:_io_BufferedRandom___init__():_parser static _PyArg_Parser _parser 8757db96d56Sopenharmony_ciModules/_io/clinic/bufferedio.c.h:_io_BufferedReader___init__():_parser static _PyArg_Parser _parser 8767db96d56Sopenharmony_ciModules/_io/clinic/bufferedio.c.h:_io_BufferedWriter___init__():_parser static _PyArg_Parser _parser 8777db96d56Sopenharmony_ciModules/_io/clinic/bytesio.c.h:_io_BytesIO___init__():_parser static _PyArg_Parser _parser 8787db96d56Sopenharmony_ciModules/_io/clinic/fileio.c.h:_io_FileIO___init__():_parser static _PyArg_Parser _parser 8797db96d56Sopenharmony_ciModules/_io/clinic/stringio.c.h:_io_StringIO___init__():_parser static _PyArg_Parser _parser 8807db96d56Sopenharmony_ciModules/_io/clinic/textio.c.h:_io_IncrementalNewlineDecoder___init__():_parser static _PyArg_Parser _parser 8817db96d56Sopenharmony_ciModules/_io/clinic/textio.c.h:_io_IncrementalNewlineDecoder_decode():_parser static _PyArg_Parser _parser 8827db96d56Sopenharmony_ciModules/_io/clinic/textio.c.h:_io_TextIOWrapper___init__():_parser static _PyArg_Parser _parser 8837db96d56Sopenharmony_ciModules/_io/clinic/textio.c.h:_io_TextIOWrapper_reconfigure():_parser static _PyArg_Parser _parser 8847db96d56Sopenharmony_ciModules/_io/clinic/winconsoleio.c.h:_io__WindowsConsoleIO___init__():_parser static _PyArg_Parser _parser 8857db96d56Sopenharmony_ciModules/_multiprocessing/clinic/posixshmem.c.h:_posixshmem_shm_open():_parser static _PyArg_Parser _parser 8867db96d56Sopenharmony_ciModules/_multiprocessing/clinic/posixshmem.c.h:_posixshmem_shm_unlink():_parser static _PyArg_Parser _parser 8877db96d56Sopenharmony_ciModules/cjkcodecs/clinic/multibytecodec.c.h:_multibytecodec_MultibyteCodec_decode():_parser static _PyArg_Parser _parser 8887db96d56Sopenharmony_ciModules/cjkcodecs/clinic/multibytecodec.c.h:_multibytecodec_MultibyteCodec_encode():_parser static _PyArg_Parser _parser 8897db96d56Sopenharmony_ciModules/cjkcodecs/clinic/multibytecodec.c.h:_multibytecodec_MultibyteIncrementalDecoder_decode():_parser static _PyArg_Parser _parser 8907db96d56Sopenharmony_ciModules/cjkcodecs/clinic/multibytecodec.c.h:_multibytecodec_MultibyteIncrementalEncoder_encode():_parser static _PyArg_Parser _parser 8917db96d56Sopenharmony_ciModules/clinic/_asynciomodule.c.h:_asyncio_Future___init__():_parser static _PyArg_Parser _parser 8927db96d56Sopenharmony_ciModules/clinic/_asynciomodule.c.h:_asyncio_Future_add_done_callback():_parser static _PyArg_Parser _parser 8937db96d56Sopenharmony_ciModules/clinic/_asynciomodule.c.h:_asyncio_Task___init__():_parser static _PyArg_Parser _parser 8947db96d56Sopenharmony_ciModules/clinic/_asynciomodule.c.h:_asyncio_Task_all_tasks():_parser static _PyArg_Parser _parser 8957db96d56Sopenharmony_ciModules/clinic/_asynciomodule.c.h:_asyncio_Task_current_task():_parser static _PyArg_Parser _parser 8967db96d56Sopenharmony_ciModules/clinic/_asynciomodule.c.h:_asyncio_Task_get_stack():_parser static _PyArg_Parser _parser 8977db96d56Sopenharmony_ciModules/clinic/_asynciomodule.c.h:_asyncio_Task_print_stack():_parser static _PyArg_Parser _parser 8987db96d56Sopenharmony_ciModules/clinic/_asynciomodule.c.h:_asyncio__enter_task():_parser static _PyArg_Parser _parser 8997db96d56Sopenharmony_ciModules/clinic/_asynciomodule.c.h:_asyncio__leave_task():_parser static _PyArg_Parser _parser 9007db96d56Sopenharmony_ciModules/clinic/_asynciomodule.c.h:_asyncio__register_task():_parser static _PyArg_Parser _parser 9017db96d56Sopenharmony_ciModules/clinic/_asynciomodule.c.h:_asyncio__unregister_task():_parser static _PyArg_Parser _parser 9027db96d56Sopenharmony_ciModules/clinic/_bz2module.c.h:_bz2_BZ2Decompressor_decompress():_parser static _PyArg_Parser _parser 9037db96d56Sopenharmony_ciModules/clinic/_codecsmodule.c.h:_codecs_decode():_parser static _PyArg_Parser _parser 9047db96d56Sopenharmony_ciModules/clinic/_codecsmodule.c.h:_codecs_encode():_parser static _PyArg_Parser _parser 9057db96d56Sopenharmony_ciModules/clinic/_cursesmodule.c.h:_curses_setupterm():_parser static _PyArg_Parser _parser 9067db96d56Sopenharmony_ciModules/clinic/_datetimemodule.c.h:datetime_datetime_now():_parser static _PyArg_Parser _parser 9077db96d56Sopenharmony_ciModules/clinic/_elementtree.c.h:_elementtree_Element_find():_parser static _PyArg_Parser _parser 9087db96d56Sopenharmony_ciModules/clinic/_elementtree.c.h:_elementtree_Element_findall():_parser static _PyArg_Parser _parser 9097db96d56Sopenharmony_ciModules/clinic/_elementtree.c.h:_elementtree_Element_findtext():_parser static _PyArg_Parser _parser 9107db96d56Sopenharmony_ciModules/clinic/_elementtree.c.h:_elementtree_Element_get():_parser static _PyArg_Parser _parser 9117db96d56Sopenharmony_ciModules/clinic/_elementtree.c.h:_elementtree_Element_getiterator():_parser static _PyArg_Parser _parser 9127db96d56Sopenharmony_ciModules/clinic/_elementtree.c.h:_elementtree_Element_iter():_parser static _PyArg_Parser _parser 9137db96d56Sopenharmony_ciModules/clinic/_elementtree.c.h:_elementtree_Element_iterfind():_parser static _PyArg_Parser _parser 9147db96d56Sopenharmony_ciModules/clinic/_elementtree.c.h:_elementtree_TreeBuilder___init__():_parser static _PyArg_Parser _parser 9157db96d56Sopenharmony_ciModules/clinic/_elementtree.c.h:_elementtree_XMLParser___init__():_parser static _PyArg_Parser _parser 9167db96d56Sopenharmony_ciModules/clinic/_hashopenssl.c.h:EVP_new():_parser static _PyArg_Parser _parser 9177db96d56Sopenharmony_ciModules/clinic/_hashopenssl.c.h:_hashlib_hmac_digest():_parser static _PyArg_Parser _parser 9187db96d56Sopenharmony_ciModules/clinic/_hashopenssl.c.h:_hashlib_scrypt():_parser static _PyArg_Parser _parser 9197db96d56Sopenharmony_ciModules/clinic/_hashopenssl.c.h:pbkdf2_hmac():_parser static _PyArg_Parser _parser 9207db96d56Sopenharmony_ciModules/clinic/_lzmamodule.c.h:_lzma_LZMADecompressor___init__():_parser static _PyArg_Parser _parser 9217db96d56Sopenharmony_ciModules/clinic/_lzmamodule.c.h:_lzma_LZMADecompressor_decompress():_parser static _PyArg_Parser _parser 9227db96d56Sopenharmony_ciModules/clinic/_opcode.c.h:_opcode_stack_effect():_parser static _PyArg_Parser _parser 9237db96d56Sopenharmony_ciModules/clinic/_pickle.c.h:_pickle_Pickler___init__():_parser static _PyArg_Parser _parser 9247db96d56Sopenharmony_ciModules/clinic/_pickle.c.h:_pickle_Unpickler___init__():_parser static _PyArg_Parser _parser 9257db96d56Sopenharmony_ciModules/clinic/_pickle.c.h:_pickle_dump():_parser static _PyArg_Parser _parser 9267db96d56Sopenharmony_ciModules/clinic/_pickle.c.h:_pickle_dumps():_parser static _PyArg_Parser _parser 9277db96d56Sopenharmony_ciModules/clinic/_pickle.c.h:_pickle_load():_parser static _PyArg_Parser _parser 9287db96d56Sopenharmony_ciModules/clinic/_pickle.c.h:_pickle_loads():_parser static _PyArg_Parser _parser 9297db96d56Sopenharmony_ciModules/clinic/_queuemodule.c.h:_queue_SimpleQueue_get():_parser static _PyArg_Parser _parser 9307db96d56Sopenharmony_ciModules/clinic/_queuemodule.c.h:_queue_SimpleQueue_put():_parser static _PyArg_Parser _parser 9317db96d56Sopenharmony_ciModules/clinic/_queuemodule.c.h:_queue_SimpleQueue_put_nowait():_parser static _PyArg_Parser _parser 9327db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_SRE_Match_expand():_parser static _PyArg_Parser _parser 9337db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_SRE_Match_groupdict():_parser static _PyArg_Parser _parser 9347db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_SRE_Match_groups():_parser static _PyArg_Parser _parser 9357db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_SRE_Pattern_findall():_parser static _PyArg_Parser _parser 9367db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_SRE_Pattern_finditer():_parser static _PyArg_Parser _parser 9377db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_SRE_Pattern_fullmatch():_parser static _PyArg_Parser _parser 9387db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_SRE_Pattern_match():_parser static _PyArg_Parser _parser 9397db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_SRE_Pattern_scanner():_parser static _PyArg_Parser _parser 9407db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_SRE_Pattern_search():_parser static _PyArg_Parser _parser 9417db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_SRE_Pattern_split():_parser static _PyArg_Parser _parser 9427db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_SRE_Pattern_sub():_parser static _PyArg_Parser _parser 9437db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_SRE_Pattern_subn():_parser static _PyArg_Parser _parser 9447db96d56Sopenharmony_ciModules/clinic/_sre.c.h:_sre_compile():_parser static _PyArg_Parser _parser 9457db96d56Sopenharmony_ciModules/clinic/_ssl.c.h:_ssl__SSLContext__wrap_bio():_parser static _PyArg_Parser _parser 9467db96d56Sopenharmony_ciModules/clinic/_ssl.c.h:_ssl__SSLContext__wrap_socket():_parser static _PyArg_Parser _parser 9477db96d56Sopenharmony_ciModules/clinic/_ssl.c.h:_ssl__SSLContext_get_ca_certs():_parser static _PyArg_Parser _parser 9487db96d56Sopenharmony_ciModules/clinic/_ssl.c.h:_ssl__SSLContext_load_cert_chain():_parser static _PyArg_Parser _parser 9497db96d56Sopenharmony_ciModules/clinic/_ssl.c.h:_ssl__SSLContext_load_verify_locations():_parser static _PyArg_Parser _parser 9507db96d56Sopenharmony_ciModules/clinic/_ssl.c.h:_ssl__SSLSocket_get_channel_binding():_parser static _PyArg_Parser _parser 9517db96d56Sopenharmony_ciModules/clinic/_ssl.c.h:_ssl_enum_certificates():_parser static _PyArg_Parser _parser 9527db96d56Sopenharmony_ciModules/clinic/_ssl.c.h:_ssl_enum_crls():_parser static _PyArg_Parser _parser 9537db96d56Sopenharmony_ciModules/clinic/_ssl.c.h:_ssl_txt2obj():_parser static _PyArg_Parser _parser 9547db96d56Sopenharmony_ciModules/clinic/_struct.c.h:Struct___init__():_parser static _PyArg_Parser _parser 9557db96d56Sopenharmony_ciModules/clinic/_struct.c.h:Struct_unpack_from():_parser static _PyArg_Parser _parser 9567db96d56Sopenharmony_ciModules/clinic/_struct.c.h:unpack_from():_parser static _PyArg_Parser _parser 9577db96d56Sopenharmony_ciModules/clinic/_winapi.c.h:_winapi_ConnectNamedPipe():_parser static _PyArg_Parser _parser 9587db96d56Sopenharmony_ciModules/clinic/_winapi.c.h:_winapi_GetFileType():_parser static _PyArg_Parser _parser 9597db96d56Sopenharmony_ciModules/clinic/_winapi.c.h:_winapi_ReadFile():_parser static _PyArg_Parser _parser 9607db96d56Sopenharmony_ciModules/clinic/_winapi.c.h:_winapi_WriteFile():_parser static _PyArg_Parser _parser 9617db96d56Sopenharmony_ciModules/clinic/binascii.c.h:binascii_a2b_qp():_parser static _PyArg_Parser _parser 9627db96d56Sopenharmony_ciModules/clinic/binascii.c.h:binascii_b2a_base64():_parser static _PyArg_Parser _parser 9637db96d56Sopenharmony_ciModules/clinic/binascii.c.h:binascii_b2a_hex():_parser static _PyArg_Parser _parser 9647db96d56Sopenharmony_ciModules/clinic/binascii.c.h:binascii_b2a_qp():_parser static _PyArg_Parser _parser 9657db96d56Sopenharmony_ciModules/clinic/binascii.c.h:binascii_b2a_uu():_parser static _PyArg_Parser _parser 9667db96d56Sopenharmony_ciModules/clinic/binascii.c.h:binascii_hexlify():_parser static _PyArg_Parser _parser 9677db96d56Sopenharmony_ciModules/clinic/cmathmodule.c.h:cmath_isclose():_parser static _PyArg_Parser _parser 9687db96d56Sopenharmony_ciModules/clinic/gcmodule.c.h:gc_collect():_parser static _PyArg_Parser _parser 9697db96d56Sopenharmony_ciModules/clinic/gcmodule.c.h:gc_get_objects():_parser static _PyArg_Parser _parser 9707db96d56Sopenharmony_ciModules/clinic/grpmodule.c.h:grp_getgrgid():_parser static _PyArg_Parser _parser 9717db96d56Sopenharmony_ciModules/clinic/grpmodule.c.h:grp_getgrnam():_parser static _PyArg_Parser _parser 9727db96d56Sopenharmony_ciObjects/clinic/bytearrayobject.c.h:bytearray_decode():_parser static _PyArg_Parser _parser 9737db96d56Sopenharmony_ciObjects/clinic/bytearrayobject.c.h:bytearray_hex():_parser static _PyArg_Parser _parser 9747db96d56Sopenharmony_ciObjects/clinic/bytearrayobject.c.h:bytearray_rsplit():_parser static _PyArg_Parser _parser 9757db96d56Sopenharmony_ciObjects/clinic/bytearrayobject.c.h:bytearray_split():_parser static _PyArg_Parser _parser 9767db96d56Sopenharmony_ciObjects/clinic/bytearrayobject.c.h:bytearray_splitlines():_parser static _PyArg_Parser _parser 9777db96d56Sopenharmony_ciObjects/clinic/bytearrayobject.c.h:bytearray_translate():_parser static _PyArg_Parser _parser 9787db96d56Sopenharmony_ciObjects/clinic/bytesobject.c.h:bytes_decode():_parser static _PyArg_Parser _parser 9797db96d56Sopenharmony_ciObjects/clinic/bytesobject.c.h:bytes_hex():_parser static _PyArg_Parser _parser 9807db96d56Sopenharmony_ciObjects/clinic/bytesobject.c.h:bytes_rsplit():_parser static _PyArg_Parser _parser 9817db96d56Sopenharmony_ciObjects/clinic/bytesobject.c.h:bytes_split():_parser static _PyArg_Parser _parser 9827db96d56Sopenharmony_ciObjects/clinic/bytesobject.c.h:bytes_splitlines():_parser static _PyArg_Parser _parser 9837db96d56Sopenharmony_ciObjects/clinic/bytesobject.c.h:bytes_translate():_parser static _PyArg_Parser _parser 9847db96d56Sopenharmony_ciObjects/clinic/codeobject.c.h:code_replace():_parser static _PyArg_Parser _parser 9857db96d56Sopenharmony_ciObjects/clinic/complexobject.c.h:complex_new():_parser static _PyArg_Parser _parser 9867db96d56Sopenharmony_ciObjects/clinic/descrobject.c.h:mappingproxy_new():_parser static _PyArg_Parser _parser 9877db96d56Sopenharmony_ciObjects/clinic/descrobject.c.h:property_init():_parser static _PyArg_Parser _parser 9887db96d56Sopenharmony_ciObjects/clinic/enumobject.c.h:enum_new():_parser static _PyArg_Parser _parser 9897db96d56Sopenharmony_ciObjects/clinic/funcobject.c.h:func_new():_parser static _PyArg_Parser _parser 9907db96d56Sopenharmony_ciObjects/clinic/listobject.c.h:list_sort():_parser static _PyArg_Parser _parser 9917db96d56Sopenharmony_ciObjects/clinic/longobject.c.h:int_from_bytes():_parser static _PyArg_Parser _parser 9927db96d56Sopenharmony_ciObjects/clinic/longobject.c.h:int_to_bytes():_parser static _PyArg_Parser _parser 9937db96d56Sopenharmony_ciObjects/clinic/longobject.c.h:long_new():_parser static _PyArg_Parser _parser 9947db96d56Sopenharmony_ciObjects/clinic/memoryobject.c.h:memoryview_hex():_parser static _PyArg_Parser _parser 9957db96d56Sopenharmony_ciObjects/clinic/moduleobject.c.h:module___init__():_parser static _PyArg_Parser _parser 9967db96d56Sopenharmony_ciObjects/clinic/odictobject.c.h:OrderedDict_fromkeys():_parser static _PyArg_Parser _parser 9977db96d56Sopenharmony_ciObjects/clinic/odictobject.c.h:OrderedDict_move_to_end():_parser static _PyArg_Parser _parser 9987db96d56Sopenharmony_ciObjects/clinic/odictobject.c.h:OrderedDict_popitem():_parser static _PyArg_Parser _parser 9997db96d56Sopenharmony_ciObjects/clinic/odictobject.c.h:OrderedDict_setdefault():_parser static _PyArg_Parser _parser 10007db96d56Sopenharmony_ciObjects/clinic/structseq.c.h:structseq_new():_parser static _PyArg_Parser _parser 10017db96d56Sopenharmony_ciObjects/clinic/unicodeobject.c.h:unicode_encode():_parser static _PyArg_Parser _parser 10027db96d56Sopenharmony_ciObjects/clinic/unicodeobject.c.h:unicode_expandtabs():_parser static _PyArg_Parser _parser 10037db96d56Sopenharmony_ciObjects/clinic/unicodeobject.c.h:unicode_rsplit():_parser static _PyArg_Parser _parser 10047db96d56Sopenharmony_ciObjects/clinic/unicodeobject.c.h:unicode_split():_parser static _PyArg_Parser _parser 10057db96d56Sopenharmony_ciObjects/clinic/unicodeobject.c.h:unicode_splitlines():_parser static _PyArg_Parser _parser 10067db96d56Sopenharmony_ciObjects/stringlib/clinic/transmogrify.h.h:stringlib_expandtabs():_parser static _PyArg_Parser _parser 10077db96d56Sopenharmony_ciPython/bltinmodule.c:builtin_print():_parser static struct _PyArg_Parser _parser 10087db96d56Sopenharmony_ciPython/clinic/_warnings.c.h:warnings_warn():_parser static _PyArg_Parser _parser 10097db96d56Sopenharmony_ciPython/clinic/bltinmodule.c.h:builtin_compile():_parser static _PyArg_Parser _parser 10107db96d56Sopenharmony_ciPython/clinic/bltinmodule.c.h:builtin_round():_parser static _PyArg_Parser _parser 10117db96d56Sopenharmony_ciPython/clinic/bltinmodule.c.h:builtin_sum():_parser static _PyArg_Parser _parser 10127db96d56Sopenharmony_ciPython/clinic/import.c.h:_imp_source_hash():_parser static _PyArg_Parser _parser 10137db96d56Sopenharmony_ciPython/clinic/sysmodule.c.h:sys_addaudithook():_parser static _PyArg_Parser _parser 10147db96d56Sopenharmony_ciPython/clinic/sysmodule.c.h:sys_set_coroutine_origin_tracking_depth():_parser static _PyArg_Parser _parser 10157db96d56Sopenharmony_ciPython/clinic/traceback.c.h:tb_new():_parser static _PyArg_Parser _parser 1016