cpython/Tools/c-analyzer/known.tsv

158 KiB

1filenamefuncnamenamekinddeclaration
2Modules/_abc.c-_abc_data_typevariablestatic PyTypeObject _abc_data_type
3Modules/_abc.c-abc_invalidation_countervariablestatic unsigned long long abc_invalidation_counter
4Modules/_abc.c-_abcmodulevariablestatic struct PyModuleDef _abcmodule
5Python/import.cimport_find_and_loadaccumulatedvariablestatic _PyTime_t accumulated
6Modules/itertoolsmodule.c-accumulate_methodsvariablestatic PyMethodDef accumulate_methods
7Modules/itertoolsmodule.c-accumulate_typevariablestatic PyTypeObject accumulate_type
8Python/Python-ast.c-Add_singletonvariablestatic PyObject *Add_singleton
9Python/Python-ast.c-Add_typevariablestatic PyTypeObject *Add_type
10Objects/genobject.c-ag_asend_freelistvariablestatic PyAsyncGenASend *ag_asend_freelist[_PyAsyncGen_MAXFREELIST]
11Objects/genobject.c-ag_asend_freelist_freevariablestatic int ag_asend_freelist_free
12Objects/genobject.c-ag_value_freelistvariablestatic _PyAsyncGenWrappedValue *ag_value_freelist[_PyAsyncGen_MAXFREELIST]
13Objects/genobject.c-ag_value_freelist_freevariablestatic int ag_value_freelist_free
14Python/Python-ast.c-alias_fieldsvariablestatic const char *alias_fields[]
15Python/Python-ast.c-alias_typevariablestatic PyTypeObject *alias_type
16Modules/_tracemalloc.c-allocatorsvariablestatic struct { PyMemAllocatorEx mem; PyMemAllocatorEx raw; PyMemAllocatorEx obj; } allocators
17Python/Python-ast.c-And_singletonvariablestatic PyObject *And_singleton
18Python/Python-ast.c-And_typevariablestatic PyTypeObject *And_type
19Python/Python-ast.c-AnnAssign_fieldsvariablestatic const char *AnnAssign_fields[]
20Python/Python-ast.c-AnnAssign_typevariablestatic PyTypeObject *AnnAssign_type
21Python/compile.c-__annotations__variablestatic PyObject *__annotations__
22Objects/obmalloc.c-arenasvariablestatic struct arena_object* arenas
23Python/Python-ast.c-arg_attributesvariablestatic const char *arg_attributes[]
24Python/Python-ast.c-arg_fieldsvariablestatic const char *arg_fields[]
25Python/Python-ast.c-arg_typevariablestatic PyTypeObject *arg_type
26Python/Python-ast.c-arguments_fieldsvariablestatic const char *arguments_fields[]
27Python/Python-ast.c-arguments_typevariablestatic PyTypeObject *arguments_type
28Python/Python-ast.c-Assert_fieldsvariablestatic const char *Assert_fields[]
29Python/compile.ccompiler_assertassertion_errorvariablestatic PyObject *assertion_error
30Python/Python-ast.c-Assert_typevariablestatic PyTypeObject *Assert_type
31Python/Python-ast.c-Assign_fieldsvariablestatic const char *Assign_fields[]
32Python/Python-ast.c-Assign_typevariablestatic PyTypeObject *Assign_type
33Python/Python-ast.c-_astmodulevariablestatic struct PyModuleDef _astmodule
34Python/Python-ast.c-AST_typevariablestatic PyTypeObject AST_type
35Python/Python-ast.c-ast_type_getsetsvariablestatic PyGetSetDef ast_type_getsets[]
36Python/Python-ast.c-ast_type_methodsvariablestatic PyMethodDef ast_type_methods
37Python/Python-ast.c-AsyncFor_fieldsvariablestatic const char *AsyncFor_fields[]
38Python/Python-ast.c-AsyncFor_typevariablestatic PyTypeObject *AsyncFor_type
39Python/Python-ast.c-AsyncFunctionDef_fieldsvariablestatic const char *AsyncFunctionDef_fields[]
40Python/Python-ast.c-AsyncFunctionDef_typevariablestatic PyTypeObject *AsyncFunctionDef_type
41Objects/genobject.c-async_gen_as_asyncvariablestatic PyAsyncMethods async_gen_as_async
42Objects/genobject.c-async_gen_asend_as_asyncvariablestatic PyAsyncMethods async_gen_asend_as_async
43Objects/genobject.c-async_gen_asend_methodsvariablestatic PyMethodDef async_gen_asend_methods
44Objects/genobject.c-async_gen_athrow_as_asyncvariablestatic PyAsyncMethods async_gen_athrow_as_async
45Objects/genobject.c-async_gen_athrow_methodsvariablestatic PyMethodDef async_gen_athrow_methods
46Objects/genobject.c-async_gen_getsetlistvariablestatic PyGetSetDef async_gen_getsetlist[]
47Python/sysmodule.c-asyncgen_hooks_descvariablestatic PyStructSequence_Desc asyncgen_hooks_desc
48Python/sysmodule.c-asyncgen_hooks_fieldsvariablestatic PyStructSequence_Field asyncgen_hooks_fields[]
49Python/sysmodule.c-AsyncGenHooksTypevariablestatic PyTypeObject AsyncGenHooksType
50Objects/genobject.c-async_gen_memberlistvariablestatic PyMemberDef async_gen_memberlist[]
51Objects/genobject.c-async_gen_methodsvariablestatic PyMethodDef async_gen_methods
52Python/Python-ast.c-AsyncWith_fieldsvariablestatic const char *AsyncWith_fields[]
53Python/Python-ast.c-AsyncWith_typevariablestatic PyTypeObject *AsyncWith_type
54Parser/listnode.c-atbolvariablestatic int atbol
55Modules/atexitmodule.c-atexit_methodsvariablestatic PyMethodDef atexit_methods
56Modules/atexitmodule.c-atexitmodulevariablestatic struct PyModuleDef atexitmodule
57Modules/atexitmodule.c-atexit_slotsvariablestatic PyModuleDef_Slot atexit_slots[]
58Modules/_operator.c-attrgetter_methodsvariablestatic PyMethodDef attrgetter_methods
59Modules/_operator.c-attrgetter_typevariablestatic PyTypeObject attrgetter_type
60Python/Python-ast.c-Attribute_fieldsvariablestatic const char *Attribute_fields[]
61Python/Python-ast.c-Attribute_typevariablestatic PyTypeObject *Attribute_type
62Python/Python-ast.c-AugAssign_fieldsvariablestatic const char *AugAssign_fields[]
63Python/Python-ast.c-AugAssign_typevariablestatic PyTypeObject *AugAssign_type
64Python/Python-ast.c-AugLoad_singletonvariablestatic PyObject *AugLoad_singleton
65Python/Python-ast.c-AugLoad_typevariablestatic PyTypeObject *AugLoad_type
66Python/Python-ast.c-AugStore_singletonvariablestatic PyObject *AugStore_singleton
67Python/Python-ast.c-AugStore_typevariablestatic PyTypeObject *AugStore_type
68Python/Python-ast.c-Await_fieldsvariablestatic const char *Await_fields[]
69Python/Python-ast.c-Await_typevariablestatic PyTypeObject *Await_type
70Objects/exceptions.c-BaseException_getsetvariablestatic PyGetSetDef BaseException_getset[]
71Objects/exceptions.c-BaseException_membersvariablestatic struct PyMemberDef BaseException_members[]
72Objects/exceptions.c-BaseException_methodsvariablestatic PyMethodDef BaseException_methods
73Modules/posixmodule.c-billionvariablestatic PyObject *billion
74Python/Python-ast.c-BinOp_fieldsvariablestatic const char *BinOp_fields[]
75Python/Python-ast.c-BinOp_typevariablestatic PyTypeObject *BinOp_type
76Python/Python-ast.c-BitAnd_singletonvariablestatic PyObject *BitAnd_singleton
77Python/Python-ast.c-BitAnd_typevariablestatic PyTypeObject *BitAnd_type
78Python/Python-ast.c-BitOr_singletonvariablestatic PyObject *BitOr_singleton
79Python/Python-ast.c-BitOr_typevariablestatic PyTypeObject *BitOr_type
80Python/Python-ast.c-BitXor_singletonvariablestatic PyObject *BitXor_singleton
81Python/Python-ast.c-BitXor_typevariablestatic PyTypeObject *BitXor_type
82Objects/unicodeobject.c-bloom_linebreakvariablestatic BLOOM_MASK bloom_linebreak
83Objects/boolobject.c-bool_as_numbervariablestatic PyNumberMethods bool_as_number
84Python/Python-ast.c-BoolOp_fieldsvariablestatic const char *BoolOp_fields[]
85Python/Python-ast.c-boolop_typevariablestatic PyTypeObject *boolop_type
86Python/Python-ast.c-BoolOp_typevariablestatic PyTypeObject *BoolOp_type
87Python/_warnings.cis_internal_framebootstrap_stringvariablestatic PyObject *bootstrap_string
88Python/Python-ast.c-Break_typevariablestatic PyTypeObject *Break_type
89Modules/_io/bufferedio.c-bufferediobase_methodsvariablestatic PyMethodDef bufferediobase_methods
90Modules/_io/bufferedio.c-bufferedrandom_getsetvariablestatic PyGetSetDef bufferedrandom_getset[]
91Modules/_io/bufferedio.c-bufferedrandom_membersvariablestatic PyMemberDef bufferedrandom_members[]
92Modules/_io/bufferedio.c-bufferedrandom_methodsvariablestatic PyMethodDef bufferedrandom_methods
93Modules/_io/bufferedio.c-bufferedreader_getsetvariablestatic PyGetSetDef bufferedreader_getset[]
94Modules/_io/bufferedio.c-bufferedreader_membersvariablestatic PyMemberDef bufferedreader_members[]
95Modules/_io/bufferedio.c-bufferedreader_methodsvariablestatic PyMethodDef bufferedreader_methods
96Modules/_io/bufferedio.c-bufferedrwpair_getsetvariablestatic PyGetSetDef bufferedrwpair_getset[]
97Modules/_io/bufferedio.c-bufferedrwpair_methodsvariablestatic PyMethodDef bufferedrwpair_methods
98Modules/_io/bufferedio.c-bufferedwriter_getsetvariablestatic PyGetSetDef bufferedwriter_getset[]
99Modules/_io/bufferedio.c-bufferedwriter_membersvariablestatic PyMemberDef bufferedwriter_members[]
100Modules/_io/bufferedio.c-bufferedwriter_methodsvariablestatic PyMethodDef bufferedwriter_methods
101Modules/getbuildinfo.cPy_GetBuildInfobuildinfovariablestatic char buildinfo[50 + sizeof(GITVERSION) + ((sizeof(GITTAG) > sizeof(GITBRANCH)) ? sizeof(GITTAG) : sizeof(GITBRANCH))]
102Python/bltinmodule.c-builtin_methodsvariablestatic PyMethodDef builtin_methods
103Python/bltinmodule.c-builtinsmodulevariablestatic struct PyModuleDef builtinsmodule
104Python/import.cPyImport_Importbuiltins_strvariablestatic PyObject *builtins_str
105Python/ceval.cmake_pending_callsbusyvariablestatic int busy
106Objects/bytearrayobject.c-bytearray_as_buffervariablestatic PyBufferProcs bytearray_as_buffer
107Objects/bytearrayobject.c-bytearray_as_mappingvariablestatic PyMappingMethods bytearray_as_mapping
108Objects/bytearrayobject.c-bytearray_as_numbervariablestatic PyNumberMethods bytearray_as_number
109Objects/bytearrayobject.c-bytearray_as_sequencevariablestatic PySequenceMethods bytearray_as_sequence
110Objects/bytearrayobject.c-bytearrayiter_methodsvariablestatic PyMethodDef bytearrayiter_methods
111Objects/bytearrayobject.c-bytearray_methodsvariablestatic PyMethodDef bytearray_methods
112Objects/bytesobject.c-bytes_as_buffervariablestatic PyBufferProcs bytes_as_buffer
113Objects/bytesobject.c-bytes_as_mappingvariablestatic PyMappingMethods bytes_as_mapping
114Objects/bytesobject.c-bytes_as_numbervariablestatic PyNumberMethods bytes_as_number
115Objects/bytesobject.c-bytes_as_sequencevariablestatic PySequenceMethods bytes_as_sequence
116Modules/_io/bytesio.c-bytesiobuf_as_buffervariablestatic PyBufferProcs bytesiobuf_as_buffer
117Modules/_io/bytesio.c-bytesio_getsetlistvariablestatic PyGetSetDef bytesio_getsetlist[]
118Modules/_io/bytesio.c-bytesio_methodsvariablestatic PyMethodDef bytesio_methods
119Objects/bytesobject.c-bytes_methodsvariablestatic PyMethodDef bytes_methods
120Python/thread_pthread.hinit_condattrcavariablestatic pthread_condattr_t ca
121Python/Python-ast.c-Call_fieldsvariablestatic const char *Call_fields[]
122Objects/iterobject.c-calliter_methodsvariablestatic PyMethodDef calliter_methods
123Python/Python-ast.c-Call_typevariablestatic PyTypeObject *Call_type
124Objects/cellobject.c-cell_getsetlistvariablestatic PyGetSetDef cell_getsetlist[]
125Modules/itertoolsmodule.c-chain_methodsvariablestatic PyMethodDef chain_methods
126Modules/itertoolsmodule.c-chain_typevariablestatic PyTypeObject chain_type
127Objects/bytesobject.c-charactersvariablestatic PyBytesObject *characters[UCHAR_MAX + 1]
128Python/symtable.c-__class__variablestatic identifier __class__
129Python/Python-ast.c-ClassDef_fieldsvariablestatic const char *ClassDef_fields[]
130Python/Python-ast.c-ClassDef_typevariablestatic PyTypeObject *ClassDef_type
131Objects/funcobject.c-cm_getsetlistvariablestatic PyGetSetDef cm_getsetlist[]
132Objects/funcobject.c-cm_memberlistvariablestatic PyMemberDef cm_memberlist[]
133Python/Python-ast.c-cmpop_typevariablestatic PyTypeObject *cmpop_type
134Modules/_codecsmodule.c-_codecs_functionsvariablestatic PyMethodDef _codecs_functions[]
135Modules/_codecsmodule.c-codecsmodulevariablestatic struct PyModuleDef codecsmodule
136Objects/codeobject.c-code_memberlistvariablestatic PyMemberDef code_memberlist[]
137Objects/codeobject.c-code_methodsvariablestatic PyMethodDef code_methods
138Modules/_collectionsmodule.c-_collectionsmodulevariablestatic struct PyModuleDef _collectionsmodule
139Modules/itertoolsmodule.c-combinations_methodsvariablestatic PyMethodDef combinations_methods
140Modules/itertoolsmodule.c-combinations_typevariablestatic PyTypeObject combinations_type
141Python/Python-ast.c-Compare_fieldsvariablestatic const char *Compare_fields[]
142Python/Python-ast.c-Compare_typevariablestatic PyTypeObject *Compare_type
143Objects/complexobject.c-complex_as_numbervariablestatic PyNumberMethods complex_as_number
144Objects/complexobject.c-complex_membersvariablestatic PyMemberDef complex_members[]
145Objects/complexobject.c-complex_methodsvariablestatic PyMethodDef complex_methods
146Python/Python-ast.c-comprehension_fieldsvariablestatic const char *comprehension_fields[]
147Python/Python-ast.c-comprehension_typevariablestatic PyTypeObject *comprehension_type
148Modules/itertoolsmodule.c-compress_methodsvariablestatic PyMethodDef compress_methods
149Modules/itertoolsmodule.c-compress_typevariablestatic PyTypeObject compress_type
150Python/thread_pthread.h-condattr_monotonicvariablestatic pthread_condattr_t *condattr_monotonic
151Python/Python-ast.c-Constant_fieldsvariablestatic const char *Constant_fields[]
152Python/Python-ast.c-Constant_typevariablestatic PyTypeObject *Constant_type
153Python/Python-ast.c-Continue_typevariablestatic PyTypeObject *Continue_type
154Objects/longobject.cPyLong_FromStringconvmultmax_basevariablestatic twodigits convmultmax_base[37]
155Objects/longobject.cPyLong_FromStringconvwidth_basevariablestatic int convwidth_base[37]
156Objects/genobject.c-coro_as_asyncvariablestatic PyAsyncMethods coro_as_async
157Objects/genobject.c-coro_getsetlistvariablestatic PyGetSetDef coro_getsetlist[]
158Objects/genobject.c-coro_memberlistvariablestatic PyMemberDef coro_memberlist[]
159Objects/genobject.c-coro_methodsvariablestatic PyMethodDef coro_methods
160Objects/genobject.c-coro_wrapper_methodsvariablestatic PyMethodDef coro_wrapper_methods
161Modules/itertoolsmodule.c-count_methodsvariablestatic PyMethodDef count_methods
162Modules/itertoolsmodule.c-count_typevariablestatic PyTypeObject count_type
163Python/context.c-ctx_freelistvariablestatic PyContext *ctx_freelist
164Python/context.c-ctx_freelist_lenvariablestatic int ctx_freelist_len
165Modules/itertoolsmodule.c-cwr_methodsvariablestatic PyMethodDef cwr_methods
166Modules/itertoolsmodule.c-cwr_typevariablestatic PyTypeObject cwr_type
167Modules/itertoolsmodule.c-cycle_methodsvariablestatic PyMethodDef cycle_methods
168Modules/itertoolsmodule.c-cycle_typevariablestatic PyTypeObject cycle_type
169Objects/obmalloc.cnew_arenadebug_statsvariablestatic int debug_stats
170Modules/signalmodule.c-DefaultHandlervariablestatic PyObject *DefaultHandler
171Modules/_collectionsmodule.c-defdict_membersvariablestatic PyMemberDef defdict_members[]
172Modules/_collectionsmodule.c-defdict_methodsvariablestatic PyMethodDef defdict_methods
173Modules/_collectionsmodule.c-defdict_typevariablestatic PyTypeObject defdict_type
174Python/Python-ast.c-Delete_fieldsvariablestatic const char *Delete_fields[]
175Python/Python-ast.c-Delete_typevariablestatic PyTypeObject *Delete_type
176Python/Python-ast.c-Del_singletonvariablestatic PyObject *Del_singleton
177Python/Python-ast.c-Del_typevariablestatic PyTypeObject *Del_type
178Modules/_collectionsmodule.c-deque_as_numbervariablestatic PyNumberMethods deque_as_number
179Modules/_collectionsmodule.c-deque_as_sequencevariablestatic PySequenceMethods deque_as_sequence
180Modules/_collectionsmodule.c-deque_getsetvariablestatic PyGetSetDef deque_getset[]
181Modules/_collectionsmodule.c-dequeiter_methodsvariablestatic PyMethodDef dequeiter_methods
182Modules/_collectionsmodule.c-dequeiter_typevariablestatic PyTypeObject dequeiter_type
183Modules/_collectionsmodule.c-deque_methodsvariablestatic PyMethodDef deque_methods
184Modules/_collectionsmodule.c-dequereviter_typevariablestatic PyTypeObject dequereviter_type
185Modules/_collectionsmodule.c-deque_typevariablestatic PyTypeObject deque_type
186Objects/descrobject.c-descr_membersvariablestatic PyMemberDef descr_members[]
187Objects/descrobject.c-descr_methodsvariablestatic PyMethodDef descr_methods
188Modules/_abc.c-_destroy_defvariablestatic PyMethodDef _destroy_def
189Objects/floatobject.c-detected_double_formatvariablestatic float_format_type detected_double_format
190Objects/floatobject.c-detected_float_formatvariablestatic float_format_type detected_float_format
191Objects/dictobject.c-dict_as_mappingvariablestatic PyMappingMethods dict_as_mapping
192Objects/dictobject.c-dict_as_sequencevariablestatic PySequenceMethods dict_as_sequence
193Python/symtable.c-dictcompvariablestatic identifier dictcomp
194Python/Python-ast.c-DictComp_fieldsvariablestatic const char *DictComp_fields[]
195Python/Python-ast.c-DictComp_typevariablestatic PyTypeObject *DictComp_type
196Python/Python-ast.c-Dict_fieldsvariablestatic const char *Dict_fields[]
197Objects/dictobject.c-dictitems_as_sequencevariablestatic PySequenceMethods dictitems_as_sequence
198Objects/dictobject.c-dictitems_methodsvariablestatic PyMethodDef dictitems_methods
199Objects/dictobject.c-dictiter_methodsvariablestatic PyMethodDef dictiter_methods
200Objects/dictobject.c-dictkeys_as_sequencevariablestatic PySequenceMethods dictkeys_as_sequence
201Objects/dictobject.c-dictkeys_methodsvariablestatic PyMethodDef dictkeys_methods
202Python/Python-ast.c-Dict_typevariablestatic PyTypeObject *Dict_type
203Objects/dictobject.c-dictvalues_as_sequencevariablestatic PySequenceMethods dictvalues_as_sequence
204Objects/dictobject.c-dictvalues_methodsvariablestatic PyMethodDef dictvalues_methods
205Objects/dictobject.c-dictviews_as_numbervariablestatic PyNumberMethods dictviews_as_number
206Modules/posixmodule.c-DirEntry_membersvariablestatic PyMemberDef DirEntry_members[]
207Modules/posixmodule.c-DirEntry_methodsvariablestatic PyMethodDef DirEntry_methods
208Modules/posixmodule.c-DirEntryTypevariablestatic PyTypeObject DirEntryType
209Python/Python-ast.c-Div_singletonvariablestatic PyObject *Div_singleton
210Python/Python-ast.c-Div_typevariablestatic PyTypeObject *Div_type
211Python/compile.c-__doc__variablestatic PyObject *__doc__
212Objects/classobject.cmethod_get_docdocstrvariablestatic PyObject *docstr
213Objects/classobject.cinstancemethod_get_docdocstrvariablestatic PyObject *docstr
214Objects/floatobject.c-double_formatvariablestatic float_format_type double_format
215Modules/itertoolsmodule.c-dropwhile_methodsvariablestatic PyMethodDef dropwhile_methods
216Modules/itertoolsmodule.c-dropwhile_typevariablestatic PyTypeObject dropwhile_type
217Objects/setobject.c-_dummy_structvariablestatic PyObject _dummy_struct
218Modules/posixmodule.cos_dup2_impldup3_worksvariablestatic int dup3_works
219Modules/_io/bufferedio.c_PyIO_trap_eintreintr_intvariablestatic PyObject *eintr_int
220Objects/sliceobject.c-ellipsis_methodsvariablestatic PyMethodDef ellipsis_methods
221Python/hamt.c-_empty_bitmap_nodevariablestatic PyHamtNode_Bitmap *_empty_bitmap_node
222Objects/setobject.c-emptyfrozensetvariablestatic PyObject *emptyfrozenset
223Python/hamt.c-_empty_hamtvariablestatic PyHamtObject *_empty_hamt
224Objects/dictobject.c-empty_keys_structvariablestatic PyDictKeysObject empty_keys_struct
225Objects/codeobject.cPyCode_NewEmptyemptystringvariablestatic PyObject *emptystring
226Python/compile.ccompiler_from_importempty_stringvariablestatic PyObject *empty_string
227Objects/dictobject.c-empty_valuesvariablestatic PyObject *empty_values[1]
228Objects/unicodeobject.c-encoding_map_methodsvariablestatic PyMethodDef encoding_map_methods
229Objects/unicodeobject.c-EncodingMapTypevariablestatic PyTypeObject EncodingMapType
230Objects/enumobject.c-enum_methodsvariablestatic PyMethodDef enum_methods
231Python/Python-ast.c-Eq_singletonvariablestatic PyObject *Eq_singleton
232Python/Python-ast.c-Eq_typevariablestatic PyTypeObject *Eq_type
233Objects/exceptions.c-errnomapvariablestatic PyObject *errnomap
234Modules/errnomodule.c-errno_methodsvariablestatic PyMethodDef errno_methods
235Modules/errnomodule.c-errnomodulevariablestatic struct PyModuleDef errnomodule
236Modules/_localemodule.c-Errorvariablestatic PyObject *Error
237Python/Python-ast.c-excepthandler_attributesvariablestatic const char *excepthandler_attributes[]
238Python/Python-ast.c-ExceptHandler_fieldsvariablestatic const char *ExceptHandler_fields[]
239Python/Python-ast.c-excepthandler_typevariablestatic PyTypeObject *excepthandler_type
240Python/Python-ast.c-ExceptHandler_typevariablestatic PyTypeObject *ExceptHandler_type
241Modules/_threadmodule.c-ExceptHookArgs_descvariablestatic PyStructSequence_Desc ExceptHookArgs_desc
242Modules/_threadmodule.c-ExceptHookArgs_fieldsvariablestatic PyStructSequence_Field ExceptHookArgs_fields[]
243Modules/_threadmodule.c-ExceptHookArgsTypevariablestatic PyTypeObject ExceptHookArgsType
244Objects/exceptions.c_check_for_legacy_statementsexec_prefixvariablestatic PyObject *exec_prefix
245Python/Python-ast.c-expr_attributesvariablestatic const char *expr_attributes[]
246Python/Python-ast.c-expr_context_typevariablestatic PyTypeObject *expr_context_type
247Python/Python-ast.c-Expression_fieldsvariablestatic const char *Expression_fields[]
248Python/Python-ast.c-Expression_typevariablestatic PyTypeObject *Expression_type
249Python/Python-ast.c-Expr_fieldsvariablestatic const char *Expr_fields[]
250Python/Python-ast.c-expr_typevariablestatic PyTypeObject *expr_type
251Python/Python-ast.c-Expr_typevariablestatic PyTypeObject *Expr_type
252Python/import.c-extensionsvariablestatic PyObject *extensions
253Python/Python-ast.c-ExtSlice_fieldsvariablestatic const char *ExtSlice_fields[]
254Python/Python-ast.c-ExtSlice_typevariablestatic PyTypeObject *ExtSlice_type
255Objects/boolobject.c-false_strvariablestatic PyObject *false_str
256Modules/faulthandler.c-fatal_errorvariablestatic struct { int enabled; PyObject *file; int fd; int all_threads; PyInterpreterState *interp; void *exc_handler; } fatal_error
257Modules/faulthandler.c-faulthandler_handlersvariablestatic fault_handler_t faulthandler_handlers[]
258Objects/stringlib/unicode_format.h-fieldnameiter_methodsvariablestatic PyMethodDef fieldnameiter_methods
259Modules/_io/fileio.c-fileio_getsetlistvariablestatic PyGetSetDef fileio_getsetlist[]
260Modules/_io/fileio.c-fileio_membersvariablestatic PyMemberDef fileio_members[]
261Modules/_io/fileio.c-fileio_methodsvariablestatic PyMethodDef fileio_methods
262Modules/itertoolsmodule.c-filterfalse_methodsvariablestatic PyMethodDef filterfalse_methods
263Modules/itertoolsmodule.c-filterfalse_typevariablestatic PyTypeObject filterfalse_type
264Python/bltinmodule.c-filter_methodsvariablestatic PyMethodDef filter_methods
265Python/sysmodule.c-flags_descvariablestatic PyStructSequence_Desc flags_desc
266Python/sysmodule.c-flags_fieldsvariablestatic PyStructSequence_Field flags_fields[]
267Python/sysmodule.c-FlagsTypevariablestatic PyTypeObject FlagsType
268Objects/floatobject.c-float_as_numbervariablestatic PyNumberMethods float_as_number
269Objects/floatobject.c-float_formatvariablestatic float_format_type
270Objects/floatobject.c-float_getsetvariablestatic PyGetSetDef float_getset[]
271Objects/floatobject.c-floatinfo_descvariablestatic PyStructSequence_Desc floatinfo_desc
272Objects/floatobject.c-floatinfo_fieldsvariablestatic PyStructSequence_Field floatinfo_fields[]
273Objects/floatobject.c-FloatInfoTypevariablestatic PyTypeObject FloatInfoType
274Objects/floatobject.c-float_methodsvariablestatic PyMethodDef float_methods
275Python/Python-ast.c-FloorDiv_singletonvariablestatic PyObject *FloorDiv_singleton
276Python/Python-ast.c-FloorDiv_typevariablestatic PyTypeObject *FloorDiv_type
277Python/fileutils.c-force_asciivariablestatic int force_ascii
278Python/Python-ast.c-For_fieldsvariablestatic const char *For_fields[]
279Python/Python-ast.c-FormattedValue_fieldsvariablestatic const char *FormattedValue_fields[]
280Python/Python-ast.c-FormattedValue_typevariablestatic PyTypeObject *FormattedValue_type
281Objects/stringlib/unicode_format.h-formatteriter_methodsvariablestatic PyMethodDef formatteriter_methods
282Python/Python-ast.c-For_typevariablestatic PyTypeObject *For_type
283Objects/frameobject.c-frame_getsetlistvariablestatic PyGetSetDef frame_getsetlist[]
284Objects/frameobject.c-frame_memberlistvariablestatic PyMemberDef frame_memberlist[]
285Objects/frameobject.c-frame_methodsvariablestatic PyMethodDef frame_methods
286Modules/_collectionsmodule.c-freeblocksvariablestatic block *freeblocks[MAXFREEBLOCKS]
287Python/dtoa.c-freelistvariablestatic Bigint *freelist[Kmax+1]
288Objects/floatobject.c-free_listvariablestatic PyFloatObject *free_list
289Objects/frameobject.c-free_listvariablestatic PyFrameObject *free_list
290Objects/listobject.c-free_listvariablestatic PyListObject *free_list[PyList_MAXFREELIST]
291Objects/dictobject.c-free_listvariablestatic PyDictObject *free_list[PyDict_MAXFREELIST]
292Objects/methodobject.c-free_listvariablestatic PyCFunctionObject *free_list
293Objects/tupleobject.c-free_listvariablestatic PyTupleObject *free_list[PyTuple_MAXSAVESIZE]
294Objects/classobject.c-free_listvariablestatic PyMethodObject *free_list
295Objects/setobject.c-frozenset_as_numbervariablestatic PyNumberMethods frozenset_as_number
296Objects/setobject.c-frozenset_methodsvariablestatic PyMethodDef frozenset_methods
297Objects/funcobject.c-func_getsetlistvariablestatic PyGetSetDef func_getsetlist[]
298Objects/funcobject.c-func_memberlistvariablestatic PyMemberDef func_memberlist[]
299Python/Python-ast.c-FunctionDef_fieldsvariablestatic const char *FunctionDef_fields[]
300Python/Python-ast.c-FunctionDef_typevariablestatic PyTypeObject *FunctionDef_type
301Modules/_sre.c-_functionsvariablestatic PyMethodDef _functions[]
302Python/Python-ast.c-FunctionType_fieldsvariablestatic const char *FunctionType_fields[]
303Python/Python-ast.c-FunctionType_typevariablestatic PyTypeObject *FunctionType_type
304Modules/_functoolsmodule.c-_functoolsmodulevariablestatic struct PyModuleDef _functoolsmodule
305Modules/gcmodule.c-GcMethodsvariablestatic PyMethodDef GcMethods[]
306Modules/gcmodule.c-gcmodulevariablestatic struct PyModuleDef gcmodule
307Modules/gcmodule.c-gc_strvariablestatic PyObject *gc_str
308Python/Python-ast.c-GeneratorExp_fieldsvariablestatic const char *GeneratorExp_fields[]
309Python/Python-ast.c-GeneratorExp_typevariablestatic PyTypeObject *GeneratorExp_type
310Python/symtable.c-genexprvariablestatic identifier genexpr
311Objects/genobject.c-gen_getsetlistvariablestatic PyGetSetDef gen_getsetlist[]
312Objects/genobject.c-gen_memberlistvariablestatic PyMemberDef gen_memberlist[]
313Objects/genobject.c-gen_methodsvariablestatic PyMethodDef gen_methods
314Python/bootstrap_hash.cpy_getrandomgetrandom_worksvariablestatic int getrandom_works
315Objects/descrobject.c-getset_getsetvariablestatic PyGetSetDef getset_getset[]
316Python/Python-ast.c-Global_fieldsvariablestatic const char *Global_fields[]
317Python/Python-ast.c-Global_typevariablestatic PyTypeObject *Global_type
318Modules/itertoolsmodule.c-groupby_methodsvariablestatic PyMethodDef groupby_methods
319Modules/itertoolsmodule.c-groupby_typevariablestatic PyTypeObject groupby_type
320Modules/itertoolsmodule.c-_grouper_methodsvariablestatic PyMethodDef _grouper_methods
321Modules/itertoolsmodule.c-_grouper_typevariablestatic PyTypeObject _grouper_type
322Python/Python-ast.c-GtE_singletonvariablestatic PyObject *GtE_singleton
323Python/Python-ast.c-GtE_typevariablestatic PyTypeObject *GtE_type
324Python/Python-ast.c-Gt_singletonvariablestatic PyObject *Gt_singleton
325Python/Python-ast.c-Gt_typevariablestatic PyTypeObject *Gt_type
326Modules/signalmodule.c-Handlersvariablestatic volatile struct { _Py_atomic_int tripped; PyObject *func; } Handlers[NSIG]
327Python/dynload_shlib.c-handlesvariablestatic struct { dev_t dev; ino_t ino; void *handle; } handles[128]
328Python/sysmodule.c-hash_info_descvariablestatic PyStructSequence_Desc hash_info_desc
329Python/sysmodule.c-hash_info_fieldsvariablestatic PyStructSequence_Field hash_info_fields[]
330Python/sysmodule.c-Hash_InfoTypevariablestatic PyTypeObject Hash_InfoType
331Python/import.cimport_find_and_loadheadervariablestatic int header
332Python/Python-ast.c-IfExp_fieldsvariablestatic const char *IfExp_fields[]
333Python/Python-ast.c-IfExp_typevariablestatic PyTypeObject *IfExp_type
334Python/Python-ast.c-If_fieldsvariablestatic const char *If_fields[]
335Python/Python-ast.c-If_typevariablestatic PyTypeObject *If_type
336Modules/signalmodule.c-IgnoreHandlervariablestatic PyObject *IgnoreHandler
337Python/import.c-imp_methodsvariablestatic PyMethodDef imp_methods
338Python/import.c-impmodulevariablestatic struct PyModuleDef impmodule
339Objects/exceptions.c-ImportError_membersvariablestatic PyMemberDef ImportError_members[]
340Objects/exceptions.c-ImportError_methodsvariablestatic PyMethodDef ImportError_methods
341Python/Python-ast.c-Import_fieldsvariablestatic const char *Import_fields[]
342Python/Python-ast.c-ImportFrom_fieldsvariablestatic const char *ImportFrom_fields[]
343Python/Python-ast.c-ImportFrom_typevariablestatic PyTypeObject *ImportFrom_type
344Python/import.cimport_find_and_loadimport_levelvariablestatic int import_level
345Python/_warnings.cis_internal_frameimportlib_stringvariablestatic PyObject *importlib_string
346Python/import.c-import_lockvariablestatic PyThread_type_lock import_lock
347Python/import.c-import_lock_levelvariablestatic int import_lock_level
348Python/import.c-import_lock_threadvariablestatic unsigned long import_lock_thread
349Python/import.cPyImport_Importimport_strvariablestatic PyObject *import_str
350Python/Python-ast.c-Import_typevariablestatic PyTypeObject *Import_type
351Modules/_io/textio.c-incrementalnewlinedecoder_getsetvariablestatic PyGetSetDef incrementalnewlinedecoder_getset[]
352Modules/_io/textio.c-incrementalnewlinedecoder_methodsvariablestatic PyMethodDef incrementalnewlinedecoder_methods
353Objects/listobject.c-indexerrvariablestatic PyObject *indexerr
354Python/Python-ast.c-Index_fieldsvariablestatic const char *Index_fields[]
355Python/Python-ast.c-Index_typevariablestatic PyTypeObject *Index_type
356Python/thread.c-initializedvariablestatic int initialized
357Modules/posixmodule.c-initializedvariablestatic int initialized
358Modules/pwdmodule.c-initializedvariablestatic int initialized
359Modules/signalmodule.c-initializedvariablestatic int initialized
360Modules/timemodule.c-initializedvariablestatic int initialized
361Python/Python-ast.cinit_typesinitializedvariablestatic int initialized
362Objects/listobject.cPyList_Newinitializedvariablestatic int initialized
363Python/import.c-inittab_copyvariablestatic struct _inittab *inittab_copy
364Python/Python-ast.c-In_singletonvariablestatic PyObject *In_singleton
365Objects/classobject.c-instancemethod_getsetvariablestatic PyGetSetDef instancemethod_getset[]
366Objects/classobject.c-instancemethod_memberlistvariablestatic PyMemberDef instancemethod_memberlist[]
367Python/Python-ast.c-Interactive_fieldsvariablestatic const char *Interactive_fields[]
368Python/Python-ast.c-Interactive_typevariablestatic PyTypeObject *Interactive_type
369Objects/unicodeobject.c-internedvariablestatic PyObject *interned
370Objects/interpreteridobject.c-interpid_as_numbervariablestatic PyNumberMethods interpid_as_number
371Modules/signalmodule.c-IntHandlervariablestatic PyObject *IntHandler
372Objects/longobject.c-int_info_descvariablestatic PyStructSequence_Desc int_info_desc
373Objects/longobject.c-int_info_fieldsvariablestatic PyStructSequence_Field int_info_fields[]
374Objects/longobject.c-Int_InfoTypevariablestatic PyTypeObject Int_InfoType
375Python/Python-ast.c-In_typevariablestatic PyTypeObject *In_type
376Python/Python-ast.c-Invert_singletonvariablestatic PyObject *Invert_singleton
377Python/Python-ast.c-Invert_typevariablestatic PyTypeObject *Invert_type
378Modules/_io/iobase.c-iobase_getsetvariablestatic PyGetSetDef iobase_getset[]
379Modules/_io/iobase.c-iobase_methodsvariablestatic PyMethodDef iobase_methods
380Python/fileutils.cset_inheritableioctl_worksvariablestatic int ioctl_works
381Modules/itertoolsmodule.c-islice_methodsvariablestatic PyMethodDef islice_methods
382Modules/itertoolsmodule.c-islice_typevariablestatic PyTypeObject islice_type
383Python/Python-ast.c-IsNot_singletonvariablestatic PyObject *IsNot_singleton
384Python/Python-ast.c-IsNot_typevariablestatic PyTypeObject *IsNot_type
385Python/Python-ast.c-Is_singletonvariablestatic PyObject *Is_singleton
386Modules/signalmodule.c-is_trippedvariablestatic _Py_atomic_int is_tripped
387Python/Python-ast.c-Is_typevariablestatic PyTypeObject *Is_type
388Modules/_operator.c-itemgetter_methodsvariablestatic PyMethodDef itemgetter_methods
389Modules/_operator.c-itemgetter_typevariablestatic PyTypeObject itemgetter_type
390Modules/itertoolsmodule.c-itertoolsmodulevariablestatic struct PyModuleDef itertoolsmodule
391Modules/signalmodule.c-ItimerErrorvariablestatic PyObject *ItimerError
392Python/Python-ast.c-JoinedStr_fieldsvariablestatic const char *JoinedStr_fields[]
393Python/Python-ast.c-JoinedStr_typevariablestatic PyTypeObject *JoinedStr_type
394Modules/_functoolsmodule.c-keyobject_membersvariablestatic PyMemberDef keyobject_members[]
395Modules/_functoolsmodule.c-keyobject_typevariablestatic PyTypeObject keyobject_type
396Objects/dictobject.c-keys_free_listvariablestatic PyDictKeysObject *keys_free_list[PyDict_MAXFREELIST]
397Python/Python-ast.c-keyword_fieldsvariablestatic const char *keyword_fields[]
398Python/sysmodule.csys_set_asyncgen_hookskeywordsvariablestatic const char *keywords[]
399Modules/_bisectmodule.cbisect_rightkeywordsvariablestatic const char *keywords[]
400Modules/_bisectmodule.cinsort_rightkeywordsvariablestatic const char *keywords[]
401Python/Python-ast.c-keyword_typevariablestatic PyTypeObject *keyword_type
402Modules/_functoolsmodule.ckeyobject_callkwargsvariablestatic const char *kwargs[]
403Modules/_functoolsmodule.cfunctools_cmp_to_keykwargsvariablestatic const char *kwargs[]
404Modules/itertoolsmodule.crepeat_newkwargsvariablestatic const char *kwargs[]
405Python/_warnings.cwarnings_warn_explicitkwd_listvariablestatic const char *kwd_list[]
406Modules/_functoolsmodule.c-kwd_markvariablestatic PyObject *kwd_mark
407Python/bltinmodule.cbuiltin___import__kwlistvariablestatic const char *kwlist[]
408Python/bltinmodule.cmin_maxkwlistvariablestatic const char *kwlist[]
409Python/context.ccontextvar_tp_newkwlistvariablestatic const char *kwlist[]
410Python/sysmodule.csys_getsizeofkwlistvariablestatic const char *kwlist[]
411Objects/bytearrayobject.cbytearray_initkwlistvariablestatic const char *kwlist[]
412Objects/bytesobject.cbytes_newkwlistvariablestatic const char *kwlist[]
413Objects/exceptions.cImportError_initkwlistvariablestatic const char *kwlist[]
414Objects/interpreteridobject.cinterpid_newkwlistvariablestatic const char *kwlist[]
415Objects/memoryobject.cmemory_newkwlistvariablestatic const char *kwlist[]
416Objects/memoryobject.cmemory_castkwlistvariablestatic const char *kwlist[]
417Objects/memoryobject.cmemory_tobyteskwlistvariablestatic const char *kwlist[]
418Objects/odictobject.codict_popkwlistvariablestatic const char *kwlist[]
419Objects/unicodeobject.cunicode_newkwlistvariablestatic const char *kwlist[]
420Objects/weakrefobject.cweakref_callkwlistvariablestatic const char *kwlist[]
421Modules/_elementtree.celement_setstate_from_Pythonkwlistvariablestatic const char *kwlist[]
422Modules/_json.cscanner_callkwlistvariablestatic const char *kwlist[]
423Modules/_json.cscanner_newkwlistvariablestatic const char *kwlist[]
424Modules/_json.cencoder_newkwlistvariablestatic const char *kwlist[]
425Modules/_json.cencoder_callkwlistvariablestatic const char *kwlist[]
426Python/symtable.c-lambdavariablestatic identifier lambda
427Python/Python-ast.c-Lambda_fieldsvariablestatic const char *Lambda_fields[]
428Python/Python-ast.c-Lambda_typevariablestatic PyTypeObject *Lambda_type
429Parser/listnode.c-levelvariablestatic int level
430Objects/listobject.c-list_as_mappingvariablestatic PyMappingMethods list_as_mapping
431Objects/listobject.c-list_as_sequencevariablestatic PySequenceMethods list_as_sequence
432Python/symtable.c-listcompvariablestatic identifier listcomp
433Python/Python-ast.c-ListComp_fieldsvariablestatic const char *ListComp_fields[]
434Python/Python-ast.c-ListComp_typevariablestatic PyTypeObject *ListComp_type
435Python/Python-ast.c-List_fieldsvariablestatic const char *List_fields[]
436Objects/listobject.c-listiter_methodsvariablestatic PyMethodDef listiter_methods
437Objects/listobject.c-list_methodsvariablestatic PyMethodDef list_methods
438Objects/listobject.c-listreviter_methodsvariablestatic PyMethodDef listreviter_methods
439Python/Python-ast.c-List_typevariablestatic PyTypeObject *List_type
440Python/ceval.c-lltracevariablestatic int lltrace
441Python/Python-ast.c-Load_singletonvariablestatic PyObject *Load_singleton
442Python/Python-ast.c-Load_typevariablestatic PyTypeObject *Load_type
443Modules/_threadmodule.c-localdummytypevariablestatic PyTypeObject localdummytype
444Modules/_localemodule.c-_localemodulevariablestatic struct PyModuleDef _localemodule
445Modules/_threadmodule.c-localtypevariablestatic PyTypeObject localtype
446Modules/_threadmodule.c-lock_methodsvariablestatic PyMethodDef lock_methods
447Modules/_threadmodule.c-Locktypevariablestatic PyTypeObject Locktype
448Objects/longobject.cPyLong_FromStringlog_base_BASEvariablestatic double log_base_BASE[37]
449Objects/longobject.c-long_as_numbervariablestatic PyNumberMethods long_as_number
450Objects/longobject.c-long_getsetvariablestatic PyGetSetDef long_getset[]
451Objects/longobject.c-long_methodsvariablestatic PyMethodDef long_methods
452Objects/rangeobject.c-longrangeiter_methodsvariablestatic PyMethodDef longrangeiter_methods
453Modules/_functoolsmodule.c-lru_cache_getsetlistvariablestatic PyGetSetDef lru_cache_getsetlist[]
454Modules/_functoolsmodule.c-lru_cache_methodsvariablestatic PyMethodDef lru_cache_methods
455Modules/_functoolsmodule.c-lru_cache_typevariablestatic PyTypeObject lru_cache_type
456Modules/_functoolsmodule.c-lru_list_elem_typevariablestatic PyTypeObject lru_list_elem_type
457Python/Python-ast.c-LShift_singletonvariablestatic PyObject *LShift_singleton
458Python/Python-ast.c-LShift_typevariablestatic PyTypeObject *LShift_type
459Python/Python-ast.c-LtE_singletonvariablestatic PyObject *LtE_singleton
460Python/Python-ast.c-LtE_typevariablestatic PyTypeObject *LtE_type
461Python/Python-ast.c-Lt_singletonvariablestatic PyObject *Lt_singleton
462Python/Python-ast.c-Lt_typevariablestatic PyTypeObject *Lt_type
463Python/bltinmodule.c-map_methodsvariablestatic PyMethodDef map_methods
464Objects/descrobject.c-mappingproxy_as_mappingvariablestatic PyMappingMethods mappingproxy_as_mapping
465Objects/descrobject.c-mappingproxy_as_sequencevariablestatic PySequenceMethods mappingproxy_as_sequence
466Objects/descrobject.c-mappingproxy_methodsvariablestatic PyMethodDef mappingproxy_methods
467Objects/dictobject.c-mapp_methodsvariablestatic PyMethodDef mapp_methods
468Python/marshal.c-marshal_methodsvariablestatic PyMethodDef marshal_methods
469Python/marshal.c-marshalmodulevariablestatic struct PyModuleDef marshalmodule
470Modules/_sre.c-match_as_mappingvariablestatic PyMappingMethods match_as_mapping
471Modules/_sre.c-match_getsetvariablestatic PyGetSetDef match_getset[]
472Modules/_sre.c-match_membersvariablestatic PyMemberDef match_members[]
473Modules/_sre.c-match_methodsvariablestatic PyMethodDef match_methods
474Modules/_sre.c-Match_Typevariablestatic PyTypeObject Match_Type
475Python/Python-ast.c-MatMult_singletonvariablestatic PyObject *MatMult_singleton
476Python/Python-ast.c-MatMult_typevariablestatic PyTypeObject *MatMult_type
477Objects/obmalloc.c-maxarenasvariablestatic uint maxarenas
478Objects/moduleobject.c-max_module_numbervariablestatic Py_ssize_t max_module_number
479Objects/descrobject.c-member_getsetvariablestatic PyGetSetDef member_getset[]
480Objects/exceptions.c-memerrors_freelistvariablestatic PyBaseExceptionObject *memerrors_freelist
481Objects/exceptions.c-memerrors_numfreevariablestatic int memerrors_numfree
482Objects/memoryobject.c-memory_as_buffervariablestatic PyBufferProcs memory_as_buffer
483Objects/memoryobject.c-memory_as_mappingvariablestatic PyMappingMethods memory_as_mapping
484Objects/memoryobject.c-memory_as_sequencevariablestatic PySequenceMethods memory_as_sequence
485Objects/memoryobject.c-memory_getsetlistvariablestatic PyGetSetDef memory_getsetlist[]
486Objects/memoryobject.c-memory_methodsvariablestatic PyMethodDef memory_methods
487Objects/methodobject.c-meth_getsetsvariablestatic PyGetSetDef meth_getsets []
488Objects/methodobject.c-meth_membersvariablestatic PyMemberDef meth_members[]
489Objects/methodobject.c-meth_methodsvariablestatic PyMethodDef meth_methods
490Objects/typeobject.c-method_cachevariablestatic struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]
491Modules/_operator.c-methodcaller_methodsvariablestatic PyMethodDef methodcaller_methods
492Modules/_operator.c-methodcaller_typevariablestatic PyTypeObject methodcaller_type
493Objects/classobject.c-method_getsetvariablestatic PyGetSetDef method_getset[]
494Objects/descrobject.c-method_getsetvariablestatic PyGetSetDef method_getset[]
495Objects/classobject.c-method_memberlistvariablestatic PyMemberDef method_memberlist[]
496Objects/classobject.c-method_methodsvariablestatic PyMethodDef method_methods
497Python/codecs.c_PyCodecRegistry_Initmethodsvariablestatic struct { char *name; PyMethodDef def; } methods[]
498Python/frozen.c-M___hello__variablestatic unsigned char M___hello__[]
499Python/Python-ast.c-Mod_singletonvariablestatic PyObject *Mod_singleton
500Python/Python-ast.c-mod_typevariablestatic PyTypeObject *mod_type
501Python/Python-ast.c-Mod_typevariablestatic PyTypeObject *Mod_type
502Modules/faulthandler.c-module_defvariablestatic struct PyModuleDef module_def
503Modules/_tracemalloc.c-module_defvariablestatic struct PyModuleDef module_def
504Python/Python-ast.c-Module_fieldsvariablestatic const char *Module_fields[]
505Modules/_collectionsmodule.c-module_functionsvariablestatic struct PyMethodDef module_functions[]
506Modules/_abc.c-module_functionsvariablestatic struct PyMethodDef module_functions[]
507Objects/moduleobject.c-module_membersvariablestatic PyMemberDef module_members[]
508Objects/moduleobject.c-module_methodsvariablestatic PyMethodDef module_methods
509Modules/_functoolsmodule.c-module_methodsvariablestatic PyMethodDef module_methods
510Modules/itertoolsmodule.c-module_methodsvariablestatic PyMethodDef module_methods
511Modules/_io/_iomodule.c-module_methodsvariablestatic PyMethodDef module_methods
512Modules/faulthandler.c-module_methodsvariablestatic PyMethodDef module_methods
513Modules/_tracemalloc.c-module_methodsvariablestatic PyMethodDef module_methods
514Python/Python-ast.c-Module_typevariablestatic PyTypeObject *Module_type
515Python/Python-ast.c-Mult_singletonvariablestatic PyObject *Mult_singleton
516Python/Python-ast.c-Mult_typevariablestatic PyTypeObject *Mult_type
517Objects/funcobject.cPyFunction_NewWithQualName__name__variablestatic PyObject *__name__
518Python/compile.ccompiler_lambdanamevariablestatic identifier name
519Python/compile.ccompiler_genexpnamevariablestatic identifier name
520Python/compile.ccompiler_listcompnamevariablestatic identifier name
521Python/compile.ccompiler_setcompnamevariablestatic identifier name
522Python/compile.ccompiler_dictcompnamevariablestatic identifier name
523Python/Python-ast.c-NamedExpr_fieldsvariablestatic const char *NamedExpr_fields[]
524Python/Python-ast.c-NamedExpr_typevariablestatic PyTypeObject *NamedExpr_type
525Python/Python-ast.c-Name_fieldsvariablestatic const char *Name_fields[]
526Objects/typeobject.c-name_opvariablestatic _Py_Identifier name_op[]
527Objects/namespaceobject.c-namespace_membersvariablestatic PyMemberDef namespace_members[]
528Objects/namespaceobject.c-namespace_methodsvariablestatic PyMethodDef namespace_methods
529Python/Python-ast.c-Name_typevariablestatic PyTypeObject *Name_type
530Objects/obmalloc.c-narenas_currently_allocatedvariablestatic size_t narenas_currently_allocated
531Objects/obmalloc.c-narenas_highwatervariablestatic size_t narenas_highwater
532Python/sysmodule.csys_displayhooknewlinevariablestatic PyObject *newline
533Objects/typeobject.c-next_version_tagvariablestatic unsigned int next_version_tag
534Objects/obmalloc.c-nfp2lastavariablestatic struct arena_object* nfp2lasta[MAX_POOLS_IN_ARENA + 1]
535Python/dynload_shlib.c-nhandlesvariablestatic int nhandles
536Objects/object.c-none_as_numbervariablestatic PyNumberMethods none_as_number
537Python/Python-ast.c-Nonlocal_fieldsvariablestatic const char *Nonlocal_fields[]
538Python/Python-ast.c-Nonlocal_typevariablestatic PyTypeObject *Nonlocal_type
539Python/Python-ast.c-NotEq_singletonvariablestatic PyObject *NotEq_singleton
540Python/Python-ast.c-NotEq_typevariablestatic PyTypeObject *NotEq_type
541Objects/object.c-notimplemented_methodsvariablestatic PyMethodDef notimplemented_methods
542Python/Python-ast.c-NotIn_singletonvariablestatic PyObject *NotIn_singleton
543Python/Python-ast.c-NotIn_typevariablestatic PyTypeObject *NotIn_type
544Python/Python-ast.c-Not_singletonvariablestatic PyObject *Not_singleton
545Python/Python-ast.c-Not_typevariablestatic PyTypeObject *Not_type
546Objects/obmalloc.c-ntimes_arena_allocatedvariablestatic size_t ntimes_arena_allocated
547Objects/bytesobject.c-nullstringvariablestatic PyBytesObject *nullstring
548Objects/codeobject.cPyCode_NewEmptynulltuplevariablestatic PyObject *nulltuple
549Objects/floatobject.c-numfreevariablestatic int numfree
550Objects/frameobject.c-numfreevariablestatic int numfree
551Objects/listobject.c-numfreevariablestatic int numfree
552Objects/dictobject.c-numfreevariablestatic int numfree
553Objects/methodobject.c-numfreevariablestatic int numfree
554Objects/tupleobject.c-numfreevariablestatic int numfree[PyTuple_MAXSAVESIZE]
555Objects/classobject.c-numfreevariablestatic int numfree
556Modules/_collectionsmodule.c-numfreeblocksvariablestatic Py_ssize_t numfreeblocks
557Objects/dictobject.c-numfreekeysvariablestatic int numfreekeys
558Objects/typeobject.c-object_getsetsvariablestatic PyGetSetDef object_getsets[]
559Objects/typeobject.c-object_methodsvariablestatic PyMethodDef object_methods
560Objects/typeobject.cobject___reduce_ex___implobjreducevariablestatic PyObject *objreduce
561Objects/odictobject.c-odict_as_mappingvariablestatic PyMappingMethods odict_as_mapping
562Objects/odictobject.c-odict_getsetvariablestatic PyGetSetDef odict_getset[]
563Objects/odictobject.c-odictitems_methodsvariablestatic PyMethodDef odictitems_methods
564Objects/odictobject.c-odictiter_methodsvariablestatic PyMethodDef odictiter_methods
565Objects/odictobject.c-odictkeys_methodsvariablestatic PyMethodDef odictkeys_methods
566Objects/odictobject.c-odict_methodsvariablestatic PyMethodDef odict_methods
567Objects/odictobject.c-odictvalues_methodsvariablestatic PyMethodDef odictvalues_methods
568Modules/faulthandler.c-old_stackvariablestatic stack_t old_stack
569Modules/_operator.c-operator_methodsvariablestatic PyMethodDef operator_methods
570Modules/_operator.c-operatormodulevariablestatic struct PyModuleDef operatormodule
571Python/Python-ast.c-operator_typevariablestatic PyTypeObject *operator_type
572Objects/typeobject.cslot_nb_addop_idvariable_Py_static_string(op_id, OPSTR)
573Objects/typeobject.cslot_nb_subtractop_idvariable_Py_static_string(op_id, OPSTR)
574Objects/typeobject.cslot_nb_multiplyop_idvariable_Py_static_string(op_id, OPSTR)
575Objects/typeobject.cslot_nb_matrix_multiplyop_idvariable_Py_static_string(op_id, OPSTR)
576Objects/typeobject.cslot_nb_remainderop_idvariable_Py_static_string(op_id, OPSTR)
577Objects/typeobject.cslot_nb_divmodop_idvariable_Py_static_string(op_id, OPSTR)
578Objects/typeobject.cslot_nb_power_binaryop_idvariable_Py_static_string(op_id, OPSTR)
579Objects/typeobject.cslot_nb_lshiftop_idvariable_Py_static_string(op_id, OPSTR)
580Objects/typeobject.cslot_nb_rshiftop_idvariable_Py_static_string(op_id, OPSTR)
581Objects/typeobject.cslot_nb_andop_idvariable_Py_static_string(op_id, OPSTR)
582Objects/typeobject.cslot_nb_xorop_idvariable_Py_static_string(op_id, OPSTR)
583Objects/typeobject.cslot_nb_orop_idvariable_Py_static_string(op_id, OPSTR)
584Objects/typeobject.cslot_nb_floor_divideop_idvariable_Py_static_string(op_id, OPSTR)
585Objects/typeobject.cslot_nb_true_divideop_idvariable_Py_static_string(op_id, OPSTR)
586Python/getopt.c-opt_ptrvariablestatic const wchar_t *opt_ptr
587Python/initconfig.c-orig_argvvariablestatic PyWideStringList orig_argv
588Python/Python-ast.c-Or_singletonvariablestatic PyObject *Or_singleton
589Python/Python-ast.c-Or_typevariablestatic PyTypeObject *Or_type
590Objects/exceptions.c-OSError_getsetvariablestatic PyGetSetDef OSError_getset[]
591Objects/exceptions.c-OSError_membersvariablestatic PyMemberDef OSError_members[]
592Objects/exceptions.c-OSError_methodsvariablestatic PyMethodDef OSError_methods
593Python/dtoa.c-p5svariablestatic Bigint *p5s
594Python/Python-ast.c-Param_singletonvariablestatic PyObject *Param_singleton
595Python/Python-ast.c-Param_typevariablestatic PyTypeObject *Param_type
596Python/bltinmodule.cbuiltin_print_parservariablestatic struct _PyArg_Parser _parser
597Python/clinic/_warnings.c.hwarnings_warn_parservariablestatic _PyArg_Parser _parser
598Python/clinic/bltinmodule.c.hbuiltin_compile_parservariablestatic _PyArg_Parser _parser
599Python/clinic/bltinmodule.c.hbuiltin_round_parservariablestatic _PyArg_Parser _parser
600Python/clinic/bltinmodule.c.hbuiltin_sum_parservariablestatic _PyArg_Parser _parser
601Python/clinic/import.c.h_imp_source_hash_parservariablestatic _PyArg_Parser _parser
602Python/clinic/sysmodule.c.hsys_addaudithook_parservariablestatic _PyArg_Parser _parser
603Python/clinic/sysmodule.c.hsys_set_coroutine_origin_tracking_depth_parservariablestatic _PyArg_Parser _parser
604Python/clinic/traceback.c.htb_new_parservariablestatic _PyArg_Parser _parser
605Objects/clinic/bytearrayobject.c.hbytearray_translate_parservariablestatic _PyArg_Parser _parser
606Objects/clinic/bytearrayobject.c.hbytearray_split_parservariablestatic _PyArg_Parser _parser
607Objects/clinic/bytearrayobject.c.hbytearray_rsplit_parservariablestatic _PyArg_Parser _parser
608Objects/clinic/bytearrayobject.c.hbytearray_decode_parservariablestatic _PyArg_Parser _parser
609Objects/clinic/bytearrayobject.c.hbytearray_splitlines_parservariablestatic _PyArg_Parser _parser
610Objects/clinic/bytearrayobject.c.hbytearray_hex_parservariablestatic _PyArg_Parser _parser
611Objects/clinic/bytesobject.c.hbytes_split_parservariablestatic _PyArg_Parser _parser
612Objects/clinic/bytesobject.c.hbytes_rsplit_parservariablestatic _PyArg_Parser _parser
613Objects/clinic/bytesobject.c.hbytes_translate_parservariablestatic _PyArg_Parser _parser
614Objects/clinic/bytesobject.c.hbytes_decode_parservariablestatic _PyArg_Parser _parser
615Objects/clinic/bytesobject.c.hbytes_splitlines_parservariablestatic _PyArg_Parser _parser
616Objects/clinic/bytesobject.c.hbytes_hex_parservariablestatic _PyArg_Parser _parser
617Objects/clinic/codeobject.c.hcode_replace_parservariablestatic _PyArg_Parser _parser
618Objects/clinic/complexobject.c.hcomplex_new_parservariablestatic _PyArg_Parser _parser
619Objects/clinic/descrobject.c.hmappingproxy_new_parservariablestatic _PyArg_Parser _parser
620Objects/clinic/descrobject.c.hproperty_init_parservariablestatic _PyArg_Parser _parser
621Objects/clinic/enumobject.c.henum_new_parservariablestatic _PyArg_Parser _parser
622Objects/clinic/funcobject.c.hfunc_new_parservariablestatic _PyArg_Parser _parser
623Objects/clinic/listobject.c.hlist_sort_parservariablestatic _PyArg_Parser _parser
624Objects/clinic/longobject.c.hlong_new_parservariablestatic _PyArg_Parser _parser
625Objects/clinic/longobject.c.hint_to_bytes_parservariablestatic _PyArg_Parser _parser
626Objects/clinic/longobject.c.hint_from_bytes_parservariablestatic _PyArg_Parser _parser
627Objects/clinic/memoryobject.c.hmemoryview_hex_parservariablestatic _PyArg_Parser _parser
628Objects/clinic/moduleobject.c.hmodule___init___parservariablestatic _PyArg_Parser _parser
629Objects/clinic/odictobject.c.hOrderedDict_fromkeys_parservariablestatic _PyArg_Parser _parser
630Objects/clinic/odictobject.c.hOrderedDict_setdefault_parservariablestatic _PyArg_Parser _parser
631Objects/clinic/odictobject.c.hOrderedDict_popitem_parservariablestatic _PyArg_Parser _parser
632Objects/clinic/odictobject.c.hOrderedDict_move_to_end_parservariablestatic _PyArg_Parser _parser
633Objects/clinic/structseq.c.hstructseq_new_parservariablestatic _PyArg_Parser _parser
634Objects/clinic/unicodeobject.c.hunicode_encode_parservariablestatic _PyArg_Parser _parser
635Objects/clinic/unicodeobject.c.hunicode_expandtabs_parservariablestatic _PyArg_Parser _parser
636Objects/clinic/unicodeobject.c.hunicode_split_parservariablestatic _PyArg_Parser _parser
637Objects/clinic/unicodeobject.c.hunicode_rsplit_parservariablestatic _PyArg_Parser _parser
638Objects/clinic/unicodeobject.c.hunicode_splitlines_parservariablestatic _PyArg_Parser _parser
639Objects/stringlib/clinic/transmogrify.h.hstringlib_expandtabs_parservariablestatic _PyArg_Parser _parser
640Modules/_blake2/clinic/blake2b_impl.c.hpy_blake2b_new_parservariablestatic _PyArg_Parser _parser
641Modules/_blake2/clinic/blake2s_impl.c.hpy_blake2s_new_parservariablestatic _PyArg_Parser _parser
642Modules/_io/clinic/_iomodule.c.h_io_open_parservariablestatic _PyArg_Parser _parser
643Modules/_io/clinic/_iomodule.c.h_io_open_code_parservariablestatic _PyArg_Parser _parser
644Modules/_io/clinic/bufferedio.c.h_io_BufferedReader___init___parservariablestatic _PyArg_Parser _parser
645Modules/_io/clinic/bufferedio.c.h_io_BufferedWriter___init___parservariablestatic _PyArg_Parser _parser
646Modules/_io/clinic/bufferedio.c.h_io_BufferedRandom___init___parservariablestatic _PyArg_Parser _parser
647Modules/_io/clinic/bytesio.c.h_io_BytesIO___init___parservariablestatic _PyArg_Parser _parser
648Modules/_io/clinic/fileio.c.h_io_FileIO___init___parservariablestatic _PyArg_Parser _parser
649Modules/_io/clinic/stringio.c.h_io_StringIO___init___parservariablestatic _PyArg_Parser _parser
650Modules/_io/clinic/textio.c.h_io_IncrementalNewlineDecoder___init___parservariablestatic _PyArg_Parser _parser
651Modules/_io/clinic/textio.c.h_io_IncrementalNewlineDecoder_decode_parservariablestatic _PyArg_Parser _parser
652Modules/_io/clinic/textio.c.h_io_TextIOWrapper___init___parservariablestatic _PyArg_Parser _parser
653Modules/_io/clinic/textio.c.h_io_TextIOWrapper_reconfigure_parservariablestatic _PyArg_Parser _parser
654Modules/_io/clinic/winconsoleio.c.h_io__WindowsConsoleIO___init___parservariablestatic _PyArg_Parser _parser
655Modules/_multiprocessing/clinic/posixshmem.c.h_posixshmem_shm_open_parservariablestatic _PyArg_Parser _parser
656Modules/_multiprocessing/clinic/posixshmem.c.h_posixshmem_shm_unlink_parservariablestatic _PyArg_Parser _parser
657Modules/cjkcodecs/clinic/multibytecodec.c.h_multibytecodec_MultibyteCodec_encode_parservariablestatic _PyArg_Parser _parser
658Modules/cjkcodecs/clinic/multibytecodec.c.h_multibytecodec_MultibyteCodec_decode_parservariablestatic _PyArg_Parser _parser
659Modules/cjkcodecs/clinic/multibytecodec.c.h_multibytecodec_MultibyteIncrementalEncoder_encode_parservariablestatic _PyArg_Parser _parser
660Modules/cjkcodecs/clinic/multibytecodec.c.h_multibytecodec_MultibyteIncrementalDecoder_decode_parservariablestatic _PyArg_Parser _parser
661Modules/clinic/_asynciomodule.c.h_asyncio_Future___init___parservariablestatic _PyArg_Parser _parser
662Modules/clinic/_asynciomodule.c.h_asyncio_Future_add_done_callback_parservariablestatic _PyArg_Parser _parser
663Modules/clinic/_asynciomodule.c.h_asyncio_Task___init___parservariablestatic _PyArg_Parser _parser
664Modules/clinic/_asynciomodule.c.h_asyncio_Task_current_task_parservariablestatic _PyArg_Parser _parser
665Modules/clinic/_asynciomodule.c.h_asyncio_Task_all_tasks_parservariablestatic _PyArg_Parser _parser
666Modules/clinic/_asynciomodule.c.h_asyncio_Task_get_stack_parservariablestatic _PyArg_Parser _parser
667Modules/clinic/_asynciomodule.c.h_asyncio_Task_print_stack_parservariablestatic _PyArg_Parser _parser
668Modules/clinic/_asynciomodule.c.h_asyncio__register_task_parservariablestatic _PyArg_Parser _parser
669Modules/clinic/_asynciomodule.c.h_asyncio__unregister_task_parservariablestatic _PyArg_Parser _parser
670Modules/clinic/_asynciomodule.c.h_asyncio__enter_task_parservariablestatic _PyArg_Parser _parser
671Modules/clinic/_asynciomodule.c.h_asyncio__leave_task_parservariablestatic _PyArg_Parser _parser
672Modules/clinic/_bz2module.c.h_bz2_BZ2Decompressor_decompress_parservariablestatic _PyArg_Parser _parser
673Modules/clinic/_codecsmodule.c.h_codecs_encode_parservariablestatic _PyArg_Parser _parser
674Modules/clinic/_codecsmodule.c.h_codecs_decode_parservariablestatic _PyArg_Parser _parser
675Modules/clinic/_cursesmodule.c.h_curses_setupterm_parservariablestatic _PyArg_Parser _parser
676Modules/clinic/_datetimemodule.c.hdatetime_datetime_now_parservariablestatic _PyArg_Parser _parser
677Modules/clinic/_elementtree.c.h_elementtree_Element_find_parservariablestatic _PyArg_Parser _parser
678Modules/clinic/_elementtree.c.h_elementtree_Element_findtext_parservariablestatic _PyArg_Parser _parser
679Modules/clinic/_elementtree.c.h_elementtree_Element_findall_parservariablestatic _PyArg_Parser _parser
680Modules/clinic/_elementtree.c.h_elementtree_Element_iterfind_parservariablestatic _PyArg_Parser _parser
681Modules/clinic/_elementtree.c.h_elementtree_Element_get_parservariablestatic _PyArg_Parser _parser
682Modules/clinic/_elementtree.c.h_elementtree_Element_iter_parservariablestatic _PyArg_Parser _parser
683Modules/clinic/_elementtree.c.h_elementtree_Element_getiterator_parservariablestatic _PyArg_Parser _parser
684Modules/clinic/_elementtree.c.h_elementtree_TreeBuilder___init___parservariablestatic _PyArg_Parser _parser
685Modules/clinic/_elementtree.c.h_elementtree_XMLParser___init___parservariablestatic _PyArg_Parser _parser
686Modules/clinic/_hashopenssl.c.hEVP_new_parservariablestatic _PyArg_Parser _parser
687Modules/clinic/_hashopenssl.c.hpbkdf2_hmac_parservariablestatic _PyArg_Parser _parser
688Modules/clinic/_hashopenssl.c.h_hashlib_scrypt_parservariablestatic _PyArg_Parser _parser
689Modules/clinic/_hashopenssl.c.h_hashlib_hmac_digest_parservariablestatic _PyArg_Parser _parser
690Modules/clinic/_lzmamodule.c.h_lzma_LZMADecompressor_decompress_parservariablestatic _PyArg_Parser _parser
691Modules/clinic/_lzmamodule.c.h_lzma_LZMADecompressor___init___parservariablestatic _PyArg_Parser _parser
692Modules/clinic/_opcode.c.h_opcode_stack_effect_parservariablestatic _PyArg_Parser _parser
693Modules/clinic/_pickle.c.h_pickle_Pickler___init___parservariablestatic _PyArg_Parser _parser
694Modules/clinic/_pickle.c.h_pickle_Unpickler___init___parservariablestatic _PyArg_Parser _parser
695Modules/clinic/_pickle.c.h_pickle_dump_parservariablestatic _PyArg_Parser _parser
696Modules/clinic/_pickle.c.h_pickle_dumps_parservariablestatic _PyArg_Parser _parser
697Modules/clinic/_pickle.c.h_pickle_load_parservariablestatic _PyArg_Parser _parser
698Modules/clinic/_pickle.c.h_pickle_loads_parservariablestatic _PyArg_Parser _parser
699Modules/clinic/_queuemodule.c.h_queue_SimpleQueue_put_parservariablestatic _PyArg_Parser _parser
700Modules/clinic/_queuemodule.c.h_queue_SimpleQueue_put_nowait_parservariablestatic _PyArg_Parser _parser
701Modules/clinic/_queuemodule.c.h_queue_SimpleQueue_get_parservariablestatic _PyArg_Parser _parser
702Modules/clinic/_sre.c.h_sre_SRE_Pattern_match_parservariablestatic _PyArg_Parser _parser
703Modules/clinic/_sre.c.h_sre_SRE_Pattern_fullmatch_parservariablestatic _PyArg_Parser _parser
704Modules/clinic/_sre.c.h_sre_SRE_Pattern_search_parservariablestatic _PyArg_Parser _parser
705Modules/clinic/_sre.c.h_sre_SRE_Pattern_findall_parservariablestatic _PyArg_Parser _parser
706Modules/clinic/_sre.c.h_sre_SRE_Pattern_finditer_parservariablestatic _PyArg_Parser _parser
707Modules/clinic/_sre.c.h_sre_SRE_Pattern_scanner_parservariablestatic _PyArg_Parser _parser
708Modules/clinic/_sre.c.h_sre_SRE_Pattern_split_parservariablestatic _PyArg_Parser _parser
709Modules/clinic/_sre.c.h_sre_SRE_Pattern_sub_parservariablestatic _PyArg_Parser _parser
710Modules/clinic/_sre.c.h_sre_SRE_Pattern_subn_parservariablestatic _PyArg_Parser _parser
711Modules/clinic/_sre.c.h_sre_compile_parservariablestatic _PyArg_Parser _parser
712Modules/clinic/_sre.c.h_sre_SRE_Match_expand_parservariablestatic _PyArg_Parser _parser
713Modules/clinic/_sre.c.h_sre_SRE_Match_groups_parservariablestatic _PyArg_Parser _parser
714Modules/clinic/_sre.c.h_sre_SRE_Match_groupdict_parservariablestatic _PyArg_Parser _parser
715Modules/clinic/_ssl.c.h_ssl__SSLSocket_get_channel_binding_parservariablestatic _PyArg_Parser _parser
716Modules/clinic/_ssl.c.h_ssl__SSLContext_load_cert_chain_parservariablestatic _PyArg_Parser _parser
717Modules/clinic/_ssl.c.h_ssl__SSLContext_load_verify_locations_parservariablestatic _PyArg_Parser _parser
718Modules/clinic/_ssl.c.h_ssl__SSLContext__wrap_socket_parservariablestatic _PyArg_Parser _parser
719Modules/clinic/_ssl.c.h_ssl__SSLContext__wrap_bio_parservariablestatic _PyArg_Parser _parser
720Modules/clinic/_ssl.c.h_ssl__SSLContext_get_ca_certs_parservariablestatic _PyArg_Parser _parser
721Modules/clinic/_ssl.c.h_ssl_txt2obj_parservariablestatic _PyArg_Parser _parser
722Modules/clinic/_ssl.c.h_ssl_enum_certificates_parservariablestatic _PyArg_Parser _parser
723Modules/clinic/_ssl.c.h_ssl_enum_crls_parservariablestatic _PyArg_Parser _parser
724Modules/clinic/_struct.c.hStruct___init___parservariablestatic _PyArg_Parser _parser
725Modules/clinic/_struct.c.hStruct_unpack_from_parservariablestatic _PyArg_Parser _parser
726Modules/clinic/_struct.c.hunpack_from_parservariablestatic _PyArg_Parser _parser
727Modules/clinic/_winapi.c.h_winapi_ConnectNamedPipe_parservariablestatic _PyArg_Parser _parser
728Modules/clinic/_winapi.c.h_winapi_ReadFile_parservariablestatic _PyArg_Parser _parser
729Modules/clinic/_winapi.c.h_winapi_WriteFile_parservariablestatic _PyArg_Parser _parser
730Modules/clinic/_winapi.c.h_winapi_GetFileType_parservariablestatic _PyArg_Parser _parser
731Modules/clinic/binascii.c.hbinascii_b2a_uu_parservariablestatic _PyArg_Parser _parser
732Modules/clinic/binascii.c.hbinascii_b2a_base64_parservariablestatic _PyArg_Parser _parser
733Modules/clinic/binascii.c.hbinascii_b2a_hex_parservariablestatic _PyArg_Parser _parser
734Modules/clinic/binascii.c.hbinascii_hexlify_parservariablestatic _PyArg_Parser _parser
735Modules/clinic/binascii.c.hbinascii_a2b_qp_parservariablestatic _PyArg_Parser _parser
736Modules/clinic/binascii.c.hbinascii_b2a_qp_parservariablestatic _PyArg_Parser _parser
737Modules/clinic/cmathmodule.c.hcmath_isclose_parservariablestatic _PyArg_Parser _parser
738Modules/clinic/gcmodule.c.hgc_collect_parservariablestatic _PyArg_Parser _parser
739Modules/clinic/gcmodule.c.hgc_get_objects_parservariablestatic _PyArg_Parser _parser
740Modules/clinic/grpmodule.c.hgrp_getgrgid_parservariablestatic _PyArg_Parser _parser
741Modules/clinic/grpmodule.c.hgrp_getgrnam_parservariablestatic _PyArg_Parser _parser
742Modules/_functoolsmodule.c-partial_getsetlistvariablestatic PyGetSetDef partial_getsetlist[]
743Modules/_functoolsmodule.c-partial_memberlistvariablestatic PyMemberDef partial_memberlist[]
744Modules/_functoolsmodule.c-partial_methodsvariablestatic PyMethodDef partial_methods
745Modules/_functoolsmodule.c-partial_typevariablestatic PyTypeObject partial_type
746Python/Python-ast.c-Pass_typevariablestatic PyTypeObject *Pass_type
747Modules/_sre.c-pattern_getsetvariablestatic PyGetSetDef pattern_getset[]
748Modules/_sre.c-pattern_membersvariablestatic PyMemberDef pattern_members[]
749Modules/_sre.c-pattern_methodsvariablestatic PyMethodDef pattern_methods
750Modules/_sre.c-Pattern_Typevariablestatic PyTypeObject Pattern_Type
751Modules/itertoolsmodule.c-permuations_methodsvariablestatic PyMethodDef permuations_methods
752Modules/itertoolsmodule.c-permutations_typevariablestatic PyTypeObject permutations_type
753Objects/picklebufobject.c-picklebuf_as_buffervariablestatic PyBufferProcs picklebuf_as_buffer
754Objects/picklebufobject.c-picklebuf_methodsvariablestatic PyMethodDef picklebuf_methods
755Python/dtoa.c-pmem_nextvariablestatic double *pmem_next
756Objects/typeobject.cresolve_slotdupspnamevariablestatic PyObject *pname
757Modules/posixmodule.c-posix_constants_confstrvariablestatic struct constdef posix_constants_confstr[]
758Modules/posixmodule.c-posix_constants_pathconfvariablestatic struct constdef posix_constants_pathconf[]
759Modules/posixmodule.c-posix_constants_sysconfvariablestatic struct constdef posix_constants_sysconf[]
760Modules/posixmodule.c-posix_methodsvariablestatic PyMethodDef posix_methods
761Modules/posixmodule.c-posixmodulevariablestatic struct PyModuleDef posixmodule
762Modules/posixmodule.c-posix_putenv_garbagevariablestatic PyObject *posix_putenv_garbage
763Python/Python-ast.c-Pow_singletonvariablestatic PyObject *Pow_singleton
764Python/Python-ast.c-Pow_typevariablestatic PyTypeObject *Pow_type
765Python/sysmodule.c-_preinit_warnoptionsvariablestatic _Py_PreInitEntry _preinit_warnoptions
766Python/sysmodule.c-_preinit_xoptionsvariablestatic _Py_PreInitEntry _preinit_xoptions
767Objects/exceptions.c_check_for_legacy_statementsprint_prefixvariablestatic PyObject *print_prefix
768Python/dtoa.c-private_memvariablestatic double private_mem[PRIVATE_mem]
769Modules/itertoolsmodule.c-product_methodsvariablestatic PyMethodDef product_methods
770Modules/itertoolsmodule.c-product_typevariablestatic PyTypeObject product_type
771Objects/descrobject.c-property_getsetlistvariablestatic PyGetSetDef property_getsetlist[]
772Objects/descrobject.c-property_membersvariablestatic PyMemberDef property_members[]
773Objects/descrobject.c-property_methodsvariablestatic PyMethodDef property_methods
774Objects/weakrefobject.c-proxy_as_mappingvariablestatic PyMappingMethods proxy_as_mapping
775Objects/weakrefobject.c-proxy_as_numbervariablestatic PyNumberMethods proxy_as_number
776Objects/weakrefobject.c-proxy_as_sequencevariablestatic PySequenceMethods proxy_as_sequence
777Objects/weakrefobject.c-proxy_methodsvariablestatic PyMethodDef proxy_methods
778Objects/typeobject.cresolve_slotdupsptrsvariablestatic slotdef *ptrs[MAX_EQUIV]
779Modules/pwdmodule.c-pwd_methodsvariablestatic PyMethodDef pwd_methods
780Modules/pwdmodule.c-pwdmodulevariablestatic struct PyModuleDef pwdmodule
781Objects/obmalloc.c-_Py_AllocatedBlocksvariablestatic Py_ssize_t _Py_AllocatedBlocks
782Objects/genobject.c-_PyAsyncGenASend_TypevariablePyTypeObject _PyAsyncGenASend_Type
783Objects/genobject.c-_PyAsyncGenAThrow_TypevariablePyTypeObject _PyAsyncGenAThrow_Type
784Objects/genobject.c-PyAsyncGen_TypevariablePyTypeObject PyAsyncGen_Type
785Objects/genobject.c-_PyAsyncGenWrappedValue_TypevariablePyTypeObject _PyAsyncGenWrappedValue_Type
786Objects/typeobject.c-PyBaseObject_TypevariablePyTypeObject PyBaseObject_Type
787Modules/_blake2/blake2b_impl.c-PyBlake2_BLAKE2bTypevariablePyTypeObject PyBlake2_BLAKE2bType
788Modules/_blake2/blake2s_impl.c-PyBlake2_BLAKE2sTypevariablePyTypeObject PyBlake2_BLAKE2sType
789Objects/boolobject.c-PyBool_TypevariablePyTypeObject PyBool_Type
790Modules/_io/bufferedio.c-PyBufferedIOBase_TypevariablePyTypeObject PyBufferedIOBase_Type
791Modules/_io/bufferedio.c-PyBufferedRandom_TypevariablePyTypeObject PyBufferedRandom_Type
792Modules/_io/bufferedio.c-PyBufferedReader_TypevariablePyTypeObject PyBufferedReader_Type
793Modules/_io/bufferedio.c-PyBufferedRWPair_TypevariablePyTypeObject PyBufferedRWPair_Type
794Modules/_io/bufferedio.c-PyBufferedWriter_TypevariablePyTypeObject PyBufferedWriter_Type
795Objects/bytearrayobject.c-_PyByteArray_empty_stringvariablechar _PyByteArray_empty_string[]
796Objects/bytearrayobject.c-PyByteArrayIter_TypevariablePyTypeObject PyByteArrayIter_Type
797Objects/bytearrayobject.c-PyByteArray_TypevariablePyTypeObject PyByteArray_Type
798Modules/_io/bytesio.c-_PyBytesIOBuffer_TypevariablePyTypeObject _PyBytesIOBuffer_Type
799Modules/_io/bytesio.c-PyBytesIO_TypevariablePyTypeObject PyBytesIO_Type
800Objects/bytesobject.c-PyBytesIter_TypevariablePyTypeObject PyBytesIter_Type
801Objects/bytesobject.c-PyBytes_TypevariablePyTypeObject PyBytes_Type
802Python/initconfig.c-Py_BytesWarningFlagvariableint Py_BytesWarningFlag
803Objects/iterobject.c-PyCallIter_TypevariablePyTypeObject PyCallIter_Type
804Objects/capsule.c-PyCapsule_TypevariablePyTypeObject PyCapsule_Type
805Objects/cellobject.c-PyCell_TypevariablePyTypeObject PyCell_Type
806Objects/methodobject.c-PyCFunction_TypevariablePyTypeObject PyCFunction_Type
807Python/ceval.c-_Py_CheckRecursionLimitvariableint _Py_CheckRecursionLimit
808Objects/descrobject.c-PyClassMethodDescr_TypevariablePyTypeObject PyClassMethodDescr_Type
809Objects/funcobject.c-PyClassMethod_TypevariablePyTypeObject PyClassMethod_Type
810Objects/codeobject.c-PyCode_TypevariablePyTypeObject PyCode_Type
811Objects/complexobject.c-PyComplex_TypevariablePyTypeObject PyComplex_Type
812Python/context.c-PyContext_as_mappingvariablestatic PyMappingMethods PyContext_as_mapping
813Python/context.c-PyContext_as_sequencevariablestatic PySequenceMethods PyContext_as_sequence
814Python/context.c-PyContext_methodsvariablestatic PyMethodDef PyContext_methods
815Python/context.c-PyContextTokenMissing_TypevariablePyTypeObject PyContextTokenMissing_Type
816Python/context.c-PyContextToken_TypevariablePyTypeObject PyContextToken_Type
817Python/context.c-PyContextTokenType_getsetlistvariablestatic PyGetSetDef PyContextTokenType_getsetlist[]
818Python/context.c-PyContext_TypevariablePyTypeObject PyContext_Type
819Python/context.c-PyContextVar_membersvariablestatic PyMemberDef PyContextVar_members[]
820Python/context.c-PyContextVar_methodsvariablestatic PyMethodDef PyContextVar_methods
821Python/context.c-PyContextVar_TypevariablePyTypeObject PyContextVar_Type
822Objects/genobject.c-PyCoro_TypevariablePyTypeObject PyCoro_Type
823Objects/genobject.c-_PyCoroWrapper_TypevariablePyTypeObject _PyCoroWrapper_Type
824Python/initconfig.c-Py_DebugFlagvariableint Py_DebugFlag
825Objects/dictobject.c-pydict_global_versionvariablestatic uint64_t pydict_global_version
826Objects/dictobject.c-PyDictItems_TypevariablePyTypeObject PyDictItems_Type
827Objects/dictobject.c-PyDictIterItem_TypevariablePyTypeObject PyDictIterItem_Type
828Objects/dictobject.c-PyDictIterKey_TypevariablePyTypeObject PyDictIterKey_Type
829Objects/dictobject.c-PyDictIterValue_TypevariablePyTypeObject PyDictIterValue_Type
830Objects/dictobject.c-PyDictKeys_TypevariablePyTypeObject PyDictKeys_Type
831Objects/descrobject.c-PyDictProxy_TypevariablePyTypeObject PyDictProxy_Type
832Objects/dictobject.c-PyDictRevIterItem_TypevariablePyTypeObject PyDictRevIterItem_Type
833Objects/dictobject.c-PyDictRevIterKey_TypevariablePyTypeObject PyDictRevIterKey_Type
834Objects/dictobject.c-PyDictRevIterValue_TypevariablePyTypeObject PyDictRevIterValue_Type
835Objects/dictobject.c-PyDict_TypevariablePyTypeObject PyDict_Type
836Objects/dictobject.c-PyDictValues_TypevariablePyTypeObject PyDictValues_Type
837Python/initconfig.c-Py_DontWriteBytecodeFlagvariableint Py_DontWriteBytecodeFlag
838Objects/sliceobject.c-_Py_EllipsisObjectvariablePyObject _Py_EllipsisObject
839Objects/sliceobject.c-PyEllipsis_TypevariablePyTypeObject PyEllipsis_Type
840Objects/enumobject.c-PyEnum_TypevariablePyTypeObject PyEnum_Type
841Objects/exceptions.c-_PyExc_ArithmeticErrorvariablestatic PyTypeObject _PyExc_ArithmeticError
842Objects/exceptions.c-PyExc_ArithmeticErrorvariablestatic PyTypeObject PyExc_ArithmeticError
843Objects/exceptions.c-_PyExc_AssertionErrorvariablestatic PyTypeObject _PyExc_AssertionError
844Objects/exceptions.c-PyExc_AssertionErrorvariablestatic PyTypeObject PyExc_AssertionError
845Objects/exceptions.c-_PyExc_AttributeErrorvariablestatic PyTypeObject _PyExc_AttributeError
846Objects/exceptions.c-PyExc_AttributeErrorvariablestatic PyTypeObject PyExc_AttributeError
847Objects/exceptions.c-_PyExc_BaseExceptionvariablestatic PyTypeObject _PyExc_BaseException
848Objects/exceptions.c-PyExc_BaseExceptionvariablestatic PyTypeObject PyExc_BaseException
849Objects/exceptions.c-_PyExc_BlockingIOErrorvariablestatic PyTypeObject _PyExc_BlockingIOError
850Objects/exceptions.c-PyExc_BlockingIOErrorvariablestatic PyTypeObject PyExc_BlockingIOError
851Objects/exceptions.c-_PyExc_BrokenPipeErrorvariablestatic PyTypeObject _PyExc_BrokenPipeError
852Objects/exceptions.c-PyExc_BrokenPipeErrorvariablestatic PyTypeObject PyExc_BrokenPipeError
853Objects/exceptions.c-_PyExc_BufferErrorvariablestatic PyTypeObject _PyExc_BufferError
854Objects/exceptions.c-PyExc_BufferErrorvariablestatic PyTypeObject PyExc_BufferError
855Objects/exceptions.c-_PyExc_BytesWarningvariablestatic PyTypeObject _PyExc_BytesWarning
856Objects/exceptions.c-PyExc_BytesWarningvariablestatic PyTypeObject PyExc_BytesWarning
857Objects/exceptions.c-_PyExc_ChildProcessErrorvariablestatic PyTypeObject _PyExc_ChildProcessError
858Objects/exceptions.c-PyExc_ChildProcessErrorvariablestatic PyTypeObject PyExc_ChildProcessError
859Objects/exceptions.c-_PyExc_ConnectionAbortedErrorvariablestatic PyTypeObject _PyExc_ConnectionAbortedError
860Objects/exceptions.c-PyExc_ConnectionAbortedErrorvariablestatic PyTypeObject PyExc_ConnectionAbortedError
861Objects/exceptions.c-_PyExc_ConnectionErrorvariablestatic PyTypeObject _PyExc_ConnectionError
862Objects/exceptions.c-PyExc_ConnectionErrorvariablestatic PyTypeObject PyExc_ConnectionError
863Objects/exceptions.c-_PyExc_ConnectionRefusedErrorvariablestatic PyTypeObject _PyExc_ConnectionRefusedError
864Objects/exceptions.c-PyExc_ConnectionRefusedErrorvariablestatic PyTypeObject PyExc_ConnectionRefusedError
865Objects/exceptions.c-_PyExc_ConnectionResetErrorvariablestatic PyTypeObject _PyExc_ConnectionResetError
866Objects/exceptions.c-PyExc_ConnectionResetErrorvariablestatic PyTypeObject PyExc_ConnectionResetError
867Objects/exceptions.c-_PyExc_DeprecationWarningvariablestatic PyTypeObject _PyExc_DeprecationWarning
868Objects/exceptions.c-PyExc_DeprecationWarningvariablestatic PyTypeObject PyExc_DeprecationWarning
869Objects/exceptions.c-PyExc_EnvironmentErrorvariablestatic PyTypeObject PyExc_EnvironmentError
870Objects/exceptions.c-_PyExc_EOFErrorvariablestatic PyTypeObject _PyExc_EOFError
871Objects/exceptions.c-PyExc_EOFErrorvariablestatic PyTypeObject PyExc_EOFError
872Objects/exceptions.c-_PyExc_Exceptionvariablestatic PyTypeObject _PyExc_Exception
873Objects/exceptions.c-PyExc_Exceptionvariablestatic PyTypeObject PyExc_Exception
874Objects/exceptions.c-_PyExc_FileExistsErrorvariablestatic PyTypeObject _PyExc_FileExistsError
875Objects/exceptions.c-PyExc_FileExistsErrorvariablestatic PyTypeObject PyExc_FileExistsError
876Objects/exceptions.c-_PyExc_FileNotFoundErrorvariablestatic PyTypeObject _PyExc_FileNotFoundError
877Objects/exceptions.c-PyExc_FileNotFoundErrorvariablestatic PyTypeObject PyExc_FileNotFoundError
878Objects/exceptions.c-_PyExc_FloatingPointErrorvariablestatic PyTypeObject _PyExc_FloatingPointError
879Objects/exceptions.c-PyExc_FloatingPointErrorvariablestatic PyTypeObject PyExc_FloatingPointError
880Objects/exceptions.c-_PyExc_FutureWarningvariablestatic PyTypeObject _PyExc_FutureWarning
881Objects/exceptions.c-PyExc_FutureWarningvariablestatic PyTypeObject PyExc_FutureWarning
882Objects/exceptions.c-_PyExc_GeneratorExitvariablestatic PyTypeObject _PyExc_GeneratorExit
883Objects/exceptions.c-PyExc_GeneratorExitvariablestatic PyTypeObject PyExc_GeneratorExit
884Objects/exceptions.c-_PyExc_ImportErrorvariablestatic PyTypeObject _PyExc_ImportError
885Objects/exceptions.c-PyExc_ImportErrorvariablestatic PyTypeObject PyExc_ImportError
886Objects/exceptions.c-_PyExc_ImportWarningvariablestatic PyTypeObject _PyExc_ImportWarning
887Objects/exceptions.c-PyExc_ImportWarningvariablestatic PyTypeObject PyExc_ImportWarning
888Objects/exceptions.c-_PyExc_IndentationErrorvariablestatic PyTypeObject _PyExc_IndentationError
889Objects/exceptions.c-PyExc_IndentationErrorvariablestatic PyTypeObject PyExc_IndentationError
890Objects/exceptions.c-_PyExc_IndexErrorvariablestatic PyTypeObject _PyExc_IndexError
891Objects/exceptions.c-PyExc_IndexErrorvariablestatic PyTypeObject PyExc_IndexError
892Objects/exceptions.c-_PyExc_InterruptedErrorvariablestatic PyTypeObject _PyExc_InterruptedError
893Objects/exceptions.c-PyExc_InterruptedErrorvariablestatic PyTypeObject PyExc_InterruptedError
894Objects/exceptions.c-PyExc_IOErrorvariablestatic PyTypeObject PyExc_IOError
895Objects/exceptions.c-_PyExc_IsADirectoryErrorvariablestatic PyTypeObject _PyExc_IsADirectoryError
896Objects/exceptions.c-PyExc_IsADirectoryErrorvariablestatic PyTypeObject PyExc_IsADirectoryError
897Objects/exceptions.c-_PyExc_KeyboardInterruptvariablestatic PyTypeObject _PyExc_KeyboardInterrupt
898Objects/exceptions.c-PyExc_KeyboardInterruptvariablestatic PyTypeObject PyExc_KeyboardInterrupt
899Objects/exceptions.c-_PyExc_KeyErrorvariablestatic PyTypeObject _PyExc_KeyError
900Objects/exceptions.c-PyExc_KeyErrorvariablestatic PyTypeObject PyExc_KeyError
901Objects/exceptions.c-_PyExc_LookupErrorvariablestatic PyTypeObject _PyExc_LookupError
902Objects/exceptions.c-PyExc_LookupErrorvariablestatic PyTypeObject PyExc_LookupError
903Objects/exceptions.c-_PyExc_MemoryErrorvariablestatic PyTypeObject _PyExc_MemoryError
904Objects/exceptions.c-PyExc_MemoryErrorvariablestatic PyTypeObject PyExc_MemoryError
905Objects/exceptions.c-_PyExc_ModuleNotFoundErrorvariablestatic PyTypeObject _PyExc_ModuleNotFoundError
906Objects/exceptions.c-PyExc_ModuleNotFoundErrorvariablestatic PyTypeObject PyExc_ModuleNotFoundError
907Objects/exceptions.c-_PyExc_NameErrorvariablestatic PyTypeObject _PyExc_NameError
908Objects/exceptions.c-PyExc_NameErrorvariablestatic PyTypeObject PyExc_NameError
909Objects/exceptions.c-_PyExc_NotADirectoryErrorvariablestatic PyTypeObject _PyExc_NotADirectoryError
910Objects/exceptions.c-PyExc_NotADirectoryErrorvariablestatic PyTypeObject PyExc_NotADirectoryError
911Objects/exceptions.c-_PyExc_NotImplementedErrorvariablestatic PyTypeObject _PyExc_NotImplementedError
912Objects/exceptions.c-PyExc_NotImplementedErrorvariablestatic PyTypeObject PyExc_NotImplementedError
913Objects/exceptions.c-_PyExc_OSErrorvariablestatic PyTypeObject _PyExc_OSError
914Objects/exceptions.c-PyExc_OSErrorvariablestatic PyTypeObject PyExc_OSError
915Objects/exceptions.c-_PyExc_OverflowErrorvariablestatic PyTypeObject _PyExc_OverflowError
916Objects/exceptions.c-PyExc_OverflowErrorvariablestatic PyTypeObject PyExc_OverflowError
917Objects/exceptions.c-_PyExc_PendingDeprecationWarningvariablestatic PyTypeObject _PyExc_PendingDeprecationWarning
918Objects/exceptions.c-PyExc_PendingDeprecationWarningvariablestatic PyTypeObject PyExc_PendingDeprecationWarning
919Objects/exceptions.c-_PyExc_PermissionErrorvariablestatic PyTypeObject _PyExc_PermissionError
920Objects/exceptions.c-PyExc_PermissionErrorvariablestatic PyTypeObject PyExc_PermissionError
921Objects/exceptions.c-_PyExc_ProcessLookupErrorvariablestatic PyTypeObject _PyExc_ProcessLookupError
922Objects/exceptions.c-PyExc_ProcessLookupErrorvariablestatic PyTypeObject PyExc_ProcessLookupError
923Objects/exceptions.c-_PyExc_RecursionErrorvariablestatic PyTypeObject _PyExc_RecursionError
924Objects/exceptions.c-PyExc_RecursionErrorvariablestatic PyTypeObject PyExc_RecursionError
925Objects/exceptions.c-_PyExc_ReferenceErrorvariablestatic PyTypeObject _PyExc_ReferenceError
926Objects/exceptions.c-PyExc_ReferenceErrorvariablestatic PyTypeObject PyExc_ReferenceError
927Objects/exceptions.c-_PyExc_ResourceWarningvariablestatic PyTypeObject _PyExc_ResourceWarning
928Objects/exceptions.c-PyExc_ResourceWarningvariablestatic PyTypeObject PyExc_ResourceWarning
929Objects/exceptions.c-_PyExc_RuntimeErrorvariablestatic PyTypeObject _PyExc_RuntimeError
930Objects/exceptions.c-PyExc_RuntimeErrorvariablestatic PyTypeObject PyExc_RuntimeError
931Objects/exceptions.c-_PyExc_RuntimeWarningvariablestatic PyTypeObject _PyExc_RuntimeWarning
932Objects/exceptions.c-PyExc_RuntimeWarningvariablestatic PyTypeObject PyExc_RuntimeWarning
933Objects/exceptions.c-_PyExc_StopAsyncIterationvariablestatic PyTypeObject _PyExc_StopAsyncIteration
934Objects/exceptions.c-PyExc_StopAsyncIterationvariablestatic PyTypeObject PyExc_StopAsyncIteration
935Objects/exceptions.c-_PyExc_StopIterationvariablestatic PyTypeObject _PyExc_StopIteration
936Objects/exceptions.c-PyExc_StopIterationvariablestatic PyTypeObject PyExc_StopIteration
937Objects/exceptions.c-_PyExc_SyntaxErrorvariablestatic PyTypeObject _PyExc_SyntaxError
938Objects/exceptions.c-PyExc_SyntaxErrorvariablestatic PyTypeObject PyExc_SyntaxError
939Objects/exceptions.c-_PyExc_SyntaxWarningvariablestatic PyTypeObject _PyExc_SyntaxWarning
940Objects/exceptions.c-PyExc_SyntaxWarningvariablestatic PyTypeObject PyExc_SyntaxWarning
941Objects/exceptions.c-_PyExc_SystemErrorvariablestatic PyTypeObject _PyExc_SystemError
942Objects/exceptions.c-PyExc_SystemErrorvariablestatic PyTypeObject PyExc_SystemError
943Objects/exceptions.c-_PyExc_SystemExitvariablestatic PyTypeObject _PyExc_SystemExit
944Objects/exceptions.c-PyExc_SystemExitvariablestatic PyTypeObject PyExc_SystemExit
945Objects/exceptions.c-_PyExc_TabErrorvariablestatic PyTypeObject _PyExc_TabError
946Objects/exceptions.c-PyExc_TabErrorvariablestatic PyTypeObject PyExc_TabError
947Objects/exceptions.c-_PyExc_TargetScopeErrorvariablestatic PyTypeObject _PyExc_TargetScopeError
948Objects/exceptions.c-PyExc_TargetScopeErrorvariablestatic PyTypeObject PyExc_TargetScopeError
949Objects/exceptions.c-_PyExc_TimeoutErrorvariablestatic PyTypeObject _PyExc_TimeoutError
950Objects/exceptions.c-PyExc_TimeoutErrorvariablestatic PyTypeObject PyExc_TimeoutError
951Objects/exceptions.c-_PyExc_TypeErrorvariablestatic PyTypeObject _PyExc_TypeError
952Objects/exceptions.c-PyExc_TypeErrorvariablestatic PyTypeObject PyExc_TypeError
953Objects/exceptions.c-_PyExc_UnboundLocalErrorvariablestatic PyTypeObject _PyExc_UnboundLocalError
954Objects/exceptions.c-PyExc_UnboundLocalErrorvariablestatic PyTypeObject PyExc_UnboundLocalError
955Objects/exceptions.c-_PyExc_UnicodeDecodeErrorvariablestatic PyTypeObject _PyExc_UnicodeDecodeError
956Objects/exceptions.c-PyExc_UnicodeDecodeErrorvariablestatic PyTypeObject PyExc_UnicodeDecodeError
957Objects/exceptions.c-_PyExc_UnicodeEncodeErrorvariablestatic PyTypeObject _PyExc_UnicodeEncodeError
958Objects/exceptions.c-PyExc_UnicodeEncodeErrorvariablestatic PyTypeObject PyExc_UnicodeEncodeError
959Objects/exceptions.c-_PyExc_UnicodeErrorvariablestatic PyTypeObject _PyExc_UnicodeError
960Objects/exceptions.c-PyExc_UnicodeErrorvariablestatic PyTypeObject PyExc_UnicodeError
961Objects/exceptions.c-_PyExc_UnicodeTranslateErrorvariablestatic PyTypeObject _PyExc_UnicodeTranslateError
962Objects/exceptions.c-PyExc_UnicodeTranslateErrorvariablestatic PyTypeObject PyExc_UnicodeTranslateError
963Objects/exceptions.c-_PyExc_UnicodeWarningvariablestatic PyTypeObject _PyExc_UnicodeWarning
964Objects/exceptions.c-PyExc_UnicodeWarningvariablestatic PyTypeObject PyExc_UnicodeWarning
965Objects/exceptions.c-_PyExc_UserWarningvariablestatic PyTypeObject _PyExc_UserWarning
966Objects/exceptions.c-PyExc_UserWarningvariablestatic PyTypeObject PyExc_UserWarning
967Objects/exceptions.c-_PyExc_ValueErrorvariablestatic PyTypeObject _PyExc_ValueError
968Objects/exceptions.c-PyExc_ValueErrorvariablestatic PyTypeObject PyExc_ValueError
969Objects/exceptions.c-_PyExc_Warningvariablestatic PyTypeObject _PyExc_Warning
970Objects/exceptions.c-PyExc_Warningvariablestatic PyTypeObject PyExc_Warning
971Objects/exceptions.c-_PyExc_ZeroDivisionErrorvariablestatic PyTypeObject _PyExc_ZeroDivisionError
972Objects/exceptions.c-PyExc_ZeroDivisionErrorvariablestatic PyTypeObject PyExc_ZeroDivisionError
973Objects/boolobject.c-_Py_FalseStructvariablestatic struct _longobject _Py_FalseStruct
974Objects/tupleobject.c-_Py_fast_tuple_allocsvariablePy_ssize_t _Py_fast_tuple_allocs
975Objects/stringlib/unicode_format.h-PyFieldNameIter_Typevariablestatic PyTypeObject PyFieldNameIter_Type
976Modules/_io/fileio.c-PyFileIO_TypevariablePyTypeObject PyFileIO_Type
977Python/preconfig.c-Py_FileSystemDefaultEncodeErrorsvariableconst char *Py_FileSystemDefaultEncodeErrors
978Python/preconfig.c-Py_FileSystemDefaultEncodingvariableconst char * Py_FileSystemDefaultEncoding
979Python/bltinmodule.c-PyFilter_TypevariablePyTypeObject PyFilter_Type
980Objects/floatobject.c-PyFloat_TypevariablePyTypeObject PyFloat_Type
981Objects/stringlib/unicode_format.h-PyFormatterIter_Typevariablestatic PyTypeObject PyFormatterIter_Type
982Objects/frameobject.c-PyFrame_TypevariablePyTypeObject PyFrame_Type
983Python/initconfig.c-Py_FrozenFlagvariableint Py_FrozenFlag
984Objects/setobject.c-PyFrozenSet_TypevariablePyTypeObject PyFrozenSet_Type
985Objects/funcobject.c-PyFunction_TypevariablePyTypeObject PyFunction_Type
986Objects/genobject.c-PyGen_TypevariablePyTypeObject PyGen_Type
987Objects/descrobject.c-PyGetSetDescr_TypevariablePyTypeObject PyGetSetDescr_Type
988Python/hamt.c-_PyHamt_ArrayNode_TypevariablePyTypeObject _PyHamt_ArrayNode_Type
989Python/hamt.c-PyHamt_as_mappingvariablestatic PyMappingMethods PyHamt_as_mapping
990Python/hamt.c-PyHamt_as_sequencevariablestatic PySequenceMethods PyHamt_as_sequence
991Python/hamt.c-_PyHamt_BitmapNode_TypevariablePyTypeObject _PyHamt_BitmapNode_Type
992Python/hamt.c-_PyHamt_CollisionNode_TypevariablePyTypeObject _PyHamt_CollisionNode_Type
993Python/hamt.c-_PyHamtItems_TypevariablePyTypeObject _PyHamtItems_Type
994Python/hamt.c-PyHamtIterator_as_mappingvariablestatic PyMappingMethods PyHamtIterator_as_mapping
995Python/hamt.c-_PyHamtKeys_TypevariablePyTypeObject _PyHamtKeys_Type
996Python/hamt.c-PyHamt_methodsvariablestatic PyMethodDef PyHamt_methods
997Python/hamt.c-_PyHamt_TypevariablePyTypeObject _PyHamt_Type
998Python/hamt.c-_PyHamtValues_TypevariablePyTypeObject _PyHamtValues_Type
999Python/preconfig.c-_Py_HasFileSystemDefaultEncodeErrorsvariableconst(int) _Py_HasFileSystemDefaultEncodeErrors
1000Python/preconfig.c-Py_HasFileSystemDefaultEncodingvariableconst(int) Py_HasFileSystemDefaultEncoding
1001Python/pyhash.c-PyHash_Funcvariablestatic PyHash_FuncDef PyHash_Func
1002Python/initconfig.c-Py_HashRandomizationFlagvariableint Py_HashRandomizationFlag
1003Python/pyhash.c-_Py_HashSecretvariable_Py_HashSecret_t _Py_HashSecret
1004Python/bootstrap_hash.c-_Py_HashSecret_Initializedvariablestatic int _Py_HashSecret_Initialized
1005Python/codecs.c-Py_hexdigitsvariableconst char * Py_hexdigits
1006Python/sysmodule.c-PyId__variable_Py_IDENTIFIER(_)
1007Modules/_abc.c-PyId__abc_implvariable_Py_IDENTIFIER(_abc_impl)
1008Objects/typeobject.c-PyId___abstractmethods__variable_Py_IDENTIFIER(__abstractmethods__)
1009Modules/_abc.c-PyId___abstractmethods__variable_Py_IDENTIFIER(__abstractmethods__)
1010Python/ceval.c_PyEval_EvalFrameDefaultPyId___aenter__variable_Py_IDENTIFIER(__aenter__)
1011Python/ceval.c_PyEval_EvalFrameDefaultPyId___aexit__variable_Py_IDENTIFIER(__aexit__)
1012Objects/typeobject.cslot_am_aiterPyId___aiter__variable_Py_IDENTIFIER(__aiter__)
1013Python/ceval.cimport_all_fromPyId___all__variable_Py_IDENTIFIER(__all__)
1014Objects/typeobject.cslot_am_anextPyId___anext__variable_Py_IDENTIFIER(__anext__)
1015Python/Python-ast.c-PyId_annotationvariable_Py_IDENTIFIER(annotation)
1016Python/ceval.c_PyEval_EvalFrameDefaultPyId___annotations__variable_Py_IDENTIFIER(__annotations__)
1017Python/Python-ast.c-PyId_argvariable_Py_IDENTIFIER(arg)
1018Python/Python-ast.c-PyId_argsvariable_Py_IDENTIFIER(args)
1019Python/Python-ast.c-PyId_argtypesvariable_Py_IDENTIFIER(argtypes)
1020Python/Python-ast.c-PyId_asnamevariable_Py_IDENTIFIER(asname)
1021Python/Python-ast.cmake_typePyId__astvariable_Py_IDENTIFIER(_ast)
1022Python/Python-ast.c-PyId_attrvariable_Py_IDENTIFIER(attr)
1023Python/Python-ast.c-PyId__attributesvariable_Py_IDENTIFIER(_attributes)
1024Objects/typeobject.cslot_am_awaitPyId___await__variable_Py_IDENTIFIER(__await__)
1025Python/Python-ast.c-PyId_basesvariable_Py_IDENTIFIER(bases)
1026Modules/_abc.c-PyId___bases__variable_Py_IDENTIFIER(__bases__)
1027Objects/abstract.cabstract_get_basesPyId___bases__variable_Py_IDENTIFIER(__bases__)
1028Objects/typeobject.cmerge_class_dictPyId___bases__variable_Py_IDENTIFIER(__bases__)
1029Objects/longobject.c-PyId_bigvariable_Py_IDENTIFIER(big)
1030Modules/_io/_iomodule.c_io_open_implPyId__blksizevariable_Py_IDENTIFIER(_blksize)
1031Python/Python-ast.c-PyId_bodyvariable_Py_IDENTIFIER(body)
1032Objects/typeobject.cslot_nb_boolPyId___bool__variable_Py_IDENTIFIER(__bool__)
1033Python/sysmodule.c-PyId_buffervariable_Py_IDENTIFIER(buffer)
1034Python/ceval.c_PyEval_EvalFrameDefaultPyId___build_class__variable_Py_IDENTIFIER(__build_class__)
1035Objects/typeobject.c-PyId_builtinsvariable_Py_IDENTIFIER(builtins)
1036Python/errors.c-PyId_builtinsvariable_Py_IDENTIFIER(builtins)
1037Python/pythonrun.c-PyId_builtinsvariable_Py_IDENTIFIER(builtins)
1038Python/sysmodule.c-PyId_builtinsvariable_Py_IDENTIFIER(builtins)
1039Objects/frameobject.c-PyId___builtins__variable_Py_IDENTIFIER(__builtins__)
1040Python/bltinmodule.c-PyId___builtins__variable_Py_IDENTIFIER(__builtins__)
1041Python/import.cmodule_dict_for_execPyId___builtins__variable_Py_IDENTIFIER(__builtins__)
1042Objects/object.c-PyId___bytes__variable_Py_IDENTIFIER(__bytes__)
1043Objects/bytesobject.cformat_objPyId___bytes__variable_Py_IDENTIFIER(__bytes__)
1044Objects/bytesobject.cbytes_newPyId___bytes__variable_Py_IDENTIFIER(__bytes__)
1045Objects/weakrefobject.cproxy_bytesPyId___bytes__variable_Py_IDENTIFIER(__bytes__)
1046Objects/typeobject.cslot_tp_callPyId___call__variable_Py_IDENTIFIER(__call__)
1047Python/Python-ast.c-PyId_causevariable_Py_IDENTIFIER(cause)
1048Objects/typeobject.c-PyId___class__variable_Py_IDENTIFIER(__class__)
1049Modules/_abc.c-PyId___class__variable_Py_IDENTIFIER(__class__)
1050Python/compile.ccompiler_enter_scopePyId___class__variable_Py_IDENTIFIER(__class__)
1051Objects/abstract.crecursive_isinstancePyId___class__variable_Py_IDENTIFIER(__class__)
1052Objects/typeobject.ctype_newPyId___classcell__variable_Py_IDENTIFIER(__classcell__)
1053Objects/typeobject.c-PyId___class_getitem__variable_Py_IDENTIFIER(__class_getitem__)
1054Objects/abstract.cPyObject_GetItemPyId___class_getitem__variable_Py_IDENTIFIER(__class_getitem__)
1055Python/import.cPyImport_CleanupPyId_clearvariable_Py_IDENTIFIER(clear)
1056Python/traceback.c-PyId_closevariable_Py_IDENTIFIER(close)
1057Modules/_io/bufferedio.c-PyId_closevariable_Py_IDENTIFIER(close)
1058Modules/_io/textio.c-PyId_closevariable_Py_IDENTIFIER(close)
1059Objects/genobject.cgen_close_iterPyId_closevariable_Py_IDENTIFIER(close)
1060Modules/_dbmmodule.cdbm__exit__PyId_closevariable_Py_IDENTIFIER(close)
1061Modules/_gdbmmodule.cdbm__exit__PyId_closevariable_Py_IDENTIFIER(close)
1062Python/pythonrun.c_Py_HandleSystemExitPyId_codevariable_Py_IDENTIFIER(code)
1063Python/Python-ast.c-PyId_col_offsetvariable_Py_IDENTIFIER(col_offset)
1064Python/Python-ast.c-PyId_comparatorsvariable_Py_IDENTIFIER(comparators)
1065Objects/complexobject.ctry_complex_special_methodPyId___complex__variable_Py_IDENTIFIER(__complex__)
1066Objects/typeobject.cslot_sq_containsPyId___contains__variable_Py_IDENTIFIER(__contains__)
1067Python/Python-ast.c-PyId_context_exprvariable_Py_IDENTIFIER(context_expr)
1068Python/Python-ast.c-PyId_conversionvariable_Py_IDENTIFIER(conversion)
1069Modules/itertoolsmodule.citertools_tee_implPyId___copy__variable_Py_IDENTIFIER(__copy__)
1070Objects/descrobject.cmappingproxy_copyPyId_copyvariable_Py_IDENTIFIER(copy)
1071Objects/typeobject.cimport_copyregPyId_copyregvariable_Py_IDENTIFIER(copyreg)
1072Python/Python-ast.c-PyId_ctxvariable_Py_IDENTIFIER(ctx)
1073Modules/_io/bufferedio.c-PyId__dealloc_warnvariable_Py_IDENTIFIER(_dealloc_warn)
1074Modules/_io/textio.c-PyId__dealloc_warnvariable_Py_IDENTIFIER(_dealloc_warn)
1075Modules/_io/textio.c-PyId_decodevariable_Py_IDENTIFIER(decode)
1076Python/Python-ast.c-PyId_decorator_listvariable_Py_IDENTIFIER(decorator_list)
1077Python/_warnings.cget_default_actionPyId_defaultactionvariable_Py_IDENTIFIER(defaultaction)
1078Python/Python-ast.c-PyId_defaultsvariable_Py_IDENTIFIER(defaults)
1079Objects/typeobject.cslot_tp_finalizePyId___del__variable_Py_IDENTIFIER(__del__)
1080Objects/typeobject.cslot_tp_setattroPyId___delattr__variable_Py_IDENTIFIER(__delattr__)
1081Objects/typeobject.cslot_tp_descr_setPyId___delete__variable_Py_IDENTIFIER(__delete__)
1082Objects/typeobject.c-PyId___delitem__variable_Py_IDENTIFIER(__delitem__)
1083Objects/typeobject.c-PyId___dict__variable_Py_IDENTIFIER(__dict__)
1084Modules/_abc.c-PyId___dict__variable_Py_IDENTIFIER(__dict__)
1085Python/bltinmodule.c-PyId___dict__variable_Py_IDENTIFIER(__dict__)
1086Python/Python-ast.cast_type_reducePyId___dict__variable_Py_IDENTIFIER(__dict__)
1087Python/ceval.cimport_all_fromPyId___dict__variable_Py_IDENTIFIER(__dict__)
1088Objects/bytearrayobject.c_common_reducePyId___dict__variable_Py_IDENTIFIER(__dict__)
1089Objects/moduleobject.cmodule_dirPyId___dict__variable_Py_IDENTIFIER(__dict__)
1090Objects/odictobject.codict_reducePyId___dict__variable_Py_IDENTIFIER(__dict__)
1091Objects/setobject.cset_reducePyId___dict__variable_Py_IDENTIFIER(__dict__)
1092Modules/_collectionsmodule.cdeque_reducePyId___dict__variable_Py_IDENTIFIER(__dict__)
1093Objects/dictobject.cdictviews_subPyId_difference_updatevariable_Py_IDENTIFIER(difference_update)
1094Python/Python-ast.c-PyId_dimsvariable_Py_IDENTIFIER(dims)
1095Objects/object.c-PyId___dir__variable_Py_IDENTIFIER(__dir__)
1096Objects/moduleobject.cmodule_dirPyId___dir__variable_Py_IDENTIFIER(__dir__)
1097Python/ceval.c_PyEval_EvalFrameDefaultPyId_displayhookvariable_Py_IDENTIFIER(displayhook)
1098Objects/typeobject.c-PyId___doc__variable_Py_IDENTIFIER(__doc__)
1099Objects/descrobject.cproperty_init_implPyId___doc__variable_Py_IDENTIFIER(__doc__)
1100Objects/moduleobject.cmodule_init_dictPyId___doc__variable_Py_IDENTIFIER(__doc__)
1101Objects/moduleobject.cPyModule_SetDocStringPyId___doc__variable_Py_IDENTIFIER(__doc__)
1102Python/Python-ast.c-PyId_eltvariable_Py_IDENTIFIER(elt)
1103Python/Python-ast.c-PyId_eltsvariable_Py_IDENTIFIER(elts)
1104Modules/faulthandler.c-PyId_enablevariable_Py_IDENTIFIER(enable)
1105Python/sysmodule.c-PyId_encodingvariable_Py_IDENTIFIER(encoding)
1106Python/bltinmodule.c-PyId_encodingvariable_Py_IDENTIFIER(encoding)
1107Python/pythonrun.cPyRun_InteractiveOneObjectExPyId_encodingvariable_Py_IDENTIFIER(encoding)
1108Python/Python-ast.c-PyId_end_col_offsetvariable_Py_IDENTIFIER(end_col_offset)
1109Python/Python-ast.c-PyId_end_linenovariable_Py_IDENTIFIER(end_lineno)
1110Python/ceval.c_PyEval_EvalFrameDefaultPyId___enter__variable_Py_IDENTIFIER(__enter__)
1111Objects/typeobject.coverrides_hashPyId___eq__variable_Py_IDENTIFIER(__eq__)
1112Python/bltinmodule.c-PyId_errorsvariable_Py_IDENTIFIER(errors)
1113Python/Python-ast.c-PyId_excvariable_Py_IDENTIFIER(exc)
1114Python/pythonrun.c-PyId_excepthookvariable_Py_IDENTIFIER(excepthook)
1115Python/ceval.c_PyEval_EvalFrameDefaultPyId___exit__variable_Py_IDENTIFIER(__exit__)
1116Modules/_pickle.cdo_appendPyId_extendvariable_Py_IDENTIFIER(extend)
1117Python/Python-ast.c-PyId__fieldsvariable_Py_IDENTIFIER(_fields)
1118Objects/moduleobject.cPyModule_GetFilenameObjectPyId___file__variable_Py_IDENTIFIER(__file__)
1119Python/errors.cPyErr_SyntaxLocationObjectPyId_filenamevariable_Py_IDENTIFIER(filename)
1120Python/pythonrun.cparse_syntax_errorPyId_filenamevariable_Py_IDENTIFIER(filename)
1121Modules/_io/textio.c-PyId_filenovariable_Py_IDENTIFIER(fileno)
1122Modules/faulthandler.c-PyId_filenovariable_Py_IDENTIFIER(fileno)
1123Python/bltinmodule.c-PyId_filenovariable_Py_IDENTIFIER(fileno)
1124Objects/fileobject.cPyObject_AsFileDescriptorPyId_filenovariable_Py_IDENTIFIER(fileno)
1125Modules/itertoolsmodule.czip_longest_newPyId_fillvaluevariable_Py_IDENTIFIER(fillvalue)
1126Python/_warnings.cget_filterPyId_filtersvariable_Py_IDENTIFIER(filters)
1127Python/Python-ast.c-PyId_finalbodyvariable_Py_IDENTIFIER(finalbody)
1128Modules/_io/iobase.ciobase_finalizePyId__finalizingvariable_Py_IDENTIFIER(_finalizing)
1129Python/import.cimport_find_and_loadPyId__find_and_loadvariable_Py_IDENTIFIER(_find_and_load)
1130Python/import.cPyImport_ExecCodeModuleObjectPyId__fix_up_modulevariable_Py_IDENTIFIER(_fix_up_module)
1131Python/errors.c-PyId_flushvariable_Py_IDENTIFIER(flush)
1132Python/pylifecycle.c-PyId_flushvariable_Py_IDENTIFIER(flush)
1133Python/pythonrun.c-PyId_flushvariable_Py_IDENTIFIER(flush)
1134Modules/_threadmodule.c-PyId_flushvariable_Py_IDENTIFIER(flush)
1135Modules/_io/bufferedio.c-PyId_flushvariable_Py_IDENTIFIER(flush)
1136Modules/_io/textio.c-PyId_flushvariable_Py_IDENTIFIER(flush)
1137Modules/faulthandler.c-PyId_flushvariable_Py_IDENTIFIER(flush)
1138Python/bltinmodule.c-PyId_flushvariable_Py_IDENTIFIER(flush)
1139Objects/abstract.cPyObject_FormatPyId___format__variable_Py_IDENTIFIER(__format__)
1140Python/Python-ast.c-PyId_format_specvariable_Py_IDENTIFIER(format_spec)
1141Modules/posixmodule.cpath_converterPyId___fspath__variable_Py_IDENTIFIER(__fspath__)
1142Modules/posixmodule.cPyOS_FSPathPyId___fspath__variable_Py_IDENTIFIER(__fspath__)
1143Python/Python-ast.c-PyId_funcvariable_Py_IDENTIFIER(func)
1144Python/Python-ast.c-PyId_generatorsvariable_Py_IDENTIFIER(generators)
1145Objects/descrobject.cmappingproxy_getPyId_getvariable_Py_IDENTIFIER(get)
1146Modules/_collectionsmodule.c_count_elementsPyId_getvariable_Py_IDENTIFIER(get)
1147Objects/typeobject.cslot_tp_descr_getPyId___get__variable_Py_IDENTIFIER(__get__)
1148Objects/classobject.cmethod_reducePyId_getattrvariable_Py_IDENTIFIER(getattr)
1149Objects/descrobject.cdescr_reducePyId_getattrvariable_Py_IDENTIFIER(getattr)
1150Objects/descrobject.cwrapper_reducePyId_getattrvariable_Py_IDENTIFIER(getattr)
1151Objects/moduleobject.cmodule_getattroPyId___getattr__variable_Py_IDENTIFIER(__getattr__)
1152Objects/methodobject.cmeth_reducePyId_getattrvariable_Py_IDENTIFIER(getattr)
1153Objects/typeobject.cslot_tp_getattr_hookPyId___getattr__variable_Py_IDENTIFIER(__getattr__)
1154Objects/typeobject.c-PyId___getattribute__variable_Py_IDENTIFIER(__getattribute__)
1155Objects/typeobject.c-PyId___getitem__variable_Py_IDENTIFIER(__getitem__)
1156Objects/typeobject.c_PyObject_GetNewArgumentsPyId___getnewargs__variable_Py_IDENTIFIER(__getnewargs__)
1157Objects/typeobject.c_PyObject_GetNewArgumentsPyId___getnewargs_ex__variable_Py_IDENTIFIER(__getnewargs_ex__)
1158Modules/_io/textio.c-PyId_getpreferredencodingvariable_Py_IDENTIFIER(getpreferredencoding)
1159Python/_warnings.cget_source_linePyId_get_sourcevariable_Py_IDENTIFIER(get_source)
1160Python/import.cPyImport_ExecCodeModuleWithPathnamesPyId__get_sourcefilevariable_Py_IDENTIFIER(_get_sourcefile)
1161Objects/typeobject.c_PyObject_GetStatePyId___getstate__variable_Py_IDENTIFIER(__getstate__)
1162Python/import.cPyImport_ImportModuleLevelObjectPyId__handle_fromlistvariable_Py_IDENTIFIER(_handle_fromlist)
1163Python/Python-ast.c-PyId_handlersvariable_Py_IDENTIFIER(handlers)
1164Objects/typeobject.c-PyId___hash__variable_Py_IDENTIFIER(__hash__)
1165Python/Python-ast.c-PyId_idvariable_Py_IDENTIFIER(id)
1166Python/Python-ast.c-PyId_ifsvariable_Py_IDENTIFIER(ifs)
1167Python/import.cPyImport_ReloadModulePyId_impvariable_Py_IDENTIFIER(imp)
1168Python/ceval.cimport_namePyId___import__variable_Py_IDENTIFIER(__import__)
1169Objects/typeobject.cslot_nb_indexPyId___index__variable_Py_IDENTIFIER(__index__)
1170Objects/typeobject.cslot_tp_initPyId___init__variable_Py_IDENTIFIER(__init__)
1171Objects/moduleobject.c_PyModuleSpec_IsInitializingPyId__initializingvariable_Py_IDENTIFIER(_initializing)
1172Objects/typeobject.c-PyId___init_subclass__variable_Py_IDENTIFIER(__init_subclass__)
1173Objects/abstract.cPyObject_IsInstancePyId___instancecheck__variable_Py_IDENTIFIER(__instancecheck__)
1174Objects/dictobject.c_PyDictView_IntersectPyId_intersection_updatevariable_Py_IDENTIFIER(intersection_update)
1175Modules/_io/iobase.c-PyId___IOBase_closedvariable_Py_IDENTIFIER(__IOBase_closed)
1176Objects/typeobject.cslot_nb_inplace_powerPyId___ipow__variable_Py_IDENTIFIER(__ipow__)
1177Objects/object.c-PyId___isabstractmethod__variable_Py_IDENTIFIER(__isabstractmethod__)
1178Python/Python-ast.c-PyId_is_asyncvariable_Py_IDENTIFIER(is_async)
1179Modules/_io/bufferedio.c-PyId_isattyvariable_Py_IDENTIFIER(isatty)
1180Modules/_io/textio.c-PyId_isattyvariable_Py_IDENTIFIER(isatty)
1181Python/pylifecycle.ccreate_stdioPyId_isattyvariable_Py_IDENTIFIER(isatty)
1182Modules/_io/_iomodule.c_io_open_implPyId_isattyvariable_Py_IDENTIFIER(isatty)
1183Python/codecs.c_PyCodec_LookupTextEncodingPyId__is_text_encodingvariable_Py_IDENTIFIER(_is_text_encoding)
1184Python/Python-ast.c-PyId_itemsvariable_Py_IDENTIFIER(items)
1185Objects/abstract.cPyMapping_ItemsPyId_itemsvariable_Py_IDENTIFIER(items)
1186Objects/descrobject.cmappingproxy_itemsPyId_itemsvariable_Py_IDENTIFIER(items)
1187Objects/odictobject.codict_reducePyId_itemsvariable_Py_IDENTIFIER(items)
1188Objects/odictobject.codict_reprPyId_itemsvariable_Py_IDENTIFIER(items)
1189Objects/odictobject.cmutablemapping_updatePyId_itemsvariable_Py_IDENTIFIER(items)
1190Objects/typeobject.c_PyObject_GetItemsIterPyId_itemsvariable_Py_IDENTIFIER(items)
1191Modules/_collectionsmodule.cdefdict_reducePyId_itemsvariable_Py_IDENTIFIER(items)
1192Python/Python-ast.c-PyId_itervariable_Py_IDENTIFIER(iter)
1193Objects/bytearrayobject.cbytearrayiter_reducePyId_itervariable_Py_IDENTIFIER(iter)
1194Objects/bytesobject.cstriter_reducePyId_itervariable_Py_IDENTIFIER(iter)
1195Objects/dictobject.cdictiter_reducePyId_itervariable_Py_IDENTIFIER(iter)
1196Objects/iterobject.citer_reducePyId_itervariable_Py_IDENTIFIER(iter)
1197Objects/iterobject.ccalliter_reducePyId_itervariable_Py_IDENTIFIER(iter)
1198Objects/listobject.clistiter_reduce_generalPyId_itervariable_Py_IDENTIFIER(iter)
1199Objects/odictobject.codictiter_reducePyId_itervariable_Py_IDENTIFIER(iter)
1200Objects/rangeobject.crangeiter_reducePyId_itervariable_Py_IDENTIFIER(iter)
1201Objects/rangeobject.clongrangeiter_reducePyId_itervariable_Py_IDENTIFIER(iter)
1202Objects/setobject.csetiter_reducePyId_itervariable_Py_IDENTIFIER(iter)
1203Objects/tupleobject.ctupleiter_reducePyId_itervariable_Py_IDENTIFIER(iter)
1204Objects/unicodeobject.cunicodeiter_reducePyId_itervariable_Py_IDENTIFIER(iter)
1205Objects/typeobject.cslot_tp_iterPyId___iter__variable_Py_IDENTIFIER(__iter__)
1206Modules/arraymodule.carray_arrayiterator___reduce___implPyId_itervariable_Py_IDENTIFIER(iter)
1207Python/Python-ast.c-PyId_keyvariable_Py_IDENTIFIER(key)
1208Python/Python-ast.c-PyId_keysvariable_Py_IDENTIFIER(keys)
1209Objects/abstract.cPyMapping_KeysPyId_keysvariable_Py_IDENTIFIER(keys)
1210Objects/descrobject.cmappingproxy_keysPyId_keysvariable_Py_IDENTIFIER(keys)
1211Objects/dictobject.cdict_update_commonPyId_keysvariable_Py_IDENTIFIER(keys)
1212Objects/odictobject.cmutablemapping_updatePyId_keysvariable_Py_IDENTIFIER(keys)
1213Python/Python-ast.c-PyId_keywordsvariable_Py_IDENTIFIER(keywords)
1214Python/Python-ast.c-PyId_kindvariable_Py_IDENTIFIER(kind)
1215Python/Python-ast.c-PyId_kwargvariable_Py_IDENTIFIER(kwarg)
1216Python/Python-ast.c-PyId_kw_defaultsvariable_Py_IDENTIFIER(kw_defaults)
1217Python/Python-ast.c-PyId_kwonlyargsvariable_Py_IDENTIFIER(kwonlyargs)
1218Python/pythonrun.c-PyId_last_tracebackvariable_Py_IDENTIFIER(last_traceback)
1219Python/pythonrun.c-PyId_last_typevariable_Py_IDENTIFIER(last_type)
1220Python/pythonrun.c-PyId_last_valuevariable_Py_IDENTIFIER(last_value)
1221Python/Python-ast.c-PyId_leftvariable_Py_IDENTIFIER(left)
1222Objects/typeobject.c-PyId___len__variable_Py_IDENTIFIER(__len__)
1223Objects/abstract.cPyObject_LengthHintPyId___length_hint__variable_Py_IDENTIFIER(__length_hint__)
1224Python/Python-ast.c-PyId_levelvariable_Py_IDENTIFIER(level)
1225Python/Python-ast.c-PyId_linenovariable_Py_IDENTIFIER(lineno)
1226Python/errors.cPyErr_SyntaxLocationObjectPyId_linenovariable_Py_IDENTIFIER(lineno)
1227Python/pythonrun.cparse_syntax_errorPyId_linenovariable_Py_IDENTIFIER(lineno)
1228Objects/longobject.c-PyId_littlevariable_Py_IDENTIFIER(little)
1229Python/_warnings.cget_source_linePyId___loader__variable_Py_IDENTIFIER(__loader__)
1230Objects/moduleobject.cmodule_init_dictPyId___loader__variable_Py_IDENTIFIER(__loader__)
1231Python/import.cPyImport_ImportModuleLevelObjectPyId__lock_unlock_modulevariable_Py_IDENTIFIER(_lock_unlock_module)
1232Python/Python-ast.c-PyId_lowervariable_Py_IDENTIFIER(lower)
1233Python/ceval.c_PyEval_EvalFrameDefaultPyId___ltrace__variable_Py_IDENTIFIER(__ltrace__)
1234Python/pythonrun.cPyRun_InteractiveOneObjectExPyId___main__variable_Py_IDENTIFIER(__main__)
1235Python/_warnings.ccheck_matchedPyId_matchvariable_Py_IDENTIFIER(match)
1236Python/bltinmodule.c-PyId_metaclassvariable_Py_IDENTIFIER(metaclass)
1237Objects/dictobject.cdict_subscriptPyId___missing__variable_Py_IDENTIFIER(__missing__)
1238Modules/_io/bufferedio.c-PyId_modevariable_Py_IDENTIFIER(mode)
1239Modules/_io/textio.c-PyId_modevariable_Py_IDENTIFIER(mode)
1240Python/pylifecycle.ccreate_stdioPyId_modevariable_Py_IDENTIFIER(mode)
1241Modules/_io/_iomodule.c_io_open_implPyId_modevariable_Py_IDENTIFIER(mode)
1242Python/Python-ast.c-PyId_modulevariable_Py_IDENTIFIER(module)
1243Objects/typeobject.c-PyId___module__variable_Py_IDENTIFIER(__module__)
1244Python/Python-ast.cmake_typePyId___module__variable_Py_IDENTIFIER(__module__)
1245Python/errors.cPyErr_NewExceptionPyId___module__variable_Py_IDENTIFIER(__module__)
1246Python/errors.cPyErr_NewExceptionPyId___module__variable_Py_IDENTIFIER(__module__)
1247Python/pythonrun.cprint_exceptionPyId___module__variable_Py_IDENTIFIER(__module__)
1248Modules/_pickle.cwhichmodulePyId___module__variable_Py_IDENTIFIER(__module__)
1249Objects/typeobject.ctype_mro_modifiedPyId_mrovariable_Py_IDENTIFIER(mro)
1250Objects/typeobject.cmro_invokePyId_mrovariable_Py_IDENTIFIER(mro)
1251Python/bltinmodule.c-PyId___mro_entries__variable_Py_IDENTIFIER(__mro_entries__)
1252Objects/typeobject.ctype_newPyId___mro_entries__variable_Py_IDENTIFIER(__mro_entries__)
1253Python/Python-ast.c-PyId_msgvariable_Py_IDENTIFIER(msg)
1254Python/errors.cPyErr_SyntaxLocationObjectPyId_msgvariable_Py_IDENTIFIER(msg)
1255Python/pythonrun.cparse_syntax_errorPyId_msgvariable_Py_IDENTIFIER(msg)
1256Python/pylifecycle.c-PyId_namevariable_Py_IDENTIFIER(name)
1257Modules/_io/fileio.c-PyId_namevariable_Py_IDENTIFIER(name)
1258Modules/_io/bufferedio.c-PyId_namevariable_Py_IDENTIFIER(name)
1259Modules/_io/textio.c-PyId_namevariable_Py_IDENTIFIER(name)
1260Python/Python-ast.c-PyId_namevariable_Py_IDENTIFIER(name)
1261Objects/exceptions.cImportError_getstatePyId_namevariable_Py_IDENTIFIER(name)
1262Objects/typeobject.c-PyId___name__variable_Py_IDENTIFIER(__name__)
1263Objects/classobject.c-PyId___name__variable_Py_IDENTIFIER(__name__)
1264Python/_warnings.csetup_contextPyId___name__variable_Py_IDENTIFIER(__name__)
1265Python/_warnings.cget_source_linePyId___name__variable_Py_IDENTIFIER(__name__)
1266Python/_warnings.cshow_warningPyId___name__variable_Py_IDENTIFIER(__name__)
1267Python/ceval.cimport_fromPyId___name__variable_Py_IDENTIFIER(__name__)
1268Python/ceval.cimport_all_fromPyId___name__variable_Py_IDENTIFIER(__name__)
1269Python/import.cresolve_namePyId___name__variable_Py_IDENTIFIER(__name__)
1270Objects/moduleobject.cmodule_init_dictPyId___name__variable_Py_IDENTIFIER(__name__)
1271Objects/moduleobject.cPyModule_GetNameObjectPyId___name__variable_Py_IDENTIFIER(__name__)
1272Objects/moduleobject.cmodule_getattroPyId___name__variable_Py_IDENTIFIER(__name__)
1273Objects/weakrefobject.cweakref_reprPyId___name__variable_Py_IDENTIFIER(__name__)
1274Modules/_pickle.csave_globalPyId___name__variable_Py_IDENTIFIER(__name__)
1275Modules/_pickle.csave_reducePyId___name__variable_Py_IDENTIFIER(__name__)
1276Python/Python-ast.c-PyId_namesvariable_Py_IDENTIFIER(names)
1277Objects/typeobject.c-PyId___new__variable_Py_IDENTIFIER(__new__)
1278Objects/typeobject.creduce_newobjPyId___newobj__variable_Py_IDENTIFIER(__newobj__)
1279Objects/typeobject.creduce_newobjPyId___newobj_ex__variable_Py_IDENTIFIER(__newobj_ex__)
1280Objects/typeobject.cslot_tp_iternextPyId___next__variable_Py_IDENTIFIER(__next__)
1281Objects/structseq.c-PyId_n_fieldsvariable_Py_IDENTIFIER(n_fields)
1282Python/ast.cnew_identifierPyId_NFKCvariable_Py_IDENTIFIER(NFKC)
1283Objects/structseq.c-PyId_n_sequence_fieldsvariable_Py_IDENTIFIER(n_sequence_fields)
1284Objects/structseq.c-PyId_n_unnamed_fieldsvariable_Py_IDENTIFIER(n_unnamed_fields)
1285Python/errors.cPyErr_SyntaxLocationObjectPyId_offsetvariable_Py_IDENTIFIER(offset)
1286Python/pythonrun.cparse_syntax_errorPyId_offsetvariable_Py_IDENTIFIER(offset)
1287Python/_warnings.cget_once_registryPyId_onceregistryvariable_Py_IDENTIFIER(onceregistry)
1288Python/Python-ast.c-PyId_opvariable_Py_IDENTIFIER(op)
1289Python/traceback.c-PyId_openvariable_Py_IDENTIFIER(open)
1290Python/pylifecycle.ccreate_stdioPyId_openvariable_Py_IDENTIFIER(open)
1291Parser/tokenizer.cfp_setreadlPyId_openvariable_Py_IDENTIFIER(open)
1292Objects/fileobject.cPyFile_FromFdPyId_openvariable_Py_IDENTIFIER(open)
1293Objects/fileobject.cPyFile_OpenCodeObjectPyId_openvariable_Py_IDENTIFIER(open)
1294Python/Python-ast.c-PyId_operandvariable_Py_IDENTIFIER(operand)
1295Python/Python-ast.c-PyId_opsvariable_Py_IDENTIFIER(ops)
1296Python/Python-ast.c-PyId_optional_varsvariable_Py_IDENTIFIER(optional_vars)
1297Python/Python-ast.c-PyId_orelsevariable_Py_IDENTIFIER(orelse)
1298Python/import.cresolve_namePyId___package__variable_Py_IDENTIFIER(__package__)
1299Objects/moduleobject.cmodule_init_dictPyId___package__variable_Py_IDENTIFIER(__package__)
1300Python/import.cresolve_namePyId_parentvariable_Py_IDENTIFIER(parent)
1301Modules/_operator.cmethodcaller_reducePyId_partialvariable_Py_IDENTIFIER(partial)
1302Python/sysmodule.c-PyId_pathvariable_Py_IDENTIFIER(path)
1303Python/traceback.c-PyId_pathvariable_Py_IDENTIFIER(path)
1304Objects/exceptions.cImportError_getstatePyId_pathvariable_Py_IDENTIFIER(path)
1305Modules/main.cpymain_sys_path_add_path0PyId_pathvariable_Py_IDENTIFIER(path)
1306Python/import.cresolve_namePyId___path__variable_Py_IDENTIFIER(__path__)
1307Python/import.cPyImport_ImportModuleLevelObjectPyId___path__variable_Py_IDENTIFIER(__path__)
1308Modules/_io/bufferedio.c-PyId_peekvariable_Py_IDENTIFIER(peek)
1309Python/Python-ast.c-PyId_posonlyargsvariable_Py_IDENTIFIER(posonlyargs)
1310Objects/typeobject.cslot_nb_powerPyId___pow__variable_Py_IDENTIFIER(__pow__)
1311Python/bltinmodule.c-PyId___prepare__variable_Py_IDENTIFIER(__prepare__)
1312Python/errors.cPyErr_SyntaxLocationObjectPyId_print_file_and_linevariable_Py_IDENTIFIER(print_file_and_line)
1313Python/pythonrun.cprint_exceptionPyId_print_file_and_linevariable_Py_IDENTIFIER(print_file_and_line)
1314Python/pythonrun.c-PyId_ps1variable_Py_IDENTIFIER(ps1)
1315Python/pythonrun.c-PyId_ps2variable_Py_IDENTIFIER(ps2)
1316Objects/object.c-PyId_Py_Reprvariable_Py_IDENTIFIER(Py_Repr)
1317Objects/classobject.c-PyId___qualname__variable_Py_IDENTIFIER(__qualname__)
1318Objects/descrobject.ccalculate_qualnamePyId___qualname__variable_Py_IDENTIFIER(__qualname__)
1319Objects/methodobject.cmeth_get__qualname__PyId___qualname__variable_Py_IDENTIFIER(__qualname__)
1320Objects/typeobject.ctype_newPyId___qualname__variable_Py_IDENTIFIER(__qualname__)
1321Modules/_io/textio.c-PyId_rawvariable_Py_IDENTIFIER(raw)
1322Python/pylifecycle.ccreate_stdioPyId_rawvariable_Py_IDENTIFIER(raw)
1323Modules/_io/iobase.c-PyId_readvariable_Py_IDENTIFIER(read)
1324Modules/_io/bufferedio.c-PyId_readvariable_Py_IDENTIFIER(read)
1325Modules/_io/textio.c-PyId_readvariable_Py_IDENTIFIER(read)
1326Modules/_io/bufferedio.c-PyId_read1variable_Py_IDENTIFIER(read1)
1327Python/marshal.cmarshal_loadPyId_readvariable_Py_IDENTIFIER(read)
1328Modules/_io/bufferedio.c-PyId_readablevariable_Py_IDENTIFIER(readable)
1329Modules/_io/textio.c-PyId_readablevariable_Py_IDENTIFIER(readable)
1330Modules/_io/iobase.c_io__RawIOBase_read_implPyId_readallvariable_Py_IDENTIFIER(readall)
1331Modules/_io/bufferedio.c-PyId_readintovariable_Py_IDENTIFIER(readinto)
1332Modules/_io/bufferedio.c-PyId_readinto1variable_Py_IDENTIFIER(readinto1)
1333Python/marshal.cr_stringPyId_readintovariable_Py_IDENTIFIER(readinto)
1334Parser/tokenizer.cfp_setreadlPyId_readlinevariable_Py_IDENTIFIER(readline)
1335Objects/fileobject.cPyFile_GetLinePyId_readlinevariable_Py_IDENTIFIER(readline)
1336Objects/typeobject.cobject___reduce_ex___implPyId___reduce__variable_Py_IDENTIFIER(__reduce__)
1337Python/import.cPyImport_ReloadModulePyId_reloadvariable_Py_IDENTIFIER(reload)
1338Modules/_io/textio.c-PyId_replacevariable_Py_IDENTIFIER(replace)
1339Python/importdl.cget_encoded_namePyId_replacevariable_Py_IDENTIFIER(replace)
1340Objects/typeobject.cslot_tp_reprPyId___repr__variable_Py_IDENTIFIER(__repr__)
1341Modules/_io/textio.c-PyId_resetvariable_Py_IDENTIFIER(reset)
1342Python/Python-ast.c-PyId_returnsvariable_Py_IDENTIFIER(returns)
1343Objects/enumobject.creversed_new_implPyId___reversed__variable_Py_IDENTIFIER(__reversed__)
1344Objects/listobject.clistiter_reduce_generalPyId_reversedvariable_Py_IDENTIFIER(reversed)
1345Python/Python-ast.c-PyId_rightvariable_Py_IDENTIFIER(right)
1346Python/bltinmodule.c-PyId___round__variable_Py_IDENTIFIER(__round__)
1347Modules/_io/textio.c-PyId_seekvariable_Py_IDENTIFIER(seek)
1348Modules/_io/iobase.c_io__IOBase_tell_implPyId_seekvariable_Py_IDENTIFIER(seek)
1349Modules/_io/textio.c-PyId_seekablevariable_Py_IDENTIFIER(seekable)
1350Python/ceval.c_PyEval_EvalFrameDefaultPyId_sendvariable_Py_IDENTIFIER(send)
1351Objects/typeobject.cslot_tp_descr_setPyId___set__variable_Py_IDENTIFIER(__set__)
1352Objects/typeobject.cslot_tp_setattroPyId___setattr__variable_Py_IDENTIFIER(__setattr__)
1353Objects/typeobject.c-PyId___setitem__variable_Py_IDENTIFIER(__setitem__)
1354Modules/_collectionsmodule.c_count_elementsPyId___setitem__variable_Py_IDENTIFIER(__setitem__)
1355Objects/typeobject.c-PyId___set_name__variable_Py_IDENTIFIER(__set_name__)
1356Modules/_io/textio.c-PyId_setstatevariable_Py_IDENTIFIER(setstate)
1357Modules/_pickle.cload_buildPyId___setstate__variable_Py_IDENTIFIER(__setstate__)
1358Python/_warnings.ccall_show_warningPyId__showwarnmsgvariable_Py_IDENTIFIER(_showwarnmsg)
1359Python/pylifecycle.cwait_for_thread_shutdownPyId__shutdownvariable_Py_IDENTIFIER(_shutdown)
1360Python/Python-ast.c-PyId_simplevariable_Py_IDENTIFIER(simple)
1361Python/sysmodule.c-PyId___sizeof__variable_Py_IDENTIFIER(__sizeof__)
1362Python/Python-ast.c-PyId_slicevariable_Py_IDENTIFIER(slice)
1363Objects/typeobject.c_PyType_GetSlotNamesPyId___slotnames__variable_Py_IDENTIFIER(__slotnames__)
1364Objects/typeobject.c_PyType_GetSlotNamesPyId__slotnamesvariable_Py_IDENTIFIER(_slotnames)
1365Objects/typeobject.ctype_newPyId___slots__variable_Py_IDENTIFIER(__slots__)
1366Python/bltinmodule.c-PyId_sortvariable_Py_IDENTIFIER(sort)
1367Python/import.cresolve_namePyId___spec__variable_Py_IDENTIFIER(__spec__)
1368Python/import.cPyImport_ImportModuleLevelObjectPyId___spec__variable_Py_IDENTIFIER(__spec__)
1369Objects/moduleobject.cmodule_init_dictPyId___spec__variable_Py_IDENTIFIER(__spec__)
1370Objects/moduleobject.cmodule_getattroPyId___spec__variable_Py_IDENTIFIER(__spec__)
1371Python/_warnings.c-PyId_stderrvariable_Py_IDENTIFIER(stderr)
1372Python/errors.c-PyId_stderrvariable_Py_IDENTIFIER(stderr)
1373Python/pylifecycle.c-PyId_stderrvariable_Py_IDENTIFIER(stderr)
1374Python/pythonrun.c-PyId_stderrvariable_Py_IDENTIFIER(stderr)
1375Python/sysmodule.c-PyId_stderrvariable_Py_IDENTIFIER(stderr)
1376Modules/_threadmodule.c-PyId_stderrvariable_Py_IDENTIFIER(stderr)
1377Modules/faulthandler.c-PyId_stderrvariable_Py_IDENTIFIER(stderr)
1378Python/bltinmodule.c-PyId_stderrvariable_Py_IDENTIFIER(stderr)
1379Python/pylifecycle.c-PyId_stdinvariable_Py_IDENTIFIER(stdin)
1380Python/pythonrun.c-PyId_stdinvariable_Py_IDENTIFIER(stdin)
1381Python/bltinmodule.c-PyId_stdinvariable_Py_IDENTIFIER(stdin)
1382Python/pylifecycle.c-PyId_stdoutvariable_Py_IDENTIFIER(stdout)
1383Python/pythonrun.c-PyId_stdoutvariable_Py_IDENTIFIER(stdout)
1384Python/sysmodule.c-PyId_stdoutvariable_Py_IDENTIFIER(stdout)
1385Python/bltinmodule.c-PyId_stdoutvariable_Py_IDENTIFIER(stdout)
1386Python/Python-ast.c-PyId_stepvariable_Py_IDENTIFIER(step)
1387Modules/posixmodule.cDirEntry_test_modePyId_st_modevariable_Py_IDENTIFIER(st_mode)
1388Modules/_io/textio.c-PyId_strictvariable_Py_IDENTIFIER(strict)
1389Modules/timemodule.ctime_strptimePyId__strptime_timevariable_Py_IDENTIFIER(_strptime_time)
1390Modules/posixmodule.cwait_helperPyId_struct_rusagevariable_Py_IDENTIFIER(struct_rusage)
1391Modules/_abc.c-PyId___subclasscheck__variable_Py_IDENTIFIER(__subclasscheck__)
1392Objects/abstract.cPyObject_IsSubclassPyId___subclasscheck__variable_Py_IDENTIFIER(__subclasscheck__)
1393Modules/_abc.c-PyId___subclasshook__variable_Py_IDENTIFIER(__subclasshook__)
1394Objects/dictobject.cdictviews_xorPyId_symmetric_difference_updatevariable_Py_IDENTIFIER(symmetric_difference_update)
1395Python/Python-ast.c-PyId_tagvariable_Py_IDENTIFIER(tag)
1396Python/Python-ast.c-PyId_targetvariable_Py_IDENTIFIER(target)
1397Python/Python-ast.c-PyId_targetsvariable_Py_IDENTIFIER(targets)
1398Modules/_io/textio.c-PyId_tellvariable_Py_IDENTIFIER(tell)
1399Python/Python-ast.c-PyId_testvariable_Py_IDENTIFIER(test)
1400Python/errors.cPyErr_SyntaxLocationObjectPyId_textvariable_Py_IDENTIFIER(text)
1401Python/pythonrun.cparse_syntax_errorPyId_textvariable_Py_IDENTIFIER(text)
1402Python/traceback.c-PyId_TextIOWrappervariable_Py_IDENTIFIER(TextIOWrapper)
1403Python/pylifecycle.ccreate_stdioPyId_TextIOWrappervariable_Py_IDENTIFIER(TextIOWrapper)
1404Python/pylifecycle.c-PyId_threadingvariable_Py_IDENTIFIER(threading)
1405Objects/genobject.c_gen_throwPyId_throwvariable_Py_IDENTIFIER(throw)
1406Objects/abstract.cPyNumber_LongPyId___trunc__variable_Py_IDENTIFIER(__trunc__)
1407Python/Python-ast.c-PyId_typevariable_Py_IDENTIFIER(type)
1408Python/Python-ast.c-PyId_type_commentvariable_Py_IDENTIFIER(type_comment)
1409Python/Python-ast.c-PyId_type_ignoresvariable_Py_IDENTIFIER(type_ignores)
1410Python/errors.c_PyErr_WriteUnraisableMsgPyId_unraisablehookvariable_Py_IDENTIFIER(unraisablehook)
1411Objects/dictobject.cdictviews_orPyId_updatevariable_Py_IDENTIFIER(update)
1412Python/Python-ast.c-PyId_uppervariable_Py_IDENTIFIER(upper)
1413Python/Python-ast.c-PyId_valuevariable_Py_IDENTIFIER(value)
1414Python/Python-ast.c-PyId_valuesvariable_Py_IDENTIFIER(values)
1415Objects/abstract.cPyMapping_ValuesPyId_valuesvariable_Py_IDENTIFIER(values)
1416Objects/descrobject.cmappingproxy_valuesPyId_valuesvariable_Py_IDENTIFIER(values)
1417Python/Python-ast.c-PyId_varargvariable_Py_IDENTIFIER(vararg)
1418Python/_warnings.calready_warnedPyId_versionvariable_Py_IDENTIFIER(version)
1419Python/_warnings.ccall_show_warningPyId_WarningMessagevariable_Py_IDENTIFIER(WarningMessage)
1420Python/_warnings.csetup_contextPyId___warningregistry__variable_Py_IDENTIFIER(__warningregistry__)
1421Python/_warnings.cget_warnings_attrPyId_warningsvariable_Py_IDENTIFIER(warnings)
1422Python/sysmodule.c-PyId_warnoptionsvariable_Py_IDENTIFIER(warnoptions)
1423Python/_warnings.c_PyErr_WarnUnawaitedCoroutinePyId__warn_unawaited_coroutinevariable_Py_IDENTIFIER(_warn_unawaited_coroutine)
1424Modules/_io/bufferedio.c-PyId_writablevariable_Py_IDENTIFIER(writable)
1425Modules/_io/textio.c-PyId_writablevariable_Py_IDENTIFIER(writable)
1426Python/sysmodule.c-PyId_writevariable_Py_IDENTIFIER(write)
1427Modules/_io/bufferedio.c-PyId_writevariable_Py_IDENTIFIER(write)
1428Python/marshal.cmarshal_dump_implPyId_writevariable_Py_IDENTIFIER(write)
1429Objects/fileobject.cPyFile_WriteObjectPyId_writevariable_Py_IDENTIFIER(write)
1430Python/sysmodule.c-PyId__xoptionsvariable_Py_IDENTIFIER(_xoptions)
1431Python/import.c_PyImportZip_InitPyId_zipimportervariable_Py_IDENTIFIER(zipimporter)
1432Python/initconfig.c-Py_IgnoreEnvironmentFlagvariableint Py_IgnoreEnvironmentFlag
1433Python/dynload_shlib.c-_PyImport_DynLoadFiletabvariableconst char *_PyImport_DynLoadFiletab[]
1434Python/frozen.c-PyImport_FrozenModulesvariableconst struct _frozen * PyImport_FrozenModules
1435Modules/config.c-_PyImport_Inittabvariablestruct _inittab _PyImport_Inittab[]
1436Python/import.c-PyImport_Inittabvariablestruct _inittab * PyImport_Inittab
1437Modules/_io/textio.c-PyIncrementalNewlineDecoder_TypevariablePyTypeObject PyIncrementalNewlineDecoder_Type
1438Python/initconfig.c-Py_InspectFlagvariableint Py_InspectFlag
1439Objects/classobject.c-PyInstanceMethod_TypevariablePyTypeObject PyInstanceMethod_Type
1440Python/initconfig.c-Py_InteractiveFlagvariableint Py_InteractiveFlag
1441Objects/interpreteridobject.c-_PyInterpreterID_TypevariablePyTypeObject _PyInterpreterID_Type
1442Modules/_io/iobase.c-PyIOBase_TypevariablePyTypeObject PyIOBase_Type
1443Modules/_io/_iomodule.c-_PyIO_empty_bytesvariablePyObject *_PyIO_empty_bytes
1444Modules/_io/_iomodule.c-_PyIO_empty_strvariablePyObject *_PyIO_empty_str
1445Modules/_io/_iomodule.c-_PyIO_Modulevariablestruct PyModuleDef _PyIO_Module
1446Modules/_io/_iomodule.c-_PyIO_str_closevariablePyObject *_PyIO_str_close
1447Modules/_io/_iomodule.c-_PyIO_str_closedvariablePyObject *_PyIO_str_closed
1448Modules/_io/_iomodule.c-_PyIO_str_decodevariablePyObject *_PyIO_str_decode
1449Modules/_io/_iomodule.c-_PyIO_str_encodevariablePyObject *_PyIO_str_encode
1450Modules/_io/_iomodule.c-_PyIO_str_filenovariablePyObject *_PyIO_str_fileno
1451Modules/_io/_iomodule.c-_PyIO_str_flushvariablePyObject *_PyIO_str_flush
1452Modules/_io/_iomodule.c-_PyIO_str_getstatevariablePyObject *_PyIO_str_getstate
1453Modules/_io/_iomodule.c-_PyIO_str_isattyvariablePyObject *_PyIO_str_isatty
1454Modules/_io/_iomodule.c-_PyIO_str_newlinesvariablePyObject *_PyIO_str_newlines
1455Modules/_io/_iomodule.c-_PyIO_str_nlvariablePyObject *_PyIO_str_nl
1456Modules/_io/_iomodule.c-_PyIO_str_peekvariablePyObject *_PyIO_str_peek
1457Modules/_io/_iomodule.c-_PyIO_str_readvariablePyObject *_PyIO_str_read
1458Modules/_io/_iomodule.c-_PyIO_str_read1variablePyObject *_PyIO_str_read1
1459Modules/_io/_iomodule.c-_PyIO_str_readablevariablePyObject *_PyIO_str_readable
1460Modules/_io/_iomodule.c-_PyIO_str_readallvariablePyObject *_PyIO_str_readall
1461Modules/_io/_iomodule.c-_PyIO_str_readintovariablePyObject *_PyIO_str_readinto
1462Modules/_io/_iomodule.c-_PyIO_str_readlinevariablePyObject *_PyIO_str_readline
1463Modules/_io/_iomodule.c-_PyIO_str_resetvariablePyObject *_PyIO_str_reset
1464Modules/_io/_iomodule.c-_PyIO_str_seekvariablePyObject *_PyIO_str_seek
1465Modules/_io/_iomodule.c-_PyIO_str_seekablevariablePyObject *_PyIO_str_seekable
1466Modules/_io/_iomodule.c-_PyIO_str_setstatevariablePyObject *_PyIO_str_setstate
1467Modules/_io/_iomodule.c-_PyIO_str_tellvariablePyObject *_PyIO_str_tell
1468Modules/_io/_iomodule.c-_PyIO_str_truncatevariablePyObject *_PyIO_str_truncate
1469Modules/_io/_iomodule.c-_PyIO_str_writablevariablePyObject *_PyIO_str_writable
1470Modules/_io/_iomodule.c-_PyIO_str_writevariablePyObject *_PyIO_str_write
1471Python/initconfig.c-Py_IsolatedFlagvariableint Py_IsolatedFlag
1472Objects/listobject.c-PyListIter_TypevariablePyTypeObject PyListIter_Type
1473Objects/listobject.c-PyListRevIter_TypevariablePyTypeObject PyListRevIter_Type
1474Objects/listobject.c-PyList_TypevariablePyTypeObject PyList_Type
1475Modules/_localemodule.c-PyLocale_Methodsvariablestatic struct PyMethodDef PyLocale_Methods[]
1476Objects/longobject.c-_PyLong_DigitValuevariableunsigned char _PyLong_DigitValue[256]
1477Objects/longobject.c-_PyLong_OnevariablePyObject *_PyLong_One
1478Objects/rangeobject.c-PyLongRangeIter_TypevariablePyTypeObject PyLongRangeIter_Type
1479Objects/longobject.c-PyLong_TypevariablePyTypeObject PyLong_Type
1480Objects/longobject.c-_PyLong_ZerovariablePyObject *_PyLong_Zero
1481Objects/memoryobject.c-_PyManagedBuffer_TypevariablePyTypeObject _PyManagedBuffer_Type
1482Python/bltinmodule.c-PyMap_TypevariablePyTypeObject PyMap_Type
1483Objects/obmalloc.c-_PyMemvariablestatic PyMemAllocatorEx _PyMem
1484Objects/descrobject.c-PyMemberDescr_TypevariablePyTypeObject PyMemberDescr_Type
1485Objects/obmalloc.c-_PyMem_Debugvariablestatic struct { debug_alloc_api_t raw; debug_alloc_api_t mem; debug_alloc_api_t obj; } _PyMem_Debug
1486Objects/memoryobject.c-PyMemoryView_TypevariablePyTypeObject PyMemoryView_Type
1487Objects/obmalloc.c-_PyMem_Rawvariablestatic PyMemAllocatorEx _PyMem_Raw
1488Objects/descrobject.c-PyMethodDescr_TypevariablePyTypeObject PyMethodDescr_Type
1489Objects/classobject.c-PyMethod_TypevariablePyTypeObject PyMethod_Type
1490Objects/descrobject.c-_PyMethodWrapper_TypevariablePyTypeObject _PyMethodWrapper_Type
1491Objects/moduleobject.c-PyModuleDef_TypevariablePyTypeObject PyModuleDef_Type
1492Objects/moduleobject.c-PyModule_TypevariablePyTypeObject PyModule_Type
1493Objects/namespaceobject.c-_PyNamespace_TypevariablePyTypeObject _PyNamespace_Type
1494Objects/object.c-_Py_NoneStructvariablePyObject _Py_NoneStruct
1495Objects/object.c-_PyNone_TypevariablePyTypeObject _PyNone_Type
1496Python/initconfig.c-Py_NoSiteFlagvariableint Py_NoSiteFlag
1497Objects/object.c-_Py_NotImplementedStructvariablePyObject _Py_NotImplementedStruct
1498Objects/object.c-_PyNotImplemented_TypevariablePyTypeObject _PyNotImplemented_Type
1499Python/initconfig.c-Py_NoUserSiteDirectoryvariableint Py_NoUserSiteDirectory
1500Objects/bytesobject.c-_Py_null_stringsvariablePy_ssize_t _Py_null_strings
1501Objects/obmalloc.c-_PyObjectvariablestatic PyMemAllocatorEx _PyObject
1502Objects/obmalloc.c-_PyObject_Arenavariablestatic PyObjectArenaAllocator _PyObject_Arena
1503Objects/odictobject.c-PyODictItems_TypevariablePyTypeObject PyODictItems_Type
1504Objects/odictobject.c-PyODictIter_TypevariablePyTypeObject PyODictIter_Type
1505Objects/odictobject.c-PyODictKeys_TypevariablePyTypeObject PyODictKeys_Type
1506Objects/odictobject.c-PyODict_TypevariablePyTypeObject PyODict_Type
1507Objects/odictobject.c-PyODictValues_TypevariablePyTypeObject PyODictValues_Type
1508Python/fileutils.c-_Py_open_cloexec_worksvariableint _Py_open_cloexec_works
1509Objects/bytesobject.c-_Py_one_stringsvariablePy_ssize_t _Py_one_strings
1510Python/initconfig.c-Py_OptimizeFlagvariableint Py_OptimizeFlag
1511Parser/myreadline.c-PyOS_InputHookvariableint (*PyOS_InputHook)(void)
1512Python/pylifecycle.c-_PyOS_mystrnicmp_hackvariableint (*_PyOS_mystrnicmp_hack)(const char *, const char *, Py_ssize_t)
1513Python/getopt.c-_PyOS_optargvariableconst wchar_t *_PyOS_optarg
1514Python/getopt.c-_PyOS_opterrvariableint _PyOS_opterr
1515Python/getopt.c-_PyOS_optindvariablePy_ssize_t _PyOS_optind
1516Parser/myreadline.c-PyOS_ReadlineFunctionPointervariablechar *(*PyOS_ReadlineFunctionPointer)(FILE *, FILE *, const char *)
1517Parser/myreadline.c-_PyOS_ReadlineLockvariablestatic PyThread_type_lock _PyOS_ReadlineLock
1518Parser/myreadline.c-_PyOS_ReadlineTStatevariablePyThreadState* _PyOS_ReadlineTState
1519Python/modsupport.c-_Py_PackageContextvariableconst char *_Py_PackageContext
1520Python/graminit.c-_PyParser_Grammarvariablegrammar _PyParser_Grammar
1521Python/pathconfig.c-_Py_path_configvariable_PyPathConfig _Py_path_config
1522Objects/picklebufobject.c-PyPickleBuffer_TypevariablePyTypeObject PyPickleBuffer_Type
1523Objects/descrobject.c-PyProperty_TypevariablePyTypeObject PyProperty_Type
1524Python/initconfig.c-Py_QuietFlagvariableint Py_QuietFlag
1525Objects.longobject.c-_Py_quick_int_allocsvariablePy_ssize_t _Py_quick_int_allocs
1526Objects.longobject.c-_Py_quick_new_int_allocsvariablePy_ssize_t _Py_quick_new_int_allocs
1527Objects/rangeobject.c-PyRangeIter_TypevariablePyTypeObject PyRangeIter_Type
1528Objects/rangeobject.c-PyRange_TypevariablePyTypeObject PyRange_Type
1529Modules/_io/iobase.c-PyRawIOBase_TypevariablePyTypeObject PyRawIOBase_Type
1530Objects/object.c-_Py_RefTotalvariablePy_ssize_t _Py_RefTotal
1531Objects/enumobject.c-PyReversed_TypevariablePyTypeObject PyReversed_Type
1532Python/pylifecycle.c-_PyRuntimevariable_PyRuntimeState _PyRuntime
1533Objects/iterobject.c-PySeqIter_TypevariablePyTypeObject PySeqIter_Type
1534Objects/setobject.c-_PySet_DummyvariablePyObject * _PySet_Dummy
1535Objects/setobject.c-_PySetDummy_Typevariablestatic PyTypeObject _PySetDummy_Type
1536Objects/setobject.c-PySetIter_TypevariablePyTypeObject PySetIter_Type
1537Objects/setobject.c-PySet_TypevariablePyTypeObject PySet_Type
1538Objects/sliceobject.c-PySlice_TypevariablePyTypeObject PySlice_Type
1539Python/initconfig.c-_Py_StandardStreamEncodingvariablestatic char *_Py_StandardStreamEncoding
1540Python/initconfig.c-_Py_StandardStreamErrorsvariablestatic char *_Py_StandardStreamErrors
1541Objects/funcobject.c-PyStaticMethod_TypevariablePyTypeObject PyStaticMethod_Type
1542Objects/fileobject.c-PyStdPrinter_TypevariablePyTypeObject PyStdPrinter_Type
1543Python/symtable.c-PySTEntry_TypevariablePyTypeObject PySTEntry_Type
1544Modules/_io/stringio.c-PyStringIO_TypevariablePyTypeObject PyStringIO_Type
1545Objects/structseq.c-PyStructSequence_UnnamedFieldvariablechar *PyStructSequence_UnnamedField
1546Objects/typeobject.c-PySuper_TypevariablePyTypeObject PySuper_Type
1547Objects/object.c-_Py_SwappedOpvariableint _Py_SwappedOp[]
1548Python/sysmodule.c-_PySys_ImplCacheTagvariableconst char *_PySys_ImplCacheTag
1549Python/sysmodule.c-_PySys_ImplNamevariableconst char *_PySys_ImplName
1550Modules/_io/textio.c-PyTextIOBase_TypevariablePyTypeObject PyTextIOBase_Type
1551Modules/_io/textio.c-PyTextIOWrapper_TypevariablePyTypeObject PyTextIOWrapper_Type
1552Python/traceback.c-PyTraceBack_TypevariablePyTypeObject PyTraceBack_Type
1553Objects/obmalloc.c-_Py_tracemalloc_configvariablestruct _PyTraceMalloc_Config _Py_tracemalloc_config
1554Objects/boolobject.c-_Py_TrueStructvariablestatic struct _longobject _Py_TrueStruct
1555Objects/tupleobject.c-PyTupleIter_TypevariablePyTypeObject PyTupleIter_Type
1556Objects/tupleobject.c-PyTuple_TypevariablePyTypeObject PyTuple_Type
1557Objects/tupleobject.c-_Py_tuple_zero_allocsvariablePy_ssize_t _Py_tuple_zero_allocs
1558Objects/typeobject.c-PyType_TypevariablePyTypeObject PyType_Type
1559Python/initconfig.c-Py_UnbufferedStdioFlagvariableint Py_UnbufferedStdioFlag
1560Python/pylifecycle.c-_Py_UnhandledKeyboardInterruptvariableint _Py_UnhandledKeyboardInterrupt
1561Objects/unicodeobject.c-PyUnicodeIter_TypevariablePyTypeObject PyUnicodeIter_Type
1562Objects/unicodeobject.c-PyUnicode_TypevariablePyTypeObject PyUnicode_Type
1563Python/initconfig.c-Py_UTF8Modevariableint Py_UTF8Mode
1564Python/initconfig.c-Py_VerboseFlagvariableint Py_VerboseFlag
1565Objects/weakrefobject.c-_PyWeakref_CallableProxyTypevariablePyTypeObject _PyWeakref_CallableProxyType
1566Objects/weakrefobject.c-_PyWeakref_ProxyTypevariablePyTypeObject _PyWeakref_ProxyType
1567Objects/weakrefobject.c-_PyWeakref_RefTypevariablePyTypeObject _PyWeakref_RefType
1568Objects/weakrefobject.c-_PyWeakref_RefTypevariablePyTypeObject _PyWeakref_RefType
1569Objects/descrobject.c-PyWrapperDescr_TypevariablePyTypeObject PyWrapperDescr_Type
1570Python/bltinmodule.c-PyZip_TypevariablePyTypeObject PyZip_Type
1571Python/Python-ast.c-Raise_fieldsvariablestatic const char *Raise_fields[]
1572Python/Python-ast.c-Raise_typevariablestatic PyTypeObject *Raise_type
1573Objects/rangeobject.c-range_as_mappingvariablestatic PyMappingMethods range_as_mapping
1574Objects/rangeobject.c-range_as_numbervariablestatic PyNumberMethods range_as_number
1575Objects/rangeobject.c-range_as_sequencevariablestatic PySequenceMethods range_as_sequence
1576Objects/rangeobject.c-rangeiter_methodsvariablestatic PyMethodDef rangeiter_methods
1577Objects/rangeobject.c-range_membersvariablestatic PyMemberDef range_members[]
1578Objects/rangeobject.c-range_methodsvariablestatic PyMethodDef range_methods
1579Modules/_io/iobase.c-rawiobase_methodsvariablestatic PyMethodDef rawiobase_methods
1580Python/pylifecycle.cfatal_errorreentrantvariablestatic int reentrant
1581Modules/faulthandler.cfaulthandler_dump_tracebackreentrantvariablestatic volatile int reentrant
1582Modules/itertoolsmodule.c-repeat_methodsvariablestatic PyMethodDef repeat_methods
1583Modules/itertoolsmodule.c-repeat_typevariablestatic PyTypeObject repeat_type
1584Python/Python-ast.c-Return_fieldsvariablestatic const char *Return_fields[]
1585Python/compile.ccompiler_visit_annotationsreturn_strvariablestatic identifier return_str
1586Python/Python-ast.c-Return_typevariablestatic PyTypeObject *Return_type
1587Objects/enumobject.c-reversediter_methodsvariablestatic PyMethodDef reversediter_methods
1588Modules/_threadmodule.c-rlock_methodsvariablestatic PyMethodDef rlock_methods
1589Modules/_threadmodule.c-RLocktypevariablestatic PyTypeObject RLocktype
1590Objects/typeobject.cslot_nb_addrop_idvariable_Py_static_string(op_id, OPSTR)
1591Objects/typeobject.cslot_nb_subtractrop_idvariable_Py_static_string(op_id, OPSTR)
1592Objects/typeobject.cslot_nb_multiplyrop_idvariable_Py_static_string(op_id, OPSTR)
1593Objects/typeobject.cslot_nb_matrix_multiplyrop_idvariable_Py_static_string(op_id, OPSTR)
1594Objects/typeobject.cslot_nb_remainderrop_idvariable_Py_static_string(op_id, OPSTR)
1595Objects/typeobject.cslot_nb_divmodrop_idvariable_Py_static_string(op_id, OPSTR)
1596Objects/typeobject.cslot_nb_power_binaryrop_idvariable_Py_static_string(op_id, OPSTR)
1597Objects/typeobject.cslot_nb_lshiftrop_idvariable_Py_static_string(op_id, OPSTR)
1598Objects/typeobject.cslot_nb_rshiftrop_idvariable_Py_static_string(op_id, OPSTR)
1599Objects/typeobject.cslot_nb_androp_idvariable_Py_static_string(op_id, OPSTR)
1600Objects/typeobject.cslot_nb_xorrop_idvariable_Py_static_string(op_id, OPSTR)
1601Objects/typeobject.cslot_nb_orrop_idvariable_Py_static_string(op_id, OPSTR)
1602Objects/typeobject.cslot_nb_floor_dividerop_idvariable_Py_static_string(op_id, OPSTR)
1603Objects/typeobject.cslot_nb_true_dividerop_idvariable_Py_static_string(op_id, OPSTR)
1604Python/Python-ast.c-RShift_singletonvariablestatic PyObject *RShift_singleton
1605Python/Python-ast.c-RShift_typevariablestatic PyTypeObject *RShift_type
1606Python/pylifecycle.c-runtime_initializedvariablestatic int runtime_initialized
1607Modules/posixmodule.c-ScandirIterator_methodsvariablestatic PyMethodDef ScandirIterator_methods
1608Modules/posixmodule.c-ScandirIteratorTypevariablestatic PyTypeObject ScandirIteratorType
1609Modules/_sre.c-scanner_membersvariablestatic PyMemberDef scanner_members[]
1610Modules/_sre.c-scanner_methodsvariablestatic PyMethodDef scanner_methods
1611Modules/_sre.c-Scanner_Typevariablestatic PyTypeObject Scanner_Type
1612Modules/posixmodule.c-sched_param_descvariablestatic PyStructSequence_Desc sched_param_desc
1613Modules/posixmodule.c-sched_param_fieldsvariablestatic PyStructSequence_Field sched_param_fields[]
1614Modules/posixmodule.c-SchedParamTypevariablestatic PyTypeObject* SchedParamType
1615Objects/iterobject.c-seqiter_methodsvariablestatic PyMethodDef seqiter_methods
1616Objects/setobject.c-set_as_numbervariablestatic PyNumberMethods set_as_number
1617Objects/setobject.c-set_as_sequencevariablestatic PySequenceMethods set_as_sequence
1618Python/symtable.c-setcompvariablestatic identifier setcomp
1619Python/Python-ast.c-SetComp_fieldsvariablestatic const char *SetComp_fields[]
1620Python/Python-ast.c-SetComp_typevariablestatic PyTypeObject *SetComp_type
1621Python/Python-ast.c-Set_fieldsvariablestatic const char *Set_fields[]
1622Objects/setobject.c-setiter_methodsvariablestatic PyMethodDef setiter_methods
1623Objects/setobject.c-set_methodsvariablestatic PyMethodDef set_methods
1624Python/Python-ast.c-Set_typevariablestatic PyTypeObject *Set_type
1625Modules/signalmodule.c-SiginfoTypevariablestatic PyTypeObject SiginfoType
1626Modules/signalmodule.c-signal_methodsvariablestatic PyMethodDef signal_methods
1627Modules/signalmodule.c-signalmodulevariablestatic struct PyModuleDef signalmodule
1628Python/import.cPyImport_Importsilly_listvariablestatic PyObject *silly_list
1629Objects/sliceobject.c-slice_cachevariablestatic PySliceObject *slice_cache
1630Python/Python-ast.c-Slice_fieldsvariablestatic const char *Slice_fields[]
1631Objects/sliceobject.c-slice_membersvariablestatic PyMemberDef slice_members[]
1632Objects/sliceobject.c-slice_methodsvariablestatic PyMethodDef slice_methods
1633Python/Python-ast.c-slice_typevariablestatic PyTypeObject *slice_type
1634Python/Python-ast.c-Slice_typevariablestatic PyTypeObject *Slice_type
1635Objects/typeobject.c-slotdefsvariablestatic slotdef slotdefs[]
1636Objects/typeobject.c-slotdefs_initializedvariablestatic int slotdefs_initialized
1637Objects/longobject.c-small_intsvariablestatic PyLongObject small_ints[NSMALLNEGINTS + NSMALLPOSINTS]
1638Objects/funcobject.c-sm_getsetlistvariablestatic PyGetSetDef sm_getsetlist[]
1639Objects/funcobject.c-sm_memberlistvariablestatic PyMemberDef sm_memberlist[]
1640Modules/xxsubtype.c-spamdict_membersvariablestatic PyMemberDef spamdict_members[]
1641Modules/xxsubtype.c-spamdict_methodsvariablestatic PyMethodDef spamdict_methods
1642Modules/xxsubtype.c-spamdict_typevariablestatic PyTypeObject spamdict_type
1643Modules/xxsubtype.c-spamlist_getsetsvariablestatic PyGetSetDef spamlist_getsets[]
1644Modules/xxsubtype.c-spamlist_methodsvariablestatic PyMethodDef spamlist_methods
1645Modules/xxsubtype.c-spamlist_typevariablestatic PyTypeObject spamlist_type
1646Modules/_sre.c-sremodulevariablestatic struct PyModuleDef sremodule
1647Modules/faulthandler.c-stackvariablestatic stack_t stack
1648Modules/itertoolsmodule.c-starmap_methodsvariablestatic PyMethodDef starmap_methods
1649Modules/itertoolsmodule.c-starmap_typevariablestatic PyTypeObject starmap_type
1650Python/Python-ast.c-Starred_fieldsvariablestatic const char *Starred_fields[]
1651Python/Python-ast.c-Starred_typevariablestatic PyTypeObject *Starred_type
1652Python/graminit.c-states_0variablestatic state states_0[3]
1653Python/graminit.c-states_1variablestatic state states_1[2]
1654Python/graminit.c-states_10variablestatic state states_10[4]
1655Python/graminit.c-states_11variablestatic state states_11[34]
1656Python/graminit.c-states_12variablestatic state states_12[2]
1657Python/graminit.c-states_13variablestatic state states_13[2]
1658Python/graminit.c-states_14variablestatic state states_14[4]
1659Python/graminit.c-states_15variablestatic state states_15[2]
1660Python/graminit.c-states_16variablestatic state states_16[6]
1661Python/graminit.c-states_17variablestatic state states_17[5]
1662Python/graminit.c-states_18variablestatic state states_18[3]
1663Python/graminit.c-states_19variablestatic state states_19[2]
1664Python/graminit.c-states_2variablestatic state states_2[3]
1665Python/graminit.c-states_20variablestatic state states_20[3]
1666Python/graminit.c-states_21variablestatic state states_21[2]
1667Python/graminit.c-states_22variablestatic state states_22[2]
1668Python/graminit.c-states_23variablestatic state states_23[2]
1669Python/graminit.c-states_24variablestatic state states_24[2]
1670Python/graminit.c-states_25variablestatic state states_25[3]
1671Python/graminit.c-states_26variablestatic state states_26[2]
1672Python/graminit.c-states_27variablestatic state states_27[5]
1673Python/graminit.c-states_28variablestatic state states_28[2]
1674Python/graminit.c-states_29variablestatic state states_29[3]
1675Python/graminit.c-states_3variablestatic state states_3[7]
1676Python/graminit.c-states_30variablestatic state states_30[8]
1677Python/graminit.c-states_31variablestatic state states_31[4]
1678Python/graminit.c-states_32variablestatic state states_32[4]
1679Python/graminit.c-states_33variablestatic state states_33[3]
1680Python/graminit.c-states_34variablestatic state states_34[2]
1681Python/graminit.c-states_35variablestatic state states_35[2]
1682Python/graminit.c-states_36variablestatic state states_36[3]
1683Python/graminit.c-states_37variablestatic state states_37[3]
1684Python/graminit.c-states_38variablestatic state states_38[5]
1685Python/graminit.c-states_39variablestatic state states_39[2]
1686Python/graminit.c-states_4variablestatic state states_4[2]
1687Python/graminit.c-states_40variablestatic state states_40[3]
1688Python/graminit.c-states_41variablestatic state states_41[8]
1689Python/graminit.c-states_42variablestatic state states_42[8]
1690Python/graminit.c-states_43variablestatic state states_43[11]
1691Python/graminit.c-states_44variablestatic state states_44[13]
1692Python/graminit.c-states_45variablestatic state states_45[6]
1693Python/graminit.c-states_46variablestatic state states_46[4]
1694Python/graminit.c-states_47variablestatic state states_47[5]
1695Python/graminit.c-states_48variablestatic state states_48[5]
1696Python/graminit.c-states_49variablestatic state states_49[4]
1697Python/graminit.c-states_5variablestatic state states_5[3]
1698Python/graminit.c-states_50variablestatic state states_50[6]
1699Python/graminit.c-states_51variablestatic state states_51[2]
1700Python/graminit.c-states_52variablestatic state states_52[5]
1701Python/graminit.c-states_53variablestatic state states_53[5]
1702Python/graminit.c-states_54variablestatic state states_54[2]
1703Python/graminit.c-states_55variablestatic state states_55[2]
1704Python/graminit.c-states_56variablestatic state states_56[3]
1705Python/graminit.c-states_57variablestatic state states_57[2]
1706Python/graminit.c-states_58variablestatic state states_58[4]
1707Python/graminit.c-states_59variablestatic state states_59[3]
1708Python/graminit.c-states_6variablestatic state states_6[3]
1709Python/graminit.c-states_60variablestatic state states_60[2]
1710Python/graminit.c-states_61variablestatic state states_61[2]
1711Python/graminit.c-states_62variablestatic state states_62[2]
1712Python/graminit.c-states_63variablestatic state states_63[2]
1713Python/graminit.c-states_64variablestatic state states_64[2]
1714Python/graminit.c-states_65variablestatic state states_65[2]
1715Python/graminit.c-states_66variablestatic state states_66[3]
1716Python/graminit.c-states_67variablestatic state states_67[4]
1717Python/graminit.c-states_68variablestatic state states_68[3]
1718Python/graminit.c-states_69variablestatic state states_69[9]
1719Python/graminit.c-states_7variablestatic state states_7[9]
1720Python/graminit.c-states_70variablestatic state states_70[5]
1721Python/graminit.c-states_71variablestatic state states_71[7]
1722Python/graminit.c-states_72variablestatic state states_72[3]
1723Python/graminit.c-states_73variablestatic state states_73[5]
1724Python/graminit.c-states_74variablestatic state states_74[3]
1725Python/graminit.c-states_75variablestatic state states_75[3]
1726Python/graminit.c-states_76variablestatic state states_76[3]
1727Python/graminit.c-states_77variablestatic state states_77[14]
1728Python/graminit.c-states_78variablestatic state states_78[8]
1729Python/graminit.c-states_79variablestatic state states_79[3]
1730Python/graminit.c-states_8variablestatic state states_8[4]
1731Python/graminit.c-states_80variablestatic state states_80[4]
1732Python/graminit.c-states_81variablestatic state states_81[2]
1733Python/graminit.c-states_82variablestatic state states_82[6]
1734Python/graminit.c-states_83variablestatic state states_83[3]
1735Python/graminit.c-states_84variablestatic state states_84[4]
1736Python/graminit.c-states_85variablestatic state states_85[2]
1737Python/graminit.c-states_86variablestatic state states_86[3]
1738Python/graminit.c-states_87variablestatic state states_87[3]
1739Python/graminit.c-states_88variablestatic state states_88[7]
1740Python/graminit.c-states_89variablestatic state states_89[3]
1741Python/graminit.c-states_9variablestatic state states_9[42]
1742Python/graminit.c-states_90variablestatic state states_90[6]
1743Python/graminit.c-states_91variablestatic state states_91[11]
1744Python/getargs.c-static_arg_parsersvariablestatic struct _PyArg_Parser *static_arg_parsers
1745Objects/unicodeobject.c-static_stringsvariablestatic _Py_Identifier *static_strings
1746Modules/_stat.c-stat_methodsvariablestatic PyMethodDef stat_methods
1747Modules/_stat.c-statmodulevariablestatic struct PyModuleDef statmodule
1748Modules/posixmodule.c-stat_result_descvariablestatic PyStructSequence_Desc stat_result_desc
1749Modules/posixmodule.c-stat_result_fieldsvariablestatic PyStructSequence_Field stat_result_fields[]
1750Modules/posixmodule.c-StatResultTypevariablestatic PyTypeObject* StatResultType
1751Modules/posixmodule.c-statvfs_result_descvariablestatic PyStructSequence_Desc statvfs_result_desc
1752Modules/posixmodule.c-statvfs_result_fieldsvariablestatic PyStructSequence_Field statvfs_result_fields[]
1753Modules/posixmodule.c-StatVFSResultTypevariablestatic PyTypeObject* StatVFSResultType
1754Objects/fileobject.c-stdprinter_getsetlistvariablestatic PyGetSetDef stdprinter_getsetlist[]
1755Objects/fileobject.c-stdprinter_methodsvariablestatic PyMethodDef stdprinter_methods
1756Python/symtable.c-ste_memberlistvariablestatic PyMemberDef ste_memberlist[]
1757Python/Python-ast.c-stmt_attributesvariablestatic const char *stmt_attributes[]
1758Python/Python-ast.c-stmt_typevariablestatic PyTypeObject *stmt_type
1759Objects/exceptions.c-StopIteration_membersvariablestatic PyMemberDef StopIteration_members[]
1760Python/Python-ast.c-Store_singletonvariablestatic PyObject *Store_singleton
1761Python/Python-ast.c-Store_typevariablestatic PyTypeObject *Store_type
1762Python/ast_unparse.c-_str_close_brvariablestatic PyObject *_str_close_br
1763Python/ast_unparse.c-_str_dbl_close_brvariablestatic PyObject *_str_dbl_close_br
1764Python/ast_unparse.c-_str_dbl_open_brvariablestatic PyObject *_str_dbl_open_br
1765Modules/_threadmodule.c-str_dictvariablestatic PyObject *str_dict
1766Modules/_io/stringio.c-stringio_getsetvariablestatic PyGetSetDef stringio_getset[]
1767Modules/_io/stringio.c-stringio_methodsvariablestatic PyMethodDef stringio_methods
1768Objects/unicodeobject.c-_string_methodsvariablestatic PyMethodDef _string_methods
1769Objects/unicodeobject.c-_string_modulevariablestatic struct PyModuleDef _string_module
1770Objects/bytesobject.c-striter_methodsvariablestatic PyMethodDef striter_methods
1771Python/ast_unparse.c-_str_open_brvariablestatic PyObject *_str_open_br
1772Modules/pwdmodule.c-StructPwdTypevariablestatic PyTypeObject StructPwdType
1773Modules/pwdmodule.c-struct_pwd_type_descvariablestatic PyStructSequence_Desc struct_pwd_type_desc
1774Modules/pwdmodule.c-struct_pwd_type_fieldsvariablestatic PyStructSequence_Field struct_pwd_type_fields[]
1775Modules/posixmodule.cwait_helperstruct_rusagevariablestatic PyObject *struct_rusage
1776Objects/structseq.c-structseq_methodsvariablestatic PyMethodDef structseq_methods
1777Modules/posixmodule.c-structseq_newvariablestatic newfunc structseq_new
1778Modules/signalmodule.c-struct_siginfo_descvariablestatic PyStructSequence_Desc struct_siginfo_desc
1779Modules/signalmodule.c-struct_siginfo_fieldsvariablestatic PyStructSequence_Field struct_siginfo_fields[]
1780Modules/timemodule.c-StructTimeTypevariablestatic PyTypeObject StructTimeType
1781Modules/timemodule.c-struct_time_type_descvariablestatic PyStructSequence_Desc struct_time_type_desc
1782Modules/timemodule.c-struct_time_type_fieldsvariablestatic PyStructSequence_Field struct_time_type_fields[]
1783Python/Python-ast.c-Subscript_fieldsvariablestatic const char *Subscript_fields[]
1784Python/Python-ast.c-Subscript_typevariablestatic PyTypeObject *Subscript_type
1785Python/Python-ast.c-Sub_singletonvariablestatic PyObject *Sub_singleton
1786Python/Python-ast.c-Sub_typevariablestatic PyTypeObject *Sub_type
1787Objects/typeobject.c-subtype_getsets_dict_onlyvariablestatic PyGetSetDef subtype_getsets_dict_only[]
1788Objects/typeobject.c-subtype_getsets_fullvariablestatic PyGetSetDef subtype_getsets_full[]
1789Objects/typeobject.c-subtype_getsets_weakref_onlyvariablestatic PyGetSetDef subtype_getsets_weakref_only[]
1790Python/Python-ast.c-Suite_fieldsvariablestatic const char *Suite_fields[]
1791Python/Python-ast.c-Suite_typevariablestatic PyTypeObject *Suite_type
1792Objects/typeobject.c-super_membersvariablestatic PyMemberDef super_members[]
1793Modules/symtablemodule.c-symtable_methodsvariablestatic PyMethodDef symtable_methods
1794Modules/symtablemodule.c-symtablemodulevariablestatic struct PyModuleDef symtablemodule
1795Objects/exceptions.c-SyntaxError_membersvariablestatic PyMemberDef SyntaxError_members[]
1796Python/sysmodule.c-sys_methodsvariablestatic PyMethodDef sys_methods
1797Python/sysmodule.c-sysmodulevariablestatic struct PyModuleDef sysmodule
1798Objects/exceptions.c-SystemExit_membersvariablestatic PyMemberDef SystemExit_members[]
1799Modules/_tracemalloc.c-tables_lockvariablestatic PyThread_type_lock tables_lock
1800Modules/itertoolsmodule.c-takewhile_reduce_methodsvariablestatic PyMethodDef takewhile_reduce_methods
1801Modules/itertoolsmodule.c-takewhile_typevariablestatic PyTypeObject takewhile_type
1802Python/pylifecycle.c-_TARGET_LOCALESvariablestatic _LocaleCoercionTarget _TARGET_LOCALES[]
1803Python/traceback.c-tb_getsettersvariablestatic PyGetSetDef tb_getsetters[]
1804Python/traceback.c-tb_memberlistvariablestatic PyMemberDef tb_memberlist[]
1805Python/traceback.c-tb_methodsvariablestatic PyMethodDef tb_methods
1806Modules/itertoolsmodule.c-teedataobject_methodsvariablestatic PyMethodDef teedataobject_methods
1807Modules/itertoolsmodule.c-teedataobject_typevariablestatic PyTypeObject teedataobject_type
1808Modules/itertoolsmodule.c-tee_methodsvariablestatic PyMethodDef tee_methods
1809Modules/itertoolsmodule.c-tee_typevariablestatic PyTypeObject tee_type
1810Modules/posixmodule.c-TerminalSize_descvariablestatic PyStructSequence_Desc TerminalSize_desc
1811Modules/posixmodule.c-TerminalSize_fieldsvariablestatic PyStructSequence_Field TerminalSize_fields[]
1812Modules/posixmodule.c-TerminalSizeTypevariablestatic PyTypeObject* TerminalSizeType
1813Modules/_io/textio.c-textiobase_getsetvariablestatic PyGetSetDef textiobase_getset[]
1814Modules/_io/textio.c-textiobase_methodsvariablestatic PyMethodDef textiobase_methods
1815Modules/_io/textio.c-textiowrapper_getsetvariablestatic PyGetSetDef textiowrapper_getset[]
1816Modules/_io/textio.c-textiowrapper_membersvariablestatic PyMemberDef textiowrapper_members[]
1817Modules/_io/textio.c-textiowrapper_methodsvariablestatic PyMethodDef textiowrapper_methods
1818Modules/faulthandler.c-threadvariablestatic 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
1819Python/thread.c-thread_debugvariablestatic int thread_debug
1820Modules/_threadmodule.c-ThreadErrorvariablestatic PyObject *ThreadError
1821Python/thread.c-threadinfo_descvariablestatic PyStructSequence_Desc threadinfo_desc
1822Python/thread.c-threadinfo_fieldsvariablestatic PyStructSequence_Field threadinfo_fields[]
1823Python/thread.c-ThreadInfoTypevariablestatic PyTypeObject ThreadInfoType
1824Modules/_threadmodule.c-thread_methodsvariablestatic PyMethodDef thread_methods
1825Modules/_threadmodule.c-threadmodulevariablestatic struct PyModuleDef threadmodule
1826Modules/posixmodule.c-ticks_per_secondvariablestatic long ticks_per_second
1827Modules/timemodule.c_PyTime_GetProcessTimeWithInfoticks_per_secondvariablestatic long ticks_per_second
1828Modules/timemodule.c-time_methodsvariablestatic PyMethodDef time_methods
1829Modules/timemodule.c-timemodulevariablestatic struct PyModuleDef timemodule
1830Modules/posixmodule.c-times_result_descvariablestatic PyStructSequence_Desc times_result_desc
1831Modules/posixmodule.c-times_result_fieldsvariablestatic PyStructSequence_Field times_result_fields[]
1832Modules/posixmodule.c-TimesResultTypevariablestatic PyTypeObject* TimesResultType
1833Python/context.c-_token_missingvariablestatic PyObject *_token_missing
1834Python/symtable.c-topvariablestatic identifier top
1835Objects/typeobject.c-tp_new_methoddefvariablestatic struct PyMethodDef tp_new_methoddef[]
1836Modules/_tracemalloc.c-tracemalloc_empty_tracebackvariablestatic traceback_t tracemalloc_empty_traceback
1837Modules/_tracemalloc.c-tracemalloc_filenamesvariablestatic _Py_hashtable_t *tracemalloc_filenames
1838Modules/_tracemalloc.c-tracemalloc_peak_traced_memoryvariablestatic size_t tracemalloc_peak_traced_memory
1839Modules/_tracemalloc.c-tracemalloc_reentrant_keyvariablestatic Py_tss_t tracemalloc_reentrant_key
1840Modules/_tracemalloc.c-tracemalloc_tracebackvariablestatic traceback_t *tracemalloc_traceback
1841Modules/_tracemalloc.c-tracemalloc_tracebacksvariablestatic _Py_hashtable_t *tracemalloc_tracebacks
1842Modules/_tracemalloc.c-tracemalloc_traced_memoryvariablestatic size_t tracemalloc_traced_memory
1843Modules/_tracemalloc.c-tracemalloc_tracesvariablestatic _Py_hashtable_t *tracemalloc_traces
1844Objects/boolobject.c-true_strvariablestatic PyObject *true_str
1845Python/Python-ast.c-Try_fieldsvariablestatic const char *Try_fields[]
1846Python/Python-ast.c-Try_typevariablestatic PyTypeObject *Try_type
1847Objects/tupleobject.c-tuple_as_mappingvariablestatic PyMappingMethods tuple_as_mapping
1848Objects/tupleobject.c-tuple_as_sequencevariablestatic PySequenceMethods tuple_as_sequence
1849Python/Python-ast.c-Tuple_fieldsvariablestatic const char *Tuple_fields[]
1850Modules/_collectionsmodule.c-tuplegetter_membersvariablestatic PyMemberDef tuplegetter_members[]
1851Modules/_collectionsmodule.c-tuplegetter_methodsvariablestatic PyMethodDef tuplegetter_methods
1852Modules/_collectionsmodule.c-tuplegetter_typevariablestatic PyTypeObject tuplegetter_type
1853Objects/tupleobject.c-tupleiter_methodsvariablestatic PyMethodDef tupleiter_methods
1854Objects/tupleobject.c-tuple_methodsvariablestatic PyMethodDef tuple_methods
1855Python/Python-ast.c-Tuple_typevariablestatic PyTypeObject *Tuple_type
1856Objects/typeobject.c-type_getsetsvariablestatic PyGetSetDef type_getsets[]
1857Python/Python-ast.c-TypeIgnore_fieldsvariablestatic const char *TypeIgnore_fields[]
1858Python/Python-ast.c-type_ignore_typevariablestatic PyTypeObject *type_ignore_type
1859Python/Python-ast.c-TypeIgnore_typevariablestatic PyTypeObject *TypeIgnore_type
1860Objects/typeobject.c-type_membersvariablestatic PyMemberDef type_members[]
1861Objects/typeobject.c-type_methodsvariablestatic PyMethodDef type_methods
1862Python/Python-ast.c-UAdd_singletonvariablestatic PyObject *UAdd_singleton
1863Python/Python-ast.c-UAdd_typevariablestatic PyTypeObject *UAdd_type
1864Objects/unicodeobject.c-ucnhash_CAPIvariablestatic _PyUnicode_Name_CAPI *ucnhash_CAPI
1865Python/codecs.c-ucnhash_CAPIvariablestatic _PyUnicode_Name_CAPI *ucnhash_CAPI
1866Python/ast.c-u_kindvariablestatic PyObject *u_kind
1867Modules/posixmodule.c-uname_result_descvariablestatic PyStructSequence_Desc uname_result_desc
1868Modules/posixmodule.c-uname_result_fieldsvariablestatic PyStructSequence_Field uname_result_fields[]
1869Modules/posixmodule.c-UnameResultTypevariablestatic PyTypeObject* UnameResultType
1870Python/Python-ast.c-UnaryOp_fieldsvariablestatic const char *UnaryOp_fields[]
1871Python/Python-ast.c-unaryop_typevariablestatic PyTypeObject *unaryop_type
1872Python/Python-ast.c-UnaryOp_typevariablestatic PyTypeObject *UnaryOp_type
1873Objects/unicodeobject.c-unicode_as_mappingvariablestatic PyMappingMethods unicode_as_mapping
1874Objects/unicodeobject.c-unicode_as_numbervariablestatic PyNumberMethods unicode_as_number
1875Objects/unicodeobject.c-unicode_as_sequencevariablestatic PySequenceMethods unicode_as_sequence
1876Objects/unicodeobject.c-unicode_emptyvariablestatic PyObject *unicode_empty
1877Objects/exceptions.c-UnicodeError_membersvariablestatic PyMemberDef UnicodeError_members[]
1878Objects/unicodeobject.c-unicodeiter_methodsvariablestatic PyMethodDef unicodeiter_methods
1879Objects/unicodeobject.c-unicode_latin1variablestatic PyObject *unicode_latin1[256]
1880Objects/unicodeobject.c-unicode_methodsvariablestatic PyMethodDef unicode_methods
1881Modules/_tracemalloc.c-unknown_filenamevariablestatic PyObject *unknown_filename
1882Python/errors.c-UnraisableHookArgs_descvariablestatic PyStructSequence_Desc UnraisableHookArgs_desc
1883Python/errors.c-UnraisableHookArgs_fieldsvariablestatic PyStructSequence_Field UnraisableHookArgs_fields[]
1884Python/errors.c-UnraisableHookArgsTypevariablestatic PyTypeObject UnraisableHookArgsType
1885Objects/obmalloc.c-unused_arena_objectsvariablestatic struct arena_object* unused_arena_objects
1886Python/bootstrap_hash.c-urandom_cachevariablestatic struct { int fd; dev_t st_dev; ino_t st_ino; } urandom_cache
1887Objects/obmalloc.c-usable_arenasvariablestatic struct arena_object* usable_arenas
1888Objects/obmalloc.c-usedpoolsvariablestatic poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8]
1889Modules/faulthandler.c-user_signalsvariablestatic user_signal_t *user_signals
1890Python/Python-ast.c-USub_singletonvariablestatic PyObject *USub_singleton
1891Python/Python-ast.c-USub_typevariablestatic PyTypeObject *USub_type
1892Python/getversion.cPy_GetVersionversionvariablestatic char version[250]
1893Python/sysmodule.c-version_info_descvariablestatic PyStructSequence_Desc version_info_desc
1894Python/sysmodule.c-version_info_fieldsvariablestatic PyStructSequence_Field version_info_fields[]
1895Python/sysmodule.c-VersionInfoTypevariablestatic PyTypeObject VersionInfoType
1896Modules/posixmodule.c-waitid_result_descvariablestatic PyStructSequence_Desc waitid_result_desc
1897Modules/posixmodule.c-waitid_result_fieldsvariablestatic PyStructSequence_Field waitid_result_fields[]
1898Modules/posixmodule.c-WaitidResultTypevariablestatic PyTypeObject* WaitidResultType
1899Modules/signalmodule.c-wakeupvariablestatic volatile struct { SOCKET_T fd; int warn_on_full_buffer; int use_send; } wakeup
1900Python/_warnings.c-warnings_functionsvariablestatic PyMethodDef warnings_functions[]
1901Python/_warnings.c-warningsmodulevariablestatic struct PyModuleDef warningsmodule
1902Modules/_weakref.c-weakref_functionsvariablestatic PyMethodDef weakref_functions
1903Objects/weakrefobject.c-weakref_membersvariablestatic PyMemberDef weakref_members[]
1904Modules/_weakref.c-weakrefmodulevariablestatic struct PyModuleDef weakrefmodule
1905Python/sysmodule.c-whatstringsvariablestatic PyObject *whatstrings[8]
1906Python/Python-ast.c-While_fieldsvariablestatic const char *While_fields[]
1907Python/Python-ast.c-While_typevariablestatic PyTypeObject *While_type
1908Python/Python-ast.c-With_fieldsvariablestatic const char *With_fields[]
1909Python/Python-ast.c-withitem_fieldsvariablestatic const char *withitem_fields[]
1910Python/Python-ast.c-withitem_typevariablestatic PyTypeObject *withitem_type
1911Python/Python-ast.c-With_typevariablestatic PyTypeObject *With_type
1912Objects/descrobject.c-wrapperdescr_getsetvariablestatic PyGetSetDef wrapperdescr_getset[]
1913Objects/descrobject.c-wrapper_getsetsvariablestatic PyGetSetDef wrapper_getsets[]
1914Objects/descrobject.c-wrapper_membersvariablestatic PyMemberDef wrapper_members[]
1915Objects/descrobject.c-wrapper_methodsvariablestatic PyMethodDef wrapper_methods
1916Modules/_threadmodule.clocal_newwr_callback_defvariablestatic PyMethodDef wr_callback_def
1917Modules/xxsubtype.c-xxsubtype_functionsvariablestatic PyMethodDef xxsubtype_functions[]
1918Modules/xxsubtype.c-xxsubtypemodulevariablestatic struct PyModuleDef xxsubtypemodule
1919Modules/xxsubtype.c-xxsubtype_slotsvariablestatic struct PyModuleDef_Slot xxsubtype_slots[]
1920Python/Python-ast.c-Yield_fieldsvariablestatic const char *Yield_fields[]
1921Python/Python-ast.c-YieldFrom_fieldsvariablestatic const char *YieldFrom_fields[]
1922Python/Python-ast.c-YieldFrom_typevariablestatic PyTypeObject *YieldFrom_type
1923Python/Python-ast.c-Yield_typevariablestatic PyTypeObject *Yield_type
1924Modules/itertoolsmodule.c-zip_longest_methodsvariablestatic PyMethodDef zip_longest_methods
1925Modules/itertoolsmodule.c-ziplongest_typevariablestatic PyTypeObject ziplongest_type
1926Python/bltinmodule.c-zip_methodsvariablestatic PyMethodDef zip_methods