1 ABC metaclass=ABCMeta |
|
2 ABCMeta type |
|
3 AbstractSet Collection[_T_co] |
|
4 Add operator |
|
5 AlertDescription enum |
|
6 And boolop |
|
7 AnnAssign stmt |
|
8 AppProtocolState Enum |
|
9 ArithmeticError Exception |
|
10 Assert stmt |
|
11 AssertionError Exception |
|
12 Assign stmt |
|
13 AsyncFor stmt |
|
14 AsyncFunctionDef stmt |
|
15 AsyncGenerator AsyncIterator[_YieldT_co] Generic[_YieldT_co _SendT_contra] |
|
16 AsyncGeneratorType AsyncGenerator[_YieldT_co _SendT_contra] |
|
17 AsyncIterable Protocol[_T_co] |
|
18 AsyncIterator AsyncIterable[_T_co] Protocol[_T_co] |
|
19 AsyncWith stmt |
|
20 Attribute expr |
|
21 AttributeError Exception |
|
22 AugAssign stmt |
|
23 AugLoad expr_context |
|
24 AugStore expr_context |
|
25 Await expr |
|
26 Awaitable Protocol[_T_co] |
|
27 AwaitableGenerator Awaitable[_ReturnT_co] Generator[_YieldT_co Generic[_YieldT_co _ReturnT_co _ReturnT_co] _S] _SendT_contra _SendT_contra metaclass=ABCMeta |
|
28 Barrier _LoopBoundMixin |
|
29 BaseChildWatcher AbstractChildWatcher metaclass=ABCMeta |
|
30 BaseDefaultEventLoopPolicy AbstractEventLoopPolicy metaclass=ABCMeta |
|
31 BaseEventLoop AbstractEventLoop |
|
32 BaseExceptionGroup BaseException Generic[_BaseExceptionT_co] |
|
33 BaseProactorEventLoop base_events.BaseEventLoop |
|
34 BaseSelectorEventLoop base_events.BaseEventLoop |
|
35 BinOp expr |
|
36 BinaryIO IO[bytes] |
|
37 BitAnd operator |
|
38 BitOr operator |
|
39 BitXor operator |
|
40 BlockingIOError OSError |
|
41 BoolOp expr |
|
42 BoundedSemaphore Semaphore |
|
43 Break stmt |
|
44 BrokenBarrierError RuntimeError |
|
45 BrokenPipeError ConnectionError |
|
46 Buffer Protocol |
|
47 BufferError Exception |
|
48 BufferedIOBase IOBase |
|
49 BufferedProtocol BaseProtocol |
|
50 BufferedRWPair BufferedIOBase |
|
51 BufferedRandom BufferedReader BufferedWriter |
|
52 BufferedReader BinaryIO BufferedIOBase |
|
53 BufferedWriter BinaryIO BufferedIOBase |
|
54 Bytes expr |
|
55 BytesIO IO |
|
56 BytesWarning Warning |
|
57 Call expr |
|
58 CancelledError BaseException |
|
59 ChainMap MutableMapping[_KT _VT] |
|
60 ChildProcessError OSError |
|
61 Clamped DecimalException |
|
62 ClassDef stmt |
|
63 Collection Container[_T_co] Iterable[_T_co] Protocol[_T_co] |
|
64 Compare expr |
|
65 Condition _ContextManagerMixin _LoopBoundMixin |
|
66 ConnectionAbortedError ConnectionError |
|
67 ConnectionError OSError |
|
68 ConnectionRefusedError ConnectionError |
|
69 ConnectionResetError ConnectionError |
|
70 Constant expr |
|
71 Container Protocol[_T_co] |
|
72 Continue stmt |
|
73 ConversionSyntax InvalidOperation |
|
74 Coroutine Awaitable[_ReturnT_co] Generic[_YieldT_co _ReturnT_co] _SendT_contra |
|
75 CoroutineType Coroutine[_YieldT_co _ReturnT_co] _SendT_contra |
|
76 Counter Generic[_T] dict[_T int] |
|
77 DBAPIConnection Protocol |
|
78 DBAPICursor Protocol |
|
79 DOMImplementation Protocol |
|
80 DataclassInstance Protocol |
|
81 DatagramProtocol BaseProtocol |
|
82 DatagramTransport BaseTransport |
|
83 DecimalException ArithmeticError |
|
84 DecimalTuple NamedTuple |
|
85 DefaultVerifyPaths NamedTuple |
|
86 Del expr_context |
|
87 Delete stmt |
|
88 DeprecationWarning Warning |
|
89 Dict expr |
|
90 DictComp expr |
|
91 DirEntry Generic[AnyStr] |
|
92 Div operator |
|
93 DivisionByZero DecimalException ZeroDivisionError |
|
94 DivisionImpossible InvalidOperation |
|
95 DivisionUndefined InvalidOperation ZeroDivisionError |
|
96 EOFError Exception |
|
97 Ellipsis expr |
|
98 EncodingWarning Warning |
|
99 Enum metaclass=EnumMeta |
|
100 EnumCheck StrEnum |
|
101 EnumMeta type |
|
102 Eq cmpop |
|
103 ErrorStream Protocol |
|
104 Event _LoopBoundMixin |
|
105 ExceptHandler excepthandler |
|
106 Exception BaseException |
|
107 ExceptionGroup BaseExceptionGroup[_ExceptionT_co] Exception |
|
108 Expr stmt |
|
109 Expression mod |
|
110 ExtSlice slice |
|
111 FastChildWatcher BaseChildWatcher |
|
112 FastChildWatcher_1 BaseChildWatcher |
|
113 FileExistsError OSError |
|
114 FileIO BinaryIO RawIOBase |
|
115 FileNotFoundError OSError |
|
116 FileWrapper Protocol |
|
117 Flag Enum |
|
118 FlagBoundary StrEnum |
|
119 FloatOperation DecimalException TypeError |
|
120 FloatingPointError ArithmeticError |
|
121 FloorDiv operator |
|
122 FlowControlMixin protocols.Protocol |
|
123 For stmt |
|
124 FormattedValue expr |
|
125 FunctionDef stmt |
|
126 FunctionType mod |
|
127 Future Awaitable[_T] Iterable[_T] |
|
128 FutureWarning Warning |
|
129 Generator Generic[_YieldT_co Iterator[_YieldT_co] _ReturnT_co] _SendT_contra |
|
130 GeneratorExit BaseException |
|
131 GeneratorExp expr |
|
132 GeneratorType Generator[_YieldT_co _ReturnT_co] _SendT_contra |
|
133 Global stmt |
|
134 Gt cmpop |
|
135 GtE cmpop |
|
136 HasFileno Protocol |
|
137 Hashable Protocol metaclass=ABCMeta |
|
138 IO Iterator[AnyStr] |
|
139 IOBase metaclass=abc.ABCMeta |
|
140 IdentityFunction Protocol |
|
141 If stmt |
|
142 IfExp expr |
|
143 Import stmt |
|
144 ImportError Exception |
|
145 ImportFrom stmt |
|
146 ImportWarning Warning |
|
147 In cmpop |
|
148 IncompleteReadError EOFError |
|
149 IncrementalNewlineDecoder codecs.IncrementalDecoder |
|
150 IndentationError SyntaxError |
|
151 Index slice |
|
152 IndexError LookupError |
|
153 IndexableBuffer Buffer Protocol |
|
154 Inexact DecimalException |
|
155 InputStream Protocol |
|
156 IntEnum _IntEnumBase int |
|
157 IntFlag Flag ReprEnum boundary=KEEP int |
|
158 IntFlag_1 Flag int |
|
159 Interactive mod |
|
160 InterruptedError OSError |
|
161 InvalidContext InvalidOperation |
|
162 InvalidOperation DecimalException |
|
163 InvalidStateError Error |
|
164 Invert unaryop |
|
165 Is cmpop |
|
166 IsADirectoryError OSError |
|
167 IsNot cmpop |
|
168 ItemsView AbstractSet[tuple[_KT_co Generic[_KT_co MappingView _VT_co] _VT_co]] |
|
169 Iterable Protocol[_T_co] |
|
170 Iterator Iterable[_T_co] Protocol[_T_co] |
|
171 JoinedStr expr |
|
172 KeyError LookupError |
|
173 KeyboardInterrupt BaseException |
|
174 KeysView AbstractSet[_KT_co] MappingView |
|
175 LShift operator |
|
176 Lambda expr |
|
177 LifoQueue Queue[_T] |
|
178 LimitOverrunError Exception |
|
179 List expr |
|
180 ListComp expr |
|
181 Load expr_context |
|
182 Lock _ContextManagerMixin _LoopBoundMixin |
|
183 LookupError Exception |
|
184 Lt cmpop |
|
185 LtE cmpop |
|
186 Mapping Collection[_KT] Generic[_KT _VT_co] |
|
187 MappingProxyType Mapping[_KT _VT_co] |
|
188 MappingView Sized |
|
189 MatMult operator |
|
190 Match stmt |
|
191 MatchAs pattern |
|
192 MatchClass pattern |
|
193 MatchMapping pattern |
|
194 MatchOr pattern |
|
195 MatchSequence pattern |
|
196 MatchSingleton pattern |
|
197 MatchStar pattern |
|
198 MatchValue pattern |
|
199 MemoryError Exception |
|
200 Mod operator |
|
201 Module mod |
|
202 ModuleNotFoundError ImportError |
|
203 Mult operator |
|
204 MultiLoopChildWatcher AbstractChildWatcher |
|
205 MultiLoopChildWatcher_1 AbstractChildWatcher |
|
206 MutableMapping Mapping[_KT _VT] |
|
207 MutableSequence Sequence[_T] |
|
208 MutableSet AbstractSet[_T] |
|
209 Name expr |
|
210 NameConstant expr |
|
211 NameError Exception |
|
212 NamedExpr expr |
|
213 NamedTuple ...] tuple[Any |
|
214 Nonlocal stmt |
|
215 Not unaryop |
|
216 NotADirectoryError OSError |
|
217 NotEq cmpop |
|
218 NotImplementedError RuntimeError |
|
219 NotIn cmpop |
|
220 Num expr |
|
221 OSError Exception |
|
222 Options enum |
|
223 Or boolop |
|
224 OrderedDict stdlib_OrderedDict |
|
225 Overflow Inexact Rounded |
|
226 OverflowError ArithmeticError |
|
227 Param expr_context |
|
228 ParamSpec type_param |
|
229 Pass stmt |
|
230 PathLike Protocol[AnyStr_co] |
|
231 Pattern Generic[AnyStr] |
|
232 PendingDeprecationWarning Warning |
|
233 PermissionError OSError |
|
234 PidfdChildWatcher AbstractChildWatcher |
|
235 Pow operator |
|
236 PriorityQueue Queue[_T] |
|
237 ProcessLookupError OSError |
|
238 Protocol BaseProtocol |
|
239 Purpose _ASN1Object enum |
|
240 Queue Generic[_T] _LoopBoundMixin |
|
241 QueueEmpty Exception |
|
242 QueueFull Exception |
|
243 RShift operator |
|
244 Raise stmt |
|
245 RawIOBase IOBase |
|
246 ReadTransport BaseTransport |
|
247 RecursionError RuntimeError |
|
248 ReferenceError Exception |
|
249 RegexFlag enum |
|
250 ReprEnum Enum |
|
251 ResourceWarning Warning |
|
252 Return stmt |
|
253 Reversible Iterable[_T_co] Protocol[_T_co] |
|
254 Rounded DecimalException |
|
255 RuntimeError Exception |
|
256 RuntimeWarning Warning |
|
257 SSLCertVerificationError SSLError ValueError |
|
258 SSLEOFError SSLError |
|
259 SSLError OSError |
|
260 SSLErrorNumber enum |
|
261 SSLProtocol _SSLProtocolBase |
|
262 SSLProtocolState Enum |
|
263 SSLSocket socket.socket |
|
264 SSLSyscallError SSLError |
|
265 SSLWantReadError SSLError |
|
266 SSLWantWriteError SSLError |
|
267 SSLZeroReturnError SSLError |
|
268 SafeChildWatcher BaseChildWatcher |
|
269 SafeChildWatcher_1 BaseChildWatcher |
|
270 Semaphore _ContextManagerMixin _LoopBoundMixin |
|
271 SendfileNotAvailableError RuntimeError |
|
272 Sequence Collection[_T_co] Reversible[_T_co] |
|
273 Server AbstractServer |
|
274 Set expr |
|
275 SetComp expr |
|
276 Sized Protocol metaclass=ABCMeta |
|
277 SizedBuffer Buffer Protocol Sized |
|
278 Slice _Slice |
|
279 SliceableBuffer Buffer Protocol |
|
280 Starred expr |
|
281 StartResponse Protocol |
|
282 StopAsyncIteration Exception |
|
283 StopIteration Exception |
|
284 Store expr_context |
|
285 Str expr |
|
286 StrEnum Enum str |
|
287 StreamReader AsyncIterator[bytes] |
|
288 StreamReaderProtocol FlowControlMixin protocols.Protocol |
|
289 StringIO IO |
|
290 Sub operator |
|
291 Subnormal DecimalException |
|
292 SubprocessProtocol BaseProtocol |
|
293 SubprocessTransport BaseTransport |
|
294 Subscript expr |
|
295 Suite mod |
|
296 SupportsAbs Protocol[_T_co] |
|
297 SupportsAdd Protocol[_T_contra _T_co] |
|
298 SupportsAiter Protocol[_T_co] |
|
299 SupportsAllComparisons Protocol SupportsDunderGE[Any] SupportsDunderGT[Any] SupportsDunderLE[Any] SupportsDunderLT[Any] |
|
300 SupportsAnext Protocol[_T_co] |
|
301 SupportsBytes Protocol metaclass=ABCMeta |
|
302 SupportsComplex Protocol metaclass=ABCMeta |
|
303 SupportsDivMod Protocol[_T_contra _T_co] |
|
304 SupportsDunderGE Protocol[_T_contra] |
|
305 SupportsDunderGT Protocol[_T_contra] |
|
306 SupportsDunderLE Protocol[_T_contra] |
|
307 SupportsDunderLT Protocol[_T_contra] |
|
308 SupportsFloat Protocol metaclass=ABCMeta |
|
309 SupportsFlush Protocol |
|
310 SupportsGetItem Protocol[_KT_contra _VT_co] |
|
311 SupportsGetItemBuffer IndexableBuffer Protocol SliceableBuffer |
|
312 SupportsIndex Protocol metaclass=ABCMeta |
|
313 SupportsInt Protocol metaclass=ABCMeta |
|
314 SupportsItemAccess Protocol[_KT_contra SupportsGetItem[_KT_contra _VT] _VT] |
|
315 SupportsItems Protocol[_KT_co _VT_co] |
|
316 SupportsIter Protocol[_T_co] |
|
317 SupportsKeysAndGetItem Protocol[_KT _VT_co] |
|
318 SupportsLenAndGetItem Protocol[_T_co] |
|
319 SupportsNext Protocol[_T_co] |
|
320 SupportsNoArgReadline Protocol[_T_co] |
|
321 SupportsRAdd Protocol[_T_contra _T_co] |
|
322 SupportsRDivMod Protocol[_T_contra _T_co] |
|
323 SupportsRSub Protocol[_T_contra _T_co] |
|
324 SupportsRead Protocol[_T_co] |
|
325 SupportsReadline Protocol[_T_co] |
|
326 SupportsRound Protocol[_T_co] |
|
327 SupportsSub Protocol[_T_contra _T_co] |
|
328 SupportsTrunc Protocol |
|
329 SupportsWrite Protocol[_T_contra] |
|
330 SyntaxError Exception |
|
331 SyntaxWarning Warning |
|
332 SystemError Exception |
|
333 SystemExit BaseException |
|
334 TLSVersion enum |
|
335 TabError IndentationError |
|
336 Task Future[_T_co] |
|
337 TextIO IO[str] |
|
338 TextIOBase IOBase |
|
339 TextIOWrapper TextIO TextIOBase |
|
340 ThreadedChildWatcher AbstractChildWatcher |
|
341 TimeoutError Exception |
|
342 TimerHandle Handle |
|
343 Transport ReadTransport WriteTransport |
|
344 Try stmt |
|
345 TryStar stmt |
|
346 Tuple expr |
|
347 TypeAlias stmt |
|
348 TypeError Exception |
|
349 TypeIgnore type_ignore |
|
350 TypeVar type_param |
|
351 TypeVarTuple type_param |
|
352 UAdd unaryop |
|
353 USub unaryop |
|
354 UnaryOp expr |
|
355 UnboundLocalError NameError |
|
356 Underflow Inexact Rounded Subnormal |
|
357 UnicodeDecodeError UnicodeError |
|
358 UnicodeEncodeError UnicodeError |
|
359 UnicodeError ValueError |
|
360 UnicodeTranslateError UnicodeError |
|
361 UnicodeWarning Warning |
|
362 UnraisableHookArgs Protocol |
|
363 UnsupportedOperation OSError ValueError |
|
364 UserDict MutableMapping[_KT _VT] |
|
365 UserList MutableSequence[_T] |
|
366 UserString Sequence[UserString] |
|
367 UserWarning Warning |
|
368 ValueError Exception |
|
369 ValuesView Collection[_VT_co] MappingView |
|
370 Verbose Exception |
|
371 VerifyFlags enum |
|
372 VerifyMode enum |
|
373 Warning Exception |
|
374 While stmt |
|
375 With stmt |
|
376 WriteTransport BaseTransport |
|
377 Yield expr |
|
378 YieldFrom expr |
|
379 ZeroDivisionError ArithmeticError |
|
380 _ASN1Object _ASN1ObjectBase |
|
381 _ASN1ObjectBase NamedTuple |
|
382 _BarrierState enum |
|
383 _Cipher TypedDict |
|
384 _CustomTaskConstructor Protocol[_TaskT_co] |
|
385 _EagerTaskFactoryType Protocol[_TaskT_co] |
|
386 _EnumDict Any] dict[str |
|
387 _Environ AnyStr] Generic[AnyStr] MutableMapping[AnyStr |
|
388 _FlowControlMixin Transport |
|
389 _FormatMapMapping Protocol |
|
390 _GetItemIterable Protocol[_T_co] |
|
391 _LoaderProtocol Protocol |
|
392 _MetaPathFinder Protocol |
|
393 _NamedIntConstant int |
|
394 _NotImplementedType Any |
|
395 _OrderedDictItemsView ItemsView[_KT_co Reversible[tuple[_KT_co _VT_co] _VT_co]] |
|
396 _OrderedDictKeysView KeysView[_KT_co] Reversible[_KT_co] |
|
397 _OrderedDictValuesView Reversible[_VT_co] ValuesView[_VT_co] |
|
398 _PathLike Protocol[AnyStr_co] |
|
399 _ProactorBasePipeTransport transports.BaseTransport transports._FlowControlMixin |
|
400 _ProactorBaseWritePipeTransport _ProactorBasePipeTransport transports.WriteTransport |
|
401 _ProactorDuplexPipeTransport _ProactorBaseWritePipeTransport _ProactorReadPipeTransport transports.Transport |
|
402 _ProactorReadPipeTransport _ProactorBasePipeTransport transports.ReadTransport |
|
403 _ProactorSocketTransport _ProactorBaseWritePipeTransport _ProactorReadPipeTransport transports.Transport |
|
404 _ProactorWritePipeTransport _ProactorBaseWritePipeTransport |
|
405 _ProtocolMeta ABCMeta |
|
406 _Readable Protocol |
|
407 _SSLMethod enum |
|
408 _SSLProtocolTransport transports.Transport transports._FlowControlMixin |
|
409 _ScandirIterator AbstractContextManager[_ScandirIterator[AnyStr]] Iterator[DirEntry[AnyStr]] |
|
410 _SendfileMode enum |
|
411 _SupportsPow2 Protocol[_E _T_co] |
|
412 _SupportsPow3 Protocol[_E _M _T_co] |
|
413 _SupportsPow3NoneOnly Protocol[_E _T_co] |
|
414 _SupportsRound1 Protocol[_T_co] |
|
415 _SupportsRound2 Protocol[_T_co] |
|
416 _SupportsSumWithNoDefaultGiven Any] Any] Protocol SupportsAdd[Any SupportsRAdd[int |
|
417 _SupportsSynchronousAnext Protocol[_AwaitableT_co] |
|
418 _SupportsWriteAndFlush Protocol[_T_contra] SupportsFlush SupportsWrite[_T_contra] |
|
419 _TaskFactory Protocol |
|
420 _TranslateTable Protocol |
|
421 _TypedDict Mapping[str metaclass=ABCMeta object] |
|
422 _UnixDefaultEventLoopPolicy BaseDefaultEventLoopPolicy |
|
423 _UnixSelectorEventLoop BaseSelectorEventLoop |
|
424 _WinVersion _UninstantiableStructseq int int int str] tuple[int |
|
425 _asyncgen_hooks _AsyncgenHook] structseq[_AsyncgenHook] tuple[_AsyncgenHook |
|
426 _flags _FlagTuple _UninstantiableStructseq |
|
427 _float_info float float int int int int int int int int] structseq[float] tuple[float |
|
428 _hash_info int int int int int int int] str structseq[Any | int] tuple[int |
|
429 _int_info int int int] structseq[int] tuple[int |
|
430 _odict_items Reversible[tuple[_KT_co _VT_co] _VT_co]] dict_items[_KT_co |
|
431 _odict_keys Reversible[_KT_co] _VT_co] dict_keys[_KT_co |
|
432 _odict_values Generic[_KT_co Reversible[_VT_co] _VT_co] _VT_co] dict_values[_KT_co |
|
433 _thread_info _ThreadInfoLock _UninstantiableStructseq str | None] tuple[_ThreadInfoName |
|
434 _version_info _ReleaseLevel _UninstantiableStructseq int int int] tuple[int |
|
435 _wrap_close _TextIOWrapper |
|
436 abstractclassmethod _P _R_co] classmethod[_T |
|
437 abstractproperty property |
|
438 abstractstaticmethod _R_co] staticmethod[_P |
|
439 alias AST |
|
440 arg AST |
|
441 arguments AST |
|
442 auto IntFlag |
|
443 bool int |
|
444 boolop AST |
|
445 bytearray MutableSequence[int] |
|
446 bytes Sequence[int] |
|
447 classmethod Generic[_T _P _R_co] |
|
448 cmpop AST |
|
449 comprehension AST |
|
450 defaultdict _VT] dict[_KT |
|
451 deque stdlib_deque |
|
452 dict MutableMapping[_KT _VT] |
|
453 dict_items ItemsView[_KT_co _VT_co] |
|
454 dict_keys Generic[_KT_co KeysView[_KT_co] _VT_co] |
|
455 dict_values Generic[_KT_co ValuesView[_VT_co] _VT_co] |
|
456 enumerate Iterator[tuple[int _T]] |
|
457 error Exception |
|
458 excepthandler AST |
|
459 expr AST |
|
460 expr_context AST |
|
461 filter Iterator[_T] |
|
462 frozenset AbstractSet[_T_co] |
|
463 keyword AST |
|
464 list MutableSequence[_T] |
|
465 map Iterator[_S] |
|
466 match_case AST |
|
467 member Generic[_EnumMemberT] |
|
468 memoryview Sequence[int] |
|
469 mod AST |
|
470 nonmember Generic[_EnumMemberT] |
|
471 operator AST |
|
472 pattern AST |
|
473 property types |
|
474 range Sequence[int] |
|
475 reversed Iterator[_T] |
|
476 sched_param structseq[int] tuple[int] |
|
477 set MutableSet[_T] |
|
478 slice AST |
|
479 stat_result float float float] int int int int int int structseq[float] tuple[int |
|
480 staticmethod Generic[_P _R_co] |
|
481 statvfs_result int int int int int int int int int int] structseq[int] tuple[int |
|
482 stmt AST |
|
483 str Sequence[str] |
|
484 structseq Generic[_T_co] |
|
485 terminal_size int] structseq[int] tuple[int |
|
486 times_result float float float float] structseq[float] tuple[float |
|
487 tuple Sequence[_T_co] |
|
488 type_ignore AST |
|
489 type_param AST |
|
490 uname_result str str str str] structseq[str] tuple[str |
|
491 unaryop AST |
|
492 waitid_result int int int int] structseq[int] tuple[int |
|
493 withitem AST |
|
494 zip Iterator[_T_co] |
|