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