• Home
  • Raw
  • Download

Lines Matching refs:static

3 Objects/obmalloc.c:_PyMem                                        static PyMemAllocatorEx _PyMem
4 Objects/obmalloc.c:_PyMem_Debug static struct { debug_alloc_api_t …
5 Objects/obmalloc.c:_PyMem_Raw static PyMemAllocatorEx _PyMem_Raw
6 Objects/obmalloc.c:_PyObject static PyMemAllocatorEx _PyObject
7 Objects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyO…
9 Objects/obmalloc.c:arenas static struct arena_object* arenas
10 Objects/obmalloc.c:maxarenas static uint maxarenas
11 Objects/obmalloc.c:narenas_currently_allocated static size_t narenas_currently_al…
12 Objects/obmalloc.c:narenas_highwater static size_t narenas_highwater
13 Objects/obmalloc.c:nfp2lasta static struct arena_object* nfp2la…
14 Objects/obmalloc.c:ntimes_arena_allocated static size_t ntimes_arena_allocat…
15 Objects/obmalloc.c:unused_arena_objects static struct arena_object* unused…
16 Objects/obmalloc.c:usable_arenas static struct arena_object* usable…
17 Objects/obmalloc.c:usedpools static poolp usedpools[2 * ((NB_SM…
18 Objects/obmalloc.c:new_arena():debug_stats static int debug_stats
22 Modules/_abc.c:abc_invalidation_counter static unsigned long long abc_inva…
28 Objects/dictobject.c:empty_keys_struct static PyDictKeysObject empty_keys…
36 Objects/dictobject.c:keys_free_list static PyDictKeysObject *keys_free…
37 Objects/dictobject.c:numfreekeys static int numfreekeys
41 Modules/_tracemalloc.c:allocators static struct { PyMemAllocatorEx m…
42 Modules/_tracemalloc.c:tables_lock static PyThread_type_lock tables_l…
43 Modules/_tracemalloc.c:tracemalloc_filenames static _Py_hashtable_t *tracemallo…
44 Modules/_tracemalloc.c:tracemalloc_peak_traced_memory static size_t tracemalloc_peak_tra…
45 Modules/_tracemalloc.c:tracemalloc_reentrant_key static Py_tss_t tracemalloc_reentr…
46 Modules/_tracemalloc.c:tracemalloc_tracebacks static _Py_hashtable_t *tracemallo…
47 Modules/_tracemalloc.c:tracemalloc_traced_memory static size_t tracemalloc_traced_m…
48 Modules/_tracemalloc.c:tracemalloc_traces static _Py_hashtable_t *tracemallo…
49 Modules/faulthandler.c:old_stack static stack_t old_stack
50 Modules/faulthandler.c:stack static stack_t stack
51 Modules/faulthandler.c:faulthandler_dump_traceback():reentrant static volatile int reentrant
52 Modules/posixmodule.c:initialized static int initialized
53 Modules/signalmodule.c:initialized static int initialized
54 Modules/timemodule.c:initialized static int initialized
55 Objects/dictobject.c:pydict_global_version static uint64_t pydict_global_vers…
56 Objects/floatobject.c:detected_double_format static float_format_type detected_…
57 Objects/floatobject.c:detected_float_format static float_format_type detected_…
58 Objects/floatobject.c:double_format static float_format_type double_fo…
59 Objects/floatobject.c:float_format static float_format_type
62 Objects/moduleobject.c:max_module_number static Py_ssize_t max_module_number
66 Objects/typeobject.c:next_version_tag static unsigned int next_version_t…
67 Python/Python-ast.c:init_types():initialized static int initialized
68 Python/bootstrap_hash.c:urandom_cache static struct { int fd; dev_t st_d…
69 Python/ceval.c:lltrace static int lltrace
70 Python/ceval.c:make_pending_calls():busy static int busy
71 Python/dynload_shlib.c:handles static struct { dev_t dev; ino_t i…
72 Python/dynload_shlib.c:nhandles static int nhandles
73 Python/import.c:import_lock static PyThread_type_lock import_l…
74 Python/import.c:import_lock_level static int import_lock_level
75 Python/import.c:import_lock_thread static unsigned long import_lock_t…
76 Python/import.c:import_find_and_load():accumulated static _PyTime_t accumulated
77 Python/import.c:import_find_and_load():header static int header
78 Python/import.c:import_find_and_load():import_level static int import_level
80 Python/pylifecycle.c:fatal_error():reentrant static int reentrant
87 Modules/_collectionsmodule.c:freeblocks static block *freeblocks[MAXFREEBL…
88 Modules/_collectionsmodule.c:numfreeblocks static Py_ssize_t numfreeblocks
89 Objects/dictobject.c:free_list static PyDictObject *free_list[PyD…
90 Objects/dictobject.c:numfree static int numfree
91 Objects/exceptions.c:memerrors_freelist static PyBaseExceptionObject *meme…
92 Objects/exceptions.c:memerrors_numfree static int memerrors_numfree
93 Objects/floatobject.c:free_list static PyFloatObject *free_list
94 Objects/floatobject.c:numfree static int numfree
95 Objects/frameobject.c:free_list static PyFrameObject *free_list
96 Objects/frameobject.c:numfree static int numfree
97 Objects/genobject.c:ag_asend_freelist static PyAsyncGenASend *ag_asend_f…
98 Objects/genobject.c:ag_asend_freelist_free static int ag_asend_freelist_free
99 Objects/genobject.c:ag_value_freelist static _PyAsyncGenWrappedValue *ag…
100 Objects/genobject.c:ag_value_freelist_free static int ag_value_freelist_free
101 Objects/listobject.c:free_list static PyListObject *free_list[PyL…
102 Objects/listobject.c:numfree static int numfree
103 Objects/tupleobject.c:free_list static PyTupleObject *free_list[Py…
104 Objects/tupleobject.c:numfree static int numfree[PyTuple_MAXSAVE…
105 Python/context.c:ctx_freelist static PyContext *ctx_freelist
106 Python/context.c:ctx_freelist_len static int ctx_freelist_len
110 Objects/boolobject.c:_Py_FalseStruct static struct _longobject _Py_Fals…
111 Objects/boolobject.c:_Py_TrueStruct static struct _longobject _Py_True…
112 Objects/boolobject.c:false_str static PyObject *false_str
113 Objects/boolobject.c:true_str static PyObject *true_str
120 Modules/_functoolsmodule.c:kwd_mark static PyObject *kwd_mark
121 Modules/_localemodule.c:Error static PyObject *Error
122 Modules/_threadmodule.c:ThreadError static PyObject *ThreadError
123 Modules/_tracemalloc.c:unknown_filename static PyObject *unknown_filename
124 Modules/signalmodule.c:DefaultHandler static PyObject *DefaultHandler
125 Modules/signalmodule.c:IgnoreHandler static PyObject *IgnoreHandler
126 Modules/signalmodule.c:IntHandler static PyObject *IntHandler
127 Modules/signalmodule.c:ItimerError static PyObject *ItimerError
128 Objects/exceptions.c:errnomap static PyObject *errnomap
132 Modules/_tracemalloc.c:tracemalloc_traceback static traceback_t *tracemalloc_tr…
133 Modules/faulthandler.c:fatal_error static struct { int enabled; PyObj…
134 Modules/faulthandler.c:thread static struct { PyObject *file; in…
135 Modules/signalmodule.c:Handlers static volatile struct { _Py_atomi…
136 Objects/setobject.c:_dummy_struct static PyObject _dummy_struct
140 Modules/posixmodule.c:posix_putenv_garbage static PyObject *posix_putenv_garb…
141 Objects/sliceobject.c:slice_cache static PySliceObject *slice_cache
142 Objects/typeobject.c:method_cache static struct method_cache_entry m…
143 Objects/unicodeobject.c:interned static PyObject *interned
144 Python/import.c:extensions static PyObject *extensions
149 Modules/_io/bufferedio.c:_PyIO_trap_eintr():eintr_int static PyObject *eintr_int
150 Modules/posixmodule.c:billion static PyObject *billion
151 Modules/posixmodule.c:wait_helper():struct_rusage static PyObject *struct_rusage
152 Objects/bytesobject.c:characters static PyBytesObject *characters[U…
153 Objects/bytesobject.c:nullstring static PyBytesObject *nullstring
154 Objects/codeobject.c:PyCode_NewEmpty():nulltuple static PyObject *nulltuple
155 Objects/dictobject.c:empty_values static PyObject *empty_values[1]
156 Objects/listobject.c:indexerr static PyObject *indexerr
157 Objects/longobject.c:small_ints static PyLongObject small_ints[NSM…
158 Objects/setobject.c:emptyfrozenset static PyObject *emptyfrozenset
159 Python/context.c:_token_missing static PyObject *_token_missing
160 Python/hamt.c:_empty_hamt static PyHamtObject *_empty_hamt
190 Modules/_threadmodule.c:str_dict static PyObject *str_dict
191 Modules/gcmodule.c:gc_str static PyObject *gc_str
192 Objects/classobject.c:instancemethod_get_doc():docstr static PyObject *docstr
193 Objects/classobject.c:method_get_doc():docstr static PyObject *docstr
194 Objects/codeobject.c:PyCode_NewEmpty():emptystring static PyObject *emptystring
195 Objects/exceptions.c:_check_for_legacy_statements():exec_prefix static PyObject *exec_prefix
196 Objects/exceptions.c:_check_for_legacy_statements():print_prefix static PyObject *print_prefix
197 Objects/funcobject.c:PyFunction_NewWithQualName():__name__ static PyObject *__name__
198 Objects/typeobject.c:object___reduce_ex___impl():objreduce static PyObject *objreduce
199 Objects/typeobject.c:resolve_slotdups():pname static PyObject *pname
200 Objects/unicodeobject.c:unicode_empty static PyObject *unicode_empty
201 Objects/unicodeobject.c:unicode_latin1 static PyObject *unicode_latin1[25…
202 Python/_warnings.c:is_internal_frame():bootstrap_string static PyObject *bootstrap_string
203 Python/_warnings.c:is_internal_frame():importlib_string static PyObject *importlib_string
204 Python/ast.c:u_kind static PyObject *u_kind
205 Python/ast_unparse.c:_str_close_br static PyObject *_str_close_br
206 Python/ast_unparse.c:_str_dbl_close_br static PyObject *_str_dbl_close_br
207 Python/ast_unparse.c:_str_dbl_open_br static PyObject *_str_dbl_open_br
208 Python/ast_unparse.c:_str_open_br static PyObject *_str_open_br
209 Python/compile.c:__annotations__ static PyObject *__annotations__
210 Python/compile.c:__doc__ static PyObject *__doc__
211 Python/compile.c:compiler_dictcomp():name static identifier name
212 Python/compile.c:compiler_from_import():empty_string static PyObject *empty_string
213 Python/compile.c:compiler_genexp():name static identifier name
214 Python/compile.c:compiler_lambda():name static identifier name
215 Python/compile.c:compiler_listcomp():name static identifier name
216 Python/compile.c:compiler_setcomp():name static identifier name
217 Python/compile.c:compiler_visit_annotations():return_str static identifier return_str
218 Python/import.c:PyImport_Import():builtins_str static PyObject *builtins_str
219 Python/import.c:PyImport_Import():import_str static PyObject *import_str
220 Python/import.c:PyImport_Import():silly_list static PyObject *silly_list
221 Python/sysmodule.c:whatstrings static PyObject *whatstrings[8]
222 Python/sysmodule.c:sys_displayhook():newline static PyObject *newline
603 Objects/typeobject.c:name_op static _Py_Identifier name_op[]
604 Objects/unicodeobject.c:static_strings static _Py_Identifier *static_stri…
608 Modules/_abc.c:_abc_data_type static PyTypeObject _abc_data_type
611 Modules/_collectionsmodule.c:defdict_type static PyTypeObject defdict_type
612 Modules/_collectionsmodule.c:deque_type static PyTypeObject deque_type
613 Modules/_collectionsmodule.c:dequeiter_type static PyTypeObject dequeiter_type
614 Modules/_collectionsmodule.c:dequereviter_type static PyTypeObject dequereviter_t…
615 Modules/_collectionsmodule.c:tuplegetter_type static PyTypeObject tuplegetter_ty…
616 Modules/_functoolsmodule.c:keyobject_type static PyTypeObject keyobject_type
617 Modules/_functoolsmodule.c:lru_cache_type static PyTypeObject lru_cache_type
618 Modules/_functoolsmodule.c:lru_list_elem_type static PyTypeObject lru_list_elem_…
619 Modules/_functoolsmodule.c:partial_type static PyTypeObject partial_type
634 Modules/_operator.c:attrgetter_type static PyTypeObject attrgetter_type
635 Modules/_operator.c:itemgetter_type static PyTypeObject itemgetter_type
636 Modules/_operator.c:methodcaller_type static PyTypeObject methodcaller_t…
637 Modules/_sre.c:Match_Type static PyTypeObject Match_Type
638 Modules/_sre.c:Pattern_Type static PyTypeObject Pattern_Type
639 Modules/_sre.c:Scanner_Type static PyTypeObject Scanner_Type
640 Modules/_threadmodule.c:ExceptHookArgsType static PyTypeObject ExceptHookArgs…
641 Modules/_threadmodule.c:Locktype static PyTypeObject Locktype
642 Modules/_threadmodule.c:RLocktype static PyTypeObject RLocktype
643 Modules/_threadmodule.c:localdummytype static PyTypeObject localdummytype
644 Modules/_threadmodule.c:localtype static PyTypeObject localtype
645 Modules/itertoolsmodule.c:_grouper_type static PyTypeObject _grouper_type
646 Modules/itertoolsmodule.c:accumulate_type static PyTypeObject accumulate_type
647 Modules/itertoolsmodule.c:chain_type static PyTypeObject chain_type
648 Modules/itertoolsmodule.c:combinations_type static PyTypeObject combinations_t…
649 Modules/itertoolsmodule.c:compress_type static PyTypeObject compress_type
650 Modules/itertoolsmodule.c:count_type static PyTypeObject count_type
651 Modules/itertoolsmodule.c:cwr_type static PyTypeObject cwr_type
652 Modules/itertoolsmodule.c:cycle_type static PyTypeObject cycle_type
653 Modules/itertoolsmodule.c:dropwhile_type static PyTypeObject dropwhile_type
654 Modules/itertoolsmodule.c:filterfalse_type static PyTypeObject filterfalse_ty…
655 Modules/itertoolsmodule.c:groupby_type static PyTypeObject groupby_type
656 Modules/itertoolsmodule.c:islice_type static PyTypeObject islice_type
657 Modules/itertoolsmodule.c:permutations_type static PyTypeObject permutations_t…
658 Modules/itertoolsmodule.c:product_type static PyTypeObject product_type
659 Modules/itertoolsmodule.c:repeat_type static PyTypeObject repeat_type
660 Modules/itertoolsmodule.c:starmap_type static PyTypeObject starmap_type
661 Modules/itertoolsmodule.c:takewhile_type static PyTypeObject takewhile_type
662 Modules/itertoolsmodule.c:tee_type static PyTypeObject tee_type
663 Modules/itertoolsmodule.c:teedataobject_type static PyTypeObject teedataobject_…
664 Modules/itertoolsmodule.c:ziplongest_type static PyTypeObject ziplongest_type
665 Modules/posixmodule.c:DirEntryType static PyTypeObject DirEntryType
666 Modules/posixmodule.c:ScandirIteratorType static PyTypeObject ScandirIterato…
667 Modules/posixmodule.c:SchedParamType static PyTypeObject* SchedParamType
668 Modules/posixmodule.c:StatResultType static PyTypeObject* StatResultType
669 Modules/posixmodule.c:StatVFSResultType static PyTypeObject* StatVFSResult…
670 Modules/posixmodule.c:TerminalSizeType static PyTypeObject* TerminalSizeT…
671 Modules/posixmodule.c:TimesResultType static PyTypeObject* TimesResultTy…
672 Modules/posixmodule.c:UnameResultType static PyTypeObject* UnameResultTy…
673 Modules/posixmodule.c:WaitidResultType static PyTypeObject* WaitidResultT…
674 Modules/signalmodule.c:SiginfoType static PyTypeObject SiginfoType
675 Modules/timemodule.c:StructTimeType static PyTypeObject StructTimeType
676 Modules/xxsubtype.c:spamdict_type static PyTypeObject spamdict_type
677 Modules/xxsubtype.c:spamlist_type static PyTypeObject spamlist_type
709 Objects/exceptions.c:PyExc_ArithmeticError static PyTypeObject PyExc_Arithmet…
710 Objects/exceptions.c:PyExc_AssertionError static PyTypeObject PyExc_Assertio…
711 Objects/exceptions.c:PyExc_AttributeError static PyTypeObject PyExc_Attribut…
712 Objects/exceptions.c:PyExc_BaseException static PyTypeObject PyExc_BaseExce…
713 Objects/exceptions.c:PyExc_BlockingIOError static PyTypeObject PyExc_Blocking…
714 Objects/exceptions.c:PyExc_BrokenPipeError static PyTypeObject PyExc_BrokenPi…
715 Objects/exceptions.c:PyExc_BufferError static PyTypeObject PyExc_BufferEr…
716 Objects/exceptions.c:PyExc_BytesWarning static PyTypeObject PyExc_BytesWar…
717 Objects/exceptions.c:PyExc_ChildProcessError static PyTypeObject PyExc_ChildPro…
718 Objects/exceptions.c:PyExc_ConnectionAbortedError static PyTypeObject PyExc_Connecti…
719 Objects/exceptions.c:PyExc_ConnectionError static PyTypeObject PyExc_Connecti…
720 Objects/exceptions.c:PyExc_ConnectionRefusedError static PyTypeObject PyExc_Connecti…
721 Objects/exceptions.c:PyExc_ConnectionResetError static PyTypeObject PyExc_Connecti…
722 Objects/exceptions.c:PyExc_DeprecationWarning static PyTypeObject PyExc_Deprecat…
723 Objects/exceptions.c:PyExc_EOFError static PyTypeObject PyExc_EOFError
724 Objects/exceptions.c:PyExc_EnvironmentError static PyTypeObject PyExc_Environm…
725 Objects/exceptions.c:PyExc_Exception static PyTypeObject PyExc_Exception
726 Objects/exceptions.c:PyExc_FileExistsError static PyTypeObject PyExc_FileExis…
727 Objects/exceptions.c:PyExc_FileNotFoundError static PyTypeObject PyExc_FileNotF…
728 Objects/exceptions.c:PyExc_FloatingPointError static PyTypeObject PyExc_Floating…
729 Objects/exceptions.c:PyExc_FutureWarning static PyTypeObject PyExc_FutureWa…
730 Objects/exceptions.c:PyExc_GeneratorExit static PyTypeObject PyExc_Generato…
731 Objects/exceptions.c:PyExc_IOError static PyTypeObject PyExc_IOError
732 Objects/exceptions.c:PyExc_ImportError static PyTypeObject PyExc_ImportEr…
733 Objects/exceptions.c:PyExc_ImportWarning static PyTypeObject PyExc_ImportWa…
734 Objects/exceptions.c:PyExc_IndentationError static PyTypeObject PyExc_Indentat…
735 Objects/exceptions.c:PyExc_IndexError static PyTypeObject PyExc_IndexErr…
736 Objects/exceptions.c:PyExc_InterruptedError static PyTypeObject PyExc_Interrup…
737 Objects/exceptions.c:PyExc_IsADirectoryError static PyTypeObject PyExc_IsADirec…
738 Objects/exceptions.c:PyExc_KeyError static PyTypeObject PyExc_KeyError
739 Objects/exceptions.c:PyExc_KeyboardInterrupt static PyTypeObject PyExc_Keyboard…
740 Objects/exceptions.c:PyExc_LookupError static PyTypeObject PyExc_LookupEr…
741 Objects/exceptions.c:PyExc_MemoryError static PyTypeObject PyExc_MemoryEr…
742 Objects/exceptions.c:PyExc_ModuleNotFoundError static PyTypeObject PyExc_ModuleNo…
743 Objects/exceptions.c:PyExc_NameError static PyTypeObject PyExc_NameError
744 Objects/exceptions.c:PyExc_NotADirectoryError static PyTypeObject PyExc_NotADire…
745 Objects/exceptions.c:PyExc_NotImplementedError static PyTypeObject PyExc_NotImple…
746 Objects/exceptions.c:PyExc_OSError static PyTypeObject PyExc_OSError
747 Objects/exceptions.c:PyExc_OverflowError static PyTypeObject PyExc_Overflow…
748 Objects/exceptions.c:PyExc_PendingDeprecationWarning static PyTypeObject PyExc_PendingD…
749 Objects/exceptions.c:PyExc_PermissionError static PyTypeObject PyExc_Permissi…
750 Objects/exceptions.c:PyExc_ProcessLookupError static PyTypeObject PyExc_ProcessL…
751 Objects/exceptions.c:PyExc_RecursionError static PyTypeObject PyExc_Recursio…
752 Objects/exceptions.c:PyExc_ReferenceError static PyTypeObject PyExc_Referenc…
753 Objects/exceptions.c:PyExc_ResourceWarning static PyTypeObject PyExc_Resource…
754 Objects/exceptions.c:PyExc_RuntimeError static PyTypeObject PyExc_RuntimeE…
755 Objects/exceptions.c:PyExc_RuntimeWarning static PyTypeObject PyExc_RuntimeW…
756 Objects/exceptions.c:PyExc_StopAsyncIteration static PyTypeObject PyExc_StopAsyn…
757 Objects/exceptions.c:PyExc_StopIteration static PyTypeObject PyExc_StopIter…
758 Objects/exceptions.c:PyExc_SyntaxError static PyTypeObject PyExc_SyntaxEr…
759 Objects/exceptions.c:PyExc_SyntaxWarning static PyTypeObject PyExc_SyntaxWa…
760 Objects/exceptions.c:PyExc_SystemError static PyTypeObject PyExc_SystemEr…
761 Objects/exceptions.c:PyExc_SystemExit static PyTypeObject PyExc_SystemEx…
762 Objects/exceptions.c:PyExc_TabError static PyTypeObject PyExc_TabError
763 Objects/exceptions.c:PyExc_TimeoutError static PyTypeObject PyExc_TimeoutE…
764 Objects/exceptions.c:PyExc_TypeError static PyTypeObject PyExc_TypeError
765 Objects/exceptions.c:PyExc_UnboundLocalError static PyTypeObject PyExc_UnboundL…
766 Objects/exceptions.c:PyExc_UnicodeDecodeError static PyTypeObject PyExc_UnicodeD…
767 Objects/exceptions.c:PyExc_UnicodeEncodeError static PyTypeObject PyExc_UnicodeE…
768 Objects/exceptions.c:PyExc_UnicodeError static PyTypeObject PyExc_UnicodeE…
769 Objects/exceptions.c:PyExc_UnicodeTranslateError static PyTypeObject PyExc_UnicodeT…
770 Objects/exceptions.c:PyExc_UnicodeWarning static PyTypeObject PyExc_UnicodeW…
771 Objects/exceptions.c:PyExc_UserWarning static PyTypeObject PyExc_UserWarn…
772 Objects/exceptions.c:PyExc_ValueError static PyTypeObject PyExc_ValueErr…
773 Objects/exceptions.c:PyExc_Warning static PyTypeObject PyExc_Warning
774 Objects/exceptions.c:PyExc_ZeroDivisionError static PyTypeObject PyExc_ZeroDivi…
775 Objects/exceptions.c:_PyExc_ArithmeticError static PyTypeObject _PyExc_Arithme…
776 Objects/exceptions.c:_PyExc_AssertionError static PyTypeObject _PyExc_Asserti…
777 Objects/exceptions.c:_PyExc_AttributeError static PyTypeObject _PyExc_Attribu…
778 Objects/exceptions.c:_PyExc_BaseException static PyTypeObject _PyExc_BaseExc…
779 Objects/exceptions.c:_PyExc_BlockingIOError static PyTypeObject _PyExc_Blockin…
780 Objects/exceptions.c:_PyExc_BrokenPipeError static PyTypeObject _PyExc_BrokenP…
781 Objects/exceptions.c:_PyExc_BufferError static PyTypeObject _PyExc_BufferE…
782 Objects/exceptions.c:_PyExc_BytesWarning static PyTypeObject _PyExc_BytesWa…
783 Objects/exceptions.c:_PyExc_ChildProcessError static PyTypeObject _PyExc_ChildPr…
784 Objects/exceptions.c:_PyExc_ConnectionAbortedError static PyTypeObject _PyExc_Connect…
785 Objects/exceptions.c:_PyExc_ConnectionError static PyTypeObject _PyExc_Connect…
786 Objects/exceptions.c:_PyExc_ConnectionRefusedError static PyTypeObject _PyExc_Connect…
787 Objects/exceptions.c:_PyExc_ConnectionResetError static PyTypeObject _PyExc_Connect…
788 Objects/exceptions.c:_PyExc_DeprecationWarning static PyTypeObject _PyExc_Depreca…
789 Objects/exceptions.c:_PyExc_EOFError static PyTypeObject _PyExc_EOFError
790 Objects/exceptions.c:_PyExc_Exception static PyTypeObject _PyExc_Excepti…
791 Objects/exceptions.c:_PyExc_FileExistsError static PyTypeObject _PyExc_FileExi…
792 Objects/exceptions.c:_PyExc_FileNotFoundError static PyTypeObject _PyExc_FileNot…
793 Objects/exceptions.c:_PyExc_FloatingPointError static PyTypeObject _PyExc_Floatin…
794 Objects/exceptions.c:_PyExc_FutureWarning static PyTypeObject _PyExc_FutureW…
795 Objects/exceptions.c:_PyExc_GeneratorExit static PyTypeObject _PyExc_Generat…
796 Objects/exceptions.c:_PyExc_ImportError static PyTypeObject _PyExc_ImportE…
797 Objects/exceptions.c:_PyExc_ImportWarning static PyTypeObject _PyExc_ImportW…
798 Objects/exceptions.c:_PyExc_IndentationError static PyTypeObject _PyExc_Indenta…
799 Objects/exceptions.c:_PyExc_IndexError static PyTypeObject _PyExc_IndexEr…
800 Objects/exceptions.c:_PyExc_InterruptedError static PyTypeObject _PyExc_Interru…
801 Objects/exceptions.c:_PyExc_IsADirectoryError static PyTypeObject _PyExc_IsADire…
802 Objects/exceptions.c:_PyExc_KeyError static PyTypeObject _PyExc_KeyError
803 Objects/exceptions.c:_PyExc_KeyboardInterrupt static PyTypeObject _PyExc_Keyboar…
804 Objects/exceptions.c:_PyExc_LookupError static PyTypeObject _PyExc_LookupE…
805 Objects/exceptions.c:_PyExc_MemoryError static PyTypeObject _PyExc_MemoryE…
806 Objects/exceptions.c:_PyExc_ModuleNotFoundError static PyTypeObject _PyExc_ModuleN…
807 Objects/exceptions.c:_PyExc_NameError static PyTypeObject _PyExc_NameErr…
808 Objects/exceptions.c:_PyExc_NotADirectoryError static PyTypeObject _PyExc_NotADir…
809 Objects/exceptions.c:_PyExc_NotImplementedError static PyTypeObject _PyExc_NotImpl…
810 Objects/exceptions.c:_PyExc_OSError static PyTypeObject _PyExc_OSError
811 Objects/exceptions.c:_PyExc_OverflowError static PyTypeObject _PyExc_Overflo…
812 Objects/exceptions.c:_PyExc_PendingDeprecationWarning static PyTypeObject _PyExc_Pending…
813 Objects/exceptions.c:_PyExc_PermissionError static PyTypeObject _PyExc_Permiss…
814 Objects/exceptions.c:_PyExc_ProcessLookupError static PyTypeObject _PyExc_Process…
815 Objects/exceptions.c:_PyExc_RecursionError static PyTypeObject _PyExc_Recursi…
816 Objects/exceptions.c:_PyExc_ReferenceError static PyTypeObject _PyExc_Referen…
817 Objects/exceptions.c:_PyExc_ResourceWarning static PyTypeObject _PyExc_Resourc…
818 Objects/exceptions.c:_PyExc_RuntimeError static PyTypeObject _PyExc_Runtime…
819 Objects/exceptions.c:_PyExc_RuntimeWarning static PyTypeObject _PyExc_Runtime…
820 Objects/exceptions.c:_PyExc_StopAsyncIteration static PyTypeObject _PyExc_StopAsy…
821 Objects/exceptions.c:_PyExc_StopIteration static PyTypeObject _PyExc_StopIte…
822 Objects/exceptions.c:_PyExc_SyntaxError static PyTypeObject _PyExc_SyntaxE…
823 Objects/exceptions.c:_PyExc_SyntaxWarning static PyTypeObject _PyExc_SyntaxW…
824 Objects/exceptions.c:_PyExc_SystemError static PyTypeObject _PyExc_SystemE…
825 Objects/exceptions.c:_PyExc_SystemExit static PyTypeObject _PyExc_SystemE…
826 Objects/exceptions.c:_PyExc_TabError static PyTypeObject _PyExc_TabError
827 Objects/exceptions.c:_PyExc_TimeoutError static PyTypeObject _PyExc_Timeout…
828 Objects/exceptions.c:_PyExc_TypeError static PyTypeObject _PyExc_TypeErr…
829 Objects/exceptions.c:_PyExc_UnboundLocalError static PyTypeObject _PyExc_Unbound…
830 Objects/exceptions.c:_PyExc_UnicodeDecodeError static PyTypeObject _PyExc_Unicode…
831 Objects/exceptions.c:_PyExc_UnicodeEncodeError static PyTypeObject _PyExc_Unicode…
832 Objects/exceptions.c:_PyExc_UnicodeError static PyTypeObject _PyExc_Unicode…
833 Objects/exceptions.c:_PyExc_UnicodeTranslateError static PyTypeObject _PyExc_Unicode…
834 Objects/exceptions.c:_PyExc_UnicodeWarning static PyTypeObject _PyExc_Unicode…
835 Objects/exceptions.c:_PyExc_UserWarning static PyTypeObject _PyExc_UserWar…
836 Objects/exceptions.c:_PyExc_ValueError static PyTypeObject _PyExc_ValueEr…
837 Objects/exceptions.c:_PyExc_Warning static PyTypeObject _PyExc_Warning
838 Objects/exceptions.c:_PyExc_ZeroDivisionError static PyTypeObject _PyExc_ZeroDiv…
840 Objects/floatobject.c:FloatInfoType static PyTypeObject FloatInfoType
859 Objects/longobject.c:Int_InfoType static PyTypeObject Int_InfoType
881 Objects/setobject.c:_PySetDummy_Type static PyTypeObject _PySetDummy_Ty…
884 Objects/stringlib/unicode_format.h:PyFieldNameIter_Type static PyTypeObject PyFieldNameIte…
885 Objects/stringlib/unicode_format.h:PyFormatterIter_Type static PyTypeObject PyFormatterIte…
891 Objects/unicodeobject.c:EncodingMapType static PyTypeObject EncodingMapType
904 Python/errors.c:UnraisableHookArgsType static PyTypeObject UnraisableHook…
913 Python/sysmodule.c:AsyncGenHooksType static PyTypeObject AsyncGenHooksT…
914 Python/sysmodule.c:FlagsType static PyTypeObject FlagsType
915 Python/sysmodule.c:Hash_InfoType static PyTypeObject Hash_InfoType
916 Python/sysmodule.c:VersionInfoType static PyTypeObject VersionInfoType
917 Python/thread.c:ThreadInfoType static PyTypeObject ThreadInfoType
922 Modules/_blake2/clinic/blake2b_impl.c.h:py_blake2b_new():_parser static _PyArg_Parser _parser
923 Modules/_blake2/clinic/blake2s_impl.c.h:py_blake2s_new():_parser static _PyArg_Parser _parser
924 Modules/_io/clinic/_iomodule.c.h:_io_open():_parser static _PyArg_Parser _parser
925 Modules/_io/clinic/_iomodule.c.h:_io_open_code():_parser static _PyArg_Parser _parser
926 Modules/_io/clinic/bufferedio.c.h:_io_BufferedRandom___init__():_parser static _PyArg_Parser _parser
927 Modules/_io/clinic/bufferedio.c.h:_io_BufferedReader___init__():_parser static _PyArg_Parser _parser
928 Modules/_io/clinic/bufferedio.c.h:_io_BufferedWriter___init__():_parser static _PyArg_Parser _parser
929 Modules/_io/clinic/bytesio.c.h:_io_BytesIO___init__():_parser static _PyArg_Parser _parser
930 Modules/_io/clinic/fileio.c.h:_io_FileIO___init__():_parser static _PyArg_Parser _parser
931 Modules/_io/clinic/stringio.c.h:_io_StringIO___init__():_parser static _PyArg_Parser _parser
932 Modules/_io/clinic/textio.c.h:_io_IncrementalNewlineDecoder___init__():_parser static _PyArg_Parser…
933 Modules/_io/clinic/textio.c.h:_io_IncrementalNewlineDecoder_decode():_parser static _PyArg_Parser _…
934 Modules/_io/clinic/textio.c.h:_io_TextIOWrapper___init__():_parser static _PyArg_Parser _parser
935 Modules/_io/clinic/textio.c.h:_io_TextIOWrapper_reconfigure():_parser static _PyArg_Parser _parser
936 Modules/_io/clinic/winconsoleio.c.h:_io__WindowsConsoleIO___init__():_parser static _PyArg_Parser _…
937 Modules/_multiprocessing/clinic/posixshmem.c.h:_posixshmem_shm_open():_parser static _PyArg_Parser …
938 Modules/_multiprocessing/clinic/posixshmem.c.h:_posixshmem_shm_unlink():_parser static _PyArg_Parse…
939 Modules/cjkcodecs/clinic/multibytecodec.c.h:_multibytecodec_MultibyteCodec_decode():_parser static
940 Modules/cjkcodecs/clinic/multibytecodec.c.h:_multibytecodec_MultibyteCodec_encode():_parser static
941 …tecodec.c.h:_multibytecodec_MultibyteIncrementalDecoder_decode():_parser static _PyArg_Parser _par…
942 …tecodec.c.h:_multibytecodec_MultibyteIncrementalEncoder_encode():_parser static _PyArg_Parser _par…
943 Modules/clinic/_asynciomodule.c.h:_asyncio_Future___init__():_parser static _PyArg_Parser _parser
944 Modules/clinic/_asynciomodule.c.h:_asyncio_Future_add_done_callback():_parser static _PyArg_Parser …
945 Modules/clinic/_asynciomodule.c.h:_asyncio_Task___init__():_parser static _PyArg_Parser _parser
946 Modules/clinic/_asynciomodule.c.h:_asyncio_Task_all_tasks():_parser static _PyArg_Parser _parser
947 Modules/clinic/_asynciomodule.c.h:_asyncio_Task_current_task():_parser static _PyArg_Parser _parser
948 Modules/clinic/_asynciomodule.c.h:_asyncio_Task_get_stack():_parser static _PyArg_Parser _parser
949 Modules/clinic/_asynciomodule.c.h:_asyncio_Task_print_stack():_parser static _PyArg_Parser _parser
950 Modules/clinic/_asynciomodule.c.h:_asyncio__enter_task():_parser static _PyArg_Parser _parser
951 Modules/clinic/_asynciomodule.c.h:_asyncio__leave_task():_parser static _PyArg_Parser _parser
952 Modules/clinic/_asynciomodule.c.h:_asyncio__register_task():_parser static _PyArg_Parser _parser
953 Modules/clinic/_asynciomodule.c.h:_asyncio__unregister_task():_parser static _PyArg_Parser _parser
954 Modules/clinic/_bz2module.c.h:_bz2_BZ2Decompressor_decompress():_parser static _PyArg_Parser _parser
955 Modules/clinic/_codecsmodule.c.h:_codecs_decode():_parser static _PyArg_Parser _parser
956 Modules/clinic/_codecsmodule.c.h:_codecs_encode():_parser static _PyArg_Parser _parser
957 Modules/clinic/_cursesmodule.c.h:_curses_setupterm():_parser static _PyArg_Parser _parser
958 Modules/clinic/_datetimemodule.c.h:datetime_datetime_now():_parser static _PyArg_Parser _parser
959 Modules/clinic/_elementtree.c.h:_elementtree_Element_find():_parser static _PyArg_Parser _parser
960 Modules/clinic/_elementtree.c.h:_elementtree_Element_findall():_parser static _PyArg_Parser _parser
961 Modules/clinic/_elementtree.c.h:_elementtree_Element_findtext():_parser static _PyArg_Parser _parser
962 Modules/clinic/_elementtree.c.h:_elementtree_Element_get():_parser static _PyArg_Parser _parser
963 Modules/clinic/_elementtree.c.h:_elementtree_Element_getiterator():_parser static _PyArg_Parser _pa…
964 Modules/clinic/_elementtree.c.h:_elementtree_Element_iter():_parser static _PyArg_Parser _parser
965 Modules/clinic/_elementtree.c.h:_elementtree_Element_iterfind():_parser static _PyArg_Parser _parser
966 Modules/clinic/_elementtree.c.h:_elementtree_TreeBuilder___init__():_parser static _PyArg_Parser _p…
967 Modules/clinic/_elementtree.c.h:_elementtree_XMLParser___init__():_parser static _PyArg_Parser _par…
968 Modules/clinic/_hashopenssl.c.h:EVP_new():_parser static _PyArg_Parser _parser
969 Modules/clinic/_hashopenssl.c.h:_hashlib_hmac_digest():_parser static _PyArg_Parser _parser
970 Modules/clinic/_hashopenssl.c.h:_hashlib_scrypt():_parser static _PyArg_Parser _parser
971 Modules/clinic/_hashopenssl.c.h:pbkdf2_hmac():_parser static _PyArg_Parser _parser
972 Modules/clinic/_lzmamodule.c.h:_lzma_LZMADecompressor___init__():_parser static _PyArg_Parser _pars…
973 Modules/clinic/_lzmamodule.c.h:_lzma_LZMADecompressor_decompress():_parser static _PyArg_Parser _pa…
974 Modules/clinic/_opcode.c.h:_opcode_stack_effect():_parser static _PyArg_Parser _parser
975 Modules/clinic/_pickle.c.h:_pickle_Pickler___init__():_parser static _PyArg_Parser _parser
976 Modules/clinic/_pickle.c.h:_pickle_Unpickler___init__():_parser static _PyArg_Parser _parser
977 Modules/clinic/_pickle.c.h:_pickle_dump():_parser static _PyArg_Parser _parser
978 Modules/clinic/_pickle.c.h:_pickle_dumps():_parser static _PyArg_Parser _parser
979 Modules/clinic/_pickle.c.h:_pickle_load():_parser static _PyArg_Parser _parser
980 Modules/clinic/_pickle.c.h:_pickle_loads():_parser static _PyArg_Parser _parser
981 Modules/clinic/_queuemodule.c.h:_queue_SimpleQueue_get():_parser static _PyArg_Parser _parser
982 Modules/clinic/_queuemodule.c.h:_queue_SimpleQueue_put():_parser static _PyArg_Parser _parser
983 Modules/clinic/_queuemodule.c.h:_queue_SimpleQueue_put_nowait():_parser static _PyArg_Parser _parser
984 Modules/clinic/_sre.c.h:_sre_SRE_Match_expand():_parser static _PyArg_Parser _parser
985 Modules/clinic/_sre.c.h:_sre_SRE_Match_groupdict():_parser static _PyArg_Parser _parser
986 Modules/clinic/_sre.c.h:_sre_SRE_Match_groups():_parser static _PyArg_Parser _parser
987 Modules/clinic/_sre.c.h:_sre_SRE_Pattern_findall():_parser static _PyArg_Parser _parser
988 Modules/clinic/_sre.c.h:_sre_SRE_Pattern_finditer():_parser static _PyArg_Parser _parser
989 Modules/clinic/_sre.c.h:_sre_SRE_Pattern_fullmatch():_parser static _PyArg_Parser _parser
990 Modules/clinic/_sre.c.h:_sre_SRE_Pattern_match():_parser static _PyArg_Parser _parser
991 Modules/clinic/_sre.c.h:_sre_SRE_Pattern_scanner():_parser static _PyArg_Parser _parser
992 Modules/clinic/_sre.c.h:_sre_SRE_Pattern_search():_parser static _PyArg_Parser _parser
993 Modules/clinic/_sre.c.h:_sre_SRE_Pattern_split():_parser static _PyArg_Parser _parser
994 Modules/clinic/_sre.c.h:_sre_SRE_Pattern_sub():_parser static _PyArg_Parser _parser
995 Modules/clinic/_sre.c.h:_sre_SRE_Pattern_subn():_parser static _PyArg_Parser _parser
996 Modules/clinic/_sre.c.h:_sre_compile():_parser static _PyArg_Parser _parser
997 Modules/clinic/_ssl.c.h:_ssl__SSLContext__wrap_bio():_parser static _PyArg_Parser _parser
998 Modules/clinic/_ssl.c.h:_ssl__SSLContext__wrap_socket():_parser static _PyArg_Parser _parser
999 Modules/clinic/_ssl.c.h:_ssl__SSLContext_get_ca_certs():_parser static _PyArg_Parser _parser
1000 Modules/clinic/_ssl.c.h:_ssl__SSLContext_load_cert_chain():_parser static _PyArg_Parser _parser
1001 Modules/clinic/_ssl.c.h:_ssl__SSLContext_load_verify_locations():_parser static _PyArg_Parser _pars…
1002 Modules/clinic/_ssl.c.h:_ssl__SSLSocket_get_channel_binding():_parser static _PyArg_Parser _parser
1003 Modules/clinic/_ssl.c.h:_ssl_enum_certificates():_parser static _PyArg_Parser _parser
1004 Modules/clinic/_ssl.c.h:_ssl_enum_crls():_parser static _PyArg_Parser _parser
1005 Modules/clinic/_ssl.c.h:_ssl_txt2obj():_parser static _PyArg_Parser _parser
1006 Modules/clinic/_struct.c.h:Struct___init__():_parser static _PyArg_Parser _parser
1007 Modules/clinic/_struct.c.h:Struct_unpack_from():_parser static _PyArg_Parser _parser
1008 Modules/clinic/_struct.c.h:unpack_from():_parser static _PyArg_Parser _parser
1009 Modules/clinic/_winapi.c.h:_winapi_ConnectNamedPipe():_parser static _PyArg_Parser _parser
1010 Modules/clinic/_winapi.c.h:_winapi_GetFileType():_parser static _PyArg_Parser _parser
1011 Modules/clinic/_winapi.c.h:_winapi_ReadFile():_parser static _PyArg_Parser _parser
1012 Modules/clinic/_winapi.c.h:_winapi_WriteFile():_parser static _PyArg_Parser _parser
1013 Modules/clinic/binascii.c.h:binascii_a2b_qp():_parser static _PyArg_Parser _parser
1014 Modules/clinic/binascii.c.h:binascii_b2a_base64():_parser static _PyArg_Parser _parser
1015 Modules/clinic/binascii.c.h:binascii_b2a_hex():_parser static _PyArg_Parser _parser
1016 Modules/clinic/binascii.c.h:binascii_b2a_qp():_parser static _PyArg_Parser _parser
1017 Modules/clinic/binascii.c.h:binascii_b2a_uu():_parser static _PyArg_Parser _parser
1018 Modules/clinic/binascii.c.h:binascii_hexlify():_parser static _PyArg_Parser _parser
1019 Modules/clinic/cmathmodule.c.h:cmath_isclose():_parser static _PyArg_Parser _parser
1020 Modules/clinic/gcmodule.c.h:gc_collect():_parser static _PyArg_Parser _parser
1021 Modules/clinic/gcmodule.c.h:gc_get_objects():_parser static _PyArg_Parser _parser
1022 Modules/clinic/grpmodule.c.h:grp_getgrgid():_parser static _PyArg_Parser _parser
1023 Modules/clinic/grpmodule.c.h:grp_getgrnam():_parser static _PyArg_Parser _parser
1024 Objects/clinic/bytearrayobject.c.h:bytearray_decode():_parser static _PyArg_Parser _parser
1025 Objects/clinic/bytearrayobject.c.h:bytearray_hex():_parser static _PyArg_Parser _parser
1026 Objects/clinic/bytearrayobject.c.h:bytearray_rsplit():_parser static _PyArg_Parser _parser
1027 Objects/clinic/bytearrayobject.c.h:bytearray_split():_parser static _PyArg_Parser _parser
1028 Objects/clinic/bytearrayobject.c.h:bytearray_splitlines():_parser static _PyArg_Parser _parser
1029 Objects/clinic/bytearrayobject.c.h:bytearray_translate():_parser static _PyArg_Parser _parser
1030 Objects/clinic/bytesobject.c.h:bytes_decode():_parser static _PyArg_Parser _parser
1031 Objects/clinic/bytesobject.c.h:bytes_hex():_parser static _PyArg_Parser _parser
1032 Objects/clinic/bytesobject.c.h:bytes_rsplit():_parser static _PyArg_Parser _parser
1033 Objects/clinic/bytesobject.c.h:bytes_split():_parser static _PyArg_Parser _parser
1034 Objects/clinic/bytesobject.c.h:bytes_splitlines():_parser static _PyArg_Parser _parser
1035 Objects/clinic/bytesobject.c.h:bytes_translate():_parser static _PyArg_Parser _parser
1036 Objects/clinic/codeobject.c.h:code_replace():_parser static _PyArg_Parser _parser
1037 Objects/clinic/complexobject.c.h:complex_new():_parser static _PyArg_Parser _parser
1038 Objects/clinic/descrobject.c.h:mappingproxy_new():_parser static _PyArg_Parser _parser
1039 Objects/clinic/descrobject.c.h:property_init():_parser static _PyArg_Parser _parser
1040 Objects/clinic/enumobject.c.h:enum_new():_parser static _PyArg_Parser _parser
1041 Objects/clinic/funcobject.c.h:func_new():_parser static _PyArg_Parser _parser
1042 Objects/clinic/listobject.c.h:list_sort():_parser static _PyArg_Parser _parser
1043 Objects/clinic/longobject.c.h:int_from_bytes():_parser static _PyArg_Parser _parser
1044 Objects/clinic/longobject.c.h:int_to_bytes():_parser static _PyArg_Parser _parser
1045 Objects/clinic/longobject.c.h:long_new():_parser static _PyArg_Parser _parser
1046 Objects/clinic/memoryobject.c.h:memoryview_hex():_parser static _PyArg_Parser _parser
1047 Objects/clinic/moduleobject.c.h:module___init__():_parser static _PyArg_Parser _parser
1048 Objects/clinic/odictobject.c.h:OrderedDict_fromkeys():_parser static _PyArg_Parser _parser
1049 Objects/clinic/odictobject.c.h:OrderedDict_move_to_end():_parser static _PyArg_Parser _parser
1050 Objects/clinic/odictobject.c.h:OrderedDict_popitem():_parser static _PyArg_Parser _parser
1051 Objects/clinic/odictobject.c.h:OrderedDict_setdefault():_parser static _PyArg_Parser _parser
1052 Objects/clinic/structseq.c.h:structseq_new():_parser static _PyArg_Parser _parser
1053 Objects/clinic/unicodeobject.c.h:unicode_encode():_parser static _PyArg_Parser _parser
1054 Objects/clinic/unicodeobject.c.h:unicode_expandtabs():_parser static _PyArg_Parser _parser
1055 Objects/clinic/unicodeobject.c.h:unicode_rsplit():_parser static _PyArg_Parser _parser
1056 Objects/clinic/unicodeobject.c.h:unicode_split():_parser static _PyArg_Parser _parser
1057 Objects/clinic/unicodeobject.c.h:unicode_splitlines():_parser static _PyArg_Parser _parser
1058 Objects/stringlib/clinic/transmogrify.h.h:stringlib_expandtabs():_parser static _PyArg_Parser _pars…
1059 Python/bltinmodule.c:builtin_print():_parser static struct _PyArg_Parser _parser
1060 Python/clinic/_warnings.c.h:warnings_warn():_parser static _PyArg_Parser _parser
1061 Python/clinic/bltinmodule.c.h:builtin_compile():_parser static _PyArg_Parser _parser
1062 Python/clinic/bltinmodule.c.h:builtin_round():_parser static _PyArg_Parser _parser
1063 Python/clinic/bltinmodule.c.h:builtin_sum():_parser static _PyArg_Parser _parser
1064 Python/clinic/import.c.h:_imp_source_hash():_parser static _PyArg_Parser _parser
1065 Python/clinic/sysmodule.c.h:sys_addaudithook():_parser static _PyArg_Parser _parser
1066 Python/clinic/sysmodule.c.h:sys_set_coroutine_origin_tracking_depth():_parser static _PyArg_Parser …
1067 Python/clinic/traceback.c.h:tb_new():_parser static _PyArg_Parser _parser