APIs/MicroPython/micropython-stdlib.api

branch
eric7
changeset 69
67b7e2aaf0a9
parent 65
eab7c5f67cec
equal deleted inserted replaced
68:2311d81b8606 69:67b7e2aaf0a9
34 _ast.AsyncFunctionDef.args?7 34 _ast.AsyncFunctionDef.args?7
35 _ast.AsyncFunctionDef.body?7 35 _ast.AsyncFunctionDef.body?7
36 _ast.AsyncFunctionDef.decorator_list?7 36 _ast.AsyncFunctionDef.decorator_list?7
37 _ast.AsyncFunctionDef.name?7 37 _ast.AsyncFunctionDef.name?7
38 _ast.AsyncFunctionDef.returns?7 38 _ast.AsyncFunctionDef.returns?7
39 _ast.AsyncFunctionDef.type_params?7
39 _ast.AsyncWith.body?7 40 _ast.AsyncWith.body?7
40 _ast.AsyncWith.items?7 41 _ast.AsyncWith.items?7
41 _ast.Attribute._Slice?8 42 _ast.Attribute._Slice?8
42 _ast.Attribute.attr?7 43 _ast.Attribute.attr?7
43 _ast.Attribute.ctx?7 44 _ast.Attribute.ctx?7
58 _ast.ClassDef.bases?7 59 _ast.ClassDef.bases?7
59 _ast.ClassDef.body?7 60 _ast.ClassDef.body?7
60 _ast.ClassDef.decorator_list?7 61 _ast.ClassDef.decorator_list?7
61 _ast.ClassDef.keywords?7 62 _ast.ClassDef.keywords?7
62 _ast.ClassDef.name?7 63 _ast.ClassDef.name?7
64 _ast.ClassDef.type_params?7
63 _ast.Compare.comparators?7 65 _ast.Compare.comparators?7
64 _ast.Compare.left?7 66 _ast.Compare.left?7
65 _ast.Compare.ops?7 67 _ast.Compare.ops?7
66 _ast.Constant.kind?7 68 _ast.Constant.kind?7
67 _ast.Constant.n?7 69 _ast.Constant.n?7
89 _ast.FunctionDef.args?7 91 _ast.FunctionDef.args?7
90 _ast.FunctionDef.body?7 92 _ast.FunctionDef.body?7
91 _ast.FunctionDef.decorator_list?7 93 _ast.FunctionDef.decorator_list?7
92 _ast.FunctionDef.name?7 94 _ast.FunctionDef.name?7
93 _ast.FunctionDef.returns?7 95 _ast.FunctionDef.returns?7
96 _ast.FunctionDef.type_params?7
94 _ast.FunctionType.argtypes?7 97 _ast.FunctionType.argtypes?7
95 _ast.FunctionType.returns?7 98 _ast.FunctionType.returns?7
96 _ast.GeneratorExp.elt?7 99 _ast.GeneratorExp.elt?7
97 _ast.GeneratorExp.generators?7 100 _ast.GeneratorExp.generators?7
98 _ast.Global.names?7 101 _ast.Global.names?7
138 _ast.NameConstant.value?7 141 _ast.NameConstant.value?7
139 _ast.NamedExpr.target?7 142 _ast.NamedExpr.target?7
140 _ast.NamedExpr.value?7 143 _ast.NamedExpr.value?7
141 _ast.Nonlocal.names?7 144 _ast.Nonlocal.names?7
142 _ast.Num.n?7 145 _ast.Num.n?7
146 _ast.ParamSpec.name?7
147 _ast.PyCF_ALLOW_TOP_LEVEL_AWAIT?7
143 _ast.PyCF_ONLY_AST?7 148 _ast.PyCF_ONLY_AST?7
149 _ast.PyCF_TYPE_COMMENTS?7
144 _ast.Raise.cause?7 150 _ast.Raise.cause?7
145 _ast.Raise.exc?7 151 _ast.Raise.exc?7
146 _ast.Return.value?7 152 _ast.Return.value?7
147 _ast.Set.elts?7 153 _ast.Set.elts?7
148 _ast.SetComp.elt?7 154 _ast.SetComp.elt?7
166 _ast.TryStar.handlers?7 172 _ast.TryStar.handlers?7
167 _ast.TryStar.orelse?7 173 _ast.TryStar.orelse?7
168 _ast.Tuple.ctx?7 174 _ast.Tuple.ctx?7
169 _ast.Tuple.dims?7 175 _ast.Tuple.dims?7
170 _ast.Tuple.elts?7 176 _ast.Tuple.elts?7
177 _ast.TypeAlias.name?7
178 _ast.TypeAlias.type_params?7
179 _ast.TypeAlias.value?7
171 _ast.TypeIgnore.tag?7 180 _ast.TypeIgnore.tag?7
181 _ast.TypeVar.bound?7
182 _ast.TypeVar.name?7
183 _ast.TypeVarTuple.name?7
172 _ast.UnaryOp.op?7 184 _ast.UnaryOp.op?7
173 _ast.UnaryOp.operand?7 185 _ast.UnaryOp.operand?7
174 _ast.While.body?7 186 _ast.While.body?7
175 _ast.While.orelse?7 187 _ast.While.orelse?7
176 _ast.While.test?7 188 _ast.While.test?7
206 _codecs._CharMap?8 218 _codecs._CharMap?8
207 _codecs._EncodingMap.size?4() 219 _codecs._EncodingMap.size?4()
208 _codecs._Handler?8 220 _codecs._Handler?8
209 _codecs._SearchFunction?8 221 _codecs._SearchFunction?8
210 _codecs._StrToStrEncoding?8 222 _codecs._StrToStrEncoding?8
211 _codecs.ascii_decode?4(__data: ReadableBuffer, __errors: str | None = ...) 223 _codecs.ascii_decode?4(__data: ReadableBuffer, __errors: str | None = None)
212 _codecs.ascii_encode?4(__str: str, __errors: str | None = ...) 224 _codecs.ascii_encode?4(__str: str, __errors: str | None = None)
213 _codecs.charmap_build?4(__map: str) 225 _codecs.charmap_build?4(__map: str)
214 _codecs.charmap_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __mapping: _CharMap | None = ...) 226 _codecs.charmap_decode?4(__data: ReadableBuffer, __errors: str | None = None, __mapping: _CharMap | None = None)
215 _codecs.charmap_encode?4(__str: str, __errors: str | None = ..., __mapping: _CharMap | None = ...) 227 _codecs.charmap_encode?4(__str: str, __errors: str | None = None, __mapping: _CharMap | None = None)
216 _codecs.code_page_decode?4(__codepage: int, __data: ReadableBuffer, __errors: str | None = ..., __final: int = ...) 228 _codecs.code_page_decode?4(__codepage: int, __data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
217 _codecs.code_page_encode?4(__code_page: int, __str: str, __errors: str | None = ...) 229 _codecs.code_page_encode?4(__code_page: int, __str: str, __errors: str | None = None)
218 _codecs.decode?4(obj: ReadableBuffer, encoding: _BytesToBytesEncoding, errors: str = ...) 230 _codecs.decode?4(obj: ReadableBuffer, encoding: _BytesToBytesEncoding, errors: str = "strict")
219 _codecs.decode?4(obj: ReadableBuffer, encoding: str = ..., errors: str = ...) 231 _codecs.decode?4(obj: ReadableBuffer, encoding: str = "utf-8", errors: str = "strict")
220 _codecs.decode?4(obj: str, encoding: Literal["hex", "hex_codec"], errors: str = ...) 232 _codecs.decode?4(obj: str, encoding: Literal["hex", "hex_codec"], errors: str = "strict")
221 _codecs.decode?4(obj: str, encoding: Literal["unicode_escape", "unicode-escape", "raw_unicode_escape", "raw-unicode-escape"], errors: str = ...) 233 _codecs.decode?4(obj: str, encoding: Literal["unicode_escape", "unicode-escape", "raw_unicode_escape", "raw-unicode-escape"], errors: str = "strict", )
222 _codecs.decode?4(obj: str, encoding: _StrToStrEncoding, errors: str = ...) 234 _codecs.decode?4(obj: str, encoding: _StrToStrEncoding, errors: str = "strict")
223 _codecs.encode?4(obj: ReadableBuffer, encoding: _BytesToBytesEncoding, errors: str = ...) 235 _codecs.encode?4(obj: ReadableBuffer, encoding: _BytesToBytesEncoding, errors: str = "strict")
224 _codecs.encode?4(obj: str, encoding: _StrToStrEncoding, errors: str = ...) 236 _codecs.encode?4(obj: str, encoding: _StrToStrEncoding, errors: str = "strict")
225 _codecs.encode?4(obj: str, encoding: str = ..., errors: str = ...) 237 _codecs.encode?4(obj: str, encoding: str = "utf-8", errors: str = "strict")
226 _codecs.escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = ...) 238 _codecs.escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = None)
227 _codecs.escape_encode?4(__data: bytes, __errors: str | None = ...) 239 _codecs.escape_encode?4(__data: bytes, __errors: str | None = None)
228 _codecs.latin_1_decode?4(__data: ReadableBuffer, __errors: str | None = ...) 240 _codecs.latin_1_decode?4(__data: ReadableBuffer, __errors: str | None = None)
229 _codecs.latin_1_encode?4(__str: str, __errors: str | None = ...) 241 _codecs.latin_1_encode?4(__str: str, __errors: str | None = None)
230 _codecs.lookup?4(__encoding: str) 242 _codecs.lookup?4(__encoding: str)
231 _codecs.lookup_error?4(__name: str) 243 _codecs.lookup_error?4(__name: str)
232 _codecs.mbcs_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...) 244 _codecs.mbcs_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
233 _codecs.mbcs_encode?4(__str: str, __errors: str | None = ...) 245 _codecs.mbcs_encode?4(__str: str, __errors: str | None = None)
234 _codecs.oem_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...) 246 _codecs.oem_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
235 _codecs.oem_encode?4(__str: str, __errors: str | None = ...) 247 _codecs.oem_encode?4(__str: str, __errors: str | None = None)
236 _codecs.raw_unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = ...) 248 _codecs.raw_unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = None)
237 _codecs.raw_unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = ..., __final: bool = ...) 249 _codecs.raw_unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = None, __final: bool = True)
238 _codecs.raw_unicode_escape_encode?4(__str: str, __errors: str | None = ...) 250 _codecs.raw_unicode_escape_encode?4(__str: str, __errors: str | None = None)
239 _codecs.readbuffer_encode?4(__data: str | ReadableBuffer, __errors: str | None = ...) 251 _codecs.readbuffer_encode?4(__data: str | ReadableBuffer, __errors: str | None = None)
240 _codecs.register?4(__search_function: _SearchFunction) 252 _codecs.register?4(__search_function: _SearchFunction)
241 _codecs.register_error?4(__errors: str, __handler: _Handler) 253 _codecs.register_error?4(__errors: str, __handler: _Handler)
242 _codecs.unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = ...) 254 _codecs.unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = None)
243 _codecs.unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = ..., __final: bool = ...) 255 _codecs.unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = None, __final: bool = True)
244 _codecs.unicode_escape_encode?4(__str: str, __errors: str | None = ...) 256 _codecs.unicode_escape_encode?4(__str: str, __errors: str | None = None)
245 _codecs.unicode_internal_decode?4(__obj: str | ReadableBuffer, __errors: str | None = ...) 257 _codecs.unicode_internal_decode?4(__obj: str | ReadableBuffer, __errors: str | None = None)
246 _codecs.unicode_internal_encode?4(__obj: str | ReadableBuffer, __errors: str | None = ...) 258 _codecs.unicode_internal_encode?4(__obj: str | ReadableBuffer, __errors: str | None = None)
247 _codecs.unregister?4(__search_function: _SearchFunction) 259 _codecs.unregister?4(__search_function: _SearchFunction)
248 _codecs.utf_16_be_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...) 260 _codecs.utf_16_be_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
249 _codecs.utf_16_be_encode?4(__str: str, __errors: str | None = ...) 261 _codecs.utf_16_be_encode?4(__str: str, __errors: str | None = None)
250 _codecs.utf_16_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...) 262 _codecs.utf_16_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
251 _codecs.utf_16_encode?4(__str: str, __errors: str | None = ..., __byteorder: int = ...) 263 _codecs.utf_16_encode?4(__str: str, __errors: str | None = None, __byteorder: int = 0)
252 _codecs.utf_16_ex_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __byteorder: int = ..., __final: int = ...) 264 _codecs.utf_16_ex_decode?4(__data: ReadableBuffer, __errors: str | None = None, __byteorder: int = 0, __final: bool = False)
253 _codecs.utf_16_le_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...) 265 _codecs.utf_16_le_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
254 _codecs.utf_16_le_encode?4(__str: str, __errors: str | None = ...) 266 _codecs.utf_16_le_encode?4(__str: str, __errors: str | None = None)
255 _codecs.utf_32_be_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...) 267 _codecs.utf_32_be_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
256 _codecs.utf_32_be_encode?4(__str: str, __errors: str | None = ...) 268 _codecs.utf_32_be_encode?4(__str: str, __errors: str | None = None)
257 _codecs.utf_32_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...) 269 _codecs.utf_32_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
258 _codecs.utf_32_encode?4(__str: str, __errors: str | None = ..., __byteorder: int = ...) 270 _codecs.utf_32_encode?4(__str: str, __errors: str | None = None, __byteorder: int = 0)
259 _codecs.utf_32_ex_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __byteorder: int = ..., __final: int = ...) 271 _codecs.utf_32_ex_decode?4(__data: ReadableBuffer, __errors: str | None = None, __byteorder: int = 0, __final: bool = False)
260 _codecs.utf_32_le_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...) 272 _codecs.utf_32_le_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
261 _codecs.utf_32_le_encode?4(__str: str, __errors: str | None = ...) 273 _codecs.utf_32_le_encode?4(__str: str, __errors: str | None = None)
262 _codecs.utf_7_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...) 274 _codecs.utf_7_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
263 _codecs.utf_7_encode?4(__str: str, __errors: str | None = ...) 275 _codecs.utf_7_encode?4(__str: str, __errors: str | None = None)
264 _codecs.utf_8_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...) 276 _codecs.utf_8_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
265 _codecs.utf_8_encode?4(__str: str, __errors: str | None = ...) 277 _codecs.utf_8_encode?4(__str: str, __errors: str | None = None)
266 _collections_abc._KT_co?8 278 _collections_abc._KT_co?8
267 _collections_abc._VT_co?8 279 _collections_abc._VT_co?8
268 _collections_abc.dict_items.mapping?4() 280 _collections_abc.dict_items.mapping?4()
269 _collections_abc.dict_keys.mapping?4() 281 _collections_abc.dict_keys.mapping?4()
270 _collections_abc.dict_values.mapping?4() 282 _collections_abc.dict_values.mapping?4()
445 builtins.AttributeError?1(*args: object, name: str | None = ..., obj: object = ...) 457 builtins.AttributeError?1(*args: object, name: str | None = ..., obj: object = ...)
446 builtins.BaseException.add_note?4(__note: str) 458 builtins.BaseException.add_note?4(__note: str)
447 builtins.BaseException.args?7 459 builtins.BaseException.args?7
448 builtins.BaseException.with_traceback?4(__tb: TracebackType | None) 460 builtins.BaseException.with_traceback?4(__tb: TracebackType | None)
449 builtins.BaseException?1(*args: object) 461 builtins.BaseException?1(*args: object)
450 builtins.BaseExceptionGroup.derive?4(__excs: Sequence[_BaseExceptionT_co]) 462 builtins.BaseExceptionGroup.derive?4(__excs: Sequence[_BaseExceptionT])
451 builtins.BaseExceptionGroup.exceptions?4() 463 builtins.BaseExceptionGroup.exceptions?4()
452 builtins.BaseExceptionGroup.message?4() 464 builtins.BaseExceptionGroup.message?4()
453 builtins.BaseExceptionGroup.split?4(__condition: Callable[[_BaseExceptionT_co], bool]) 465 builtins.BaseExceptionGroup.split?4(__condition: Callable[[_BaseExceptionT_co | Self], bool])
454 builtins.BaseExceptionGroup.subgroup?4(__condition: Callable[[_BaseExceptionT_co], bool]) 466 builtins.BaseExceptionGroup.subgroup?4(__condition: Callable[[_BaseExceptionT_co | Self], bool])
467 builtins.BaseExceptionGroup?1(__message: str, __exceptions: Sequence[_BaseExceptionT_co])
455 builtins.BlockingIOError.characters_written?7 468 builtins.BlockingIOError.characters_written?7
456 builtins.Ellipsis?7 469 builtins.Ellipsis?7
457 builtins.EnvironmentError?7 470 builtins.EnvironmentError?7
458 builtins.ExceptionGroup.exceptions?4() 471 builtins.ExceptionGroup.exceptions?4()
459 builtins.ExceptionGroup.split?4(__condition: Callable[[_ExceptionT_co], bool]) 472 builtins.ExceptionGroup.split?4(__condition: Callable[[_ExceptionT_co | Self], bool])
460 builtins.ExceptionGroup.subgroup?4(__condition: Callable[[_ExceptionT_co], bool]) 473 builtins.ExceptionGroup.subgroup?4(__condition: Callable[[_ExceptionT_co | Self], bool])
474 builtins.ExceptionGroup?1(__message: str, __exceptions: Sequence[_ExceptionT_co])
461 builtins.IOError?7 475 builtins.IOError?7
462 builtins.ImportError.msg?7 476 builtins.ImportError.msg?7
463 builtins.ImportError.name?7 477 builtins.ImportError.name?7
464 builtins.ImportError.path?7 478 builtins.ImportError.path?7
465 builtins.ImportError?1(*args: object, name: str | None = ..., path: str | None = ...) 479 builtins.ImportError?1(*args: object, name: str | None = ..., path: str | None = ...)
510 builtins._E?8 524 builtins._E?8
511 builtins._KT?8 525 builtins._KT?8
512 builtins._LiteralInteger?8 526 builtins._LiteralInteger?8
513 builtins._M?8 527 builtins._M?8
514 builtins._NegativeInteger?8 528 builtins._NegativeInteger?8
515 builtins._OpenFile?8
516 builtins._Opener?8 529 builtins._Opener?8
530 builtins._P?8
517 builtins._PositiveInteger?8 531 builtins._PositiveInteger?8
518 builtins._R_co?8 532 builtins._R_co?8
519 builtins._S?8 533 builtins._S?8
520 builtins._SupportsAnextT?8 534 builtins._SupportsAnextT?8
521 builtins._SupportsNextT?8 535 builtins._SupportsNextT?8
522 builtins._SupportsPow3.pow?4(__exp: complex, __mod: None = ...) 536 builtins._SupportsPow3.pow?4(__y: complex, __z: None = None)
523 builtins._SupportsSomeKindOfPow?8 537 builtins._SupportsSomeKindOfPow?8
524 builtins._SupportsSumNoDefaultT?8 538 builtins._SupportsSumNoDefaultT?8
525 builtins._SupportsSumWithNoDefaultGiven.sum?4(__start: int = ...) 539 builtins._SupportsSumWithNoDefaultGiven.sum?4(__start: int = 0)
526 builtins._SupportsWriteAndFlush.flush?4()
527 builtins._T1?8 540 builtins._T1?8
528 builtins._T2?8 541 builtins._T2?8
529 builtins._T3?8 542 builtins._T3?8
530 builtins._T4?8 543 builtins._T4?8
531 builtins._T5?8 544 builtins._T5?8
534 builtins._T_contra?8 547 builtins._T_contra?8
535 builtins._VT?8 548 builtins._VT?8
536 builtins.abs?4(__x: SupportsAbs[_T]) 549 builtins.abs?4(__x: SupportsAbs[_T])
537 builtins.aiter?4(__async_iterable: SupportsAiter[_SupportsAnextT]) 550 builtins.aiter?4(__async_iterable: SupportsAiter[_SupportsAnextT])
538 builtins.all?4(__iterable: Iterable[object]) 551 builtins.all?4(__iterable: Iterable[object])
539 builtins.anext?4(__i: SupportsAnext[_T], default: _VT) 552 builtins.anext?4(__i: SupportsAnext[_T], __default: _VT)
540 builtins.anext?4(__i: _SupportsSynchronousAnext[_AwaitableT]) 553 builtins.anext?4(__i: _SupportsSynchronousAnext[_AwaitableT])
541 builtins.any?4(__iterable: Iterable[object]) 554 builtins.any?4(__iterable: Iterable[object])
542 builtins.ascii?4(__obj: object) 555 builtins.ascii?4(__obj: object)
543 builtins.bin?4(__number: int | SupportsIndex) 556 builtins.bin?4(__number: int | SupportsIndex)
544 builtins.breakpoint?4(*args: Any, **kws: Any) 557 builtins.breakpoint?4(*args: Any, **kws: Any)
545 builtins.bytearray.append?4(__item: SupportsIndex) 558 builtins.bytearray.append?4(__item: SupportsIndex)
546 builtins.bytearray.capitalize?4() 559 builtins.bytearray.capitalize?4()
547 builtins.bytearray.center?4(__width: SupportsIndex, __fillchar: bytes = ...) 560 builtins.bytearray.center?4(__width: SupportsIndex, __fillchar: bytes = b" ")
548 builtins.bytearray.copy?4() 561 builtins.bytearray.copy?4()
549 builtins.bytearray.count?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 562 builtins.bytearray.count?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
550 builtins.bytearray.decode?4(encoding: str = ..., errors: str = ...) 563 builtins.bytearray.decode?4(encoding: str = "utf-8", errors: str = "strict")
551 builtins.bytearray.endswith?4(__suffix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., ) 564 builtins.bytearray.endswith?4(__suffix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., )
552 builtins.bytearray.expandtabs?4(tabsize: int = ...) 565 builtins.bytearray.expandtabs?4(tabsize: int = ...)
553 builtins.bytearray.extend?4(__iterable_of_ints: Iterable[SupportsIndex]) 566 builtins.bytearray.extend?4(__iterable_of_ints: Iterable[SupportsIndex])
554 builtins.bytearray.find?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 567 builtins.bytearray.find?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
555 builtins.bytearray.fromhex?4(__string: str) 568 builtins.bytearray.fromhex?4(__string: str)
563 builtins.bytearray.islower?4() 576 builtins.bytearray.islower?4()
564 builtins.bytearray.isspace?4() 577 builtins.bytearray.isspace?4()
565 builtins.bytearray.istitle?4() 578 builtins.bytearray.istitle?4()
566 builtins.bytearray.isupper?4() 579 builtins.bytearray.isupper?4()
567 builtins.bytearray.join?4(__iterable_of_bytes: Iterable[ReadableBuffer]) 580 builtins.bytearray.join?4(__iterable_of_bytes: Iterable[ReadableBuffer])
568 builtins.bytearray.ljust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = ...) 581 builtins.bytearray.ljust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = b" ")
569 builtins.bytearray.lower?4() 582 builtins.bytearray.lower?4()
570 builtins.bytearray.lstrip?4(__bytes: ReadableBuffer | None = ...) 583 builtins.bytearray.lstrip?4(__bytes: ReadableBuffer | None = None)
571 builtins.bytearray.maketrans?4(__to: ReadableBuffer) 584 builtins.bytearray.maketrans?4(__to: ReadableBuffer)
572 builtins.bytearray.partition?4(__sep: ReadableBuffer) 585 builtins.bytearray.partition?4(__sep: ReadableBuffer)
573 builtins.bytearray.pop?4(__index: int = ...) 586 builtins.bytearray.pop?4(__index: int = -1)
574 builtins.bytearray.remove?4(__value: int) 587 builtins.bytearray.remove?4(__value: int)
575 builtins.bytearray.removeprefix?4(__prefix: ReadableBuffer) 588 builtins.bytearray.removeprefix?4(__prefix: ReadableBuffer)
576 builtins.bytearray.removesuffix?4(__suffix: ReadableBuffer) 589 builtins.bytearray.removesuffix?4(__suffix: ReadableBuffer)
577 builtins.bytearray.replace?4(__old: ReadableBuffer, __new: ReadableBuffer, __count: SupportsIndex = ...) 590 builtins.bytearray.replace?4(__old: ReadableBuffer, __new: ReadableBuffer, __count: SupportsIndex = -1)
578 builtins.bytearray.rfind?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 591 builtins.bytearray.rfind?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
579 builtins.bytearray.rindex?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 592 builtins.bytearray.rindex?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
580 builtins.bytearray.rjust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = ...) 593 builtins.bytearray.rjust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = b" ")
581 builtins.bytearray.rpartition?4(__sep: ReadableBuffer) 594 builtins.bytearray.rpartition?4(__sep: ReadableBuffer)
582 builtins.bytearray.rsplit?4(sep: ReadableBuffer | None = ..., maxsplit: SupportsIndex = ...) 595 builtins.bytearray.rsplit?4(sep: ReadableBuffer | None = None, maxsplit: SupportsIndex = -1)
583 builtins.bytearray.rstrip?4(__bytes: ReadableBuffer | None = ...) 596 builtins.bytearray.rstrip?4(__bytes: ReadableBuffer | None = None)
584 builtins.bytearray.split?4(sep: ReadableBuffer | None = ..., maxsplit: SupportsIndex = ...) 597 builtins.bytearray.split?4(sep: ReadableBuffer | None = None, maxsplit: SupportsIndex = -1)
585 builtins.bytearray.splitlines?4(keepends: bool = ...) 598 builtins.bytearray.splitlines?4(keepends: bool = False)
586 builtins.bytearray.startswith?4(__prefix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., ) 599 builtins.bytearray.startswith?4(__prefix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., )
587 builtins.bytearray.strip?4(__bytes: ReadableBuffer | None = ...) 600 builtins.bytearray.strip?4(__bytes: ReadableBuffer | None = None)
588 builtins.bytearray.swapcase?4() 601 builtins.bytearray.swapcase?4()
589 builtins.bytearray.title?4() 602 builtins.bytearray.title?4()
590 builtins.bytearray.translate?4(__table: ReadableBuffer | None, delete: bytes = ...) 603 builtins.bytearray.translate?4(__table: ReadableBuffer | None, delete: bytes = b"")
591 builtins.bytearray.upper?4() 604 builtins.bytearray.upper?4()
592 builtins.bytearray.zfill?4(__width: SupportsIndex) 605 builtins.bytearray.zfill?4(__width: SupportsIndex)
593 builtins.bytearray?1(__string: str, encoding: str, errors: str = ...) 606 builtins.bytearray?1(__string: str, encoding: str, errors: str = ...)
594 builtins.bytes.capitalize?4() 607 builtins.bytes.capitalize?4()
595 builtins.bytes.center?4(__width: SupportsIndex, __fillchar: bytes = ...) 608 builtins.bytes.center?4(__width: SupportsIndex, __fillchar: bytes = b" ")
596 builtins.bytes.count?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 609 builtins.bytes.count?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
597 builtins.bytes.decode?4(encoding: str = ..., errors: str = ...) 610 builtins.bytes.decode?4(encoding: str = "utf-8", errors: str = "strict")
598 builtins.bytes.endswith?4(__suffix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., ) 611 builtins.bytes.endswith?4(__suffix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., )
599 builtins.bytes.expandtabs?4(tabsize: int = ...) 612 builtins.bytes.expandtabs?4(tabsize: int = ...)
600 builtins.bytes.find?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 613 builtins.bytes.find?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
601 builtins.bytes.fromhex?4(__s: str) 614 builtins.bytes.fromhex?4(__string: str)
602 builtins.bytes.hex?4() 615 builtins.bytes.hex?4()
603 builtins.bytes.index?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 616 builtins.bytes.index?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
604 builtins.bytes.isalnum?4() 617 builtins.bytes.isalnum?4()
605 builtins.bytes.isalpha?4() 618 builtins.bytes.isalpha?4()
606 builtins.bytes.isascii?4() 619 builtins.bytes.isascii?4()
608 builtins.bytes.islower?4() 621 builtins.bytes.islower?4()
609 builtins.bytes.isspace?4() 622 builtins.bytes.isspace?4()
610 builtins.bytes.istitle?4() 623 builtins.bytes.istitle?4()
611 builtins.bytes.isupper?4() 624 builtins.bytes.isupper?4()
612 builtins.bytes.join?4(__iterable_of_bytes: Iterable[ReadableBuffer]) 625 builtins.bytes.join?4(__iterable_of_bytes: Iterable[ReadableBuffer])
613 builtins.bytes.ljust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = ...) 626 builtins.bytes.ljust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = b" ")
614 builtins.bytes.lower?4() 627 builtins.bytes.lower?4()
615 builtins.bytes.lstrip?4(__bytes: ReadableBuffer | None = ...) 628 builtins.bytes.lstrip?4(__bytes: ReadableBuffer | None = None)
616 builtins.bytes.maketrans?4(__to: ReadableBuffer) 629 builtins.bytes.maketrans?4(__to: ReadableBuffer)
617 builtins.bytes.partition?4(__sep: ReadableBuffer) 630 builtins.bytes.partition?4(__sep: ReadableBuffer)
618 builtins.bytes.removeprefix?4(__prefix: ReadableBuffer) 631 builtins.bytes.removeprefix?4(__prefix: ReadableBuffer)
619 builtins.bytes.removesuffix?4(__suffix: ReadableBuffer) 632 builtins.bytes.removesuffix?4(__suffix: ReadableBuffer)
620 builtins.bytes.replace?4(__old: ReadableBuffer, __new: ReadableBuffer, __count: SupportsIndex = ...) 633 builtins.bytes.replace?4(__old: ReadableBuffer, __new: ReadableBuffer, __count: SupportsIndex = -1)
621 builtins.bytes.rfind?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 634 builtins.bytes.rfind?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
622 builtins.bytes.rindex?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 635 builtins.bytes.rindex?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
623 builtins.bytes.rjust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = ...) 636 builtins.bytes.rjust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = b" ")
624 builtins.bytes.rpartition?4(__sep: ReadableBuffer) 637 builtins.bytes.rpartition?4(__sep: ReadableBuffer)
625 builtins.bytes.rsplit?4(sep: ReadableBuffer | None = ..., maxsplit: SupportsIndex = ...) 638 builtins.bytes.rsplit?4(sep: ReadableBuffer | None = None, maxsplit: SupportsIndex = -1)
626 builtins.bytes.rstrip?4(__bytes: ReadableBuffer | None = ...) 639 builtins.bytes.rstrip?4(__bytes: ReadableBuffer | None = None)
627 builtins.bytes.split?4(sep: ReadableBuffer | None = ..., maxsplit: SupportsIndex = ...) 640 builtins.bytes.split?4(sep: ReadableBuffer | None = None, maxsplit: SupportsIndex = -1)
628 builtins.bytes.splitlines?4(keepends: bool = ...) 641 builtins.bytes.splitlines?4(keepends: bool = False)
629 builtins.bytes.startswith?4(__prefix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., ) 642 builtins.bytes.startswith?4(__prefix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., )
630 builtins.bytes.strip?4(__bytes: ReadableBuffer | None = ...) 643 builtins.bytes.strip?4(__bytes: ReadableBuffer | None = None)
631 builtins.bytes.swapcase?4() 644 builtins.bytes.swapcase?4()
632 builtins.bytes.title?4() 645 builtins.bytes.title?4()
633 builtins.bytes.translate?4(__table: ReadableBuffer | None, delete: bytes = ...) 646 builtins.bytes.translate?4(__table: ReadableBuffer | None, delete: bytes = b"")
634 builtins.bytes.upper?4() 647 builtins.bytes.upper?4()
635 builtins.bytes.zfill?4(__width: SupportsIndex) 648 builtins.bytes.zfill?4(__width: SupportsIndex)
636 builtins.callable?4(__obj: object) 649 builtins.callable?4(__obj: object)
637 builtins.chr?4(__i: int) 650 builtins.chr?4(__i: int)
638 builtins.classmethod?1(__f: Callable[..., _R_co]) 651 builtins.classmethod?1(__f: Callable[Concatenate[type[_T], _P], _R_co])
639 builtins.compile?4(source: str | ReadableBuffer | AST, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: int = ..., dont_inherit: int = ..., optimize: int = ..., ) 652 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, *, dont_inherit: bool = False, optimize: int = -1, )
640 builtins.compile?4(source: str | ReadableBuffer | AST, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: int = ..., dont_inherit: int = ..., optimize: int = ..., *, _feature_version: int = ..., ) 653 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, *, dont_inherit: bool = False, optimize: int = -1, _feature_version: int = -1, )
654 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: Literal[0], dont_inherit: bool = False, optimize: int = -1, )
655 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: Literal[0], dont_inherit: bool = False, optimize: int = -1, *, _feature_version: int = -1, )
656 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: Literal[1024], dont_inherit: bool = False, optimize: int = -1, )
657 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: Literal[1024], dont_inherit: bool = False, optimize: int = -1, *, _feature_version: int = -1, )
658 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: int, dont_inherit: bool = False, optimize: int = -1, )
659 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: int, dont_inherit: bool = False, optimize: int = -1, *, _feature_version: int = -1, )
641 builtins.complex.conjugate?4() 660 builtins.complex.conjugate?4()
642 builtins.complex.imag?4() 661 builtins.complex.imag?4()
643 builtins.complex.real?4() 662 builtins.complex.real?4()
644 builtins.copyright?4() 663 builtins.copyright?4()
645 builtins.credits?4() 664 builtins.credits?4()
646 builtins.delattr?4(__obj: object, __name: str) 665 builtins.delattr?4(__obj: object, __name: str)
647 builtins.dict.copy?4() 666 builtins.dict.copy?4()
648 builtins.dict.fromkeys?4(__iterable: Iterable[_T], __value: _S) 667 builtins.dict.fromkeys?4(__iterable: Iterable[_T], __value: _S)
649 builtins.dict.get?4(__key: _KT, __default: _VT | _T) 668 builtins.dict.get?4(__key: _KT, __default: _T)
650 builtins.dict.items?4() 669 builtins.dict.items?4()
651 builtins.dict.keys?4() 670 builtins.dict.keys?4()
652 builtins.dict.pop?4(__key: _KT, __default: _VT | _T) 671 builtins.dict.pop?4(__key: _KT, __default: _T)
653 builtins.dict.values?4() 672 builtins.dict.values?4()
654 builtins.dict?1(str], __iterable: Iterable[list[str]]) 673 builtins.dict?1(bytes], __iterable: Iterable[list[bytes]])
655 builtins.dir?4(__o: object = ...) 674 builtins.dir?4(__o: object = ...)
656 builtins.divmod?4(__x: SupportsDivMod[_T_contra, _T_co], __y: _T_contra) 675 builtins.divmod?4(__x: SupportsDivMod[_T_contra, _T_co], __y: _T_contra)
657 builtins.divmod?4(__x: _T_contra, __y: SupportsRDivMod[_T_contra, _T_co]) 676 builtins.divmod?4(__x: _T_contra, __y: SupportsRDivMod[_T_contra, _T_co])
658 builtins.enumerate?1(iterable: Iterable[_T], start: int = ...) 677 builtins.eval?4(__source: str | ReadableBuffer | CodeType, __globals: dict[str, Any] | None = None, __locals: Mapping[str, object] | None = None, )
659 builtins.eval?4(__source: str | ReadableBuffer | CodeType, __globals: dict[str, Any] | None = ..., __locals: Mapping[str, object] | None = ...) 678 builtins.exec?4(__source: str | ReadableBuffer | CodeType, __globals: dict[str, Any] | None = None, __locals: Mapping[str, object] | None = None, )
660 builtins.exec?4(__source: str | ReadableBuffer | CodeType, __globals: dict[str, Any] | None = ..., __locals: Mapping[str, object] | None = ..., ) 679 builtins.exec?4(__source: str | ReadableBuffer | CodeType, __globals: dict[str, Any] | None = None, __locals: Mapping[str, object] | None = None, *, closure: tuple[_Cell, ...] | None = None, )
661 builtins.exec?4(__source: str | ReadableBuffer | CodeType, __globals: dict[str, Any] | None = ..., __locals: Mapping[str, object] | None = ..., *, closure: tuple[_Cell, ...] | None = ..., ) 680 builtins.exit?4(code: sys._ExitCode = None)
662 builtins.exit?4(code: stdlib.sys._ExitCode = ...)
663 builtins.filter?1(__function: Callable[[_T], Any], __iterable: Iterable[_T])
664 builtins.float.as_integer_ratio?4() 681 builtins.float.as_integer_ratio?4()
665 builtins.float.conjugate?4() 682 builtins.float.conjugate?4()
666 builtins.float.fromhex?4(__s: str) 683 builtins.float.fromhex?4(__string: str)
667 builtins.float.hex?4() 684 builtins.float.hex?4()
668 builtins.float.imag?4() 685 builtins.float.imag?4()
669 builtins.float.is_integer?4() 686 builtins.float.is_integer?4()
670 builtins.float.real?4() 687 builtins.float.real?4()
671 builtins.format?4(__value: object, __format_spec: str = ...) 688 builtins.format?4(__value: object, __format_spec: str = "")
672 builtins.frozenset.copy?4() 689 builtins.frozenset.copy?4()
673 builtins.frozenset.difference?4(*s: Iterable[object]) 690 builtins.frozenset.difference?4(*s: Iterable[object])
674 builtins.frozenset.intersection?4(*s: Iterable[object]) 691 builtins.frozenset.intersection?4(*s: Iterable[object])
675 builtins.frozenset.isdisjoint?4(__s: Iterable[_T_co]) 692 builtins.frozenset.isdisjoint?4(__s: Iterable[_T_co])
676 builtins.frozenset.issubset?4(__s: Iterable[object]) 693 builtins.frozenset.issubset?4(__s: Iterable[object])
679 builtins.frozenset.union?4(*s: Iterable[_S]) 696 builtins.frozenset.union?4(*s: Iterable[_S])
680 builtins.getattr?4(__o: object, __name: str) 697 builtins.getattr?4(__o: object, __name: str)
681 builtins.getattr?4(__o: object, __name: str, __default: None) 698 builtins.getattr?4(__o: object, __name: str, __default: None)
682 builtins.getattr?4(__o: object, __name: str, __default: _T) 699 builtins.getattr?4(__o: object, __name: str, __default: _T)
683 builtins.getattr?4(__o: object, __name: str, __default: bool) 700 builtins.getattr?4(__o: object, __name: str, __default: bool)
684 builtins.getattr?4(__o: object, name: str, __default: dict[Any, Any]) 701 builtins.getattr?4(__o: object, __name: str, __default: dict[Any, Any])
685 builtins.getattr?4(__o: object, name: str, __default: list[Any]) 702 builtins.getattr?4(__o: object, __name: str, __default: list[Any])
686 builtins.globals?4() 703 builtins.globals?4()
687 builtins.hasattr?4(__obj: object, __name: str) 704 builtins.hasattr?4(__obj: object, __name: str)
688 builtins.hash?4(__obj: object) 705 builtins.hash?4(__obj: object)
689 builtins.help?4(request: object = ...) 706 builtins.help?4(request: object = ...)
690 builtins.hex?4(__number: int | SupportsIndex) 707 builtins.hex?4(__number: int | SupportsIndex)
691 builtins.id?4(__obj: object) 708 builtins.id?4(__obj: object)
692 builtins.input?4(__prompt: object = ...) 709 builtins.input?4(__prompt: object = "")
693 builtins.int.as_integer_ratio?4() 710 builtins.int.as_integer_ratio?4()
694 builtins.int.bit_count?4() 711 builtins.int.bit_count?4()
695 builtins.int.bit_length?4() 712 builtins.int.bit_length?4()
696 builtins.int.conjugate?4() 713 builtins.int.conjugate?4()
697 builtins.int.denominator?4() 714 builtins.int.denominator?4()
698 builtins.int.from_bytes?4(bytes: Iterable[SupportsIndex] | SupportsBytes | ReadableBuffer, byteorder: Literal["little", "big"], *, signed: bool = ..., ) 715 builtins.int.from_bytes?4(bytes: Iterable[SupportsIndex] | SupportsBytes | ReadableBuffer, byteorder: Literal["little", "big"], *, signed: bool = False, )
699 builtins.int.imag?4() 716 builtins.int.imag?4()
717 builtins.int.is_integer?4()
700 builtins.int.numerator?4() 718 builtins.int.numerator?4()
701 builtins.int.real?4() 719 builtins.int.real?4()
702 builtins.int.to_bytes?4(length: SupportsIndex, byteorder: Literal["little", "big"], *, signed: bool = ...) 720 builtins.int.to_bytes?4(length: SupportsIndex, byteorder: Literal["little", "big"], *, signed: bool = False)
703 builtins.isinstance?4(__obj: object, __class_or_tuple: _ClassInfo) 721 builtins.isinstance?4(__obj: object, __class_or_tuple: _ClassInfo)
704 builtins.issubclass?4(__cls: type, __class_or_tuple: _ClassInfo) 722 builtins.issubclass?4(__cls: type, __class_or_tuple: _ClassInfo)
705 builtins.iter?4(__function: Callable[[], _T | None], __sentinel: None) 723 builtins.iter?4(__object: Callable[[], _T | None], __sentinel: None)
706 builtins.iter?4(__function: Callable[[], _T], __sentinel: object) 724 builtins.iter?4(__object: Callable[[], _T], __sentinel: object)
707 builtins.iter?4(__iterable: SupportsIter[_SupportsNextT]) 725 builtins.iter?4(__object: SupportsIter[_SupportsNextT])
708 builtins.iter?4(__iterable: _GetItemIterable[_T]) 726 builtins.iter?4(__object: _GetItemIterable[_T])
709 builtins.len?4(__obj: Sized) 727 builtins.len?4(__obj: Sized)
710 builtins.license?4() 728 builtins.license?4()
711 builtins.list.append?4(__object: _T) 729 builtins.list.append?4(__object: _T)
712 builtins.list.copy?4() 730 builtins.list.copy?4()
713 builtins.list.count?4(__value: _T) 731 builtins.list.count?4(__value: _T)
714 builtins.list.extend?4(__iterable: Iterable[_T]) 732 builtins.list.extend?4(__iterable: Iterable[_T])
715 builtins.list.index?4(__value: _T, __start: SupportsIndex = ..., __stop: SupportsIndex = ...) 733 builtins.list.index?4(__value: _T, __start: SupportsIndex = 0, __stop: SupportsIndex = sys.maxsize)
716 builtins.list.insert?4(__index: SupportsIndex, __object: _T) 734 builtins.list.insert?4(__index: SupportsIndex, __object: _T)
717 builtins.list.pop?4(__index: SupportsIndex = ...) 735 builtins.list.pop?4(__index: SupportsIndex = -1)
718 builtins.list.remove?4(__value: _T) 736 builtins.list.remove?4(__value: _T)
719 builtins.list.sort?4(*, key: Callable[[_T], SupportsRichComparison], reverse: bool = ...) 737 builtins.list.sort?4(*, key: Callable[[_T], SupportsRichComparison], reverse: bool = False)
720 builtins.list?1(__iterable: Iterable[_T]) 738 builtins.list?1(__iterable: Iterable[_T])
721 builtins.locals?4() 739 builtins.locals?4()
722 builtins.map?1(__func: Callable[..., _S], __iter1: Iterable[Any], __iter2: Iterable[Any], __iter3: Iterable[Any], __iter4: Iterable[Any], __iter5: Iterable[Any], __iter6: Iterable[Any], *iterables: Iterable[Any], ) 740 builtins.max?4(__arg1: SupportsRichComparisonT, __arg2: SupportsRichComparisonT, *_args: SupportsRichComparisonT, key: None = None)
723 builtins.max?4(__arg1: SupportsRichComparisonT, __arg2: SupportsRichComparisonT, *_args: SupportsRichComparisonT, key: None = ...)
724 builtins.max?4(__arg1: _T, __arg2: _T, *_args: _T, key: Callable[[_T], SupportsRichComparison]) 741 builtins.max?4(__arg1: _T, __arg2: _T, *_args: _T, key: Callable[[_T], SupportsRichComparison])
725 builtins.max?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = ...) 742 builtins.max?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = None)
726 builtins.max?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = ..., default: _T) 743 builtins.max?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = None, default: _T)
727 builtins.max?4(__iterable: Iterable[_T1], *, key: Callable[[_T1], SupportsRichComparison], default: _T2) 744 builtins.max?4(__iterable: Iterable[_T1], *, key: Callable[[_T1], SupportsRichComparison], default: _T2)
728 builtins.max?4(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsRichComparison]) 745 builtins.max?4(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsRichComparison])
729 builtins.memoryview.c_contiguous?4() 746 builtins.memoryview.c_contiguous?4()
730 builtins.memoryview.cast?4(format: str, shape: list[int] | tuple[int, ...] = ...) 747 builtins.memoryview.cast?4(format: str, shape: list[int] | tuple[int, ...] = ...)
731 builtins.memoryview.contiguous?4() 748 builtins.memoryview.contiguous?4()
742 builtins.memoryview.strides?4() 759 builtins.memoryview.strides?4()
743 builtins.memoryview.suboffsets?4() 760 builtins.memoryview.suboffsets?4()
744 builtins.memoryview.tobytes?4() 761 builtins.memoryview.tobytes?4()
745 builtins.memoryview.tolist?4() 762 builtins.memoryview.tolist?4()
746 builtins.memoryview.toreadonly?4() 763 builtins.memoryview.toreadonly?4()
747 builtins.memoryview?1(obj: ReadableBuffer) 764 builtins.min?4(__arg1: SupportsRichComparisonT, __arg2: SupportsRichComparisonT, *_args: SupportsRichComparisonT, key: None = None)
748 builtins.min?4(__arg1: SupportsRichComparisonT, __arg2: SupportsRichComparisonT, *_args: SupportsRichComparisonT, key: None = ...)
749 builtins.min?4(__arg1: _T, __arg2: _T, *_args: _T, key: Callable[[_T], SupportsRichComparison]) 765 builtins.min?4(__arg1: _T, __arg2: _T, *_args: _T, key: Callable[[_T], SupportsRichComparison])
750 builtins.min?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = ...) 766 builtins.min?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = None)
751 builtins.min?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = ..., default: _T) 767 builtins.min?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = None, default: _T)
752 builtins.min?4(__iterable: Iterable[_T1], *, key: Callable[[_T1], SupportsRichComparison], default: _T2) 768 builtins.min?4(__iterable: Iterable[_T1], *, key: Callable[[_T1], SupportsRichComparison], default: _T2)
753 builtins.min?4(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsRichComparison]) 769 builtins.min?4(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsRichComparison])
754 builtins.next?4(__i: SupportsNext[_T]) 770 builtins.next?4(__i: SupportsNext[_T])
755 builtins.next?4(__i: SupportsNext[_T], __default: _VT) 771 builtins.next?4(__i: SupportsNext[_T], __default: _VT)
756 builtins.object?1() 772 builtins.object?1()
757 builtins.oct?4(__number: int | SupportsIndex) 773 builtins.oct?4(__number: int | SupportsIndex)
758 builtins.open?4(file: _OpenFile, mode: OpenBinaryMode, buffering: Literal[0], encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 774 builtins.open?4(file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: _Opener | None = None, )
759 builtins.open?4(file: _OpenFile, mode: OpenBinaryMode, buffering: int = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 775 builtins.open?4(file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: _Opener | None = None, )
760 builtins.open?4(file: _OpenFile, mode: OpenBinaryModeReading, buffering: Literal[-1, 1] = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 776 builtins.open?4(file: FileDescriptorOrPath, mode: OpenBinaryModeReading, buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: _Opener | None = None, )
761 builtins.open?4(file: _OpenFile, mode: OpenBinaryModeUpdating, buffering: Literal[-1, 1] = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 777 builtins.open?4(file: FileDescriptorOrPath, mode: OpenBinaryModeUpdating, buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: _Opener | None = None, )
762 builtins.open?4(file: _OpenFile, mode: OpenBinaryModeWriting, buffering: Literal[-1, 1] = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 778 builtins.open?4(file: FileDescriptorOrPath, mode: OpenBinaryModeWriting, buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: _Opener | None = None, )
763 builtins.open?4(file: _OpenFile, mode: OpenTextMode = ..., buffering: int = ..., encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 779 builtins.open?4(file: FileDescriptorOrPath, mode: OpenTextMode = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: _Opener | None = None, )
764 builtins.open?4(file: _OpenFile, mode: str, buffering: int = ..., encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 780 builtins.open?4(file: FileDescriptorOrPath, mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: _Opener | None = None, )
765 builtins.ord?4(__c: str | bytes | bytearray) 781 builtins.ord?4(__c: str | bytes | bytearray)
766 builtins.print?4(*values: object, sep: str | None = ..., end: str | None = ..., file: SupportsWrite[str] | None = ..., flush: Literal[False] = ..., ) 782 builtins.print?4(*values: object, sep: str | None = " ", end: str | None = "\n", file: SupportsWrite[str] | None = None, flush: Literal[False] = False, )
767 builtins.print?4(*values: object, sep: str | None = ..., end: str | None = ..., file: _SupportsWriteAndFlush[str] | None = ..., flush: bool) 783 builtins.print?4(*values: object, sep: str | None = " ", end: str | None = "\n", file: _SupportsWriteAndFlush[str] | None = None, flush: bool)
768 builtins.property.deleter?4(__fdel: Callable[[Any], None]) 784 builtins.property.deleter?4(__fdel: Callable[[Any], None])
769 builtins.property.fdel?7 785 builtins.property.fdel?7
770 builtins.property.fget?7 786 builtins.property.fget?7
771 builtins.property.fset?7 787 builtins.property.fset?7
772 builtins.property.getter?4(__fget: Callable[[Any], Any]) 788 builtins.property.getter?4(__fget: Callable[[Any], Any])
773 builtins.property.setter?4(__fset: Callable[[Any, Any], None]) 789 builtins.property.setter?4(__fset: Callable[[Any, Any], None])
774 builtins.property?1(fget: Callable[[Any], Any] | None = ..., fset: Callable[[Any, Any], None] | None = ..., fdel: Callable[[Any], None] | None = ..., doc: str | None = ..., ) 790 builtins.property?1(fget: Callable[[Any], Any] | None = ..., fset: Callable[[Any, Any], None] | None = ..., fdel: Callable[[Any], None] | None = ..., doc: str | None = ..., )
775 builtins.quit?4(code: stdlib.sys._ExitCode = ...) 791 builtins.quit?4(code: sys._ExitCode = None)
776 builtins.range.count?4(__value: int) 792 builtins.range.count?4(__value: int)
777 builtins.range.index?4(__value: int) 793 builtins.range.index?4(__value: int)
778 builtins.range.start?4() 794 builtins.range.start?4()
779 builtins.range.step?4() 795 builtins.range.step?4()
780 builtins.range.stop?4() 796 builtins.range.stop?4()
781 builtins.range?1(__start: SupportsIndex, __stop: SupportsIndex, __step: SupportsIndex = ...)
782 builtins.repr?4(__obj: object) 797 builtins.repr?4(__obj: object)
783 builtins.reversed?1(__sequence: SupportsLenAndGetItem[_T]) 798 builtins.reversed?1(__sequence: SupportsLenAndGetItem[_T])
784 builtins.round?4(number: _SupportsRound1[_T], ndigits: None = ...) 799 builtins.round?4(number: _SupportsRound1[_T], ndigits: None = None)
785 builtins.round?4(number: _SupportsRound2[_T], ndigits: SupportsIndex) 800 builtins.round?4(number: _SupportsRound2[_T], ndigits: SupportsIndex)
786 builtins.set.add?4(__element: _T) 801 builtins.set.add?4(__element: _T)
787 builtins.set.copy?4() 802 builtins.set.copy?4()
788 builtins.set.difference?4(*s: Iterable[Any]) 803 builtins.set.difference?4(*s: Iterable[Any])
789 builtins.set.difference_update?4(*s: Iterable[Any]) 804 builtins.set.difference_update?4(*s: Iterable[Any])
802 builtins.setattr?4(__obj: object, __name: str, __value: Any) 817 builtins.setattr?4(__obj: object, __name: str, __value: Any)
803 builtins.slice.indices?4(__len: SupportsIndex) 818 builtins.slice.indices?4(__len: SupportsIndex)
804 builtins.slice.start?4() 819 builtins.slice.start?4()
805 builtins.slice.step?4() 820 builtins.slice.step?4()
806 builtins.slice.stop?4() 821 builtins.slice.stop?4()
807 builtins.slice?1(__start: Any, __stop: Any, __step: Any = ...) 822 builtins.sorted?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = None, reverse: bool = False)
808 builtins.sorted?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = ..., reverse: bool = ...) 823 builtins.sorted?4(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsRichComparison], reverse: bool = False)
809 builtins.sorted?4(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsRichComparison], reverse: bool = ...) 824 builtins.staticmethod?1(__f: Callable[_P, _R_co])
810 builtins.staticmethod?1(__f: Callable[..., _R_co])
811 builtins.str.capitalize?4() 825 builtins.str.capitalize?4()
812 builtins.str.casefold?4() 826 builtins.str.casefold?4()
813 builtins.str.center?4(__width: SupportsIndex, __fillchar: str = ...) 827 builtins.str.center?4(__width: SupportsIndex, __fillchar: str = " ")
814 builtins.str.count?4(x: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 828 builtins.str.count?4(x: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
815 builtins.str.encode?4(encoding: str = ..., errors: str = ...) 829 builtins.str.encode?4(encoding: str = "utf-8", errors: str = "strict")
816 builtins.str.endswith?4(__suffix: str | tuple[str, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 830 builtins.str.endswith?4(__suffix: str | tuple[str, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
817 builtins.str.expandtabs?4(tabsize: int = ...) 831 builtins.str.expandtabs?4(tabsize: int = 8)
818 builtins.str.find?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 832 builtins.str.find?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
819 builtins.str.format?4(*args: object, **kwargs: object) 833 builtins.str.format?4(*args: object, **kwargs: object)
820 builtins.str.format_map?4(map: _FormatMapMapping) 834 builtins.str.format_map?4(map: _FormatMapMapping)
821 builtins.str.index?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 835 builtins.str.index?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
822 builtins.str.isalnum?4() 836 builtins.str.isalnum?4()
830 builtins.str.isprintable?4() 844 builtins.str.isprintable?4()
831 builtins.str.isspace?4() 845 builtins.str.isspace?4()
832 builtins.str.istitle?4() 846 builtins.str.istitle?4()
833 builtins.str.isupper?4() 847 builtins.str.isupper?4()
834 builtins.str.join?4(__iterable: Iterable[str]) 848 builtins.str.join?4(__iterable: Iterable[str])
835 builtins.str.ljust?4(__width: SupportsIndex, __fillchar: str = ...) 849 builtins.str.ljust?4(__width: SupportsIndex, __fillchar: str = " ")
836 builtins.str.lower?4() 850 builtins.str.lower?4()
837 builtins.str.lstrip?4(__chars: str | None = ...) 851 builtins.str.lstrip?4(__chars: str | None = None)
838 builtins.str.maketrans?4(__y: str, __z: str | None = ...) 852 builtins.str.maketrans?4(__y: str, __z: str)
839 builtins.str.partition?4(__sep: str) 853 builtins.str.partition?4(__sep: str)
840 builtins.str.removeprefix?4(__prefix: str) 854 builtins.str.removeprefix?4(__prefix: str)
841 builtins.str.removesuffix?4(__suffix: str) 855 builtins.str.removesuffix?4(__suffix: str)
842 builtins.str.replace?4(__old: str, __new: str, __count: SupportsIndex = ...) 856 builtins.str.replace?4(__old: str, __new: str, __count: SupportsIndex = -1)
843 builtins.str.rfind?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 857 builtins.str.rfind?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
844 builtins.str.rindex?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 858 builtins.str.rindex?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
845 builtins.str.rjust?4(__width: SupportsIndex, __fillchar: str = ...) 859 builtins.str.rjust?4(__width: SupportsIndex, __fillchar: str = " ")
846 builtins.str.rpartition?4(__sep: str) 860 builtins.str.rpartition?4(__sep: str)
847 builtins.str.rsplit?4(sep: str | None = ..., maxsplit: SupportsIndex = ...) 861 builtins.str.rsplit?4(sep: str | None = None, maxsplit: SupportsIndex = -1)
848 builtins.str.rstrip?4(__chars: str | None = ...) 862 builtins.str.rstrip?4(__chars: str | None = None)
849 builtins.str.split?4(sep: str | None = ..., maxsplit: SupportsIndex = ...) 863 builtins.str.split?4(sep: str | None = None, maxsplit: SupportsIndex = -1)
850 builtins.str.splitlines?4(keepends: bool = ...) 864 builtins.str.splitlines?4(keepends: bool = False)
851 builtins.str.startswith?4(__prefix: str | tuple[str, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) 865 builtins.str.startswith?4(__prefix: str | tuple[str, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
852 builtins.str.strip?4(__chars: str | None = ...) 866 builtins.str.strip?4(__chars: str | None = None)
853 builtins.str.swapcase?4() 867 builtins.str.swapcase?4()
854 builtins.str.title?4() 868 builtins.str.title?4()
855 builtins.str.translate?4(__table: _TranslateTable) 869 builtins.str.translate?4(__table: _TranslateTable)
856 builtins.str.upper?4() 870 builtins.str.upper?4()
857 builtins.str.zfill?4(__width: SupportsIndex) 871 builtins.str.zfill?4(__width: SupportsIndex)
858 builtins.sum?4(__iterable: Iterable[_AddableT1], __start: _AddableT2) 872 builtins.sum?4(__iterable: Iterable[_AddableT1], __start: _AddableT2)
859 builtins.sum?4(__iterable: Iterable[_AddableT1], start: _AddableT2) 873 builtins.sum?4(__iterable: Iterable[_AddableT1], start: _AddableT2)
860 builtins.sum?4(__iterable: Iterable[_SupportsSumNoDefaultT]) 874 builtins.sum?4(__iterable: Iterable[_SupportsSumNoDefaultT])
861 builtins.super?1() 875 builtins.super?1()
862 builtins.tuple.count?4(__value: Any) 876 builtins.tuple.count?4(__value: Any)
863 builtins.tuple.index?4(__value: Any, __start: SupportsIndex = ..., __stop: SupportsIndex = ...) 877 builtins.tuple.index?4(__value: Any, __start: SupportsIndex = 0, __stop: SupportsIndex = sys.maxsize)
864 builtins.type.mro?4() 878 builtins.type.mro?4()
865 builtins.type?1(__name: str, __bases: tuple[type, ...], __dict: dict[str, Any], **kwds: Any) 879 builtins.type?1(__name: str, __bases: tuple[type, ...], __dict: dict[str, Any], **kwds: Any)
866 builtins.vars?4(__object: Any = ...) 880 builtins.vars?4(__object: Any = ...)
867 builtins.vars?4(__object: type) 881 builtins.vars?4(__object: type)
868 codecs.BOM32_BE?7
869 codecs.BOM32_LE?7
870 codecs.BOM64_BE?7
871 codecs.BOM64_LE?7
872 codecs.BOM?7
873 codecs.BOM_BE?7
874 codecs.BOM_LE?7
875 codecs.BOM_UTF16?7
876 codecs.BOM_UTF16_BE?7
877 codecs.BOM_UTF16_LE?7
878 codecs.BOM_UTF32?7
879 codecs.BOM_UTF32_BE?7
880 codecs.BOM_UTF32_LE?7
881 codecs.BOM_UTF8?7
882 codecs.BufferedIncrementalDecoder._buffer_decode?5(input: ReadableBuffer, errors: str, final: bool)
883 codecs.BufferedIncrementalDecoder.buffer?7
884 codecs.BufferedIncrementalDecoder.decode?4(input: ReadableBuffer, final: bool = ...)
885 codecs.BufferedIncrementalDecoder?1(errors: str = ...)
886 codecs.BufferedIncrementalEncoder._buffer_encode?5(input: str, errors: str, final: bool)
887 codecs.BufferedIncrementalEncoder.buffer?7
888 codecs.BufferedIncrementalEncoder.encode?4(input: str, final: bool = ...)
889 codecs.BufferedIncrementalEncoder?1(errors: str = ...)
890 codecs.Codec.decode?4(input: bytes, errors: str = ...)
891 codecs.Codec.encode?4(input: str, errors: str = ...)
892 codecs.CodecInfo.decode?4()
893 codecs.CodecInfo.encode?4()
894 codecs.CodecInfo.incrementaldecoder?4()
895 codecs.CodecInfo.incrementalencoder?4()
896 codecs.CodecInfo.name?7
897 codecs.CodecInfo.streamreader?4()
898 codecs.CodecInfo.streamwriter?4()
899 codecs.EncodedFile?4(file: _Stream, data_encoding: str, file_encoding: str | None = ..., errors: str = ...)
900 codecs.IncrementalDecoder.decode?4(input: ReadableBuffer, final: bool = ...)
901 codecs.IncrementalDecoder.errors?7
902 codecs.IncrementalDecoder.getstate?4()
903 codecs.IncrementalDecoder.reset?4()
904 codecs.IncrementalDecoder.setstate?4(state: tuple[bytes, int])
905 codecs.IncrementalDecoder?1(errors: str = ...)
906 codecs.IncrementalEncoder.encode?4(input: str, final: bool = ...)
907 codecs.IncrementalEncoder.errors?7
908 codecs.IncrementalEncoder.getstate?4()
909 codecs.IncrementalEncoder.reset?4()
910 codecs.IncrementalEncoder.setstate?4(state: int | str)
911 codecs.IncrementalEncoder?1(errors: str = ...)
912 codecs.StreamReader.errors?7
913 codecs.StreamReader.read?4(size: int = ..., chars: int = ..., firstline: bool = ...)
914 codecs.StreamReader.readline?4(size: int | None = ..., keepends: bool = ...)
915 codecs.StreamReader.readlines?4(sizehint: int | None = ..., keepends: bool = ...)
916 codecs.StreamReader.reset?4()
917 codecs.StreamReader.stream?7
918 codecs.StreamReader?1(stream: _ReadableStream, errors: str = ...)
919 codecs.StreamReaderWriter.close?4()
920 codecs.StreamReaderWriter.fileno?4()
921 codecs.StreamReaderWriter.flush?4()
922 codecs.StreamReaderWriter.isatty?4()
923 codecs.StreamReaderWriter.read?4(size: int = ...)
924 codecs.StreamReaderWriter.readable?4()
925 codecs.StreamReaderWriter.readline?4(size: int | None = ...)
926 codecs.StreamReaderWriter.readlines?4(sizehint: int | None = ...)
927 codecs.StreamReaderWriter.reset?4()
928 codecs.StreamReaderWriter.seek?4(offset: int, whence: int = ...)
929 codecs.StreamReaderWriter.seekable?4()
930 codecs.StreamReaderWriter.stream?7
931 codecs.StreamReaderWriter.tell?4()
932 codecs.StreamReaderWriter.truncate?4(size: int | None = ...)
933 codecs.StreamReaderWriter.writable?4()
934 codecs.StreamReaderWriter.write?4(data: str)
935 codecs.StreamReaderWriter.writelines?4(list: Iterable[str])
936 codecs.StreamReaderWriter?1(stream: _Stream, Reader: _StreamReader, Writer: _StreamWriter, errors: str = ...)
937 codecs.StreamRecoder.close?4()
938 codecs.StreamRecoder.fileno?4()
939 codecs.StreamRecoder.flush?4()
940 codecs.StreamRecoder.isatty?4()
941 codecs.StreamRecoder.read?4(size: int = ...)
942 codecs.StreamRecoder.readable?4()
943 codecs.StreamRecoder.readline?4(size: int | None = ...)
944 codecs.StreamRecoder.readlines?4(sizehint: int | None = ...)
945 codecs.StreamRecoder.reset?4()
946 codecs.StreamRecoder.seek?4(offset: int, whence: int = ...)
947 codecs.StreamRecoder.seekable?4()
948 codecs.StreamRecoder.tell?4()
949 codecs.StreamRecoder.truncate?4(size: int | None = ...)
950 codecs.StreamRecoder.writable?4()
951 codecs.StreamRecoder.write?4(data: bytes)
952 codecs.StreamRecoder.writelines?4(list: Iterable[bytes])
953 codecs.StreamRecoder?1(stream: _Stream, encode: _Encoder, decode: _Decoder, Reader: _StreamReader, Writer: _StreamWriter, errors: str = ...)
954 codecs.StreamWriter.errors?7
955 codecs.StreamWriter.reset?4()
956 codecs.StreamWriter.stream?7
957 codecs.StreamWriter.write?4(object: str)
958 codecs.StreamWriter.writelines?4(list: Iterable[str])
959 codecs.StreamWriter?1(stream: _WritableStream, errors: str = ...)
960 codecs._ReadableStream.close?4()
961 codecs._ReadableStream.read?4(__size: int = ...)
962 codecs._ReadableStream.seek?4(__offset: int, __whence: int)
963 codecs._WritableStream.close?4()
964 codecs._WritableStream.seek?4(__offset: int, __whence: int)
965 codecs._WritableStream.write?4(__data: bytes)
966 codecs.backslashreplace_errors?4(exception: UnicodeError)
967 codecs.getdecoder?4(encoding: str)
968 codecs.getencoder?4(encoding: str)
969 codecs.getincrementaldecoder?4(encoding: str)
970 codecs.getincrementalencoder?4(encoding: str)
971 codecs.getreader?4(encoding: str)
972 codecs.getwriter?4(encoding: str)
973 codecs.ignore_errors?4(exception: UnicodeError)
974 codecs.iterdecode?4(iterator: Iterable[bytes], encoding: str, errors: str = ...)
975 codecs.iterencode?4(iterator: Iterable[str], encoding: str, errors: str = ...)
976 codecs.namereplace_errors?4(exception: UnicodeError)
977 codecs.open?4(filename: str, mode: str = ..., encoding: str | None = ..., errors: str = ..., buffering: int = ...)
978 codecs.replace_errors?4(exception: UnicodeError)
979 codecs.strict_errors?4(exception: UnicodeError)
980 codecs.xmlcharrefreplace_errors?4(exception: UnicodeError)
981 contextlib.AsyncExitStack._T_fd_or_any_path?8
982 contextlib.AsyncExitStack.aclose?4()
983 contextlib.AsyncExitStack.callback?4(__callback: Callable[_P, _T], *args: _P.args, **kwds: _P.kwargs)
984 contextlib.AsyncExitStack.enter_async_context?4(cm: AbstractAsyncContextManager[_T])
985 contextlib.AsyncExitStack.enter_context?4(cm: AbstractContextManager[_T])
986 contextlib.AsyncExitStack.pop_all?4()
987 contextlib.AsyncExitStack.push?4(exit: _CM_EF)
988 contextlib.AsyncExitStack.push_async_callback?4(__callback: Callable[_P, Awaitable[_T]], *args: _P.args, **kwds: _P.kwargs)
989 contextlib.AsyncExitStack.push_async_exit?4(exit: _ACM_EF)
990 contextlib.ExitStack.callback?4(__callback: Callable[_P, _T], *args: _P.args, **kwds: _P.kwargs)
991 contextlib.ExitStack.close?4()
992 contextlib.ExitStack.enter_context?4(cm: AbstractContextManager[_T])
993 contextlib.ExitStack.pop_all?4()
994 contextlib.ExitStack.push?4(exit: _CM_EF)
995 contextlib._ACM_EF?8
996 contextlib._AsyncGeneratorContextManager.args?7
997 contextlib._AsyncGeneratorContextManager.func?7
998 contextlib._AsyncGeneratorContextManager.gen?7
999 contextlib._AsyncGeneratorContextManager.kwds?7
1000 contextlib._AsyncGeneratorContextManager?2(func: Callable[..., AsyncIterator[_T_co]], args: tuple[Any, ...], kwds: dict[str, Any])
1001 contextlib._AsyncGeneratorContextManager_1.args?7
1002 contextlib._AsyncGeneratorContextManager_1.func?7
1003 contextlib._AsyncGeneratorContextManager_1.gen?7
1004 contextlib._AsyncGeneratorContextManager_1.kwds?7
1005 contextlib._CM_EF?8
1006 contextlib._ExitCoroFunc?8
1007 contextlib._ExitFunc?8
1008 contextlib._F?8
1009 contextlib._GeneratorContextManager.args?7
1010 contextlib._GeneratorContextManager.func?7
1011 contextlib._GeneratorContextManager.gen?7
1012 contextlib._GeneratorContextManager.kwds?7
1013 contextlib._GeneratorContextManager?2(func: Callable[..., Iterator[_T_co]], args: tuple[Any, ...], kwds: dict[str, Any])
1014 contextlib._P?8
1015 contextlib._RedirectStream?2(new_target: _T_io)
1016 contextlib._SupportsAclose.aclose?4()
1017 contextlib._SupportsClose.close?4()
1018 contextlib._SupportsCloseT?8
1019 contextlib._T?8
1020 contextlib._T_co?8
1021 contextlib._T_io?8
1022 contextlib.aclosing?1(thing: _SupportsAcloseT)
1023 contextlib.asynccontextmanager?4(func: Callable[_P, AsyncIterator[_T_co]])
1024 contextlib.chdir.path?7
1025 contextlib.chdir?1(path: _T_fd_or_any_path)
1026 contextlib.closing._SupportsAcloseT?8
1027 contextlib.closing?1(thing: _SupportsCloseT)
1028 contextlib.contextmanager?4(func: Callable[_P, Iterator[_T_co]])
1029 contextlib.nullcontext.enter_result?7
1030 contextlib.nullcontext?1(enter_result: _T)
1031 contextlib.nullcontext_1.enter_result?7
1032 contextlib.suppress?1(*exceptions: type[BaseException])
1033 contextvars.Context.copy?4()
1034 contextvars.Context.get?4(__key: ContextVar[_T], __default: _D)
1035 contextvars.Context.run?4(callable: Callable[_P, _T], *args: _P.args, **kwargs: _P.kwargs)
1036 contextvars.Context?1()
1037 contextvars.ContextVar.get?4(__default: _D)
1038 contextvars.ContextVar.name?4()
1039 contextvars.ContextVar.reset?4(__token: Token[_T])
1040 contextvars.ContextVar.set?4(__value: _T)
1041 contextvars.ContextVar?1(name: str, *, default: _T)
1042 contextvars.Token.MISSING?7
1043 contextvars.Token.old_value?4()
1044 contextvars.Token.var?4()
1045 contextvars._D?8
1046 contextvars._P?8
1047 contextvars._T?8
1048 contextvars.copy_context?4()
1049 dataclasses.Field.compare?7
1050 dataclasses.Field.default?7
1051 dataclasses.Field.default_factory?7
1052 dataclasses.Field.field?4(init: bool = True, repr: bool = True, hash: bool | None = None, compare: bool = True, metadata: Mapping[Any, Any] | None = None, )
1053 dataclasses.Field.hash?7
1054 dataclasses.Field.init?7
1055 dataclasses.Field.kw_only?7
1056 dataclasses.Field.metadata?7
1057 dataclasses.Field.name?7
1058 dataclasses.Field.repr?7
1059 dataclasses.Field.type?7
1060 dataclasses.Field?1(default: _T, default_factory: Callable[[], _T], init: bool, repr: bool, hash: bool | None, compare: bool, metadata: Mapping[Any, Any], )
1061 dataclasses.FrozenInstanceError._InitVarMeta?8
1062 dataclasses.InitVar.type?7
1063 dataclasses.InitVar?1(type: Type[_T])
1064 dataclasses.MISSING?7
1065 dataclasses._DataclassT?8
1066 dataclasses._MISSING_TYPE.MISSING?7
1067 dataclasses._T?8
1068 dataclasses._T_co?8
1069 dataclasses.asdict?4(obj: DataclassInstance)
1070 dataclasses.asdict?4(obj: DataclassInstance, *, dict_factory: Callable[[list[tuple[str, Any]]], _T])
1071 dataclasses.astuple?4(obj: DataclassInstance)
1072 dataclasses.astuple?4(obj: DataclassInstance, *, tuple_factory: Callable[[list[Any]], _T])
1073 dataclasses.dataclass?4(*, init: bool = True, repr: bool = True, eq: bool = True, order: bool = False, unsafe_hash: bool = False, frozen: bool = False, )
1074 dataclasses.dataclass?4(*, init: bool = True, repr: bool = True, eq: bool = True, order: bool = False, unsafe_hash: bool = False, frozen: bool = False, match_args: bool = True, kw_only: bool = False, slots: bool = False, )
1075 dataclasses.dataclass?4(*, init: bool = True, repr: bool = True, eq: bool = True, order: bool = False, unsafe_hash: bool = False, frozen: bool = False, match_args: bool = True, kw_only: bool = False, slots: bool = False, weakref_slot: bool = False, )
1076 dataclasses.dataclass?4(__cls: None)
1077 dataclasses.dataclass?4(__cls: type[_T])
1078 dataclasses.dataclass?4(_cls: None)
1079 dataclasses.dataclass?4(_cls: type[_T])
1080 dataclasses.fields?4(class_or_instance: DataclassInstance | type[DataclassInstance])
1081 dataclasses.is_dataclass?4(obj: DataclassInstance)
1082 dataclasses.is_dataclass?4(obj: object)
1083 dataclasses.is_dataclass?4(obj: type)
1084 dataclasses.make_dataclass?4(cls_name: str, fields: Iterable[str | tuple[str, type] | tuple[str, type, Any]], *, bases: tuple[type, ...] = (), namespace: dict[str, Any] | None = None, init: bool = True, repr: bool = True, eq: bool = True, order: bool = False, unsafe_hash: bool = False, frozen: bool = False, )
1085 dataclasses.make_dataclass?4(cls_name: str, fields: Iterable[str | tuple[str, type] | tuple[str, type, Any]], *, bases: tuple[type, ...] = (), namespace: dict[str, Any] | None = None, init: bool = True, repr: bool = True, eq: bool = True, order: bool = False, unsafe_hash: bool = False, frozen: bool = False, match_args: bool = True, kw_only: bool = False, slots: bool = False, )
1086 dataclasses.make_dataclass?4(cls_name: str, fields: Iterable[str | tuple[str, type] | tuple[str, type, Any]], *, bases: tuple[type, ...] = (), namespace: dict[str, Any] | None = None, init: bool = True, repr: bool = True, eq: bool = True, order: bool = False, unsafe_hash: bool = False, frozen: bool = False, match_args: bool = True, kw_only: bool = False, slots: bool = False, weakref_slot: bool = False, )
1087 dataclasses.make_dataclass?4(cls_name: str, fields: Iterable[str | tuple[str, type] | tuple[str, type, Any]], *, bases: tuple[type, ...] = (), namespace: dict[str, Any] | None = None, init: bool = True, repr: bool = True, eq: bool = True, order: bool = False, unsafe_hash: bool = False, frozen: bool = False, match_args: bool = True, kw_only: bool = False, slots: bool = False, weakref_slot: bool = False, module: str | None = None, )
1088 dataclasses.replace?4(__obj: _DataclassT, **changes: Any)
1089 enum.Enum._IntEnumBase?8 882 enum.Enum._IntEnumBase?8
1090 enum.Enum._generate_next_value_?5(start: int, count: int, last_values: list[Any]) 883 enum.Enum._generate_next_value_?5(start: int, count: int, last_values: list[Any])
1091 enum.Enum._ignore_?8 884 enum.Enum._ignore_?8
1092 enum.Enum._missing_?5(value: object) 885 enum.Enum._missing_?5(value: object)
1093 enum.Enum._name_?8 886 enum.Enum._name_?8
1140 enum.nonmember.value?7 933 enum.nonmember.value?7
1141 enum.nonmember?1(value: _EnumMemberT) 934 enum.nonmember?1(value: _EnumMemberT)
1142 enum.pickle_by_enum_name?4(self: _EnumMemberT, proto: int) 935 enum.pickle_by_enum_name?4(self: _EnumMemberT, proto: int)
1143 enum.pickle_by_global_name?4(self: Enum, proto: int) 936 enum.pickle_by_global_name?4(self: Enum, proto: int)
1144 enum.property.clsname?7 937 enum.property.clsname?7
938 enum.property.member?7
1145 enum.property.name?7 939 enum.property.name?7
1146 enum.unique?4(enumeration: _EnumerationT) 940 enum.unique?4(enumeration: _EnumerationT)
1147 enum.verify?1(*checks: EnumCheck) 941 enum.verify?1(*checks: EnumCheck)
1148 fractions.Fraction.as_integer_ratio?4()
1149 fractions.Fraction.conjugate?4()
1150 fractions.Fraction.denominator?4()
1151 fractions.Fraction.from_decimal?4(dec: Decimal)
1152 fractions.Fraction.from_float?4(f: float)
1153 fractions.Fraction.imag?4()
1154 fractions.Fraction.is_integer?4()
1155 fractions.Fraction.limit_denominator?4(max_denominator: int = 1000000)
1156 fractions.Fraction.numerator?4()
1157 fractions.Fraction.real?4()
1158 fractions._ComparableNum?8
1159 fractions.gcd?4(a: Integral, b: Integral)
1160 fractions.gcd?4(a: Integral, b: int)
1161 fractions.gcd?4(a: int, b: Integral)
1162 fractions.gcd?4(a: int, b: int)
1163 functools.WRAPPER_UPDATES?7
1164 functools._CacheInfo.currsize?7
1165 functools._CacheInfo.hits?7
1166 functools._CacheInfo.maxsize?7
1167 functools._CacheInfo.misses?7
1168 functools._CacheParameters.maxsize?7
1169 functools._CacheParameters.typed?7
1170 functools._Descriptor?8
1171 functools._PWrapped?8
1172 functools._PWrapper?8
1173 functools._RWapper?8
1174 functools._RWrapped?8
1175 functools._S?8
1176 functools._SingleDispatchCallable._clear_cache?5()
1177 functools._SingleDispatchCallable.dispatch?4(cls: Any)
1178 functools._SingleDispatchCallable.register?4(cls: type[Any], func: Callable[..., _T])
1179 functools._SingleDispatchCallable.registry?7
1180 functools._T?8
1181 functools._lru_cache_wrapper.WRAPPER_ASSIGNMENTS?7
1182 functools._lru_cache_wrapper.cache_clear?4()
1183 functools._lru_cache_wrapper.cache_info?4()
1184 functools._lru_cache_wrapper.cache_parameters?4()
1185 functools._lru_cache_wrapper.lru_cache?4(typed: bool = False)
1186 functools._make_key?5(args: tuple[Hashable, ...], kwds: SupportsItems[Any, Any], typed: bool, kwd_mark: tuple[object, ...] = ..., fasttypes: set[type] = ..., tuple: type = ..., type: Any = ..., len: Callable[[Sized], int] = ..., )
1187 functools.cache?4(__user_function: Callable[..., _T])
1188 functools.cached_property.attrname?7
1189 functools.cached_property.func?7
1190 functools.cached_property?1(func: Callable[[Any], _T])
1191 functools.cmp_to_key?4(mycmp: Callable[[_T, _T], int])
1192 functools.partial.args?4()
1193 functools.partial.func?4()
1194 functools.partial.keywords?4()
1195 functools.partialmethod.args?7
1196 functools.partialmethod.func?7
1197 functools.partialmethod.keywords?7
1198 functools.partialmethod?1(__func: _Descriptor, *args: Any, **keywords: Any)
1199 functools.reduce?4(function: Callable[[_T, _S], _T], sequence: Iterable[_S], initial: _T)
1200 functools.reduce?4(function: Callable[[_T, _T], _T], sequence: Iterable[_T])
1201 functools.singledispatch?4(func: Callable[..., _T])
1202 functools.singledispatchmethod.dispatcher?7
1203 functools.singledispatchmethod.func?7
1204 functools.singledispatchmethod.register?4(cls: type[Any], method: Callable[..., _T])
1205 functools.singledispatchmethod?1(func: Callable[..., _T])
1206 functools.total_ordering?4(cls: type[_T])
1207 functools.update_wrapper?4(wrapper: Callable[_PWrapper, _RWapper], wrapped: Callable[_PWrapped, _RWrapped], assigned: Sequence[str] = ("__module__", "__name__", "__qualname__", "__doc__", "__annotations__"), updated: Sequence[str] = ("__dict__", ), )
1208 functools.update_wrapper?4(wrapper: Callable[_PWrapper, _RWapper], wrapped: Callable[_PWrapped, _RWrapped], assigned: Sequence[str] = ("__module__", "__name__", "__qualname__", "__doc__", "__annotations__", "__type_params__"), updated: Sequence[str] = ("__dict__", ), )
1209 functools.wraps?4(wrapped: Callable[_PWrapped, _RWrapped], assigned: Sequence[str] = ("__module__", "__name__", "__qualname__", "__doc__", "__annotations__"), updated: Sequence[str] = ("__dict__", ), )
1210 functools.wraps?4(wrapped: Callable[_PWrapped, _RWrapped], assigned: Sequence[str] = ("__module__", "__name__", "__qualname__", "__doc__", "__annotations__", "__type_params__"), updated: Sequence[str] = ("__dict__", ), )
1211 io.BlockingIOError?7
1212 io.BufferedIOBase.detach?4() 942 io.BufferedIOBase.detach?4()
1213 io.BufferedIOBase.raw?7 943 io.BufferedIOBase.raw?7
1214 io.BufferedIOBase.read1?4(__size: int = ...) 944 io.BufferedIOBase.read1?4(__size: int = ...)
1215 io.BufferedIOBase.read?4(__size: int | None = ...) 945 io.BufferedIOBase.read?4(__size: int | None = ...)
1216 io.BufferedIOBase.readinto1?4(__buffer: WriteableBuffer) 946 io.BufferedIOBase.readinto1?4(__buffer: WriteableBuffer)
1217 io.BufferedIOBase.readinto?4(__buffer: WriteableBuffer) 947 io.BufferedIOBase.readinto?4(__buffer: WriteableBuffer)
1218 io.BufferedIOBase.write?4(__buffer: ReadableBuffer) 948 io.BufferedIOBase.write?4(__buffer: ReadableBuffer)
1219 io.BufferedRWPair.peek?4(__size: int = ...) 949 io.BufferedRWPair.peek?4(__size: int = ...)
1220 io.BufferedRWPair?1(reader: RawIOBase, writer: RawIOBase, buffer_size: int = ...) 950 io.BufferedRWPair?1(reader: RawIOBase, writer: RawIOBase, buffer_size: int = ...)
1221 io.BufferedRandom.seek?4(__target: int, __whence: int = ...) 951 io.BufferedRandom.seek?4(__target: int, __whence: int = 0)
1222 io.BufferedReader.peek?4(__size: int = ...) 952 io.BufferedReader.peek?4(__size: int = 0)
1223 io.BufferedReader?1(raw: RawIOBase, buffer_size: int = ...) 953 io.BufferedReader?1(raw: RawIOBase, buffer_size: int = ...)
1224 io.BufferedWriter.write?4(__buffer: ReadableBuffer) 954 io.BufferedWriter.write?4(__buffer: ReadableBuffer)
1225 io.BufferedWriter?1(raw: RawIOBase, buffer_size: int = ...) 955 io.BufferedWriter?1(raw: RawIOBase, buffer_size: int = ...)
1226 io.BytesIO.getbuffer?4() 956 io.BytesIO.getbuffer?4()
1227 io.BytesIO.getvalue?4() 957 io.BytesIO.getvalue?4()
1228 io.BytesIO.name?7 958 io.BytesIO.name?7
1229 io.BytesIO.read1?4(__size: int | None = ...) 959 io.BytesIO.read1?4(__size: int | None = -1)
1230 io.BytesIO?1(initial_bytes: ReadableBuffer = ...) 960 io.BytesIO?1(initial_bytes: ReadableBuffer = ...)
1231 io.DEFAULT_BUFFER_SIZE?7
1232 io.FileIO.closefd?4() 961 io.FileIO.closefd?4()
1233 io.FileIO.mode?7 962 io.FileIO.mode?7
1234 io.FileIO.name?7 963 io.FileIO.name?7
1235 io.FileIO.read?4(__size: int = ...) 964 io.FileIO.read?4(__size: int = -1)
1236 io.FileIO.write?4(__b: ReadableBuffer) 965 io.FileIO.write?4(__b: ReadableBuffer)
1237 io.FileIO?1(file: StrOrBytesPath | int, mode: str = ..., closefd: bool = ..., opener: _Opener | None = ...) 966 io.FileIO?1(file: FileDescriptorOrPath, mode: str = ..., closefd: bool = ..., opener: _Opener | None = ...)
1238 io.IOBase._checkClosed?5(msg: str | None = ...) 967 io.IOBase._checkClosed?5(msg: str | None = ...)
1239 io.IOBase.close?4() 968 io.IOBase.close?4()
1240 io.IOBase.closed?4() 969 io.IOBase.closed?4()
1241 io.IOBase.fileno?4() 970 io.IOBase.fileno?4()
1242 io.IOBase.flush?4() 971 io.IOBase.flush?4()
1243 io.IOBase.isatty?4() 972 io.IOBase.isatty?4()
1244 io.IOBase.read?7 973 io.IOBase.read?7
1245 io.IOBase.readable?4() 974 io.IOBase.readable?4()
1246 io.IOBase.readline?4(__size: int | None = ...) 975 io.IOBase.readline?4(__size: int | None = -1)
1247 io.IOBase.readlines?4(__hint: int = ...) 976 io.IOBase.readlines?4(__hint: int = -1)
1248 io.IOBase.seek?4(__offset: int, __whence: int = ...) 977 io.IOBase.seek?4(__offset: int, __whence: int = ...)
1249 io.IOBase.seekable?4() 978 io.IOBase.seekable?4()
1250 io.IOBase.tell?4() 979 io.IOBase.tell?4()
1251 io.IOBase.truncate?4(__size: int | None = ...) 980 io.IOBase.truncate?4(__size: int | None = ...)
1252 io.IOBase.writable?4() 981 io.IOBase.writable?4()
1253 io.IOBase.write?7 982 io.IOBase.write?7
1254 io.IOBase.writelines?4(__lines: Iterable[ReadableBuffer]) 983 io.IOBase.writelines?4(__lines: Iterable[ReadableBuffer])
1255 io.IncrementalNewlineDecoder.decode?4(input: ReadableBuffer | str, final: bool = ...) 984 io.IncrementalNewlineDecoder.decode?4(input: ReadableBuffer | str, final: bool = False)
1256 io.IncrementalNewlineDecoder.newlines?4() 985 io.IncrementalNewlineDecoder.newlines?4()
1257 io.IncrementalNewlineDecoder.setstate?4(__state: tuple[bytes, int]) 986 io.IncrementalNewlineDecoder.setstate?4(__state: tuple[bytes, int])
987 io.IncrementalNewlineDecoder.text_encoding?4(__stacklevel: int = 2)
1258 io.IncrementalNewlineDecoder?1(decoder: codecs.IncrementalDecoder | None, translate: bool, errors: str = ...) 988 io.IncrementalNewlineDecoder?1(decoder: codecs.IncrementalDecoder | None, translate: bool, errors: str = ...)
1259 io.RawIOBase.read?4(__size: int = ...) 989 io.RawIOBase.read?4(__size: int = -1)
1260 io.RawIOBase.readall?4() 990 io.RawIOBase.readall?4()
1261 io.RawIOBase.readinto?4(__buffer: WriteableBuffer) 991 io.RawIOBase.readinto?4(__buffer: WriteableBuffer)
1262 io.RawIOBase.write?4(__b: ReadableBuffer) 992 io.RawIOBase.write?4(__b: ReadableBuffer)
1263 io.SEEK_CUR?7
1264 io.SEEK_END?7
1265 io.SEEK_SET?7
1266 io.StringIO.getvalue?4() 993 io.StringIO.getvalue?4()
1267 io.StringIO.name?7 994 io.StringIO.name?7
1268 io.StringIO?1(initial_value: str | None = ..., newline: str | None = ...) 995 io.StringIO?1(initial_value: str | None = ..., newline: str | None = ...)
1269 io.TextIOBase.detach?4() 996 io.TextIOBase.detach?4()
1270 io.TextIOBase.encoding?7 997 io.TextIOBase.encoding?7
1271 io.TextIOBase.errors?7 998 io.TextIOBase.errors?7
1272 io.TextIOBase.newlines?7 999 io.TextIOBase.newlines?7
1273 io.TextIOBase.read?4(__size: int | None = ...) 1000 io.TextIOBase.read?4(__size: int | None = ...)
1274 io.TextIOBase.readline?4(__size: int = ...) 1001 io.TextIOBase.readline?4(__size: int = ...)
1275 io.TextIOBase.readlines?4(__hint: int = ...) 1002 io.TextIOBase.readlines?4(__hint: int = -1)
1276 io.TextIOBase.write?4(__s: str) 1003 io.TextIOBase.write?4(__s: str)
1277 io.TextIOBase.writelines?4(__lines: Iterable[str]) 1004 io.TextIOBase.writelines?4(__lines: Iterable[str])
1278 io.TextIOWrapper.buffer?4() 1005 io.TextIOWrapper.buffer?4()
1279 io.TextIOWrapper.closed?4() 1006 io.TextIOWrapper.closed?4()
1280 io.TextIOWrapper.line_buffering?4() 1007 io.TextIOWrapper.line_buffering?4()
1281 io.TextIOWrapper.readline?4(__size: int = ...) 1008 io.TextIOWrapper.readline?4(__size: int = -1)
1282 io.TextIOWrapper.readlines?4(__hint: int = ...) 1009 io.TextIOWrapper.readlines?4(__hint: int = -1)
1283 io.TextIOWrapper.reconfigure?4(*, encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., line_buffering: bool | None = ..., write_through: bool | None = ..., ) 1010 io.TextIOWrapper.reconfigure?4(*, encoding: str | None = None, errors: str | None = None, newline: str | None = None, line_buffering: bool | None = None, write_through: bool | None = None, )
1284 io.TextIOWrapper.seek?4(__cookie: int, __whence: int = ...) 1011 io.TextIOWrapper.seek?4(__cookie: int, __whence: int = 0)
1285 io.TextIOWrapper.write_through?4() 1012 io.TextIOWrapper.write_through?4()
1286 io.TextIOWrapper.writelines?4(__lines: Iterable[str]) 1013 io.TextIOWrapper.writelines?4(__lines: Iterable[str])
1287 io.TextIOWrapper?1(buffer: IO[bytes], encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., line_buffering: bool = ..., write_through: bool = ..., ) 1014 io.TextIOWrapper?1(buffer: IO[bytes], encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., line_buffering: bool = ..., write_through: bool = ..., )
1015 io._T?8
1288 io.open?7 1016 io.open?7
1289 io.open_code?4(path: str) 1017 io.open_code?4(path: str)
1290 numbers.Complex.conjugate?4()
1291 numbers.Complex.imag?4()
1292 numbers.Complex.real?4()
1293 numbers.Integral.denominator?4()
1294 numbers.Integral.numerator?4()
1295 numbers.Rational.denominator?4()
1296 numbers.Rational.numerator?4()
1297 numbers.Real.conjugate?4()
1298 numbers.Real.imag?4()
1299 numbers.Real.real?4()
1300 queue.LifoQueue.queue?7
1301 queue.PriorityQueue.queue?7
1302 queue.Queue._get?5()
1303 queue.Queue._init?5(maxsize: int)
1304 queue.Queue._put?5(item: _T)
1305 queue.Queue._qsize?5()
1306 queue.Queue.all_tasks_done?7
1307 queue.Queue.empty?4()
1308 queue.Queue.full?4()
1309 queue.Queue.get?4(block: bool = True, timeout: float | None = None)
1310 queue.Queue.get_nowait?4()
1311 queue.Queue.join?4()
1312 queue.Queue.maxsize?7
1313 queue.Queue.mutex?7
1314 queue.Queue.not_empty?7
1315 queue.Queue.not_full?7
1316 queue.Queue.put?4(item: _T, block: bool = True, timeout: float | None = None)
1317 queue.Queue.put_nowait?4(item: _T)
1318 queue.Queue.qsize?4()
1319 queue.Queue.queue?7
1320 queue.Queue.task_done?4()
1321 queue.Queue.unfinished_tasks?7
1322 queue.Queue?1(maxsize: int = 0)
1323 queue.SimpleQueue.empty?4()
1324 queue.SimpleQueue.get?4(block: bool = True, timeout: float | None = None)
1325 queue.SimpleQueue.get_nowait?4()
1326 queue.SimpleQueue.put?4(item: _T, block: bool = True, timeout: float | None = None)
1327 queue.SimpleQueue.put_nowait?4(item: _T)
1328 queue.SimpleQueue.qsize?4()
1329 queue.SimpleQueue?1()
1330 queue._T?8
1331 re.A?7 1018 re.A?7
1332 re.ASCII?7 1019 re.ASCII?7
1333 re.DEBUG?7 1020 re.DEBUG?7
1334 re.DOTALL?7 1021 re.DOTALL?7
1335 re.I?7 1022 re.I?7
1336 re.IGNORECASE?7 1023 re.IGNORECASE?7
1337 re.L?7 1024 re.L?7
1338 re.LOCALE?7 1025 re.LOCALE?7
1339 re.M?7 1026 re.M?7
1340 re.MULTILINE?7 1027 re.MULTILINE?7
1341 re.Match.end?4(__group: int | str = ...) 1028 re.Match.end?4(__group: int | str = 0)
1342 re.Match.endpos?4() 1029 re.Match.endpos?4()
1343 re.Match.expand?4(template: ReadableBuffer) 1030 re.Match.expand?4(template: AnyStr)
1344 re.Match.group?4(__group1: str | int, __group2: str | int, *groups: str | int) 1031 re.Match.group?4(__group1: str | int, __group2: str | int, *groups: str | int)
1345 re.Match.groupdict?4(default: _T) 1032 re.Match.groupdict?4(default: _T)
1346 re.Match.groups?4(default: _T) 1033 re.Match.groups?4(default: _T)
1347 re.Match.lastgroup?4() 1034 re.Match.lastgroup?4()
1348 re.Match.lastindex?4() 1035 re.Match.lastindex?4()
1349 re.Match.pos?4() 1036 re.Match.pos?4()
1350 re.Match.re?4() 1037 re.Match.re?4()
1351 re.Match.regs?4() 1038 re.Match.regs?4()
1352 re.Match.span?4(__group: int | str = ...) 1039 re.Match.span?4(__group: int | str = 0)
1353 re.Match.start?4(__group: int | str = ...) 1040 re.Match.start?4(__group: int | str = 0)
1354 re.Match.string?4() 1041 re.Match.string?4()
1355 re.Pattern.findall?4(string: ReadableBuffer, pos: int = ..., endpos: int = ...) 1042 re.Pattern.findall?4(string: AnyStr, pos: int = 0, endpos: int = sys.maxsize)
1356 re.Pattern.finditer?4(string: ReadableBuffer, pos: int = ..., endpos: int = ...) 1043 re.Pattern.finditer?4(string: AnyStr, pos: int = 0, endpos: int = sys.maxsize)
1357 re.Pattern.flags?4() 1044 re.Pattern.flags?4()
1358 re.Pattern.fullmatch?4(string: ReadableBuffer, pos: int = ..., endpos: int = ...) 1045 re.Pattern.fullmatch?4(string: AnyStr, pos: int = 0, endpos: int = sys.maxsize)
1359 re.Pattern.groupindex?4() 1046 re.Pattern.groupindex?4()
1360 re.Pattern.groups?4() 1047 re.Pattern.groups?4()
1361 re.Pattern.match?4(string: ReadableBuffer, pos: int = ..., endpos: int = ...) 1048 re.Pattern.match?4(string: AnyStr, pos: int = 0, endpos: int = sys.maxsize)
1362 re.Pattern.pattern?4() 1049 re.Pattern.pattern?4()
1363 re.Pattern.search?4(string: ReadableBuffer, pos: int = ..., endpos: int = ...) 1050 re.Pattern.search?4(string: AnyStr, pos: int = 0, endpos: int = sys.maxsize)
1364 re.Pattern.split?4(string: ReadableBuffer, maxsplit: int = ...) 1051 re.Pattern.split?4(string: AnyStr, maxsplit: int = 0)
1365 re.Pattern.sub?4(repl: ReadableBuffer | Callable[[Match[bytes]], ReadableBuffer], string: ReadableBuffer, count: int = ..., ) 1052 re.Pattern.sub?4(repl: AnyStr | Callable[[Match[AnyStr]], AnyStr], string: AnyStr, count: int = 0)
1366 re.Pattern.subn?4(repl: ReadableBuffer | Callable[[Match[bytes]], ReadableBuffer], string: ReadableBuffer, count: int = ..., ) 1053 re.Pattern.subn?4(repl: AnyStr | Callable[[Match[AnyStr]], AnyStr], string: AnyStr, count: int = 0)
1367 re.RegexFlag.A?7 1054 re.RegexFlag.A?7
1368 re.RegexFlag.ASCII?7 1055 re.RegexFlag.ASCII?7
1369 re.RegexFlag.DEBUG?7 1056 re.RegexFlag.DEBUG?7
1370 re.RegexFlag.DOTALL?7 1057 re.RegexFlag.DOTALL?7
1371 re.RegexFlag.I?7 1058 re.RegexFlag.I?7
1389 re.UNICODE?7 1076 re.UNICODE?7
1390 re.VERBOSE?7 1077 re.VERBOSE?7
1391 re.X?7 1078 re.X?7
1392 re._FlagsType?8 1079 re._FlagsType?8
1393 re._T?8 1080 re._T?8
1394 re.compile?4(pattern: AnyStr, flags: _FlagsType = ...) 1081 re.compile?4(pattern: AnyStr, flags: _FlagsType = 0)
1395 re.compile?4(pattern: Pattern[AnyStr], flags: _FlagsType = ...) 1082 re.compile?4(pattern: Pattern[AnyStr], flags: _FlagsType = 0)
1396 re.escape?4(pattern: AnyStr) 1083 re.escape?4(pattern: AnyStr)
1397 re.findall?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = ...) 1084 re.findall?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = 0)
1398 re.findall?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = ...) 1085 re.findall?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0)
1399 re.finditer?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = ...) 1086 re.finditer?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = 0)
1400 re.finditer?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = ...) 1087 re.finditer?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0)
1401 re.fullmatch?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = ...) 1088 re.fullmatch?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = 0)
1402 re.fullmatch?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = ...) 1089 re.fullmatch?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0)
1403 re.match?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = ...) 1090 re.match?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = 0)
1404 re.match?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = ...) 1091 re.match?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0)
1405 re.purge?4() 1092 re.purge?4()
1406 re.search?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = ...) 1093 re.search?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = 0)
1407 re.search?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = ...) 1094 re.search?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0)
1408 re.split?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, maxsplit: int = ..., flags: _FlagsType = ...) 1095 re.split?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, maxsplit: int = 0, flags: _FlagsType = 0)
1409 re.split?4(pattern: str | Pattern[str], string: str, maxsplit: int = ..., flags: _FlagsType = ...) 1096 re.split?4(pattern: str | Pattern[str], string: str, maxsplit: int = 0, flags: _FlagsType = 0)
1410 re.sub?4(pattern: bytes | Pattern[bytes], repl: ReadableBuffer | Callable[[Match[bytes]], ReadableBuffer], string: ReadableBuffer, count: int = ..., flags: _FlagsType = ..., ) 1097 re.sub?4(pattern: bytes | Pattern[bytes], repl: ReadableBuffer | Callable[[Match[bytes]], ReadableBuffer], string: ReadableBuffer, count: int = 0, flags: _FlagsType = 0, )
1411 re.sub?4(pattern: str | Pattern[str], repl: str | Callable[[Match[str]], str], string: str, count: int = ..., flags: _FlagsType = ...) 1098 re.sub?4(pattern: str | Pattern[str], repl: str | Callable[[Match[str]], str], string: str, count: int = 0, flags: _FlagsType = 0)
1412 re.subn?4(pattern: bytes | Pattern[bytes], repl: ReadableBuffer | Callable[[Match[bytes]], ReadableBuffer], string: ReadableBuffer, count: int = ..., flags: _FlagsType = ..., ) 1099 re.subn?4(pattern: bytes | Pattern[bytes], repl: ReadableBuffer | Callable[[Match[bytes]], ReadableBuffer], string: ReadableBuffer, count: int = 0, flags: _FlagsType = 0, )
1413 re.subn?4(pattern: str | Pattern[str], repl: str | Callable[[Match[str]], str], string: str, count: int = ..., flags: _FlagsType = ...) 1100 re.subn?4(pattern: str | Pattern[str], repl: str | Callable[[Match[str]], str], string: str, count: int = 0, flags: _FlagsType = 0)
1414 re.template?4(pattern: AnyStr | Pattern[AnyStr], flags: _FlagsType = ...) 1101 re.template?4(pattern: AnyStr | Pattern[AnyStr], flags: _FlagsType = 0)
1415 selectors.BaseSelector.close?4()
1416 selectors.BaseSelector.get_key?4(fileobj: FileDescriptorLike)
1417 selectors.BaseSelector.get_map?4()
1418 selectors.BaseSelector.modify?4(fileobj: FileDescriptorLike, events: _EventMask, data: Any = None)
1419 selectors.BaseSelector.register?4(fileobj: FileDescriptorLike, events: _EventMask, data: Any = None)
1420 selectors.BaseSelector.select?4(timeout: float | None = None)
1421 selectors.BaseSelector.unregister?4(fileobj: FileDescriptorLike)
1422 selectors.DefaultSelector.get_map?4()
1423 selectors.DefaultSelector.register?4(fileobj: FileDescriptorLike, events: _EventMask, data: Any = None)
1424 selectors.DefaultSelector.select?4(timeout: float | None = None)
1425 selectors.DefaultSelector.unregister?4(fileobj: FileDescriptorLike)
1426 selectors.DevpollSelector.fileno?4()
1427 selectors.DevpollSelector.get_map?4()
1428 selectors.DevpollSelector.register?4(fileobj: FileDescriptorLike, events: _EventMask, data: Any = ...)
1429 selectors.DevpollSelector.select?4(timeout: float | None = ...)
1430 selectors.DevpollSelector.unregister?4(fileobj: FileDescriptorLike)
1431 selectors.EVENT_READ?7
1432 selectors.EVENT_WRITE?7
1433 selectors.EpollSelector.fileno?4()
1434 selectors.EpollSelector.get_map?4()
1435 selectors.EpollSelector.register?4(fileobj: FileDescriptorLike, events: _EventMask, data: Any = None)
1436 selectors.EpollSelector.select?4(timeout: float | None = None)
1437 selectors.EpollSelector.unregister?4(fileobj: FileDescriptorLike)
1438 selectors.KqueueSelector.fileno?4()
1439 selectors.KqueueSelector.get_map?4()
1440 selectors.KqueueSelector.register?4(fileobj: FileDescriptorLike, events: _EventMask, data: Any = None)
1441 selectors.KqueueSelector.select?4(timeout: float | None = None)
1442 selectors.KqueueSelector.unregister?4(fileobj: FileDescriptorLike)
1443 selectors.PollSelector.get_map?4()
1444 selectors.PollSelector.register?4(fileobj: FileDescriptorLike, events: _EventMask, data: Any = None)
1445 selectors.PollSelector.select?4(timeout: float | None = None)
1446 selectors.PollSelector.unregister?4(fileobj: FileDescriptorLike)
1447 selectors.SelectSelector.get_map?4()
1448 selectors.SelectSelector.register?4(fileobj: FileDescriptorLike, events: _EventMask, data: Any = None)
1449 selectors.SelectSelector.select?4(timeout: float | None = None)
1450 selectors.SelectSelector.unregister?4(fileobj: FileDescriptorLike)
1451 selectors.SelectorKey.data?7
1452 selectors.SelectorKey.events?7
1453 selectors.SelectorKey.fd?7
1454 selectors.SelectorKey.fileobj?7
1455 selectors._EventMask?8
1456 socket.AF_APPLETALK?7
1457 socket.AF_DECnet?7
1458 socket.AF_INET6?7
1459 socket.AF_INET?7
1460 socket.AF_IPX?7
1461 socket.AF_SNA?7
1462 socket.AF_UNSPEC?7
1463 socket.AI_ADDRCONFIG?7
1464 socket.AI_ALL?7
1465 socket.AI_CANONNAME?7
1466 socket.AI_NUMERICHOST?7
1467 socket.AI_NUMERICSERV?7
1468 socket.AI_PASSIVE?7
1469 socket.AI_V4MAPPED?7
1470 socket.AddressFamily.AF_AAL5?7
1471 socket.AddressFamily.AF_ALG?7
1472 socket.AddressFamily.AF_APPLETALK?7
1473 socket.AddressFamily.AF_ASH?7
1474 socket.AddressFamily.AF_ATMPVC?7
1475 socket.AddressFamily.AF_ATMSVC?7
1476 socket.AddressFamily.AF_AX25?7
1477 socket.AddressFamily.AF_BLUETOOTH?7
1478 socket.AddressFamily.AF_BRIDGE?7
1479 socket.AddressFamily.AF_CAN?7
1480 socket.AddressFamily.AF_DECnet?7
1481 socket.AddressFamily.AF_ECONET?7
1482 socket.AddressFamily.AF_HYPERV?7
1483 socket.AddressFamily.AF_INET6?7
1484 socket.AddressFamily.AF_INET?7
1485 socket.AddressFamily.AF_IPX?7
1486 socket.AddressFamily.AF_IRDA?7
1487 socket.AddressFamily.AF_KEY?7
1488 socket.AddressFamily.AF_LINK?7
1489 socket.AddressFamily.AF_LLC?7
1490 socket.AddressFamily.AF_NETBEUI?7
1491 socket.AddressFamily.AF_NETLINK?7
1492 socket.AddressFamily.AF_NETROM?7
1493 socket.AddressFamily.AF_PACKET?7
1494 socket.AddressFamily.AF_PPPOX?7
1495 socket.AddressFamily.AF_QIPCRTR?7
1496 socket.AddressFamily.AF_RDS?7
1497 socket.AddressFamily.AF_ROSE?7
1498 socket.AddressFamily.AF_ROUTE?7
1499 socket.AddressFamily.AF_SECURITY?7
1500 socket.AddressFamily.AF_SNA?7
1501 socket.AddressFamily.AF_SYSTEM?7
1502 socket.AddressFamily.AF_TIPC?7
1503 socket.AddressFamily.AF_UNIX?7
1504 socket.AddressFamily.AF_UNSPEC?7
1505 socket.AddressFamily.AF_VSOCK?7
1506 socket.AddressFamily.AF_WANPIPE?7
1507 socket.AddressFamily.AF_X25?7
1508 socket.AddressInfo.AI_ADDRCONFIG?7
1509 socket.AddressInfo.AI_ALL?7
1510 socket.AddressInfo.AI_CANONNAME?7
1511 socket.AddressInfo.AI_DEFAULT?7
1512 socket.AddressInfo.AI_MASK?7
1513 socket.AddressInfo.AI_NUMERICHOST?7
1514 socket.AddressInfo.AI_NUMERICSERV?7
1515 socket.AddressInfo.AI_PASSIVE?7
1516 socket.AddressInfo.AI_V4MAPPED?7
1517 socket.AddressInfo.AI_V4MAPPED_CFG?7
1518 socket.AddressInfo.errorTab?7
1519 socket.EAGAIN?7
1520 socket.EBADF?7
1521 socket.EWOULDBLOCK?7
1522 socket.MSG_CTRUNC?7
1523 socket.MSG_DONTROUTE?7
1524 socket.MSG_OOB?7
1525 socket.MSG_PEEK?7
1526 socket.MSG_TRUNC?7
1527 socket.MSG_WAITALL?7
1528 socket.MsgFlag.MSG_BCAST?7
1529 socket.MsgFlag.MSG_BTAG?7
1530 socket.MsgFlag.MSG_CMSG_CLOEXEC?7
1531 socket.MsgFlag.MSG_CONFIRM?7
1532 socket.MsgFlag.MSG_CTRUNC?7
1533 socket.MsgFlag.MSG_DONTROUTE?7
1534 socket.MsgFlag.MSG_DONTWAIT?7
1535 socket.MsgFlag.MSG_EOF?7
1536 socket.MsgFlag.MSG_EOR?7
1537 socket.MsgFlag.MSG_ERRQUEUE?7
1538 socket.MsgFlag.MSG_ETAG?7
1539 socket.MsgFlag.MSG_FASTOPEN?7
1540 socket.MsgFlag.MSG_MCAST?7
1541 socket.MsgFlag.MSG_MORE?7
1542 socket.MsgFlag.MSG_NOSIGNAL?7
1543 socket.MsgFlag.MSG_NOTIFICATION?7
1544 socket.MsgFlag.MSG_OOB?7
1545 socket.MsgFlag.MSG_PEEK?7
1546 socket.MsgFlag.MSG_TRUNC?7
1547 socket.MsgFlag.MSG_WAITALL?7
1548 socket.SOCK_DGRAM?7
1549 socket.SOCK_RAW?7
1550 socket.SOCK_RDM?7
1551 socket.SOCK_SEQPACKET?7
1552 socket.SOCK_STREAM?7
1553 socket.SocketIO.mode?4()
1554 socket.SocketIO.name?4()
1555 socket.SocketIO.readinto?4(b: WriteableBuffer)
1556 socket.SocketIO.write?4(b: ReadableBuffer)
1557 socket.SocketIO?1(sock: socket, mode: Literal["r", "w", "rw", "rb", "wb", "rwb"])
1558 socket.SocketKind.SOCK_CLOEXEC?7
1559 socket.SocketKind.SOCK_DGRAM?7
1560 socket.SocketKind.SOCK_NONBLOCK?7
1561 socket.SocketKind.SOCK_RAW?7
1562 socket.SocketKind.SOCK_RDM?7
1563 socket.SocketKind.SOCK_SEQPACKET?7
1564 socket.SocketKind.SOCK_STREAM?7
1565 socket._SendableFile.read?4(__size: int)
1566 socket._SendableFile.seek?4(__offset: int)
1567 socket.create_connection?4(address: tuple[str | None, int], timeout: float | None = ..., source_address: _Address | None = None)
1568 socket.create_connection?4(address: tuple[str | None, int], timeout: float | None = ..., source_address: _Address | None = None, *, all_errors: bool = False, )
1569 socket.create_server?4(address: _Address, *, family: int = ..., backlog: int | None = None, reuse_port: bool = False, dualstack_ipv6: bool = False, )
1570 socket.fromfd?4(fd: _FD, family: AddressFamily | int, type: SocketKind | int, proto: int = 0)
1571 socket.fromshare?4(info: bytes)
1572 socket.getaddrinfo?4(host: bytes | str | None, port: bytes | str | int | None, family: int = 0, type: int = 0, proto: int = 0, flags: int = 0)
1573 socket.getfqdn?4(name: str = "")
1574 socket.has_dualstack_ipv6?4()
1575 socket.recv_fds?4(sock: socket, bufsize: int, maxfds: int, flags: int = 0)
1576 socket.send_fds?4(sock: socket, buffers: Iterable[ReadableBuffer], fds: Iterable[int], flags: Unused = 0, address: Unused = None)
1577 socket.socket.accept?4()
1578 socket.socket.dup?4()
1579 socket.socket.family?4()
1580 socket.socket.get_inheritable?4()
1581 socket.socket.makefile?4(mode: Literal["r", "w", "rw", "wr", ""] = "r", buffering: int | None = None, *, encoding: str | None = None, errors: str | None = None, newline: str | None = None, )
1582 socket.socket.sendfile?4(file: _SendableFile, offset: int = 0, count: int | None = None)
1583 socket.socket.set_inheritable?4(inheritable: bool)
1584 socket.socket.type?4()
1585 socket.socket?1(family: AddressFamily | int = -1, type: SocketKind | int = -1, proto: int = -1, fileno: int | None = None)
1586 socket.socketpair?4(family: int = ..., type: int = ..., proto: int = 0)
1587 socket.socketpair?4(family: int | AddressFamily | None = None, type: SocketType | int = ..., proto: int = 0)
1588 sre_compile.MAXCODE?7 1102 sre_compile.MAXCODE?7
1589 sre_compile.compile?4(p: str | bytes | SubPattern, flags: int = 0) 1103 sre_compile.compile?4(p: str | bytes | SubPattern, flags: int = 0)
1590 sre_compile.dis?4(code: list[_NamedIntConstant]) 1104 sre_compile.dis?4(code: list[_NamedIntConstant])
1591 sre_compile.isstring?4(obj: Any) 1105 sre_compile.isstring?4(obj: Any)
1592 sre_constants.ANY?7 1106 sre_constants.ANY?7
1703 sre_parse.DIGITS?7 1217 sre_parse.DIGITS?7
1704 sre_parse.ESCAPES?7 1218 sre_parse.ESCAPES?7
1705 sre_parse.FLAGS?7 1219 sre_parse.FLAGS?7
1706 sre_parse.GLOBAL_FLAGS?7 1220 sre_parse.GLOBAL_FLAGS?7
1707 sre_parse.HEXDIGITS?7 1221 sre_parse.HEXDIGITS?7
1222 sre_parse.MAXWIDTH?7
1708 sre_parse.OCTDIGITS?7 1223 sre_parse.OCTDIGITS?7
1709 sre_parse.REPEAT_CHARS?7 1224 sre_parse.REPEAT_CHARS?7
1710 sre_parse.SPECIAL_CHARS?7 1225 sre_parse.SPECIAL_CHARS?7
1711 sre_parse.SubPattern.append?4(code: _CodeType) 1226 sre_parse.SubPattern.append?4(code: _CodeType)
1712 sre_parse.SubPattern.data?7 1227 sre_parse.SubPattern.data?7
1759 sre_parse.parse?4(str: str, flags: int = 0, state: State | None = None) 1274 sre_parse.parse?4(str: str, flags: int = 0, state: State | None = None)
1760 sre_parse.parse_template?4(source: bytes, pattern: _Pattern[Any]) 1275 sre_parse.parse_template?4(source: bytes, pattern: _Pattern[Any])
1761 sre_parse.parse_template?4(source: bytes, state: _Pattern[Any]) 1276 sre_parse.parse_template?4(source: bytes, state: _Pattern[Any])
1762 sre_parse.parse_template?4(source: str, pattern: _Pattern[Any]) 1277 sre_parse.parse_template?4(source: str, pattern: _Pattern[Any])
1763 sre_parse.parse_template?4(source: str, state: _Pattern[Any]) 1278 sre_parse.parse_template?4(source: str, state: _Pattern[Any])
1279 ssl.AlertDescription.ALERT_DESCRIPTION_ACCESS_DENIED?7
1280 ssl.AlertDescription.ALERT_DESCRIPTION_BAD_CERTIFICATE?7
1281 ssl.AlertDescription.ALERT_DESCRIPTION_BAD_CERTIFICATE_HASH_VALUE?7
1282 ssl.AlertDescription.ALERT_DESCRIPTION_BAD_CERTIFICATE_STATUS_RESPONSE?7
1283 ssl.AlertDescription.ALERT_DESCRIPTION_BAD_RECORD_MAC?7
1284 ssl.AlertDescription.ALERT_DESCRIPTION_CERTIFICATE_EXPIRED?7
1285 ssl.AlertDescription.ALERT_DESCRIPTION_CERTIFICATE_REVOKED?7
1286 ssl.AlertDescription.ALERT_DESCRIPTION_CERTIFICATE_UNKNOWN?7
1287 ssl.AlertDescription.ALERT_DESCRIPTION_CERTIFICATE_UNOBTAINABLE?7
1288 ssl.AlertDescription.ALERT_DESCRIPTION_CLOSE_NOTIFY?7
1289 ssl.AlertDescription.ALERT_DESCRIPTION_DECODE_ERROR?7
1290 ssl.AlertDescription.ALERT_DESCRIPTION_DECOMPRESSION_FAILURE?7
1291 ssl.AlertDescription.ALERT_DESCRIPTION_DECRYPT_ERROR?7
1292 ssl.AlertDescription.ALERT_DESCRIPTION_HANDSHAKE_FAILURE?7
1293 ssl.AlertDescription.ALERT_DESCRIPTION_ILLEGAL_PARAMETER?7
1294 ssl.AlertDescription.ALERT_DESCRIPTION_INSUFFICIENT_SECURITY?7
1295 ssl.AlertDescription.ALERT_DESCRIPTION_INTERNAL_ERROR?7
1296 ssl.AlertDescription.ALERT_DESCRIPTION_NO_RENEGOTIATION?7
1297 ssl.AlertDescription.ALERT_DESCRIPTION_PROTOCOL_VERSION?7
1298 ssl.AlertDescription.ALERT_DESCRIPTION_RECORD_OVERFLOW?7
1299 ssl.AlertDescription.ALERT_DESCRIPTION_UNEXPECTED_MESSAGE?7
1300 ssl.AlertDescription.ALERT_DESCRIPTION_UNKNOWN_CA?7
1301 ssl.AlertDescription.ALERT_DESCRIPTION_UNKNOWN_PSK_IDENTITY?7
1302 ssl.AlertDescription.ALERT_DESCRIPTION_UNRECOGNIZED_NAME?7
1303 ssl.AlertDescription.ALERT_DESCRIPTION_UNSUPPORTED_CERTIFICATE?7
1304 ssl.AlertDescription.ALERT_DESCRIPTION_UNSUPPORTED_EXTENSION?7
1305 ssl.AlertDescription.ALERT_DESCRIPTION_USER_CANCELLED?7
1306 ssl.CERT_NONE?7
1307 ssl.CERT_OPTIONAL?7
1308 ssl.CERT_REQUIRED?7
1309 ssl.DER_cert_to_PEM_cert?4(der_cert_bytes: ReadableBuffer)
1310 ssl.DefaultVerifyPaths.cafile?7
1311 ssl.DefaultVerifyPaths.capath?7
1312 ssl.DefaultVerifyPaths.openssl_cafile?7
1313 ssl.DefaultVerifyPaths.openssl_cafile_env?7
1314 ssl.DefaultVerifyPaths.openssl_capath?7
1315 ssl.DefaultVerifyPaths.openssl_capath_env?7
1316 ssl.MemoryBIO.eof?7
1317 ssl.MemoryBIO.pending?7
1318 ssl.MemoryBIO.read?4(__size: int = -1)
1319 ssl.MemoryBIO.write?4(__b: ReadableBuffer)
1320 ssl.MemoryBIO.write_eof?4()
1321 ssl.Options.OP_ALL?7
1322 ssl.Options.OP_CIPHER_SERVER_PREFERENCE?7
1323 ssl.Options.OP_ENABLE_KTLS?7
1324 ssl.Options.OP_ENABLE_MIDDLEBOX_COMPAT?7
1325 ssl.Options.OP_IGNORE_UNEXPECTED_EOF?7
1326 ssl.Options.OP_LEGACY_SERVER_CONNECT?7
1327 ssl.Options.OP_NO_COMPRESSION?7
1328 ssl.Options.OP_NO_RENEGOTIATION?7
1329 ssl.Options.OP_NO_SSLv2?7
1330 ssl.Options.OP_NO_SSLv3?7
1331 ssl.Options.OP_NO_TICKET?7
1332 ssl.Options.OP_NO_TLSv1?7
1333 ssl.Options.OP_NO_TLSv1_1?7
1334 ssl.Options.OP_NO_TLSv1_2?7
1335 ssl.Options.OP_NO_TLSv1_3?7
1336 ssl.Options.OP_SINGLE_DH_USE?7
1337 ssl.Options.OP_SINGLE_ECDH_USE?7
1338 ssl.PEM_cert_to_DER_cert?4(pem_cert_string: str)
1339 ssl.PROTOCOL_TLS_CLIENT?7
1340 ssl.PROTOCOL_TLS_SERVER?7
1341 ssl.Purpose.CLIENT_AUTH?7
1342 ssl.Purpose.SERVER_AUTH?7
1343 ssl.RAND_add?4(__string: str | ReadableBuffer, __entropy: float)
1344 ssl.RAND_bytes?4(__n: int)
1345 ssl.RAND_egd?4(path: str)
1346 ssl.RAND_pseudo_bytes?4(__n: int)
1347 ssl.RAND_status?4()
1348 ssl.SSLCertVerificationError.verify_code?7
1349 ssl.SSLCertVerificationError.verify_message?7
1350 ssl.SSLContext.cert_store_stats?4()
1351 ssl.SSLContext.check_hostname?7
1352 ssl.SSLContext.get_ca_certs?4(binary_form: bool = False)
1353 ssl.SSLContext.get_ciphers?4()
1354 ssl.SSLContext.hostname_checks_common_name?7
1355 ssl.SSLContext.load_cert_chain?4(certfile: StrOrBytesPath, keyfile: StrOrBytesPath | None = None, password: _PasswordType | None = None)
1356 ssl.SSLContext.load_default_certs?4(purpose: Purpose = ...)
1357 ssl.SSLContext.load_dh_params?4(__path: str)
1358 ssl.SSLContext.load_verify_locations?4(cafile: StrOrBytesPath | None = None, capath: StrOrBytesPath | None = None, cadata: str | ReadableBuffer | None = None, )
1359 ssl.SSLContext.maximum_version?7
1360 ssl.SSLContext.minimum_version?7
1361 ssl.SSLContext.options?7
1362 ssl.SSLContext.protocol?4()
1363 ssl.SSLContext.session_stats?4()
1364 ssl.SSLContext.set_alpn_protocols?4(alpn_protocols: Iterable[str])
1365 ssl.SSLContext.set_ciphers?4(__cipherlist: str)
1366 ssl.SSLContext.set_default_verify_paths?4()
1367 ssl.SSLContext.set_ecdh_curve?4(__name: str)
1368 ssl.SSLContext.set_npn_protocols?4(npn_protocols: Iterable[str])
1369 ssl.SSLContext.set_servername_callback?4(server_name_callback: _SrvnmeCbType | None)
1370 ssl.SSLContext.sni_callback?7
1371 ssl.SSLContext.sslobject_class?7
1372 ssl.SSLContext.sslsocket_class?7
1373 ssl.SSLContext.verify_flags?7
1374 ssl.SSLContext.verify_mode?7
1375 ssl.SSLContext.wrap_bio?4(incoming: MemoryBIO, outgoing: MemoryBIO, server_side: bool = False, server_hostname: str | bytes | None = None, session: SSLSession | None = None, )
1376 ssl.SSLContext.wrap_socket?4(sock: socket.socket, server_side: bool = False, do_handshake_on_connect: bool = True, suppress_ragged_eofs: bool = True, server_hostname: str | bytes | None = None, session: SSLSession | None = None, )
1377 ssl.SSLError.library?7
1378 ssl.SSLError.reason?7
1379 ssl.SSLErrorNumber.SSL_ERROR_EOF?7
1380 ssl.SSLErrorNumber.SSL_ERROR_INVALID_ERROR_CODE?7
1381 ssl.SSLErrorNumber.SSL_ERROR_SSL?7
1382 ssl.SSLErrorNumber.SSL_ERROR_SYSCALL?7
1383 ssl.SSLErrorNumber.SSL_ERROR_WANT_CONNECT?7
1384 ssl.SSLErrorNumber.SSL_ERROR_WANT_READ?7
1385 ssl.SSLErrorNumber.SSL_ERROR_WANT_WRITE?7
1386 ssl.SSLErrorNumber.SSL_ERROR_WANT_X509_LOOKUP?7
1387 ssl.SSLErrorNumber.SSL_ERROR_ZERO_RETURN?7
1388 ssl.SSLObject.cipher?4()
1389 ssl.SSLObject.compression?4()
1390 ssl.SSLObject.context?7
1391 ssl.SSLObject.do_handshake?4()
1392 ssl.SSLObject.get_channel_binding?4(cb_type: str = "tls-unique")
1393 ssl.SSLObject.getpeercert?4(binary_form: bool)
1394 ssl.SSLObject.pending?4()
1395 ssl.SSLObject.read?4(len: int = 1024, buffer: bytearray | None = None)
1396 ssl.SSLObject.selected_alpn_protocol?4()
1397 ssl.SSLObject.selected_npn_protocol?4()
1398 ssl.SSLObject.server_hostname?4()
1399 ssl.SSLObject.server_side?4()
1400 ssl.SSLObject.session?7
1401 ssl.SSLObject.session_reused?4()
1402 ssl.SSLObject.shared_ciphers?4()
1403 ssl.SSLObject.unwrap?4()
1404 ssl.SSLObject.verify_client_post_handshake?4()
1405 ssl.SSLObject.version?4()
1406 ssl.SSLObject.write?4(data: ReadableBuffer)
1407 ssl.SSLObject?1(*args: Any, **kwargs: Any)
1408 ssl.SSLSession.has_ticket?4()
1409 ssl.SSLSession.id?4()
1410 ssl.SSLSession.ticket_lifetime_hint?4()
1411 ssl.SSLSession.time?4()
1412 ssl.SSLSession.timeout?4()
1413 ssl.SSLSocket.accept?4()
1414 ssl.SSLSocket.cipher?4()
1415 ssl.SSLSocket.compression?4()
1416 ssl.SSLSocket.connect?4(addr: socket._Address)
1417 ssl.SSLSocket.connect_ex?4(addr: socket._Address)
1418 ssl.SSLSocket.context?7
1419 ssl.SSLSocket.do_handshake?4(block: bool = False)
1420 ssl.SSLSocket.get_channel_binding?4(cb_type: str = "tls-unique")
1421 ssl.SSLSocket.getpeercert?4(binary_form: bool)
1422 ssl.SSLSocket.pending?4()
1423 ssl.SSLSocket.read?4(len: int = 1024, buffer: bytearray | None = None)
1424 ssl.SSLSocket.recv?4(buflen: int = 1024, flags: int = 0)
1425 ssl.SSLSocket.recv_into?4(buffer: WriteableBuffer, nbytes: int | None = None, flags: int = 0)
1426 ssl.SSLSocket.recvfrom?4(buflen: int = 1024, flags: int = 0)
1427 ssl.SSLSocket.recvfrom_into?4(buffer: WriteableBuffer, nbytes: int | None = None, flags: int = 0)
1428 ssl.SSLSocket.recvmsg?4(*args: Never, **kwargs: Never)
1429 ssl.SSLSocket.recvmsg_into?4(*args: Never, **kwargs: Never)
1430 ssl.SSLSocket.selected_alpn_protocol?4()
1431 ssl.SSLSocket.selected_npn_protocol?4()
1432 ssl.SSLSocket.send?4(data: ReadableBuffer, flags: int = 0)
1433 ssl.SSLSocket.sendall?4(data: ReadableBuffer, flags: int = 0)
1434 ssl.SSLSocket.sendmsg?4(*args: Never, **kwargs: Never)
1435 ssl.SSLSocket.sendto?4(data: ReadableBuffer, flags_or_addr: int, addr: socket._Address)
1436 ssl.SSLSocket.server_hostname?7
1437 ssl.SSLSocket.server_side?7
1438 ssl.SSLSocket.session?7
1439 ssl.SSLSocket.session_reused?4()
1440 ssl.SSLSocket.shared_ciphers?4()
1441 ssl.SSLSocket.shutdown?4(how: int)
1442 ssl.SSLSocket.unwrap?4()
1443 ssl.SSLSocket.verify_client_post_handshake?4()
1444 ssl.SSLSocket.version?4()
1445 ssl.SSLSocket.write?4(data: ReadableBuffer)
1446 ssl.SSLSocket?1(*args: Any, **kwargs: Any)
1447 ssl.TLSVersion.MAXIMUM_SUPPORTED?7
1448 ssl.TLSVersion.MINIMUM_SUPPORTED?7
1449 ssl.TLSVersion.SSLv3?7
1450 ssl.TLSVersion.TLSv1?7
1451 ssl.TLSVersion.TLSv1_1?7
1452 ssl.TLSVersion.TLSv1_2?7
1453 ssl.TLSVersion.TLSv1_3?7
1454 ssl.VerifyFlags.VERIFY_ALLOW_PROXY_CERTS?7
1455 ssl.VerifyFlags.VERIFY_CRL_CHECK_CHAIN?7
1456 ssl.VerifyFlags.VERIFY_CRL_CHECK_LEAF?7
1457 ssl.VerifyFlags.VERIFY_DEFAULT?7
1458 ssl.VerifyFlags.VERIFY_X509_PARTIAL_CHAIN?7
1459 ssl.VerifyFlags.VERIFY_X509_STRICT?7
1460 ssl.VerifyFlags.VERIFY_X509_TRUSTED_FIRST?7
1461 ssl.VerifyMode.CERT_NONE?7
1462 ssl.VerifyMode.CERT_OPTIONAL?7
1463 ssl.VerifyMode.CERT_REQUIRED?7
1464 ssl._ASN1Object.fromname?4(name: str)
1465 ssl._ASN1Object.fromnid?4(nid: int)
1466 ssl._ASN1ObjectBase.longname?7
1467 ssl._ASN1ObjectBase.nid?7
1468 ssl._ASN1ObjectBase.oid?7
1469 ssl._ASN1ObjectBase.shortname?7
1470 ssl._Cipher.aead?7
1471 ssl._Cipher.alg_bits?7
1472 ssl._Cipher.auth?7
1473 ssl._Cipher.description?7
1474 ssl._Cipher.digest?7
1475 ssl._Cipher.id?7
1476 ssl._Cipher.kea?7
1477 ssl._Cipher.name?7
1478 ssl._Cipher.protocol?7
1479 ssl._Cipher.strength_bits?7
1480 ssl._Cipher.symmetric?7
1481 ssl._EnumRetType?8
1482 ssl._PCTRTT?8
1483 ssl._PCTRTTT?8
1484 ssl._PasswordType?8
1485 ssl._PeerCertRetDictType?8
1486 ssl._PeerCertRetType?8
1487 ssl._SSLMethod.PROTOCOL_SSLv23?7
1488 ssl._SSLMethod.PROTOCOL_SSLv2?7
1489 ssl._SSLMethod.PROTOCOL_SSLv3?7
1490 ssl._SSLMethod.PROTOCOL_TLS?7
1491 ssl._SSLMethod.PROTOCOL_TLS_CLIENT?7
1492 ssl._SSLMethod.PROTOCOL_TLS_SERVER?7
1493 ssl._SSLMethod.PROTOCOL_TLSv1?7
1494 ssl._SSLMethod.PROTOCOL_TLSv1_1?7
1495 ssl._SSLMethod.PROTOCOL_TLSv1_2?7
1496 ssl._SrvnmeCbType?8
1497 ssl._create_default_https_context?8
1498 ssl._create_unverified_context?5(protocol: int = ..., *, cert_reqs: int = ..., check_hostname: bool = False, purpose: Purpose = ..., certfile: StrOrBytesPath | None = None, keyfile: StrOrBytesPath | None = None, cafile: StrOrBytesPath | None = None, capath: StrOrBytesPath | None = None, cadata: str | ReadableBuffer | None = None, )
1499 ssl._create_unverified_context?5(protocol: int | None = None, *, cert_reqs: int = ..., check_hostname: bool = False, purpose: Purpose = ..., certfile: StrOrBytesPath | None = None, keyfile: StrOrBytesPath | None = None, cafile: StrOrBytesPath | None = None, capath: StrOrBytesPath | None = None, cadata: str | ReadableBuffer | None = None, )
1500 ssl.cert_time_to_seconds?4(cert_time: str)
1501 ssl.create_default_context?4(purpose: Purpose = ..., *, cafile: StrOrBytesPath | None = None, capath: StrOrBytesPath | None = None, cadata: str | ReadableBuffer | None = None, )
1502 ssl.enum_certificates?4(store_name: str)
1503 ssl.enum_crls?4(store_name: str)
1504 ssl.get_default_verify_paths?4()
1505 ssl.get_protocol_name?4(protocol_code: int)
1506 ssl.get_server_certificate?4(addr: tuple[str, int], ssl_version: int = ..., ca_certs: str | None = None)
1507 ssl.get_server_certificate?4(addr: tuple[str, int], ssl_version: int = ..., ca_certs: str | None = None, timeout: float = ...)
1508 ssl.match_hostname?4(cert: _PeerCertRetDictType, hostname: str)
1509 ssl.wrap_socket?4(sock: socket.socket, keyfile: StrOrBytesPath | None = None, certfile: StrOrBytesPath | None = None, server_side: bool = False, cert_reqs: int = ..., ssl_version: int = ..., ca_certs: str | None = None, do_handshake_on_connect: bool = True, suppress_ragged_eofs: bool = True, ciphers: str | None = None, )
1764 stdlib._typeshed.AnyOrLiteralStr?7 1510 stdlib._typeshed.AnyOrLiteralStr?7
1765 stdlib._typeshed.AnyStr_co?7 1511 stdlib._typeshed.AnyStr_co?7
1766 stdlib._typeshed.BytesPath?7 1512 stdlib._typeshed.BytesPath?7
1513 stdlib._typeshed.ConvertibleToFloat?7
1514 stdlib._typeshed.ConvertibleToInt?7
1767 stdlib._typeshed.ExcInfo?7 1515 stdlib._typeshed.ExcInfo?7
1768 stdlib._typeshed.FileDescriptor?7 1516 stdlib._typeshed.FileDescriptor?7
1769 stdlib._typeshed.FileDescriptorLike?7 1517 stdlib._typeshed.FileDescriptorLike?7
1770 stdlib._typeshed.FileDescriptorOrPath?7 1518 stdlib._typeshed.FileDescriptorOrPath?7
1771 stdlib._typeshed.GenericPath?7 1519 stdlib._typeshed.GenericPath?7
1785 stdlib._typeshed.ReadableBuffer?7 1533 stdlib._typeshed.ReadableBuffer?7
1786 stdlib._typeshed.Self?7 1534 stdlib._typeshed.Self?7
1787 stdlib._typeshed.StrOrBytesPath?7 1535 stdlib._typeshed.StrOrBytesPath?7
1788 stdlib._typeshed.StrOrLiteralStr?7 1536 stdlib._typeshed.StrOrLiteralStr?7
1789 stdlib._typeshed.StrPath?7 1537 stdlib._typeshed.StrPath?7
1538 stdlib._typeshed.SupportsFlush.flush?4()
1790 stdlib._typeshed.SupportsItems.items?4() 1539 stdlib._typeshed.SupportsItems.items?4()
1791 stdlib._typeshed.SupportsKeysAndGetItem.keys?4() 1540 stdlib._typeshed.SupportsKeysAndGetItem.keys?4()
1792 stdlib._typeshed.SupportsNoArgReadline.readline?4() 1541 stdlib._typeshed.SupportsNoArgReadline.readline?4()
1793 stdlib._typeshed.SupportsRead.read?4(__length: int = ...) 1542 stdlib._typeshed.SupportsRead.read?4(__length: int = ...)
1794 stdlib._typeshed.SupportsReadline.readline?4(__length: int = ...) 1543 stdlib._typeshed.SupportsReadline.readline?4(__length: int = ...)
1833 stdlib._typeshed.wsgi.InputStream.read?4(__size: int = ...) 1582 stdlib._typeshed.wsgi.InputStream.read?4(__size: int = ...)
1834 stdlib._typeshed.wsgi.InputStream.readline?4(__size: int = ...) 1583 stdlib._typeshed.wsgi.InputStream.readline?4(__size: int = ...)
1835 stdlib._typeshed.wsgi.InputStream.readlines?4(__hint: int = ...) 1584 stdlib._typeshed.wsgi.InputStream.readlines?4(__hint: int = ...)
1836 stdlib._typeshed.wsgi._Readable.WSGIApplication?7 1585 stdlib._typeshed.wsgi._Readable.WSGIApplication?7
1837 stdlib._typeshed.wsgi._Readable.WSGIEnvironment?7 1586 stdlib._typeshed.wsgi._Readable.WSGIEnvironment?7
1838 stdlib._typeshed.wsgi._Readable.read?4(size: int = ...) 1587 stdlib._typeshed.wsgi._Readable.read?4(__size: int = ...)
1839 stdlib._typeshed.xml.DOMImplementation.createDocument?4(namespaceUri: str, qualifiedName: str, doctype: Any | None) 1588 stdlib._typeshed.xml.DOMImplementation.createDocument?4(__namespaceUri: str, __qualifiedName: str, __doctype: Any | None)
1840 stdlib._typeshed.xml.DOMImplementation.createDocumentType?4(qualifiedName: str, publicId: str, systemId: str) 1589 stdlib._typeshed.xml.DOMImplementation.createDocumentType?4(__qualifiedName: str, __publicId: str, __systemId: str)
1841 stdlib._typeshed.xml.DOMImplementation.hasFeature?4(feature: str, version: str | None) 1590 stdlib._typeshed.xml.DOMImplementation.hasFeature?4(__feature: str, __version: str | None)
1591 stdlib.asyncio._AwaitableLike?8
1592 stdlib.asyncio._CoroutineLike?8
1842 stdlib.asyncio._T?8 1593 stdlib.asyncio._T?8
1843 stdlib.asyncio.base_events.BaseEventLoop.add_reader?4(fd: FileDescriptorLike, callback: Callable[..., Any], *args: Any) 1594 stdlib.asyncio.base_events.BaseEventLoop.add_reader?4(fd: FileDescriptorLike, callback: Callable[[Unpack[_Ts]], Any], *args: Unpack[_Ts])
1844 stdlib.asyncio.base_events.BaseEventLoop.add_signal_handler?4(sig: int, callback: Callable[..., Any], *args: Any) 1595 stdlib.asyncio.base_events.BaseEventLoop.add_signal_handler?4(sig: int, callback: Callable[[Unpack[_Ts]], Any], *args: Unpack[_Ts])
1845 stdlib.asyncio.base_events.BaseEventLoop.add_writer?4(fd: FileDescriptorLike, callback: Callable[..., Any], *args: Any) 1596 stdlib.asyncio.base_events.BaseEventLoop.add_writer?4(fd: FileDescriptorLike, callback: Callable[[Unpack[_Ts]], Any], *args: Unpack[_Ts])
1846 stdlib.asyncio.base_events.BaseEventLoop.call_at?4(when: float, callback: Callable[..., object], *args: Any, context: Context | None = None, ) 1597 stdlib.asyncio.base_events.BaseEventLoop.call_at?4(when: float, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts], context: Context | None = None)
1847 stdlib.asyncio.base_events.BaseEventLoop.call_exception_handler?4(context: _Context) 1598 stdlib.asyncio.base_events.BaseEventLoop.call_exception_handler?4(context: _Context)
1848 stdlib.asyncio.base_events.BaseEventLoop.call_later?4(delay: float, callback: Callable[..., object], *args: Any, context: Context | None = None, ) 1599 stdlib.asyncio.base_events.BaseEventLoop.call_later?4(delay: float, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts], context: Context | None = None)
1849 stdlib.asyncio.base_events.BaseEventLoop.call_soon?4(callback: Callable[..., object], *args: Any, context: Context | None = None) 1600 stdlib.asyncio.base_events.BaseEventLoop.call_soon?4(callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts], context: Context | None = None)
1850 stdlib.asyncio.base_events.BaseEventLoop.call_soon_threadsafe?4(callback: Callable[..., object], *args: Any, context: Context | None = None) 1601 stdlib.asyncio.base_events.BaseEventLoop.call_soon_threadsafe?4(callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts], context: Context | None = None)
1851 stdlib.asyncio.base_events.BaseEventLoop.close?4() 1602 stdlib.asyncio.base_events.BaseEventLoop.close?4()
1852 stdlib.asyncio.base_events.BaseEventLoop.connect_accepted_socket?4(protocol_factory: Callable[[], _ProtocolT], sock: socket, *, ssl: _SSLContext = None, ssl_handshake_timeout: float | None = None, ) 1603 stdlib.asyncio.base_events.BaseEventLoop.connect_accepted_socket?4(protocol_factory: Callable[[], _ProtocolT], sock: socket, *, ssl: _SSLContext = None, ssl_handshake_timeout: float | None = None, )
1853 stdlib.asyncio.base_events.BaseEventLoop.connect_read_pipe?4(protocol_factory: Callable[[], _ProtocolT], pipe: Any) 1604 stdlib.asyncio.base_events.BaseEventLoop.connect_read_pipe?4(protocol_factory: Callable[[], _ProtocolT], pipe: Any)
1854 stdlib.asyncio.base_events.BaseEventLoop.connect_write_pipe?4(protocol_factory: Callable[[], _ProtocolT], pipe: Any) 1605 stdlib.asyncio.base_events.BaseEventLoop.connect_write_pipe?4(protocol_factory: Callable[[], _ProtocolT], pipe: Any)
1855 stdlib.asyncio.base_events.BaseEventLoop.create_connection?4(protocol_factory: Callable[[], _ProtocolT], host: None = None, port: None = None, *, ssl: _SSLContext = None, family: int = 0, proto: int = 0, flags: int = 0, sock: socket, local_addr: None = None, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, ) 1606 stdlib.asyncio.base_events.BaseEventLoop.create_connection?4(protocol_factory: Callable[[], _ProtocolT], host: None = None, port: None = None, *, ssl: _SSLContext = None, family: int = 0, proto: int = 0, flags: int = 0, sock: socket, local_addr: None = None, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, )
1867 stdlib.asyncio.base_events.BaseEventLoop.is_running?4() 1618 stdlib.asyncio.base_events.BaseEventLoop.is_running?4()
1868 stdlib.asyncio.base_events.BaseEventLoop.remove_reader?4(fd: FileDescriptorLike) 1619 stdlib.asyncio.base_events.BaseEventLoop.remove_reader?4(fd: FileDescriptorLike)
1869 stdlib.asyncio.base_events.BaseEventLoop.remove_signal_handler?4(sig: int) 1620 stdlib.asyncio.base_events.BaseEventLoop.remove_signal_handler?4(sig: int)
1870 stdlib.asyncio.base_events.BaseEventLoop.remove_writer?4(fd: FileDescriptorLike) 1621 stdlib.asyncio.base_events.BaseEventLoop.remove_writer?4(fd: FileDescriptorLike)
1871 stdlib.asyncio.base_events.BaseEventLoop.run_forever?4() 1622 stdlib.asyncio.base_events.BaseEventLoop.run_forever?4()
1872 stdlib.asyncio.base_events.BaseEventLoop.run_in_executor?4(executor: Any, func: Callable[..., _T], *args: Any) 1623 stdlib.asyncio.base_events.BaseEventLoop.run_in_executor?4(executor: Any, func: Callable[[Unpack[_Ts]], _T], *args: Unpack[_Ts])
1873 stdlib.asyncio.base_events.BaseEventLoop.run_until_complete?4(future: _AwaitableLike[_T]) 1624 stdlib.asyncio.base_events.BaseEventLoop.run_until_complete?4(future: _AwaitableLike[_T])
1874 stdlib.asyncio.base_events.BaseEventLoop.sendfile?4(transport: WriteTransport, file: IO[bytes], offset: int = 0, count: int | None = None, *, fallback: bool = True, ) 1625 stdlib.asyncio.base_events.BaseEventLoop.sendfile?4(transport: WriteTransport, file: IO[bytes], offset: int = 0, count: int | None = None, *, fallback: bool = True)
1875 stdlib.asyncio.base_events.BaseEventLoop.set_debug?4(enabled: bool) 1626 stdlib.asyncio.base_events.BaseEventLoop.set_debug?4(enabled: bool)
1876 stdlib.asyncio.base_events.BaseEventLoop.set_default_executor?4(executor: Any) 1627 stdlib.asyncio.base_events.BaseEventLoop.set_default_executor?4(executor: Any)
1877 stdlib.asyncio.base_events.BaseEventLoop.set_exception_handler?4(handler: _ExceptionHandler | None) 1628 stdlib.asyncio.base_events.BaseEventLoop.set_exception_handler?4(handler: _ExceptionHandler | None)
1878 stdlib.asyncio.base_events.BaseEventLoop.set_task_factory?4(factory: _TaskFactory | None) 1629 stdlib.asyncio.base_events.BaseEventLoop.set_task_factory?4(factory: _TaskFactory | None)
1879 stdlib.asyncio.base_events.BaseEventLoop.shutdown_asyncgens?4() 1630 stdlib.asyncio.base_events.BaseEventLoop.shutdown_asyncgens?4()
1883 stdlib.asyncio.base_events.BaseEventLoop.sock_recv?4(sock: socket, nbytes: int) 1634 stdlib.asyncio.base_events.BaseEventLoop.sock_recv?4(sock: socket, nbytes: int)
1884 stdlib.asyncio.base_events.BaseEventLoop.sock_recv_into?4(sock: socket, buf: WriteableBuffer) 1635 stdlib.asyncio.base_events.BaseEventLoop.sock_recv_into?4(sock: socket, buf: WriteableBuffer)
1885 stdlib.asyncio.base_events.BaseEventLoop.sock_recvfrom?4(sock: socket, bufsize: int) 1636 stdlib.asyncio.base_events.BaseEventLoop.sock_recvfrom?4(sock: socket, bufsize: int)
1886 stdlib.asyncio.base_events.BaseEventLoop.sock_recvfrom_into?4(sock: socket, buf: WriteableBuffer, nbytes: int = 0) 1637 stdlib.asyncio.base_events.BaseEventLoop.sock_recvfrom_into?4(sock: socket, buf: WriteableBuffer, nbytes: int = 0)
1887 stdlib.asyncio.base_events.BaseEventLoop.sock_sendall?4(sock: socket, data: ReadableBuffer) 1638 stdlib.asyncio.base_events.BaseEventLoop.sock_sendall?4(sock: socket, data: ReadableBuffer)
1888 stdlib.asyncio.base_events.BaseEventLoop.sock_sendfile?4(sock: socket, file: IO[bytes], offset: int = 0, count: int | None = None, *, fallback: bool | None = True, ) 1639 stdlib.asyncio.base_events.BaseEventLoop.sock_sendfile?4(sock: socket, file: IO[bytes], offset: int = 0, count: int | None = None, *, fallback: bool | None = True)
1889 stdlib.asyncio.base_events.BaseEventLoop.sock_sendto?4(sock: socket, data: ReadableBuffer, address: _Address) 1640 stdlib.asyncio.base_events.BaseEventLoop.sock_sendto?4(sock: socket, data: ReadableBuffer, address: _Address)
1890 stdlib.asyncio.base_events.BaseEventLoop.start_tls?4(transport: BaseTransport, protocol: BaseProtocol, sslcontext: ssl.SSLContext, *, server_side: bool = False, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, ) 1641 stdlib.asyncio.base_events.BaseEventLoop.start_tls?4(transport: BaseTransport, protocol: BaseProtocol, sslcontext: ssl.SSLContext, *, server_side: bool = False, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, )
1891 stdlib.asyncio.base_events.BaseEventLoop.stop?4() 1642 stdlib.asyncio.base_events.BaseEventLoop.stop?4()
1892 stdlib.asyncio.base_events.BaseEventLoop.subprocess_exec?4(protocol_factory: Callable[[], _ProtocolT], program: Any, *args: Any, stdin: int | IO[Any] | None = -1, stdout: int | IO[Any] | None = -1, stderr: int | IO[Any] | None = -1, universal_newlines: Literal[False] = False, shell: Literal[False] = False, bufsize: Literal[0] = 0, encoding: None = None, errors: None = None, **kwargs: Any, ) 1643 stdlib.asyncio.base_events.BaseEventLoop.subprocess_exec?4(protocol_factory: Callable[[], _ProtocolT], program: Any, *args: Any, stdin: int | IO[Any] | None = -1, stdout: int | IO[Any] | None = -1, stderr: int | IO[Any] | None = -1, universal_newlines: Literal[False] = False, shell: Literal[False] = False, bufsize: Literal[0] = 0, encoding: None = None, errors: None = None, **kwargs: Any, )
1893 stdlib.asyncio.base_events.BaseEventLoop.subprocess_shell?4(protocol_factory: Callable[[], _ProtocolT], cmd: bytes | str, *, stdin: int | IO[Any] | None = -1, stdout: int | IO[Any] | None = -1, stderr: int | IO[Any] | None = -1, universal_newlines: Literal[False] = False, shell: Literal[True] = True, bufsize: Literal[0] = 0, encoding: None = None, errors: None = None, text: Literal[False, None] = None, **kwargs: Any, ) 1644 stdlib.asyncio.base_events.BaseEventLoop.subprocess_shell?4(protocol_factory: Callable[[], _ProtocolT], cmd: bytes | str, *, stdin: int | IO[Any] | None = -1, stdout: int | IO[Any] | None = -1, stderr: int | IO[Any] | None = -1, universal_newlines: Literal[False] = False, shell: Literal[True] = True, bufsize: Literal[0] = 0, encoding: None = None, errors: None = None, text: Literal[False] | None = None, **kwargs: Any, )
1894 stdlib.asyncio.base_events.BaseEventLoop.time?4() 1645 stdlib.asyncio.base_events.BaseEventLoop.time?4()
1895 stdlib.asyncio.base_events.Server.close?4() 1646 stdlib.asyncio.base_events.Server.close?4()
1896 stdlib.asyncio.base_events.Server.get_loop?4() 1647 stdlib.asyncio.base_events.Server.get_loop?4()
1897 stdlib.asyncio.base_events.Server.is_serving?4() 1648 stdlib.asyncio.base_events.Server.is_serving?4()
1898 stdlib.asyncio.base_events.Server.serve_forever?4() 1649 stdlib.asyncio.base_events.Server.serve_forever?4()
1904 stdlib.asyncio.base_events._ExceptionHandler?8 1655 stdlib.asyncio.base_events._ExceptionHandler?8
1905 stdlib.asyncio.base_events._ProtocolFactory?8 1656 stdlib.asyncio.base_events._ProtocolFactory?8
1906 stdlib.asyncio.base_events._ProtocolT?8 1657 stdlib.asyncio.base_events._ProtocolT?8
1907 stdlib.asyncio.base_events._SSLContext?8 1658 stdlib.asyncio.base_events._SSLContext?8
1908 stdlib.asyncio.base_events._T?8 1659 stdlib.asyncio.base_events._T?8
1660 stdlib.asyncio.base_events._Ts?8
1909 stdlib.asyncio.base_futures._CANCELLED?8 1661 stdlib.asyncio.base_futures._CANCELLED?8
1910 stdlib.asyncio.base_futures._FINISHED?8 1662 stdlib.asyncio.base_futures._FINISHED?8
1911 stdlib.asyncio.base_futures._PENDING?8 1663 stdlib.asyncio.base_futures._PENDING?8
1912 stdlib.asyncio.base_futures._format_callbacks?5(cb: Sequence[tuple[Callable[[futures.Future[Any]], None], Context]]) 1664 stdlib.asyncio.base_futures._format_callbacks?5(cb: Sequence[tuple[Callable[[futures.Future[Any]], None], Context]])
1913 stdlib.asyncio.base_futures._future_repr_info?5(future: futures.Future[Any]) 1665 stdlib.asyncio.base_futures._future_repr_info?5(future: futures.Future[Any])
1914 stdlib.asyncio.base_tasks._task_get_stack?5(task: tasks.Task[Any], limit: int | None) 1666 stdlib.asyncio.base_tasks._task_get_stack?5(task: tasks.Task[Any], limit: int | None)
1915 stdlib.asyncio.base_tasks._task_print_stack?5(task: tasks.Task[Any], limit: int | None, file: StrOrBytesPath) 1667 stdlib.asyncio.base_tasks._task_print_stack?5(task: tasks.Task[Any], limit: int | None, file: StrOrBytesPath)
1916 stdlib.asyncio.base_tasks._task_repr_info?5(task: tasks.Task[Any]) 1668 stdlib.asyncio.base_tasks._task_repr_info?5(task: tasks.Task[Any])
1917 stdlib.asyncio.constants.ACCEPT_RETRY_DELAY?7 1669 stdlib.asyncio.constants.ACCEPT_RETRY_DELAY?7
1918 stdlib.asyncio.constants.DEBUG_STACK_DEPTH?7 1670 stdlib.asyncio.constants.DEBUG_STACK_DEPTH?7
1671 stdlib.asyncio.constants.FLOW_CONTROL_HIGH_WATER_SSL_READ?7
1672 stdlib.asyncio.constants.FLOW_CONTROL_HIGH_WATER_SSL_WRITE?7
1919 stdlib.asyncio.constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES?7 1673 stdlib.asyncio.constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES?7
1920 stdlib.asyncio.constants.SENDFILE_FALLBACK_READBUFFER_SIZE?7 1674 stdlib.asyncio.constants.SENDFILE_FALLBACK_READBUFFER_SIZE?7
1921 stdlib.asyncio.constants.SSL_HANDSHAKE_TIMEOUT?7 1675 stdlib.asyncio.constants.SSL_HANDSHAKE_TIMEOUT?7
1676 stdlib.asyncio.constants.SSL_SHUTDOWN_TIMEOUT?7
1677 stdlib.asyncio.constants.THREAD_JOIN_TIMEOUT?7
1922 stdlib.asyncio.constants._SendfileMode.FALLBACK?7 1678 stdlib.asyncio.constants._SendfileMode.FALLBACK?7
1923 stdlib.asyncio.constants._SendfileMode.TRY_NATIVE?7 1679 stdlib.asyncio.constants._SendfileMode.TRY_NATIVE?7
1924 stdlib.asyncio.constants._SendfileMode.UNSUPPORTED?7 1680 stdlib.asyncio.constants._SendfileMode.UNSUPPORTED?7
1925 stdlib.asyncio.coroutines._FunctionT?8 1681 stdlib.asyncio.coroutines._FunctionT?8
1926 stdlib.asyncio.coroutines._P?8 1682 stdlib.asyncio.coroutines._P?8
1929 stdlib.asyncio.coroutines.iscoroutine?4(obj: object) 1685 stdlib.asyncio.coroutines.iscoroutine?4(obj: object)
1930 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: Callable[..., Coroutine[Any, Any, Any]]) 1686 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: Callable[..., Coroutine[Any, Any, Any]])
1931 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: Callable[_P, Awaitable[_T]]) 1687 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: Callable[_P, Awaitable[_T]])
1932 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: Callable[_P, object]) 1688 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: Callable[_P, object])
1933 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: object) 1689 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: object)
1934 stdlib.asyncio.events.AbstractEventLoop.add_reader?4(fd: FileDescriptorLike, callback: Callable[..., Any], *args: Any) 1690 stdlib.asyncio.events.AbstractEventLoop.add_reader?4(fd: FileDescriptorLike, callback: Callable[[Unpack[_Ts]], Any], *args: Unpack[_Ts])
1935 stdlib.asyncio.events.AbstractEventLoop.add_signal_handler?4(sig: int, callback: Callable[..., object], *args: Any) 1691 stdlib.asyncio.events.AbstractEventLoop.add_signal_handler?4(sig: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
1936 stdlib.asyncio.events.AbstractEventLoop.add_writer?4(fd: FileDescriptorLike, callback: Callable[..., Any], *args: Any) 1692 stdlib.asyncio.events.AbstractEventLoop.add_writer?4(fd: FileDescriptorLike, callback: Callable[[Unpack[_Ts]], Any], *args: Unpack[_Ts])
1937 stdlib.asyncio.events.AbstractEventLoop.call_at?4(when: float, callback: Callable[..., object], *args: Any) 1693 stdlib.asyncio.events.AbstractEventLoop.call_at?4(when: float, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
1938 stdlib.asyncio.events.AbstractEventLoop.call_exception_handler?4(context: _Context) 1694 stdlib.asyncio.events.AbstractEventLoop.call_exception_handler?4(context: _Context)
1939 stdlib.asyncio.events.AbstractEventLoop.call_later?4(delay: float, callback: Callable[..., object], *args: Any) 1695 stdlib.asyncio.events.AbstractEventLoop.call_later?4(delay: float, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
1940 stdlib.asyncio.events.AbstractEventLoop.call_soon?4(callback: Callable[..., object], *args: Any) 1696 stdlib.asyncio.events.AbstractEventLoop.call_soon?4(callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
1941 stdlib.asyncio.events.AbstractEventLoop.call_soon_threadsafe?4(callback: Callable[..., object], *args: Any) 1697 stdlib.asyncio.events.AbstractEventLoop.call_soon_threadsafe?4(callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
1942 stdlib.asyncio.events.AbstractEventLoop.close?4() 1698 stdlib.asyncio.events.AbstractEventLoop.close?4()
1943 stdlib.asyncio.events.AbstractEventLoop.connect_accepted_socket?4(protocol_factory: Callable[[], _ProtocolT], sock: socket, *, ssl: _SSLContext = None, ssl_handshake_timeout: float | None = None, ) 1699 stdlib.asyncio.events.AbstractEventLoop.connect_accepted_socket?4(protocol_factory: Callable[[], _ProtocolT], sock: socket, *, ssl: _SSLContext = None, ssl_handshake_timeout: float | None = None, )
1944 stdlib.asyncio.events.AbstractEventLoop.connect_read_pipe?4(protocol_factory: Callable[[], _ProtocolT], pipe: Any) 1700 stdlib.asyncio.events.AbstractEventLoop.connect_read_pipe?4(protocol_factory: Callable[[], _ProtocolT], pipe: Any)
1945 stdlib.asyncio.events.AbstractEventLoop.connect_write_pipe?4(protocol_factory: Callable[[], _ProtocolT], pipe: Any) 1701 stdlib.asyncio.events.AbstractEventLoop.connect_write_pipe?4(protocol_factory: Callable[[], _ProtocolT], pipe: Any)
1946 stdlib.asyncio.events.AbstractEventLoop.create_connection?4(protocol_factory: Callable[[], _ProtocolT], host: None = None, port: None = None, *, ssl: _SSLContext = None, family: int = 0, proto: int = 0, flags: int = 0, sock: socket, local_addr: None = None, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, ) 1702 stdlib.asyncio.events.AbstractEventLoop.create_connection?4(protocol_factory: Callable[[], _ProtocolT], host: None = None, port: None = None, *, ssl: _SSLContext = None, family: int = 0, proto: int = 0, flags: int = 0, sock: socket, local_addr: None = None, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, )
1960 stdlib.asyncio.events.AbstractEventLoop.is_running?4() 1716 stdlib.asyncio.events.AbstractEventLoop.is_running?4()
1961 stdlib.asyncio.events.AbstractEventLoop.remove_reader?4(fd: FileDescriptorLike) 1717 stdlib.asyncio.events.AbstractEventLoop.remove_reader?4(fd: FileDescriptorLike)
1962 stdlib.asyncio.events.AbstractEventLoop.remove_signal_handler?4(sig: int) 1718 stdlib.asyncio.events.AbstractEventLoop.remove_signal_handler?4(sig: int)
1963 stdlib.asyncio.events.AbstractEventLoop.remove_writer?4(fd: FileDescriptorLike) 1719 stdlib.asyncio.events.AbstractEventLoop.remove_writer?4(fd: FileDescriptorLike)
1964 stdlib.asyncio.events.AbstractEventLoop.run_forever?4() 1720 stdlib.asyncio.events.AbstractEventLoop.run_forever?4()
1965 stdlib.asyncio.events.AbstractEventLoop.run_in_executor?4(executor: Any, func: Callable[..., _T], *args: Any) 1721 stdlib.asyncio.events.AbstractEventLoop.run_in_executor?4(executor: Any, func: Callable[[Unpack[_Ts]], _T], *args: Unpack[_Ts])
1966 stdlib.asyncio.events.AbstractEventLoop.run_until_complete?4(future: _AwaitableLike[_T]) 1722 stdlib.asyncio.events.AbstractEventLoop.run_until_complete?4(future: _AwaitableLike[_T])
1967 stdlib.asyncio.events.AbstractEventLoop.sendfile?4(transport: WriteTransport, file: IO[bytes], offset: int = 0, count: int | None = None, *, fallback: bool = True, ) 1723 stdlib.asyncio.events.AbstractEventLoop.sendfile?4(transport: WriteTransport, file: IO[bytes], offset: int = 0, count: int | None = None, *, fallback: bool = True)
1968 stdlib.asyncio.events.AbstractEventLoop.set_debug?4(enabled: bool) 1724 stdlib.asyncio.events.AbstractEventLoop.set_debug?4(enabled: bool)
1969 stdlib.asyncio.events.AbstractEventLoop.set_default_executor?4(executor: Any) 1725 stdlib.asyncio.events.AbstractEventLoop.set_default_executor?4(executor: Any)
1970 stdlib.asyncio.events.AbstractEventLoop.set_exception_handler?4(handler: _ExceptionHandler | None) 1726 stdlib.asyncio.events.AbstractEventLoop.set_exception_handler?4(handler: _ExceptionHandler | None)
1971 stdlib.asyncio.events.AbstractEventLoop.set_task_factory?4(factory: _TaskFactory | None) 1727 stdlib.asyncio.events.AbstractEventLoop.set_task_factory?4(factory: _TaskFactory | None)
1972 stdlib.asyncio.events.AbstractEventLoop.shutdown_asyncgens?4() 1728 stdlib.asyncio.events.AbstractEventLoop.shutdown_asyncgens?4()
1977 stdlib.asyncio.events.AbstractEventLoop.sock_recv?4(sock: socket, nbytes: int) 1733 stdlib.asyncio.events.AbstractEventLoop.sock_recv?4(sock: socket, nbytes: int)
1978 stdlib.asyncio.events.AbstractEventLoop.sock_recv_into?4(sock: socket, buf: WriteableBuffer) 1734 stdlib.asyncio.events.AbstractEventLoop.sock_recv_into?4(sock: socket, buf: WriteableBuffer)
1979 stdlib.asyncio.events.AbstractEventLoop.sock_recvfrom?4(sock: socket, bufsize: int) 1735 stdlib.asyncio.events.AbstractEventLoop.sock_recvfrom?4(sock: socket, bufsize: int)
1980 stdlib.asyncio.events.AbstractEventLoop.sock_recvfrom_into?4(sock: socket, buf: WriteableBuffer, nbytes: int = 0) 1736 stdlib.asyncio.events.AbstractEventLoop.sock_recvfrom_into?4(sock: socket, buf: WriteableBuffer, nbytes: int = 0)
1981 stdlib.asyncio.events.AbstractEventLoop.sock_sendall?4(sock: socket, data: ReadableBuffer) 1737 stdlib.asyncio.events.AbstractEventLoop.sock_sendall?4(sock: socket, data: ReadableBuffer)
1982 stdlib.asyncio.events.AbstractEventLoop.sock_sendfile?4(sock: socket, file: IO[bytes], offset: int = 0, count: int | None = None, *, fallback: bool | None = None, ) 1738 stdlib.asyncio.events.AbstractEventLoop.sock_sendfile?4(sock: socket, file: IO[bytes], offset: int = 0, count: int | None = None, *, fallback: bool | None = None)
1983 stdlib.asyncio.events.AbstractEventLoop.sock_sendto?4(sock: socket, data: ReadableBuffer, address: _Address) 1739 stdlib.asyncio.events.AbstractEventLoop.sock_sendto?4(sock: socket, data: ReadableBuffer, address: _Address)
1984 stdlib.asyncio.events.AbstractEventLoop.start_tls?4(transport: BaseTransport, protocol: BaseProtocol, sslcontext: ssl.SSLContext, *, server_side: bool = False, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, ) 1740 stdlib.asyncio.events.AbstractEventLoop.start_tls?4(transport: BaseTransport, protocol: BaseProtocol, sslcontext: ssl.SSLContext, *, server_side: bool = False, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, )
1985 stdlib.asyncio.events.AbstractEventLoop.stop?4() 1741 stdlib.asyncio.events.AbstractEventLoop.stop?4()
1986 stdlib.asyncio.events.AbstractEventLoop.subprocess_exec?4(protocol_factory: Callable[[], _ProtocolT], program: Any, *args: Any, stdin: int | IO[Any] | None = -1, stdout: int | IO[Any] | None = -1, stderr: int | IO[Any] | None = -1, universal_newlines: Literal[False] = False, shell: Literal[False] = False, bufsize: Literal[0] = 0, encoding: None = None, errors: None = None, **kwargs: Any, ) 1742 stdlib.asyncio.events.AbstractEventLoop.subprocess_exec?4(protocol_factory: Callable[[], _ProtocolT], program: Any, *args: Any, stdin: int | IO[Any] | None = -1, stdout: int | IO[Any] | None = -1, stderr: int | IO[Any] | None = -1, universal_newlines: Literal[False] = False, shell: Literal[False] = False, bufsize: Literal[0] = 0, encoding: None = None, errors: None = None, **kwargs: Any, )
1987 stdlib.asyncio.events.AbstractEventLoop.subprocess_shell?4(protocol_factory: Callable[[], _ProtocolT], cmd: bytes | str, *, stdin: int | IO[Any] | None = -1, stdout: int | IO[Any] | None = -1, stderr: int | IO[Any] | None = -1, universal_newlines: Literal[False] = False, shell: Literal[True] = True, bufsize: Literal[0] = 0, encoding: None = None, errors: None = None, text: Literal[False, None] = ..., **kwargs: Any, ) 1743 stdlib.asyncio.events.AbstractEventLoop.subprocess_shell?4(protocol_factory: Callable[[], _ProtocolT], cmd: bytes | str, *, stdin: int | IO[Any] | None = -1, stdout: int | IO[Any] | None = -1, stderr: int | IO[Any] | None = -1, universal_newlines: Literal[False] = False, shell: Literal[True] = True, bufsize: Literal[0] = 0, encoding: None = None, errors: None = None, text: Literal[False] | None = ..., **kwargs: Any, )
1988 stdlib.asyncio.events.AbstractEventLoop.time?4() 1744 stdlib.asyncio.events.AbstractEventLoop.time?4()
1989 stdlib.asyncio.events.AbstractEventLoopPolicy.get_child_watcher?4() 1745 stdlib.asyncio.events.AbstractEventLoopPolicy.get_child_watcher?4()
1990 stdlib.asyncio.events.AbstractEventLoopPolicy.get_event_loop?4() 1746 stdlib.asyncio.events.AbstractEventLoopPolicy.get_event_loop?4()
1991 stdlib.asyncio.events.AbstractEventLoopPolicy.new_event_loop?4() 1747 stdlib.asyncio.events.AbstractEventLoopPolicy.new_event_loop?4()
1992 stdlib.asyncio.events.AbstractEventLoopPolicy.set_child_watcher?4(watcher: AbstractChildWatcher) 1748 stdlib.asyncio.events.AbstractEventLoopPolicy.set_child_watcher?4(watcher: AbstractChildWatcher)
2004 stdlib.asyncio.events.Handle._cancelled?8 1760 stdlib.asyncio.events.Handle._cancelled?8
2005 stdlib.asyncio.events.Handle._run?5() 1761 stdlib.asyncio.events.Handle._run?5()
2006 stdlib.asyncio.events.Handle.cancel?4() 1762 stdlib.asyncio.events.Handle.cancel?4()
2007 stdlib.asyncio.events.Handle.cancelled?4() 1763 stdlib.asyncio.events.Handle.cancelled?4()
2008 stdlib.asyncio.events.Handle.get_context?4() 1764 stdlib.asyncio.events.Handle.get_context?4()
2009 stdlib.asyncio.events.Handle?1(callback: Callable[..., object], args: Sequence[Any], loop: AbstractEventLoop, context: Context | None = None, ) 1765 stdlib.asyncio.events.Handle?1(callback: Callable[..., object], args: Sequence[Any], loop: AbstractEventLoop, context: Context | None = None)
2010 stdlib.asyncio.events.TimerHandle.when?4() 1766 stdlib.asyncio.events.TimerHandle.when?4()
2011 stdlib.asyncio.events.TimerHandle?1(when: float, callback: Callable[..., object], args: Sequence[Any], loop: AbstractEventLoop, context: Context | None = None, ) 1767 stdlib.asyncio.events.TimerHandle?1(when: float, callback: Callable[..., object], args: Sequence[Any], loop: AbstractEventLoop, context: Context | None = None, )
2012 stdlib.asyncio.events._Context?8 1768 stdlib.asyncio.events._Context?8
2013 stdlib.asyncio.events._ExceptionHandler?8 1769 stdlib.asyncio.events._ExceptionHandler?8
2014 stdlib.asyncio.events._ProtocolFactory?8 1770 stdlib.asyncio.events._ProtocolFactory?8
2015 stdlib.asyncio.events._ProtocolT?8 1771 stdlib.asyncio.events._ProtocolT?8
2016 stdlib.asyncio.events._SSLContext?8 1772 stdlib.asyncio.events._SSLContext?8
2017 stdlib.asyncio.events._T?8 1773 stdlib.asyncio.events._T?8
1774 stdlib.asyncio.events._Ts?8
2018 stdlib.asyncio.events._get_running_loop?5() 1775 stdlib.asyncio.events._get_running_loop?5()
2019 stdlib.asyncio.events._set_running_loop?5(__loop: AbstractEventLoop | None) 1776 stdlib.asyncio.events._set_running_loop?5(__loop: AbstractEventLoop | None)
2020 stdlib.asyncio.events.get_child_watcher?4() 1777 stdlib.asyncio.events.get_child_watcher?4()
2021 stdlib.asyncio.events.get_event_loop?4() 1778 stdlib.asyncio.events.get_event_loop?4()
2022 stdlib.asyncio.events.get_event_loop_policy?4() 1779 stdlib.asyncio.events.get_event_loop_policy?4()
2092 stdlib.asyncio.locks._BarrierState.BROKEN?7 1849 stdlib.asyncio.locks._BarrierState.BROKEN?7
2093 stdlib.asyncio.locks._BarrierState.DRAINING?7 1850 stdlib.asyncio.locks._BarrierState.DRAINING?7
2094 stdlib.asyncio.locks._BarrierState.FILLING?7 1851 stdlib.asyncio.locks._BarrierState.FILLING?7
2095 stdlib.asyncio.locks._BarrierState.RESETTING?7 1852 stdlib.asyncio.locks._BarrierState.RESETTING?7
2096 stdlib.asyncio.locks._ContextManager?2(lock: Lock | Semaphore) 1853 stdlib.asyncio.locks._ContextManager?2(lock: Lock | Semaphore)
1854 stdlib.asyncio.locks._LoopBoundMixin?8
2097 stdlib.asyncio.locks._T?8 1855 stdlib.asyncio.locks._T?8
2098 stdlib.asyncio.log.logger?7 1856 stdlib.asyncio.log.logger?7
2099 stdlib.asyncio.mixins._LoopBoundMixin?2(*, loop: Never = ...) 1857 stdlib.asyncio.mixins._LoopBoundMixin?2(*, loop: Never = ...)
2100 stdlib.asyncio.mixins._global_lock?8 1858 stdlib.asyncio.mixins._global_lock?8
2101 stdlib.asyncio.proactor_events.BaseProactorEventLoop?1(proactor: Any) 1859 stdlib.asyncio.proactor_events.BaseProactorEventLoop?1(proactor: Any)
2133 stdlib.asyncio.queues.Queue.put?4(item: _T) 1891 stdlib.asyncio.queues.Queue.put?4(item: _T)
2134 stdlib.asyncio.queues.Queue.put_nowait?4(item: _T) 1892 stdlib.asyncio.queues.Queue.put_nowait?4(item: _T)
2135 stdlib.asyncio.queues.Queue.qsize?4() 1893 stdlib.asyncio.queues.Queue.qsize?4()
2136 stdlib.asyncio.queues.Queue.task_done?4() 1894 stdlib.asyncio.queues.Queue.task_done?4()
2137 stdlib.asyncio.queues.Queue?1(maxsize: int = 0, *, loop: AbstractEventLoop | None = None) 1895 stdlib.asyncio.queues.Queue?1(maxsize: int = 0, *, loop: AbstractEventLoop | None = None)
1896 stdlib.asyncio.queues._LoopBoundMixin?8
2138 stdlib.asyncio.queues._T?8 1897 stdlib.asyncio.queues._T?8
2139 stdlib.asyncio.runners.Runner.close?4() 1898 stdlib.asyncio.runners.Runner.close?4()
2140 stdlib.asyncio.runners.Runner.get_loop?4() 1899 stdlib.asyncio.runners.Runner.get_loop?4()
2141 stdlib.asyncio.runners.Runner.run?4(coro: Coroutine[Any, Any, _T], *, context: Context | None = None) 1900 stdlib.asyncio.runners.Runner.run?4(coro: Coroutine[Any, Any, _T], *, context: Context | None = None)
2142 stdlib.asyncio.runners.Runner?1(*, debug: bool | None = None, loop_factory: Callable[[], AbstractEventLoop] | None = None) 1901 stdlib.asyncio.runners.Runner?1(*, debug: bool | None = None, loop_factory: Callable[[], AbstractEventLoop] | None = None)
2264 stdlib.asyncio.streams.open_unix_connection?4(path: StrPath | None = None, *, loop: events.AbstractEventLoop | None = None, limit: int = 65536, **kwds: Any) 2023 stdlib.asyncio.streams.open_unix_connection?4(path: StrPath | None = None, *, loop: events.AbstractEventLoop | None = None, limit: int = 65536, **kwds: Any)
2265 stdlib.asyncio.streams.start_server?4(client_connected_cb: _ClientConnectedCallback, host: str | None = None, port: int | str | None = None, *, loop: events.AbstractEventLoop | None = None, limit: int = 65536, ssl_handshake_timeout: float | None = ..., **kwds: Any, ) 2024 stdlib.asyncio.streams.start_server?4(client_connected_cb: _ClientConnectedCallback, host: str | None = None, port: int | str | None = None, *, loop: events.AbstractEventLoop | None = None, limit: int = 65536, ssl_handshake_timeout: float | None = ..., **kwds: Any, )
2266 stdlib.asyncio.streams.start_server?4(client_connected_cb: _ClientConnectedCallback, host: str | Sequence[str] | None = None, port: int | str | None = None, *, limit: int = 65536, ssl_handshake_timeout: float | None = ..., **kwds: Any, ) 2025 stdlib.asyncio.streams.start_server?4(client_connected_cb: _ClientConnectedCallback, host: str | Sequence[str] | None = None, port: int | str | None = None, *, limit: int = 65536, ssl_handshake_timeout: float | None = ..., **kwds: Any, )
2267 stdlib.asyncio.streams.start_unix_server?4(client_connected_cb: _ClientConnectedCallback, path: StrPath | None = None, *, limit: int = 65536, **kwds: Any) 2026 stdlib.asyncio.streams.start_unix_server?4(client_connected_cb: _ClientConnectedCallback, path: StrPath | None = None, *, limit: int = 65536, **kwds: Any)
2268 stdlib.asyncio.streams.start_unix_server?4(client_connected_cb: _ClientConnectedCallback, path: StrPath | None = None, *, loop: events.AbstractEventLoop | None = None, limit: int = 65536, **kwds: Any, ) 2027 stdlib.asyncio.streams.start_unix_server?4(client_connected_cb: _ClientConnectedCallback, path: StrPath | None = None, *, loop: events.AbstractEventLoop | None = None, limit: int = 65536, **kwds: Any, )
2269 stdlib.asyncio.taskgroups.TaskGroup.create_task?4(coro: _CoroutineLike[_T], *, name: str | None = None, context: Context | None = None)
2270 stdlib.asyncio.taskgroups._T?8
2271 stdlib.asyncio.tasks.ALL_COMPLETED?7 2028 stdlib.asyncio.tasks.ALL_COMPLETED?7
2272 stdlib.asyncio.tasks.FIRST_COMPLETED?7 2029 stdlib.asyncio.tasks.FIRST_COMPLETED?7
2273 stdlib.asyncio.tasks.FIRST_EXCEPTION?7 2030 stdlib.asyncio.tasks.FIRST_EXCEPTION?7
2274 stdlib.asyncio.tasks.Task.all_tasks?4(loop: AbstractEventLoop | None = None) 2031 stdlib.asyncio.tasks.Task.all_tasks?4(loop: AbstractEventLoop | None = None)
2275 stdlib.asyncio.tasks.Task.cancelling?4() 2032 stdlib.asyncio.tasks.Task.cancelling?4()
2287 stdlib.asyncio.tasks._T1?8 2044 stdlib.asyncio.tasks._T1?8
2288 stdlib.asyncio.tasks._T2?8 2045 stdlib.asyncio.tasks._T2?8
2289 stdlib.asyncio.tasks._T3?8 2046 stdlib.asyncio.tasks._T3?8
2290 stdlib.asyncio.tasks._T4?8 2047 stdlib.asyncio.tasks._T4?8
2291 stdlib.asyncio.tasks._T5?8 2048 stdlib.asyncio.tasks._T5?8
2049 stdlib.asyncio.tasks._T6?8
2292 stdlib.asyncio.tasks._T?8 2050 stdlib.asyncio.tasks._T?8
2293 stdlib.asyncio.tasks._T_co?8 2051 stdlib.asyncio.tasks._T_co?8
2294 stdlib.asyncio.tasks._TaskYieldType?8 2052 stdlib.asyncio.tasks._TaskYieldType?8
2295 stdlib.asyncio.tasks._enter_task?5(loop: AbstractEventLoop, task: Task[Any]) 2053 stdlib.asyncio.tasks._enter_task?5(loop: AbstractEventLoop, task: Task[Any])
2296 stdlib.asyncio.tasks._leave_task?5(loop: AbstractEventLoop, task: Task[Any]) 2054 stdlib.asyncio.tasks._leave_task?5(loop: AbstractEventLoop, task: Task[Any])
2297 stdlib.asyncio.tasks._register_task?5(task: Task[Any]) 2055 stdlib.asyncio.tasks._register_task?5(task: Task[Any])
2298 stdlib.asyncio.tasks._unregister_task?5(task: Task[Any]) 2056 stdlib.asyncio.tasks._unregister_task?5(task: Task[Any])
2299 stdlib.asyncio.tasks.all_tasks?4(loop: AbstractEventLoop | None = None) 2057 stdlib.asyncio.tasks.all_tasks?4(loop: AbstractEventLoop | None = None)
2300 stdlib.asyncio.tasks.as_completed?4(fs: Iterable[_FutureLike[_T]], *, loop: AbstractEventLoop | None = None, timeout: float | None = None) 2058 stdlib.asyncio.tasks.as_completed?4(fs: Iterable[_FutureLike[_T]], *, loop: AbstractEventLoop | None = None, timeout: float | None = None)
2301 stdlib.asyncio.tasks.as_completed?4(fs: Iterable[_FutureLike[_T]], *, timeout: float | None = None) 2059 stdlib.asyncio.tasks.as_completed?4(fs: Iterable[_FutureLike[_T]], *, timeout: float | None = None)
2060 stdlib.asyncio.tasks.create_eager_task_factory?4(custom_task_constructor: _CustomTaskConstructor[_TaskT_co], )
2302 stdlib.asyncio.tasks.create_task?4(coro: _CoroutineLike[_T]) 2061 stdlib.asyncio.tasks.create_task?4(coro: _CoroutineLike[_T])
2303 stdlib.asyncio.tasks.create_task?4(coro: _CoroutineLike[_T], *, name: str | None = None) 2062 stdlib.asyncio.tasks.create_task?4(coro: _CoroutineLike[_T], *, name: str | None = None)
2304 stdlib.asyncio.tasks.create_task?4(coro: _CoroutineLike[_T], *, name: str | None = None, context: Context | None = None) 2063 stdlib.asyncio.tasks.create_task?4(coro: _CoroutineLike[_T], *, name: str | None = None, context: Context | None = None)
2305 stdlib.asyncio.tasks.current_task?4(loop: AbstractEventLoop | None = None) 2064 stdlib.asyncio.tasks.current_task?4(loop: AbstractEventLoop | None = None)
2065 stdlib.asyncio.tasks.eager_task_factory?4(loop: AbstractEventLoop | None, coro: _TaskCompatibleCoro[_T_co], *, name: str | None = None, context: Context | None = None, )
2306 stdlib.asyncio.tasks.ensure_future?4(coro_or_future: Awaitable[_T], *, loop: AbstractEventLoop | None = None) 2066 stdlib.asyncio.tasks.ensure_future?4(coro_or_future: Awaitable[_T], *, loop: AbstractEventLoop | None = None)
2307 stdlib.asyncio.tasks.ensure_future?4(coro_or_future: _FT, *, loop: AbstractEventLoop | None = None) 2067 stdlib.asyncio.tasks.ensure_future?4(coro_or_future: _FT, *, loop: AbstractEventLoop | None = None)
2308 stdlib.asyncio.tasks.gather?4(*coros_or_futures: _FutureLike[Any], loop: AbstractEventLoop | None = None, return_exceptions: bool = False) 2068 stdlib.asyncio.tasks.gather?4(*coros_or_futures: _FutureLike[_T], loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False)
2309 stdlib.asyncio.tasks.gather?4(*coros_or_futures: _FutureLike[Any], return_exceptions: bool = False) 2069 stdlib.asyncio.tasks.gather?4(*coros_or_futures: _FutureLike[_T], loop: AbstractEventLoop | None = None, return_exceptions: bool)
2070 stdlib.asyncio.tasks.gather?4(*coros_or_futures: _FutureLike[_T], return_exceptions: Literal[False] = False)
2071 stdlib.asyncio.tasks.gather?4(*coros_or_futures: _FutureLike[_T], return_exceptions: bool)
2310 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False) 2072 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False)
2311 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], *, loop: AbstractEventLoop | None = None, return_exceptions: bool) 2073 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], *, loop: AbstractEventLoop | None = None, return_exceptions: bool)
2312 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], *, return_exceptions: Literal[False] = False) 2074 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], *, return_exceptions: Literal[False] = False)
2313 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], *, return_exceptions: bool) 2075 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], *, return_exceptions: bool)
2314 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False, ) 2076 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False, )
2322 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False, ) 2084 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False, )
2323 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], *, loop: AbstractEventLoop | None = None, return_exceptions: bool, ) 2085 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], *, loop: AbstractEventLoop | None = None, return_exceptions: bool, )
2324 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], *, return_exceptions: Literal[False] = False, ) 2086 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], *, return_exceptions: Literal[False] = False, )
2325 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], *, return_exceptions: bool, ) 2087 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], *, return_exceptions: bool, )
2326 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False, ) 2088 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False, )
2327 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], *, loop: AbstractEventLoop | None = None, return_exceptions: bool, )
2328 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], *, return_exceptions: Literal[False] = False, ) 2089 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], *, return_exceptions: Literal[False] = False, )
2329 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], *, return_exceptions: bool, ) 2090 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], *, return_exceptions: bool, )
2091 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], __coro_or_future6: _FutureLike[_T6], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False, )
2092 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], __coro_or_future6: _FutureLike[_T6], *, loop: AbstractEventLoop | None = None, return_exceptions: bool, )
2093 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], __coro_or_future6: _FutureLike[_T6], *, return_exceptions: Literal[False] = False, )
2094 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], __coro_or_future6: _FutureLike[_T6], *, return_exceptions: bool, )
2330 stdlib.asyncio.tasks.run_coroutine_threadsafe?4(coro: _FutureLike[_T], loop: AbstractEventLoop) 2095 stdlib.asyncio.tasks.run_coroutine_threadsafe?4(coro: _FutureLike[_T], loop: AbstractEventLoop)
2331 stdlib.asyncio.tasks.shield?4(arg: _FutureLike[_T]) 2096 stdlib.asyncio.tasks.shield?4(arg: _FutureLike[_T])
2332 stdlib.asyncio.tasks.shield?4(arg: _FutureLike[_T], *, loop: AbstractEventLoop | None = None) 2097 stdlib.asyncio.tasks.shield?4(arg: _FutureLike[_T], *, loop: AbstractEventLoop | None = None)
2333 stdlib.asyncio.tasks.sleep?4(delay: float) 2098 stdlib.asyncio.tasks.sleep?4(delay: float)
2334 stdlib.asyncio.tasks.sleep?4(delay: float, *, loop: AbstractEventLoop | None = None) 2099 stdlib.asyncio.tasks.sleep?4(delay: float, *, loop: AbstractEventLoop | None = None)
2335 stdlib.asyncio.tasks.sleep?4(delay: float, result: _T) 2100 stdlib.asyncio.tasks.sleep?4(delay: float, result: _T)
2336 stdlib.asyncio.tasks.sleep?4(delay: float, result: _T, *, loop: AbstractEventLoop | None = None) 2101 stdlib.asyncio.tasks.sleep?4(delay: float, result: _T, *, loop: AbstractEventLoop | None = None)
2337 stdlib.asyncio.tasks.wait?4(fs: Iterable[Awaitable[_T]], *, loop: AbstractEventLoop | None = None, timeout: float | None = None, return_when: str = "ALL_COMPLETED", ) 2102 stdlib.asyncio.tasks.wait?4(fs: Iterable[Awaitable[_T]], *, loop: AbstractEventLoop | None = None, timeout: float | None = None, return_when: str = "ALL_COMPLETED", )
2338 stdlib.asyncio.tasks.wait?4(fs: Iterable[Awaitable[_T]], *, timeout: float | None = None, return_when: str = "ALL_COMPLETED") 2103 stdlib.asyncio.tasks.wait?4(fs: Iterable[Awaitable[_T]], *, timeout: float | None = None, return_when: str = "ALL_COMPLETED")
2104 stdlib.asyncio.tasks.wait?4(fs: Iterable[Task[_T]], *, timeout: float | None = None, return_when: str = "ALL_COMPLETED")
2339 stdlib.asyncio.tasks.wait?4(fs: Iterable[_FT], *, loop: AbstractEventLoop | None = None, timeout: float | None = None, return_when: str = "ALL_COMPLETED", ) 2105 stdlib.asyncio.tasks.wait?4(fs: Iterable[_FT], *, loop: AbstractEventLoop | None = None, timeout: float | None = None, return_when: str = "ALL_COMPLETED", )
2340 stdlib.asyncio.tasks.wait?4(fs: Iterable[_FT], *, timeout: float | None = None, return_when: str = "ALL_COMPLETED") 2106 stdlib.asyncio.tasks.wait?4(fs: Iterable[_FT], *, timeout: float | None = None, return_when: str = "ALL_COMPLETED")
2341 stdlib.asyncio.tasks.wait_for?4(fut: _FutureLike[_T], timeout: float | None) 2107 stdlib.asyncio.tasks.wait_for?4(fut: _FutureLike[_T], timeout: float | None)
2342 stdlib.asyncio.tasks.wait_for?4(fut: _FutureLike[_T], timeout: float | None, *, loop: AbstractEventLoop | None = None) 2108 stdlib.asyncio.tasks.wait_for?4(fut: _FutureLike[_T], timeout: float | None, *, loop: AbstractEventLoop | None = None)
2343 stdlib.asyncio.threads._P?8 2109 stdlib.asyncio.threads._P?8
2418 stdlib.asyncio.trsock.sendmsg_afalg?4(self, msg: Iterable[ReadableBuffer] = ..., *, op: int, iv: Any = ..., assoclen: int = ..., flags: int = ...) 2184 stdlib.asyncio.trsock.sendmsg_afalg?4(self, msg: Iterable[ReadableBuffer] = ..., *, op: int, iv: Any = ..., assoclen: int = ..., flags: int = ...)
2419 stdlib.asyncio.trsock.sendto?4(self, data: ReadableBuffer, address: _Address) 2185 stdlib.asyncio.trsock.sendto?4(self, data: ReadableBuffer, address: _Address)
2420 stdlib.asyncio.trsock.sendto?4(self, data: ReadableBuffer, flags: int, address: _Address) 2186 stdlib.asyncio.trsock.sendto?4(self, data: ReadableBuffer, flags: int, address: _Address)
2421 stdlib.asyncio.trsock.set_inheritable?4(self, inheritable: bool) 2187 stdlib.asyncio.trsock.set_inheritable?4(self, inheritable: bool)
2422 stdlib.asyncio.trsock.share?4(self, process_id: int) 2188 stdlib.asyncio.trsock.share?4(self, process_id: int)
2423 stdlib.asyncio.unix_events.AbstractChildWatcher.DefaultEventLoopPolicy?7 2189 stdlib.asyncio.unix_events.AbstractChildWatcher.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2424 stdlib.asyncio.unix_events.AbstractChildWatcher.SelectorEventLoop?7
2425 stdlib.asyncio.unix_events.AbstractChildWatcher.add_child_handler?4(pid: int, callback: Callable[..., object], *args: Any)
2426 stdlib.asyncio.unix_events.AbstractChildWatcher.attach_loop?4(loop: AbstractEventLoop | None) 2190 stdlib.asyncio.unix_events.AbstractChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2427 stdlib.asyncio.unix_events.AbstractChildWatcher.close?4() 2191 stdlib.asyncio.unix_events.AbstractChildWatcher.close?4()
2428 stdlib.asyncio.unix_events.AbstractChildWatcher.is_active?4() 2192 stdlib.asyncio.unix_events.AbstractChildWatcher.is_active?4()
2429 stdlib.asyncio.unix_events.AbstractChildWatcher.remove_child_handler?4(pid: int) 2193 stdlib.asyncio.unix_events.AbstractChildWatcher.remove_child_handler?4(pid: int)
2194 stdlib.asyncio.unix_events.AbstractChildWatcher_1.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2195 stdlib.asyncio.unix_events.AbstractChildWatcher_1.attach_loop?4(loop: AbstractEventLoop | None)
2196 stdlib.asyncio.unix_events.AbstractChildWatcher_1.close?4()
2197 stdlib.asyncio.unix_events.AbstractChildWatcher_1.is_active?4()
2198 stdlib.asyncio.unix_events.AbstractChildWatcher_1.remove_child_handler?4(pid: int)
2430 stdlib.asyncio.unix_events.BaseChildWatcher.attach_loop?4(loop: AbstractEventLoop | None) 2199 stdlib.asyncio.unix_events.BaseChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2431 stdlib.asyncio.unix_events.BaseChildWatcher.close?4() 2200 stdlib.asyncio.unix_events.BaseChildWatcher.close?4()
2432 stdlib.asyncio.unix_events.BaseChildWatcher.is_active?4() 2201 stdlib.asyncio.unix_events.BaseChildWatcher.is_active?4()
2433 stdlib.asyncio.unix_events.FastChildWatcher.add_child_handler?4(pid: int, callback: Callable[..., object], *args: Any) 2202 stdlib.asyncio.unix_events.FastChildWatcher.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2434 stdlib.asyncio.unix_events.FastChildWatcher.remove_child_handler?4(pid: int) 2203 stdlib.asyncio.unix_events.FastChildWatcher.remove_child_handler?4(pid: int)
2435 stdlib.asyncio.unix_events.MultiLoopChildWatcher.add_child_handler?4(pid: int, callback: Callable[..., object], *args: Any) 2204 stdlib.asyncio.unix_events.FastChildWatcher_1.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2205 stdlib.asyncio.unix_events.FastChildWatcher_1.remove_child_handler?4(pid: int)
2206 stdlib.asyncio.unix_events.MultiLoopChildWatcher.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2436 stdlib.asyncio.unix_events.MultiLoopChildWatcher.attach_loop?4(loop: AbstractEventLoop | None) 2207 stdlib.asyncio.unix_events.MultiLoopChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2437 stdlib.asyncio.unix_events.MultiLoopChildWatcher.close?4() 2208 stdlib.asyncio.unix_events.MultiLoopChildWatcher.close?4()
2438 stdlib.asyncio.unix_events.MultiLoopChildWatcher.is_active?4() 2209 stdlib.asyncio.unix_events.MultiLoopChildWatcher.is_active?4()
2439 stdlib.asyncio.unix_events.MultiLoopChildWatcher.remove_child_handler?4(pid: int) 2210 stdlib.asyncio.unix_events.MultiLoopChildWatcher.remove_child_handler?4(pid: int)
2440 stdlib.asyncio.unix_events.PidfdChildWatcher.add_child_handler?4(pid: int, callback: Callable[..., object], *args: Any) 2211 stdlib.asyncio.unix_events.MultiLoopChildWatcher_1.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2212 stdlib.asyncio.unix_events.MultiLoopChildWatcher_1.attach_loop?4(loop: AbstractEventLoop | None)
2213 stdlib.asyncio.unix_events.MultiLoopChildWatcher_1.close?4()
2214 stdlib.asyncio.unix_events.MultiLoopChildWatcher_1.is_active?4()
2215 stdlib.asyncio.unix_events.MultiLoopChildWatcher_1.remove_child_handler?4(pid: int)
2216 stdlib.asyncio.unix_events.PidfdChildWatcher.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2441 stdlib.asyncio.unix_events.PidfdChildWatcher.attach_loop?4(loop: AbstractEventLoop | None) 2217 stdlib.asyncio.unix_events.PidfdChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2442 stdlib.asyncio.unix_events.PidfdChildWatcher.close?4() 2218 stdlib.asyncio.unix_events.PidfdChildWatcher.close?4()
2443 stdlib.asyncio.unix_events.PidfdChildWatcher.is_active?4() 2219 stdlib.asyncio.unix_events.PidfdChildWatcher.is_active?4()
2444 stdlib.asyncio.unix_events.PidfdChildWatcher.remove_child_handler?4(pid: int) 2220 stdlib.asyncio.unix_events.PidfdChildWatcher.remove_child_handler?4(pid: int)
2445 stdlib.asyncio.unix_events.SafeChildWatcher.add_child_handler?4(pid: int, callback: Callable[..., object], *args: Any) 2221 stdlib.asyncio.unix_events.SafeChildWatcher.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2446 stdlib.asyncio.unix_events.SafeChildWatcher.remove_child_handler?4(pid: int) 2222 stdlib.asyncio.unix_events.SafeChildWatcher.remove_child_handler?4(pid: int)
2447 stdlib.asyncio.unix_events.ThreadedChildWatcher.add_child_handler?4(pid: int, callback: Callable[..., object], *args: Any) 2223 stdlib.asyncio.unix_events.SafeChildWatcher_1.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2224 stdlib.asyncio.unix_events.SafeChildWatcher_1.remove_child_handler?4(pid: int)
2225 stdlib.asyncio.unix_events.ThreadedChildWatcher.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2448 stdlib.asyncio.unix_events.ThreadedChildWatcher.attach_loop?4(loop: AbstractEventLoop | None) 2226 stdlib.asyncio.unix_events.ThreadedChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2449 stdlib.asyncio.unix_events.ThreadedChildWatcher.close?4() 2227 stdlib.asyncio.unix_events.ThreadedChildWatcher.close?4()
2450 stdlib.asyncio.unix_events.ThreadedChildWatcher.is_active?4() 2228 stdlib.asyncio.unix_events.ThreadedChildWatcher.is_active?4()
2451 stdlib.asyncio.unix_events.ThreadedChildWatcher.remove_child_handler?4(pid: int) 2229 stdlib.asyncio.unix_events.ThreadedChildWatcher.remove_child_handler?4(pid: int)
2230 stdlib.asyncio.unix_events._Ts?8
2452 stdlib.asyncio.unix_events._UnixDefaultEventLoopPolicy.get_child_watcher?4() 2231 stdlib.asyncio.unix_events._UnixDefaultEventLoopPolicy.get_child_watcher?4()
2453 stdlib.asyncio.unix_events._UnixDefaultEventLoopPolicy.set_child_watcher?4(watcher: AbstractChildWatcher | None) 2232 stdlib.asyncio.unix_events._UnixDefaultEventLoopPolicy.set_child_watcher?4(watcher: AbstractChildWatcher | None)
2454 stdlib.collections.ChainMap.copy?4() 2233 stdlib.collections.ChainMap.copy?4()
2455 stdlib.collections.ChainMap.fromkeys?4(__iterable: Iterable[_T], __value: _S) 2234 stdlib.collections.ChainMap.fromkeys?4(__iterable: Iterable[_T], __value: _S)
2235 stdlib.collections.ChainMap.get?4(key: _KT, default: _T)
2456 stdlib.collections.ChainMap.maps?7 2236 stdlib.collections.ChainMap.maps?7
2457 stdlib.collections.ChainMap.new_child?4(m: MutableMapping[_KT, _VT] | None = ...) 2237 stdlib.collections.ChainMap.new_child?4(m: MutableMapping[_KT, _VT] | None = None)
2458 stdlib.collections.ChainMap.parents?4() 2238 stdlib.collections.ChainMap.parents?4()
2459 stdlib.collections.ChainMap.pop?4(key: _KT, default: _VT | _T = ...) 2239 stdlib.collections.ChainMap.pop?4(key: _KT, default: _T)
2460 stdlib.collections.ChainMap.setdefault?4(key: _KT, default: _VT = ...) 2240 stdlib.collections.ChainMap.setdefault?4(key: _KT, default: _VT)
2461 stdlib.collections.ChainMap?1(*maps: MutableMapping[_KT, _VT]) 2241 stdlib.collections.ChainMap?1(*maps: MutableMapping[_KT, _VT])
2462 stdlib.collections.Counter.copy?4() 2242 stdlib.collections.Counter.copy?4()
2463 stdlib.collections.Counter.elements?4() 2243 stdlib.collections.Counter.elements?4()
2464 stdlib.collections.Counter.fromkeys?4(iterable: Any, v: int | None = ...) 2244 stdlib.collections.Counter.fromkeys?4(iterable: Any, v: int | None = None)
2465 stdlib.collections.Counter.most_common?4(n: int | None = ...) 2245 stdlib.collections.Counter.most_common?4(n: int | None = None)
2466 stdlib.collections.Counter.subtract?4(__iterable: Iterable[_T]) 2246 stdlib.collections.Counter.subtract?4(__iterable: Iterable[_T])
2467 stdlib.collections.Counter.total?4() 2247 stdlib.collections.Counter.total?4()
2468 stdlib.collections.Counter.update?4(__m: None = ..., **kwargs: int) 2248 stdlib.collections.Counter.update?4(__iterable: None = None, **kwargs: int)
2469 stdlib.collections.Counter?1(__iterable: Iterable[_T]) 2249 stdlib.collections.Counter?1(__iterable: Iterable[_T])
2470 stdlib.collections.OrderedDict.copy?4() 2250 stdlib.collections.OrderedDict.copy?4()
2471 stdlib.collections.OrderedDict.fromkeys?4(iterable: Iterable[_T], value: _S) 2251 stdlib.collections.OrderedDict.fromkeys?4(iterable: Iterable[_T], value: _S)
2472 stdlib.collections.OrderedDict.items?4() 2252 stdlib.collections.OrderedDict.items?4()
2473 stdlib.collections.OrderedDict.keys?4() 2253 stdlib.collections.OrderedDict.keys?4()
2474 stdlib.collections.OrderedDict.move_to_end?4(key: _KT, last: bool = ...) 2254 stdlib.collections.OrderedDict.move_to_end?4(key: _KT, last: bool = True)
2475 stdlib.collections.OrderedDict.popitem?4(last: bool = ...) 2255 stdlib.collections.OrderedDict.pop?4(key: _KT, default: _T)
2256 stdlib.collections.OrderedDict.popitem?4(last: bool = True)
2476 stdlib.collections.OrderedDict.setdefault?4(key: _KT, default: _VT) 2257 stdlib.collections.OrderedDict.setdefault?4(key: _KT, default: _VT)
2477 stdlib.collections.OrderedDict.values?4() 2258 stdlib.collections.OrderedDict.values?4()
2478 stdlib.collections.UserDict.copy?4() 2259 stdlib.collections.UserDict.copy?4()
2479 stdlib.collections.UserDict.data?7 2260 stdlib.collections.UserDict.data?7
2480 stdlib.collections.UserDict.fromkeys?4(iterable: Iterable[_T], value: _S) 2261 stdlib.collections.UserDict.fromkeys?4(iterable: Iterable[_T], value: _S)
2481 stdlib.collections.UserDict?1(str], __iterable: Iterable[list[str]]) 2262 stdlib.collections.UserDict.get?4(key: _KT, default: _T)
2263 stdlib.collections.UserDict?1(bytes], __iterable: Iterable[list[bytes]])
2482 stdlib.collections.UserList.append?4(item: _T) 2264 stdlib.collections.UserList.append?4(item: _T)
2483 stdlib.collections.UserList.copy?4() 2265 stdlib.collections.UserList.copy?4()
2484 stdlib.collections.UserList.count?4(item: _T) 2266 stdlib.collections.UserList.count?4(item: _T)
2485 stdlib.collections.UserList.data?7 2267 stdlib.collections.UserList.data?7
2486 stdlib.collections.UserList.extend?4(other: Iterable[_T]) 2268 stdlib.collections.UserList.extend?4(other: Iterable[_T])
2487 stdlib.collections.UserList.index?4(item: _T, __start: SupportsIndex = ..., __stop: SupportsIndex = ...) 2269 stdlib.collections.UserList.index?4(item: _T, __start: SupportsIndex = 0, __stop: SupportsIndex = sys.maxsize)
2488 stdlib.collections.UserList.insert?4(i: int, item: _T) 2270 stdlib.collections.UserList.insert?4(i: int, item: _T)
2489 stdlib.collections.UserList.pop?4(i: int = ...) 2271 stdlib.collections.UserList.pop?4(i: int = -1)
2490 stdlib.collections.UserList.remove?4(item: _T) 2272 stdlib.collections.UserList.remove?4(item: _T)
2491 stdlib.collections.UserList.sort?4(*, key: Callable[[_T], SupportsRichComparison], reverse: bool = ...) 2273 stdlib.collections.UserList.sort?4(*, key: Callable[[_T], SupportsRichComparison], reverse: bool = False)
2492 stdlib.collections.UserList?1(initlist: Iterable[_T]) 2274 stdlib.collections.UserList?1(initlist: Iterable[_T])
2493 stdlib.collections.UserString.capitalize?4() 2275 stdlib.collections.UserString.capitalize?4()
2494 stdlib.collections.UserString.casefold?4() 2276 stdlib.collections.UserString.casefold?4()
2495 stdlib.collections.UserString.center?4(width: int, *args: Any) 2277 stdlib.collections.UserString.center?4(width: int, *args: Any)
2496 stdlib.collections.UserString.count?4(sub: str | UserString, start: int = ..., end: int = ...) 2278 stdlib.collections.UserString.count?4(sub: str | UserString, start: int = 0, end: int = sys.maxsize)
2497 stdlib.collections.UserString.data?7 2279 stdlib.collections.UserString.data?7
2498 stdlib.collections.UserString.encode?4(encoding: str | None = ..., errors: str | None = ...) 2280 stdlib.collections.UserString.encode?4(encoding: str | None = None, errors: str | None = None)
2499 stdlib.collections.UserString.endswith?4(suffix: str | tuple[str, ...], start: int | None = ..., end: int | None = ...) 2281 stdlib.collections.UserString.endswith?4(suffix: str | tuple[str, ...], start: int | None = 0, end: int | None = sys.maxsize)
2500 stdlib.collections.UserString.expandtabs?4(tabsize: int = ...) 2282 stdlib.collections.UserString.expandtabs?4(tabsize: int = 8)
2501 stdlib.collections.UserString.find?4(sub: str | UserString, start: int = ..., end: int = ...) 2283 stdlib.collections.UserString.find?4(sub: str | UserString, start: int = 0, end: int = sys.maxsize)
2502 stdlib.collections.UserString.format?4(*args: Any, **kwds: Any) 2284 stdlib.collections.UserString.format?4(*args: Any, **kwds: Any)
2503 stdlib.collections.UserString.format_map?4(mapping: Mapping[str, Any]) 2285 stdlib.collections.UserString.format_map?4(mapping: Mapping[str, Any])
2504 stdlib.collections.UserString.index?4(sub: str, start: int = ..., end: int = ...) 2286 stdlib.collections.UserString.index?4(sub: str, start: int = 0, end: int = sys.maxsize)
2505 stdlib.collections.UserString.isalnum?4() 2287 stdlib.collections.UserString.isalnum?4()
2506 stdlib.collections.UserString.isalpha?4() 2288 stdlib.collections.UserString.isalpha?4()
2507 stdlib.collections.UserString.isascii?4() 2289 stdlib.collections.UserString.isascii?4()
2508 stdlib.collections.UserString.isdecimal?4() 2290 stdlib.collections.UserString.isdecimal?4()
2509 stdlib.collections.UserString.isdigit?4() 2291 stdlib.collections.UserString.isdigit?4()
2515 stdlib.collections.UserString.istitle?4() 2297 stdlib.collections.UserString.istitle?4()
2516 stdlib.collections.UserString.isupper?4() 2298 stdlib.collections.UserString.isupper?4()
2517 stdlib.collections.UserString.join?4(seq: Iterable[str]) 2299 stdlib.collections.UserString.join?4(seq: Iterable[str])
2518 stdlib.collections.UserString.ljust?4(width: int, *args: Any) 2300 stdlib.collections.UserString.ljust?4(width: int, *args: Any)
2519 stdlib.collections.UserString.lower?4() 2301 stdlib.collections.UserString.lower?4()
2520 stdlib.collections.UserString.lstrip?4(chars: str | None = ...) 2302 stdlib.collections.UserString.lstrip?4(chars: str | None = None)
2521 stdlib.collections.UserString.maketrans?4(y: str, z: str = ...) 2303 stdlib.collections.UserString.maketrans?7
2522 stdlib.collections.UserString.partition?4(sep: str) 2304 stdlib.collections.UserString.partition?4(sep: str)
2523 stdlib.collections.UserString.removeprefix?4(__prefix: str | UserString) 2305 stdlib.collections.UserString.removeprefix?4(__prefix: str | UserString)
2524 stdlib.collections.UserString.removesuffix?4(__suffix: str | UserString) 2306 stdlib.collections.UserString.removesuffix?4(__suffix: str | UserString)
2525 stdlib.collections.UserString.replace?4(old: str | UserString, new: str | UserString, maxsplit: int = ...) 2307 stdlib.collections.UserString.replace?4(old: str | UserString, new: str | UserString, maxsplit: int = -1)
2526 stdlib.collections.UserString.rfind?4(sub: str | UserString, start: int = ..., end: int = ...) 2308 stdlib.collections.UserString.rfind?4(sub: str | UserString, start: int = 0, end: int = sys.maxsize)
2527 stdlib.collections.UserString.rindex?4(sub: str | UserString, start: int = ..., end: int = ...) 2309 stdlib.collections.UserString.rindex?4(sub: str | UserString, start: int = 0, end: int = sys.maxsize)
2528 stdlib.collections.UserString.rjust?4(width: int, *args: Any) 2310 stdlib.collections.UserString.rjust?4(width: int, *args: Any)
2529 stdlib.collections.UserString.rpartition?4(sep: str) 2311 stdlib.collections.UserString.rpartition?4(sep: str)
2530 stdlib.collections.UserString.rsplit?4(sep: str | None = ..., maxsplit: int = ...) 2312 stdlib.collections.UserString.rsplit?4(sep: str | None = None, maxsplit: int = -1)
2531 stdlib.collections.UserString.rstrip?4(chars: str | None = ...) 2313 stdlib.collections.UserString.rstrip?4(chars: str | None = None)
2532 stdlib.collections.UserString.split?4(sep: str | None = ..., maxsplit: int = ...) 2314 stdlib.collections.UserString.split?4(sep: str | None = None, maxsplit: int = -1)
2533 stdlib.collections.UserString.splitlines?4(keepends: bool = ...) 2315 stdlib.collections.UserString.splitlines?4(keepends: bool = False)
2534 stdlib.collections.UserString.startswith?4(prefix: str | tuple[str, ...], start: int | None = ..., end: int | None = ...) 2316 stdlib.collections.UserString.startswith?4(prefix: str | tuple[str, ...], start: int | None = 0, end: int | None = sys.maxsize)
2535 stdlib.collections.UserString.strip?4(chars: str | None = ...) 2317 stdlib.collections.UserString.strip?4(chars: str | None = None)
2536 stdlib.collections.UserString.swapcase?4() 2318 stdlib.collections.UserString.swapcase?4()
2537 stdlib.collections.UserString.title?4() 2319 stdlib.collections.UserString.title?4()
2538 stdlib.collections.UserString.translate?4(*args: Any) 2320 stdlib.collections.UserString.translate?4(*args: Any)
2539 stdlib.collections.UserString.upper?4() 2321 stdlib.collections.UserString.upper?4()
2540 stdlib.collections.UserString.zfill?4(width: int) 2322 stdlib.collections.UserString.zfill?4(width: int)
2554 stdlib.collections.deque.appendleft?4(__x: _T) 2336 stdlib.collections.deque.appendleft?4(__x: _T)
2555 stdlib.collections.deque.copy?4() 2337 stdlib.collections.deque.copy?4()
2556 stdlib.collections.deque.count?4(__x: _T) 2338 stdlib.collections.deque.count?4(__x: _T)
2557 stdlib.collections.deque.extend?4(__iterable: Iterable[_T]) 2339 stdlib.collections.deque.extend?4(__iterable: Iterable[_T])
2558 stdlib.collections.deque.extendleft?4(__iterable: Iterable[_T]) 2340 stdlib.collections.deque.extendleft?4(__iterable: Iterable[_T])
2559 stdlib.collections.deque.index?4(__x: _T, __start: int = ..., __stop: int = ...) 2341 stdlib.collections.deque.index?4(__x: _T, __start: int = 0, __stop: int = ...)
2560 stdlib.collections.deque.insert?4(__i: int, __x: _T) 2342 stdlib.collections.deque.insert?4(__i: int, __x: _T)
2561 stdlib.collections.deque.maxlen?4() 2343 stdlib.collections.deque.maxlen?4()
2562 stdlib.collections.deque.pop?4() 2344 stdlib.collections.deque.pop?4()
2563 stdlib.collections.deque.popleft?4() 2345 stdlib.collections.deque.popleft?4()
2564 stdlib.collections.deque.remove?4(__value: _T) 2346 stdlib.collections.deque.remove?4(__value: _T)
2565 stdlib.collections.deque.rotate?4(__n: int = ...) 2347 stdlib.collections.deque.rotate?4(__n: int = 1)
2566 stdlib.collections.deque?1(iterable: Iterable[_T], maxlen: int | None = ...) 2348 stdlib.collections.deque?1(iterable: Iterable[_T], maxlen: int | None = None)
2567 stdlib.collections.namedtuple?4(typename: str, field_names: str | Iterable[str], *, rename: bool = ..., module: str | None = ..., defaults: Iterable[Any] | None = ..., ) 2349 stdlib.collections.namedtuple?4(typename: str, field_names: str | Iterable[str], *, rename: bool = False, module: str | None = None, defaults: Iterable[Any] | None = None, )
2350 stdlib.os.CLD_CONTINUED?7
2351 stdlib.os.CLD_DUMPED?7
2352 stdlib.os.CLD_EXITED?7
2353 stdlib.os.CLD_KILLED?7
2354 stdlib.os.CLD_STOPPED?7
2355 stdlib.os.CLD_TRAPPED?7
2568 stdlib.os.DirEntry.inode?4() 2356 stdlib.os.DirEntry.inode?4()
2569 stdlib.os.DirEntry.is_dir?4(*, follow_symlinks: bool = ...) 2357 stdlib.os.DirEntry.is_dir?4(*, follow_symlinks: bool = True)
2570 stdlib.os.DirEntry.is_file?4(*, follow_symlinks: bool = ...) 2358 stdlib.os.DirEntry.is_file?4(*, follow_symlinks: bool = True)
2359 stdlib.os.DirEntry.is_junction?4()
2571 stdlib.os.DirEntry.is_symlink?4() 2360 stdlib.os.DirEntry.is_symlink?4()
2572 stdlib.os.DirEntry.name?4() 2361 stdlib.os.DirEntry.name?4()
2573 stdlib.os.DirEntry.path?4() 2362 stdlib.os.DirEntry.path?4()
2574 stdlib.os.DirEntry.stat?4(*, follow_symlinks: bool = ...) 2363 stdlib.os.DirEntry.stat?4(*, follow_symlinks: bool = True)
2364 stdlib.os.F_LOCK?7
2575 stdlib.os.F_OK?7 2365 stdlib.os.F_OK?7
2366 stdlib.os.F_TEST?7
2367 stdlib.os.F_TLOCK?7
2368 stdlib.os.F_ULOCK?7
2369 stdlib.os.GRND_NONBLOCK?7
2370 stdlib.os.GRND_RANDOM?7
2371 stdlib.os.NGROUPS_MAX?7
2576 stdlib.os.O_ACCMODE?7 2372 stdlib.os.O_ACCMODE?7
2577 stdlib.os.O_APPEND?7 2373 stdlib.os.O_APPEND?7
2578 stdlib.os.O_ASYNC?7 2374 stdlib.os.O_ASYNC?7
2579 stdlib.os.O_BINARY?7 2375 stdlib.os.O_BINARY?7
2580 stdlib.os.O_CLOEXEC?7 2376 stdlib.os.O_CLOEXEC?7
2603 stdlib.os.O_TEMPORARY?7 2399 stdlib.os.O_TEMPORARY?7
2604 stdlib.os.O_TEXT?7 2400 stdlib.os.O_TEXT?7
2605 stdlib.os.O_TMPFILE?7 2401 stdlib.os.O_TMPFILE?7
2606 stdlib.os.O_TRUNC?7 2402 stdlib.os.O_TRUNC?7
2607 stdlib.os.O_WRONLY?7 2403 stdlib.os.O_WRONLY?7
2404 stdlib.os.POSIX_FADV_DONTNEED?7
2405 stdlib.os.POSIX_FADV_NOREUSE?7
2406 stdlib.os.POSIX_FADV_NORMAL?7
2407 stdlib.os.POSIX_FADV_RANDOM?7
2408 stdlib.os.POSIX_FADV_SEQUENTIAL?7
2409 stdlib.os.POSIX_FADV_WILLNEED?7
2410 stdlib.os.PRIO_DARWIN_BG?7
2411 stdlib.os.PRIO_DARWIN_NONUI?7
2412 stdlib.os.PRIO_DARWIN_PROCESS?7
2413 stdlib.os.PRIO_DARWIN_THREAD?7
2414 stdlib.os.PRIO_PGRP?7
2415 stdlib.os.PRIO_PROCESS?7
2416 stdlib.os.PRIO_USER?7
2417 stdlib.os.P_ALL?7
2608 stdlib.os.P_NOWAIT?7 2418 stdlib.os.P_NOWAIT?7
2609 stdlib.os.P_NOWAITO?7 2419 stdlib.os.P_NOWAITO?7
2420 stdlib.os.P_PGID?7
2421 stdlib.os.P_PID?7
2422 stdlib.os.P_PIDFD?7
2610 stdlib.os.P_WAIT?7 2423 stdlib.os.P_WAIT?7
2424 stdlib.os.RTLD_DEEPBIND?7
2425 stdlib.os.RTLD_GLOBAL?7
2426 stdlib.os.RTLD_LAZY?7
2427 stdlib.os.RTLD_LOCAL?7
2428 stdlib.os.RTLD_NODELETE?7
2429 stdlib.os.RTLD_NOLOAD?7
2430 stdlib.os.RTLD_NOW?7
2611 stdlib.os.R_OK?7 2431 stdlib.os.R_OK?7
2432 stdlib.os.SCHED_BATCH?7
2433 stdlib.os.SCHED_FIFO?7
2434 stdlib.os.SCHED_IDLE?7
2435 stdlib.os.SCHED_OTHER?7
2436 stdlib.os.SCHED_RESET_ON_FORK?7
2437 stdlib.os.SCHED_RR?7
2438 stdlib.os.SCHED_SPORADIC?7
2612 stdlib.os.SEEK_CUR?7 2439 stdlib.os.SEEK_CUR?7
2440 stdlib.os.SEEK_DATA?7
2613 stdlib.os.SEEK_END?7 2441 stdlib.os.SEEK_END?7
2442 stdlib.os.SEEK_HOLE?7
2614 stdlib.os.SEEK_SET?7 2443 stdlib.os.SEEK_SET?7
2444 stdlib.os.SF_MNOWAIT?7
2445 stdlib.os.SF_NOCACHE?7
2446 stdlib.os.SF_NODISKIO?7
2447 stdlib.os.SF_SYNC?7
2448 stdlib.os.ST_APPEND?7
2449 stdlib.os.ST_MANDLOCK?7
2450 stdlib.os.ST_NOATIME?7
2451 stdlib.os.ST_NODEV?7
2452 stdlib.os.ST_NODIRATIME?7
2453 stdlib.os.ST_NOEXEC?7
2454 stdlib.os.ST_NOSUID?7
2455 stdlib.os.ST_RDONLY?7
2456 stdlib.os.ST_RELATIME?7
2457 stdlib.os.ST_SYNCHRONOUS?7
2458 stdlib.os.ST_WRITE?7
2615 stdlib.os.TMP_MAX?7 2459 stdlib.os.TMP_MAX?7
2616 stdlib.os.WCOREDUMP?4(__status: int) 2460 stdlib.os.WCOREDUMP?4(__status: int)
2461 stdlib.os.WEXITED?7
2617 stdlib.os.WEXITSTATUS?4(status: int) 2462 stdlib.os.WEXITSTATUS?4(status: int)
2618 stdlib.os.WIFCONTINUED?4(status: int) 2463 stdlib.os.WIFCONTINUED?4(status: int)
2619 stdlib.os.WIFEXITED?4(status: int) 2464 stdlib.os.WIFEXITED?4(status: int)
2620 stdlib.os.WIFSIGNALED?4(status: int) 2465 stdlib.os.WIFSIGNALED?4(status: int)
2621 stdlib.os.WIFSTOPPED?4(status: int) 2466 stdlib.os.WIFSTOPPED?4(status: int)
2467 stdlib.os.WNOWAIT?7
2468 stdlib.os.WSTOPPED?7
2622 stdlib.os.WSTOPSIG?4(status: int) 2469 stdlib.os.WSTOPSIG?4(status: int)
2623 stdlib.os.WTERMSIG?4(status: int) 2470 stdlib.os.WTERMSIG?4(status: int)
2624 stdlib.os.W_OK?7 2471 stdlib.os.W_OK?7
2472 stdlib.os.XATTR_CREATE?7
2473 stdlib.os.XATTR_REPLACE?7
2474 stdlib.os.XATTR_SIZE_MAX?7
2625 stdlib.os.X_OK?7 2475 stdlib.os.X_OK?7
2626 stdlib.os._AddedDllDirectory.close?4() 2476 stdlib.os._AddedDllDirectory.close?4()
2627 stdlib.os._AddedDllDirectory.path?7 2477 stdlib.os._AddedDllDirectory.path?7
2628 stdlib.os._AddedDllDirectory?2(path: str | None, cookie: _T, remove_dll_directory: Callable[[_T], object]) 2478 stdlib.os._AddedDllDirectory?2(path: str | None, cookie: _T, remove_dll_directory: Callable[[_T], object])
2629 stdlib.os._Environ.EX_CANTCREAT?7 2479 stdlib.os._Environ.EX_CANTCREAT?7
2660 stdlib.os._Environ.sysconf_names?7 2510 stdlib.os._Environ.sysconf_names?7
2661 stdlib.os._Environ?2(data: MutableMapping[AnyStr, AnyStr], encodekey: _EnvironCodeFunc[AnyStr], decodekey: _EnvironCodeFunc[AnyStr], encodevalue: _EnvironCodeFunc[AnyStr], decodevalue: _EnvironCodeFunc[AnyStr], putenv: Callable[[AnyStr, AnyStr], object], unsetenv: Callable[[AnyStr, AnyStr], object], ) 2511 stdlib.os._Environ?2(data: MutableMapping[AnyStr, AnyStr], encodekey: _EnvironCodeFunc[AnyStr], decodekey: _EnvironCodeFunc[AnyStr], encodevalue: _EnvironCodeFunc[AnyStr], decodevalue: _EnvironCodeFunc[AnyStr], putenv: Callable[[AnyStr, AnyStr], object], unsetenv: Callable[[AnyStr, AnyStr], object], )
2662 stdlib.os._EnvironCodeFunc?8 2512 stdlib.os._EnvironCodeFunc?8
2663 stdlib.os._ExecEnv?8 2513 stdlib.os._ExecEnv?8
2664 stdlib.os._ExecVArgs?8 2514 stdlib.os._ExecVArgs?8
2665 stdlib.os._FdOrAnyPath?8
2666 stdlib.os._OnError?8 2515 stdlib.os._OnError?8
2667 stdlib.os._Opener?8 2516 stdlib.os._Opener?8
2668 stdlib.os._ScandirIterator.close?4() 2517 stdlib.os._ScandirIterator.close?4()
2669 stdlib.os._T1?8 2518 stdlib.os._T1?8
2670 stdlib.os._T2?8 2519 stdlib.os._T2?8
2671 stdlib.os._T?8 2520 stdlib.os._T?8
2672 stdlib.os._exit?5(status: int) 2521 stdlib.os._exit?5(status: int)
2673 stdlib.os._wrap_close.close?4() 2522 stdlib.os._wrap_close.close?4()
2674 stdlib.os._wrap_close?2(stream: _TextIOWrapper, proc) 2523 stdlib.os._wrap_close?2(stream: _TextIOWrapper, proc: Popen[str])
2675 stdlib.os.abort?4() 2524 stdlib.os.abort?4()
2676 stdlib.os.access?4(path: _FdOrAnyPath, mode: int, *, dir_fd: int | None = ..., effective_ids: bool = ..., follow_symlinks: bool = ..., ) 2525 stdlib.os.access?4(path: FileDescriptorOrPath, mode: int, *, dir_fd: int | None = None, effective_ids: bool = False, follow_symlinks: bool = True)
2677 stdlib.os.add_dll_directory?4(path: str) 2526 stdlib.os.add_dll_directory?4(path: str)
2678 stdlib.os.chdir?4(path: _FdOrAnyPath) 2527 stdlib.os.altsep?7
2679 stdlib.os.chflags?4(path: StrOrBytesPath, flags: int, follow_symlinks: bool = ...) 2528 stdlib.os.chdir?4(path: FileDescriptorOrPath)
2680 stdlib.os.chmod?4(path: _FdOrAnyPath, mode: int, *, dir_fd: int | None = ..., follow_symlinks: bool = ...) 2529 stdlib.os.chflags?4(path: StrOrBytesPath, flags: int, follow_symlinks: bool = True)
2681 stdlib.os.chown?4(path: _FdOrAnyPath, uid: int, gid: int, *, dir_fd: int | None = ..., follow_symlinks: bool = ..., ) 2530 stdlib.os.chmod?4(path: FileDescriptorOrPath, mode: int, *, dir_fd: int | None = None, follow_symlinks: bool = True)
2531 stdlib.os.chown?4(path: FileDescriptorOrPath, uid: int, gid: int, *, dir_fd: int | None = None, follow_symlinks: bool = True)
2682 stdlib.os.chroot?4(path: StrOrBytesPath) 2532 stdlib.os.chroot?4(path: StrOrBytesPath)
2683 stdlib.os.close?4(fd: int) 2533 stdlib.os.close?4(fd: int)
2684 stdlib.os.closerange?4(__fd_low: int, __fd_high: int) 2534 stdlib.os.closerange?4(__fd_low: int, __fd_high: int)
2685 stdlib.os.confstr?4(__name: str | int) 2535 stdlib.os.confstr?4(__name: str | int)
2686 stdlib.os.copy_file_range?4(src: int, dst: int, count: int, offset_src: int | None = ..., offset_dst: int | None = ..., ) 2536 stdlib.os.copy_file_range?4(src: int, dst: int, count: int, offset_src: int | None = ..., offset_dst: int | None = ...)
2687 stdlib.os.cpu_count?4() 2537 stdlib.os.cpu_count?4()
2688 stdlib.os.ctermid?4() 2538 stdlib.os.ctermid?4()
2689 stdlib.os.curdir?7 2539 stdlib.os.curdir?7
2690 stdlib.os.defpath?7 2540 stdlib.os.defpath?7
2691 stdlib.os.device_encoding?4(fd: int) 2541 stdlib.os.device_encoding?4(fd: int)
2692 stdlib.os.devnull?7 2542 stdlib.os.devnull?7
2693 stdlib.os.dup2?4(fd: int, fd2: int, inheritable: bool = ...) 2543 stdlib.os.dup2?4(fd: int, fd2: int, inheritable: bool = True)
2694 stdlib.os.dup?4(__fd: int) 2544 stdlib.os.dup?4(__fd: int)
2695 stdlib.os.environ?7 2545 stdlib.os.environ?7
2696 stdlib.os.error?7 2546 stdlib.os.error?7
2547 stdlib.os.eventfd?4(initval: int, flags: int = 524288)
2548 stdlib.os.eventfd_read?4(fd: FileDescriptor)
2549 stdlib.os.eventfd_write?4(fd: FileDescriptor, value: int)
2697 stdlib.os.execl?4(file: StrOrBytesPath, __arg0: StrOrBytesPath, *args: StrOrBytesPath) 2550 stdlib.os.execl?4(file: StrOrBytesPath, __arg0: StrOrBytesPath, *args: StrOrBytesPath)
2698 stdlib.os.execle?4(file: StrOrBytesPath, __arg0: StrOrBytesPath, *args: Any) 2551 stdlib.os.execle?4(file: StrOrBytesPath, *args: Unpack[tuple[StrOrBytesPath, Unpack[tuple[StrOrBytesPath, ...]], _ExecEnv]])
2699 stdlib.os.execlp?4(file: StrOrBytesPath, __arg0: StrOrBytesPath, *args: StrOrBytesPath) 2552 stdlib.os.execlp?4(file: StrOrBytesPath, __arg0: StrOrBytesPath, *args: StrOrBytesPath)
2700 stdlib.os.execlpe?4(file: StrOrBytesPath, __arg0: StrOrBytesPath, *args: Any) 2553 stdlib.os.execlpe?4(file: StrOrBytesPath, *args: Unpack[tuple[StrOrBytesPath, Unpack[tuple[StrOrBytesPath, ...]], _ExecEnv]])
2701 stdlib.os.execv?4(__path: StrOrBytesPath, __argv: _ExecVArgs) 2554 stdlib.os.execv?4(__path: StrOrBytesPath, __argv: _ExecVArgs)
2702 stdlib.os.execve?4(path: _FdOrAnyPath, argv: _ExecVArgs, env: _ExecEnv) 2555 stdlib.os.execve?4(path: FileDescriptorOrPath, argv: _ExecVArgs, env: _ExecEnv)
2703 stdlib.os.execvp?4(file: StrOrBytesPath, args: _ExecVArgs) 2556 stdlib.os.execvp?4(file: StrOrBytesPath, args: _ExecVArgs)
2704 stdlib.os.execvpe?4(file: StrOrBytesPath, args: _ExecVArgs, env: _ExecEnv) 2557 stdlib.os.execvpe?4(file: StrOrBytesPath, args: _ExecVArgs, env: _ExecEnv)
2705 stdlib.os.extsep?7 2558 stdlib.os.extsep?7
2706 stdlib.os.fchdir?4(fd: FileDescriptorLike) 2559 stdlib.os.fchdir?4(fd: FileDescriptorLike)
2707 stdlib.os.fchmod?4(fd: int, mode: int) 2560 stdlib.os.fchmod?4(fd: int, mode: int)
2708 stdlib.os.fchown?4(fd: int, uid: int, gid: int) 2561 stdlib.os.fchown?4(fd: int, uid: int, gid: int)
2709 stdlib.os.fdatasync?4(fd: FileDescriptorLike) 2562 stdlib.os.fdatasync?4(fd: FileDescriptorLike)
2710 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryMode, buffering: Literal[0], encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 2563 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryMode, buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = ..., opener: _Opener | None = ..., )
2711 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryMode, buffering: int = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 2564 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryMode, buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = ..., opener: _Opener | None = ..., )
2712 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryModeReading, buffering: Literal[-1, 1] = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 2565 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryModeReading, buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = ..., opener: _Opener | None = ..., )
2713 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryModeUpdating, buffering: Literal[-1, 1] = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 2566 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryModeUpdating, buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = ..., opener: _Opener | None = ..., )
2714 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryModeWriting, buffering: Literal[-1, 1] = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 2567 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryModeWriting, buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = ..., opener: _Opener | None = ..., )
2715 stdlib.os.fdopen?4(fd: int, mode: OpenTextMode = ..., buffering: int = ..., encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 2568 stdlib.os.fdopen?4(fd: int, mode: OpenTextMode = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: _Opener | None = ..., )
2716 stdlib.os.fdopen?4(fd: int, mode: str, buffering: int = ..., encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: _Opener | None = ..., ) 2569 stdlib.os.fdopen?4(fd: int, mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: _Opener | None = ..., )
2717 stdlib.os.fork?4() 2570 stdlib.os.fork?4()
2718 stdlib.os.forkpty?4() 2571 stdlib.os.forkpty?4()
2719 stdlib.os.fpathconf?4(__fd: int, __name: str | int) 2572 stdlib.os.fpathconf?4(__fd: int, __name: str | int)
2720 stdlib.os.fsdecode?4(filename: StrOrBytesPath) 2573 stdlib.os.fsdecode?4(filename: StrOrBytesPath)
2721 stdlib.os.fsencode?4(filename: StrOrBytesPath) 2574 stdlib.os.fsencode?4(filename: StrOrBytesPath)
2724 stdlib.os.fspath?4(path: str) 2577 stdlib.os.fspath?4(path: str)
2725 stdlib.os.fstat?4(fd: int) 2578 stdlib.os.fstat?4(fd: int)
2726 stdlib.os.fstatvfs?4(__fd: int) 2579 stdlib.os.fstatvfs?4(__fd: int)
2727 stdlib.os.fsync?4(fd: FileDescriptorLike) 2580 stdlib.os.fsync?4(fd: FileDescriptorLike)
2728 stdlib.os.ftruncate?4(__fd: int, __length: int) 2581 stdlib.os.ftruncate?4(__fd: int, __length: int)
2729 stdlib.os.fwalk?4(top: BytesPath, topdown: bool = ..., onerror: _OnError | None = ..., *, follow_symlinks: bool = ..., dir_fd: int | None = ..., ) 2582 stdlib.os.fwalk?4(top: BytesPath, topdown: bool = True, onerror: _OnError | None = None, *, follow_symlinks: bool = False, dir_fd: int | None = None, )
2730 stdlib.os.fwalk?4(top: StrPath = ..., topdown: bool = ..., onerror: _OnError | None = ..., *, follow_symlinks: bool = ..., dir_fd: int | None = ..., ) 2583 stdlib.os.fwalk?4(top: StrPath = ".", topdown: bool = True, onerror: _OnError | None = None, *, follow_symlinks: bool = False, dir_fd: int | None = None, )
2731 stdlib.os.get_blocking?4(__fd: int) 2584 stdlib.os.get_blocking?4(__fd: int)
2732 stdlib.os.get_exec_path?4(env: Mapping[str, str] | None = ...) 2585 stdlib.os.get_exec_path?4(env: Mapping[str, str] | None = None)
2733 stdlib.os.get_handle_inheritable?4(__handle: int) 2586 stdlib.os.get_handle_inheritable?4(__handle: int)
2734 stdlib.os.get_inheritable?4(__fd: int) 2587 stdlib.os.get_inheritable?4(__fd: int)
2735 stdlib.os.get_terminal_size?4(__fd: int = ...) 2588 stdlib.os.get_terminal_size?4(__fd: int = ...)
2736 stdlib.os.getcwd?4() 2589 stdlib.os.getcwd?4()
2737 stdlib.os.getcwdb?4() 2590 stdlib.os.getcwdb?4()
2749 stdlib.os.getpgid?4(pid: int) 2602 stdlib.os.getpgid?4(pid: int)
2750 stdlib.os.getpgrp?4() 2603 stdlib.os.getpgrp?4()
2751 stdlib.os.getpid?4() 2604 stdlib.os.getpid?4()
2752 stdlib.os.getppid?4() 2605 stdlib.os.getppid?4()
2753 stdlib.os.getpriority?4(which: int, who: int) 2606 stdlib.os.getpriority?4(which: int, who: int)
2754 stdlib.os.getrandom?4(size: int, flags: int = ...) 2607 stdlib.os.getrandom?4(size: int, flags: int = 0)
2755 stdlib.os.getresgid?4() 2608 stdlib.os.getresgid?4()
2756 stdlib.os.getresuid?4() 2609 stdlib.os.getresuid?4()
2757 stdlib.os.getsid?4(__pid: int) 2610 stdlib.os.getsid?4(__pid: int)
2758 stdlib.os.getuid?4() 2611 stdlib.os.getuid?4()
2759 stdlib.os.getxattr?4(path: _FdOrAnyPath, attribute: StrOrBytesPath, *, follow_symlinks: bool = ...) 2612 stdlib.os.getxattr?4(path: FileDescriptorOrPath, attribute: StrOrBytesPath, *, follow_symlinks: bool = True)
2760 stdlib.os.initgroups?4(__username: str, __gid: int) 2613 stdlib.os.initgroups?4(__username: str, __gid: int)
2761 stdlib.os.isatty?4(__fd: int) 2614 stdlib.os.isatty?4(__fd: int)
2762 stdlib.os.kill?4(__pid: int, __signal: int) 2615 stdlib.os.kill?4(__pid: int, __signal: int)
2763 stdlib.os.killpg?4(__pgid: int, __signal: int) 2616 stdlib.os.killpg?4(__pgid: int, __signal: int)
2764 stdlib.os.lchflags?4(path: StrOrBytesPath, flags: int) 2617 stdlib.os.lchflags?4(path: StrOrBytesPath, flags: int)
2765 stdlib.os.lchmod?4(path: StrOrBytesPath, mode: int) 2618 stdlib.os.lchmod?4(path: StrOrBytesPath, mode: int)
2766 stdlib.os.lchown?4(path: StrOrBytesPath, uid: int, gid: int) 2619 stdlib.os.lchown?4(path: StrOrBytesPath, uid: int, gid: int)
2767 stdlib.os.linesep?7 2620 stdlib.os.linesep?7
2768 stdlib.os.link?4(src: StrOrBytesPath, dst: StrOrBytesPath, *, src_dir_fd: int | None = ..., dst_dir_fd: int | None = ..., follow_symlinks: bool = ..., ) 2621 stdlib.os.link?4(src: StrOrBytesPath, dst: StrOrBytesPath, *, src_dir_fd: int | None = None, dst_dir_fd: int | None = None, follow_symlinks: bool = True, )
2769 stdlib.os.listdir?4(path: BytesPath) 2622 stdlib.os.listdir?4(path: BytesPath)
2770 stdlib.os.listdir?4(path: StrPath | None = ...) 2623 stdlib.os.listdir?4(path: StrPath | None = None)
2771 stdlib.os.listdir?4(path: int) 2624 stdlib.os.listdir?4(path: int)
2772 stdlib.os.listxattr?4(path: _FdOrAnyPath | None = ..., *, follow_symlinks: bool = ...) 2625 stdlib.os.listdrives?4()
2626 stdlib.os.listmounts?4(volume: str)
2627 stdlib.os.listvolumes?4()
2628 stdlib.os.listxattr?4(path: FileDescriptorOrPath | None = None, *, follow_symlinks: bool = True)
2773 stdlib.os.lockf?4(__fd: int, __command: int, __length: int) 2629 stdlib.os.lockf?4(__fd: int, __command: int, __length: int)
2774 stdlib.os.login_tty?4(__fd: int) 2630 stdlib.os.login_tty?4(__fd: int)
2775 stdlib.os.lseek?4(__fd: int, __position: int, __how: int) 2631 stdlib.os.lseek?4(__fd: int, __position: int, __how: int)
2776 stdlib.os.lstat?4(path: StrOrBytesPath, *, dir_fd: int | None = ...) 2632 stdlib.os.lseek?4(__fd: int, __position: int, __whence: int)
2633 stdlib.os.lstat?4(path: StrOrBytesPath, *, dir_fd: int | None = None)
2777 stdlib.os.major?4(__device: int) 2634 stdlib.os.major?4(__device: int)
2778 stdlib.os.makedev?4(__major: int, __minor: int) 2635 stdlib.os.makedev?4(__major: int, __minor: int)
2779 stdlib.os.makedirs?4(name: StrOrBytesPath, mode: int = ..., exist_ok: bool = ...) 2636 stdlib.os.makedirs?4(name: StrOrBytesPath, mode: int = 0o777, exist_ok: bool = False)
2780 stdlib.os.memfd_create?4(name: str, flags: int = ...) 2637 stdlib.os.memfd_create?4(name: str, flags: int = ...)
2781 stdlib.os.minor?4(__device: int) 2638 stdlib.os.minor?4(__device: int)
2782 stdlib.os.mkdir?4(path: StrOrBytesPath, mode: int = ..., *, dir_fd: int | None = ...) 2639 stdlib.os.mkdir?4(path: StrOrBytesPath, mode: int = 0o777, *, dir_fd: int | None = None)
2783 stdlib.os.mkfifo?4(path: StrOrBytesPath, mode: int = ..., *, dir_fd: int | None = ...) 2640 stdlib.os.mkfifo?4(path: StrOrBytesPath, mode: int = 0o666, *, dir_fd: int | None = None)
2784 stdlib.os.mknod?4(path: StrOrBytesPath, mode: int = ..., device: int = ..., *, dir_fd: int | None = ...) 2641 stdlib.os.mknod?4(path: StrOrBytesPath, mode: int = 0o600, device: int = 0, *, dir_fd: int | None = None)
2785 stdlib.os.name?7 2642 stdlib.os.name?7
2786 stdlib.os.nice?4(__increment: int) 2643 stdlib.os.nice?4(__increment: int)
2787 stdlib.os.open?4(path: StrOrBytesPath, flags: int, mode: int = ..., *, dir_fd: int | None = ...) 2644 stdlib.os.open?4(path: StrOrBytesPath, flags: int, mode: int = 0o777, *, dir_fd: int | None = None)
2788 stdlib.os.openpty?4() 2645 stdlib.os.openpty?4()
2789 stdlib.os.pardir?7 2646 stdlib.os.pardir?7
2790 stdlib.os.path?7 2647 stdlib.os.path?7
2791 stdlib.os.pathconf?4(path: _FdOrAnyPath, name: str | int) 2648 stdlib.os.pathconf?4(path: FileDescriptorOrPath, name: str | int)
2792 stdlib.os.pathsep?7 2649 stdlib.os.pathsep?7
2793 stdlib.os.pidfd_open?4(pid: int, flags: int = ...) 2650 stdlib.os.pidfd_open?4(pid: int, flags: int = ...)
2794 stdlib.os.pipe2?4(__flags: int) 2651 stdlib.os.pipe2?4(__flags: int)
2795 stdlib.os.pipe?4() 2652 stdlib.os.pipe?4()
2796 stdlib.os.plock?4(__op: int) 2653 stdlib.os.plock?4(__op: int)
2797 stdlib.os.popen?4(cmd: str, mode: str = ..., buffering: int = ...) 2654 stdlib.os.popen?4(cmd: str, mode: str = "r", buffering: int = -1)
2798 stdlib.os.posix_fadvise?4(__fd: int, __offset: int, __length: int, __advice: int) 2655 stdlib.os.posix_fadvise?4(__fd: int, __offset: int, __length: int, __advice: int)
2799 stdlib.os.posix_fallocate?4(__fd: int, __offset: int, __length: int) 2656 stdlib.os.posix_fallocate?4(__fd: int, __offset: int, __length: int)
2800 stdlib.os.posix_spawn?4(path: StrOrBytesPath, argv: _ExecVArgs, env: _ExecEnv, *, file_actions: Sequence[tuple[Any, ...]] | None = ..., setpgroup: int | None = ..., resetids: bool = ..., setsid: bool = ..., setsigmask: Iterable[int] = ..., setsigdef: Iterable[int] = ..., scheduler: tuple[Any, sched_param] | None = ..., ) 2657 stdlib.os.posix_spawn?4(__path: StrOrBytesPath, __argv: _ExecVArgs, __env: _ExecEnv, *, file_actions: Sequence[tuple[Any, ...]] | None = ..., setpgroup: int | None = ..., resetids: bool = ..., setsid: bool = ..., setsigmask: Iterable[int] = ..., setsigdef: Iterable[int] = ..., scheduler: tuple[Any, sched_param] | None = ..., )
2801 stdlib.os.posix_spawnp?4(path: StrOrBytesPath, argv: _ExecVArgs, env: _ExecEnv, *, file_actions: Sequence[tuple[Any, ...]] | None = ..., setpgroup: int | None = ..., resetids: bool = ..., setsid: bool = ..., setsigmask: Iterable[int] = ..., setsigdef: Iterable[int] = ..., scheduler: tuple[Any, sched_param] | None = ..., ) 2658 stdlib.os.posix_spawnp?4(__path: StrOrBytesPath, __argv: _ExecVArgs, __env: _ExecEnv, *, file_actions: Sequence[tuple[Any, ...]] | None = ..., setpgroup: int | None = ..., resetids: bool = ..., setsid: bool = ..., setsigmask: Iterable[int] = ..., setsigdef: Iterable[int] = ..., scheduler: tuple[Any, sched_param] | None = ..., )
2802 stdlib.os.pread?4(__fd: int, __length: int, __offset: int) 2659 stdlib.os.pread?4(__fd: int, __length: int, __offset: int)
2803 stdlib.os.preadv?4(__fd: int, __buffers: SupportsLenAndGetItem[WriteableBuffer], __offset: int, __flags: int = ..., ) 2660 stdlib.os.preadv?4(__fd: int, __buffers: SupportsLenAndGetItem[WriteableBuffer], __offset: int, __flags: int = 0)
2804 stdlib.os.putenv?4(__name: StrOrBytesPath, __value: StrOrBytesPath) 2661 stdlib.os.putenv?4(__name: StrOrBytesPath, __value: StrOrBytesPath)
2805 stdlib.os.putenv?4(__name: str, __value: str) 2662 stdlib.os.putenv?4(__name: str, __value: str)
2806 stdlib.os.pwrite?4(__fd: int, __buffer: ReadableBuffer, __offset: int) 2663 stdlib.os.pwrite?4(__fd: int, __buffer: ReadableBuffer, __offset: int)
2807 stdlib.os.pwritev?4(__fd: int, __buffers: SupportsLenAndGetItem[ReadableBuffer], __offset: int, __flags: int = ..., ) 2664 stdlib.os.pwritev?4(__fd: int, __buffers: SupportsLenAndGetItem[ReadableBuffer], __offset: int, __flags: int = 0)
2808 stdlib.os.read?4(__fd: int, __length: int) 2665 stdlib.os.read?4(__fd: int, __length: int)
2809 stdlib.os.readlink?4(path: GenericPath[AnyStr], *, dir_fd: int | None = ...) 2666 stdlib.os.readlink?4(path: GenericPath[AnyStr], *, dir_fd: int | None = None)
2810 stdlib.os.readv?4(__fd: int, __buffers: SupportsLenAndGetItem[WriteableBuffer]) 2667 stdlib.os.readv?4(__fd: int, __buffers: SupportsLenAndGetItem[WriteableBuffer])
2811 stdlib.os.register_at_fork?4(*, before: Callable[..., Any] | None = ..., after_in_parent: Callable[..., Any] | None = ..., after_in_child: Callable[..., Any] | None = ..., ) 2668 stdlib.os.register_at_fork?4(*, before: Callable[..., Any] | None = ..., after_in_parent: Callable[..., Any] | None = ..., after_in_child: Callable[..., Any] | None = ..., )
2812 stdlib.os.remove?4(path: StrOrBytesPath, *, dir_fd: int | None = ...) 2669 stdlib.os.remove?4(path: StrOrBytesPath, *, dir_fd: int | None = None)
2813 stdlib.os.removedirs?4(name: StrOrBytesPath) 2670 stdlib.os.removedirs?4(name: StrOrBytesPath)
2814 stdlib.os.removexattr?4(path: _FdOrAnyPath, attribute: StrOrBytesPath, *, follow_symlinks: bool = ...) 2671 stdlib.os.removexattr?4(path: FileDescriptorOrPath, attribute: StrOrBytesPath, *, follow_symlinks: bool = True)
2815 stdlib.os.rename?4(src: StrOrBytesPath, dst: StrOrBytesPath, *, src_dir_fd: int | None = ..., dst_dir_fd: int | None = ..., ) 2672 stdlib.os.rename?4(src: StrOrBytesPath, dst: StrOrBytesPath, *, src_dir_fd: int | None = None, dst_dir_fd: int | None = None)
2816 stdlib.os.renames?4(old: StrOrBytesPath, new: StrOrBytesPath) 2673 stdlib.os.renames?4(old: StrOrBytesPath, new: StrOrBytesPath)
2817 stdlib.os.replace?4(src: StrOrBytesPath, dst: StrOrBytesPath, *, src_dir_fd: int | None = ..., dst_dir_fd: int | None = ..., ) 2674 stdlib.os.replace?4(src: StrOrBytesPath, dst: StrOrBytesPath, *, src_dir_fd: int | None = None, dst_dir_fd: int | None = None)
2818 stdlib.os.rmdir?4(path: StrOrBytesPath, *, dir_fd: int | None = ...) 2675 stdlib.os.rmdir?4(path: StrOrBytesPath, *, dir_fd: int | None = None)
2819 stdlib.os.scandir?4(path: GenericPath[AnyStr]) 2676 stdlib.os.scandir?4(path: GenericPath[AnyStr])
2820 stdlib.os.scandir?4(path: None = ...) 2677 stdlib.os.scandir?4(path: None = None)
2821 stdlib.os.scandir?4(path: int) 2678 stdlib.os.scandir?4(path: int)
2822 stdlib.os.sched_get_priority_max?4(policy: int) 2679 stdlib.os.sched_get_priority_max?4(policy: int)
2823 stdlib.os.sched_get_priority_min?4(policy: int) 2680 stdlib.os.sched_get_priority_min?4(policy: int)
2824 stdlib.os.sched_getaffinity?4(__pid: int) 2681 stdlib.os.sched_getaffinity?4(__pid: int)
2825 stdlib.os.sched_getparam?4(__pid: int) 2682 stdlib.os.sched_getparam?4(__pid: int)
2828 stdlib.os.sched_rr_get_interval?4(__pid: int) 2685 stdlib.os.sched_rr_get_interval?4(__pid: int)
2829 stdlib.os.sched_setaffinity?4(__pid: int, __mask: Iterable[int]) 2686 stdlib.os.sched_setaffinity?4(__pid: int, __mask: Iterable[int])
2830 stdlib.os.sched_setparam?4(__pid: int, __param: sched_param) 2687 stdlib.os.sched_setparam?4(__pid: int, __param: sched_param)
2831 stdlib.os.sched_setscheduler?4(__pid: int, __policy: int, __param: sched_param) 2688 stdlib.os.sched_setscheduler?4(__pid: int, __policy: int, __param: sched_param)
2832 stdlib.os.sched_yield?4() 2689 stdlib.os.sched_yield?4()
2833 stdlib.os.sendfile?4(out_fd: int, in_fd: int, offset: int | None, count: int) 2690 stdlib.os.sendfile?4(out_fd: FileDescriptor, in_fd: FileDescriptor, offset: int | None, count: int)
2834 stdlib.os.sendfile?4(out_fd: int, in_fd: int, offset: int, count: int, headers: Sequence[ReadableBuffer] = ..., trailers: Sequence[ReadableBuffer] = ..., flags: int = ..., ) 2691 stdlib.os.sendfile?4(out_fd: FileDescriptor, in_fd: FileDescriptor, offset: int, count: int, headers: Sequence[ReadableBuffer] = ..., trailers: Sequence[ReadableBuffer] = ..., flags: int = 0, )
2835 stdlib.os.sep?7 2692 stdlib.os.sep?7
2836 stdlib.os.set_blocking?4(__fd: int, __blocking: bool) 2693 stdlib.os.set_blocking?4(__fd: int, __blocking: bool)
2837 stdlib.os.set_handle_inheritable?4(__handle: int, __inheritable: bool) 2694 stdlib.os.set_handle_inheritable?4(__handle: int, __inheritable: bool)
2838 stdlib.os.set_inheritable?4(__fd: int, __inheritable: bool) 2695 stdlib.os.set_inheritable?4(__fd: int, __inheritable: bool)
2839 stdlib.os.setegid?4(__egid: int) 2696 stdlib.os.setegid?4(__egid: int)
2840 stdlib.os.seteuid?4(__euid: int) 2697 stdlib.os.seteuid?4(__euid: int)
2841 stdlib.os.setgid?4(__gid: int) 2698 stdlib.os.setgid?4(__gid: int)
2842 stdlib.os.setgroups?4(__groups: Sequence[int]) 2699 stdlib.os.setgroups?4(__groups: Sequence[int])
2700 stdlib.os.setns?4(fd: FileDescriptorLike, nstype: int = 0)
2843 stdlib.os.setpgid?4(__pid: int, __pgrp: int) 2701 stdlib.os.setpgid?4(__pid: int, __pgrp: int)
2844 stdlib.os.setpgrp?4() 2702 stdlib.os.setpgrp?4()
2845 stdlib.os.setpriority?4(which: int, who: int, priority: int) 2703 stdlib.os.setpriority?4(which: int, who: int, priority: int)
2846 stdlib.os.setregid?4(__rgid: int, __egid: int) 2704 stdlib.os.setregid?4(__rgid: int, __egid: int)
2847 stdlib.os.setresgid?4(rgid: int, egid: int, sgid: int) 2705 stdlib.os.setresgid?4(__rgid: int, __egid: int, __sgid: int)
2848 stdlib.os.setresuid?4(ruid: int, euid: int, suid: int) 2706 stdlib.os.setresuid?4(__ruid: int, __euid: int, __suid: int)
2849 stdlib.os.setreuid?4(__ruid: int, __euid: int) 2707 stdlib.os.setreuid?4(__ruid: int, __euid: int)
2850 stdlib.os.setsid?4() 2708 stdlib.os.setsid?4()
2851 stdlib.os.setuid?4(__uid: int) 2709 stdlib.os.setuid?4(__uid: int)
2852 stdlib.os.setxattr?4(path: _FdOrAnyPath, attribute: StrOrBytesPath, value: ReadableBuffer, flags: int = ..., *, follow_symlinks: bool = ..., ) 2710 stdlib.os.setxattr?4(path: FileDescriptorOrPath, attribute: StrOrBytesPath, value: ReadableBuffer, flags: int = 0, *, follow_symlinks: bool = True, )
2853 stdlib.os.spawnl?4(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args: StrOrBytesPath) 2711 stdlib.os.spawnl?4(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args: StrOrBytesPath)
2854 stdlib.os.spawnle?4(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args: Any) 2712 stdlib.os.spawnle?4(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args: Any)
2855 stdlib.os.spawnlp?4(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args: StrOrBytesPath) 2713 stdlib.os.spawnlp?4(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args: StrOrBytesPath)
2856 stdlib.os.spawnlpe?4(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args: Any) 2714 stdlib.os.spawnlpe?4(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args: Any)
2857 stdlib.os.spawnv?4(__mode: int, __path: StrOrBytesPath, __argv: _ExecVArgs) 2715 stdlib.os.spawnv?4(__mode: int, __path: StrOrBytesPath, __argv: _ExecVArgs)
2858 stdlib.os.spawnv?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs) 2716 stdlib.os.spawnv?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs)
2859 stdlib.os.spawnve?4(__mode: int, __path: StrOrBytesPath, __argv: _ExecVArgs, __env: _ExecEnv) 2717 stdlib.os.spawnve?4(__mode: int, __path: StrOrBytesPath, __argv: _ExecVArgs, __env: _ExecEnv)
2860 stdlib.os.spawnve?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs, env: _ExecEnv) 2718 stdlib.os.spawnve?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs, env: _ExecEnv)
2861 stdlib.os.spawnvp?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs) 2719 stdlib.os.spawnvp?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs)
2862 stdlib.os.spawnvpe?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs, env: _ExecEnv) 2720 stdlib.os.spawnvpe?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs, env: _ExecEnv)
2863 stdlib.os.startfile?4(path: StrOrBytesPath, operation: str | None = ...) 2721 stdlib.os.splice?4(src: FileDescriptor, dst: FileDescriptor, count: int, offset_src: int | None = ..., offset_dst: int | None = ..., flags: int = 0, )
2722 stdlib.os.startfile?4(filepath: StrOrBytesPath, operation: str = ...)
2723 stdlib.os.startfile?4(filepath: StrOrBytesPath, operation: str = ..., arguments: str = "", cwd: StrOrBytesPath | None = None, show_cmd: int = 1, )
2724 stdlib.os.stat?4(path: FileDescriptorOrPath, *, dir_fd: int | None = None, follow_symlinks: bool = True)
2864 stdlib.os.stat_result.st_atime?4() 2725 stdlib.os.stat_result.st_atime?4()
2865 stdlib.os.stat_result.st_atime_ns?4() 2726 stdlib.os.stat_result.st_atime_ns?4()
2866 stdlib.os.stat_result.st_birthtime?4() 2727 stdlib.os.stat_result.st_birthtime?4()
2728 stdlib.os.stat_result.st_birthtime_ns?4()
2867 stdlib.os.stat_result.st_blksize?4() 2729 stdlib.os.stat_result.st_blksize?4()
2868 stdlib.os.stat_result.st_blocks?4() 2730 stdlib.os.stat_result.st_blocks?4()
2869 stdlib.os.stat_result.st_ctime?4() 2731 stdlib.os.stat_result.st_ctime?4()
2870 stdlib.os.stat_result.st_ctime_ns?4() 2732 stdlib.os.stat_result.st_ctime_ns?4()
2871 stdlib.os.stat_result.st_dev?4() 2733 stdlib.os.stat_result.st_dev?4()
2880 stdlib.os.stat_result.st_nlink?4() 2742 stdlib.os.stat_result.st_nlink?4()
2881 stdlib.os.stat_result.st_rdev?4() 2743 stdlib.os.stat_result.st_rdev?4()
2882 stdlib.os.stat_result.st_reparse_tag?4() 2744 stdlib.os.stat_result.st_reparse_tag?4()
2883 stdlib.os.stat_result.st_size?4() 2745 stdlib.os.stat_result.st_size?4()
2884 stdlib.os.stat_result.st_uid?4() 2746 stdlib.os.stat_result.st_uid?4()
2885 stdlib.os.statvfs?4(path: _FdOrAnyPath) 2747 stdlib.os.statvfs?4(path: FileDescriptorOrPath)
2886 stdlib.os.statvfs_result.f_bavail?4() 2748 stdlib.os.statvfs_result.f_bavail?4()
2887 stdlib.os.statvfs_result.f_bfree?4() 2749 stdlib.os.statvfs_result.f_bfree?4()
2888 stdlib.os.statvfs_result.f_blocks?4() 2750 stdlib.os.statvfs_result.f_blocks?4()
2889 stdlib.os.statvfs_result.f_bsize?4() 2751 stdlib.os.statvfs_result.f_bsize?4()
2890 stdlib.os.statvfs_result.f_favail?4() 2752 stdlib.os.statvfs_result.f_favail?4()
2898 stdlib.os.supports_bytes_environ?7 2760 stdlib.os.supports_bytes_environ?7
2899 stdlib.os.supports_dir_fd?7 2761 stdlib.os.supports_dir_fd?7
2900 stdlib.os.supports_effective_ids?7 2762 stdlib.os.supports_effective_ids?7
2901 stdlib.os.supports_fd?7 2763 stdlib.os.supports_fd?7
2902 stdlib.os.supports_follow_symlinks?7 2764 stdlib.os.supports_follow_symlinks?7
2903 stdlib.os.symlink?4(src: StrOrBytesPath, dst: StrOrBytesPath, target_is_directory: bool = ..., *, dir_fd: int | None = ..., ) 2765 stdlib.os.symlink?4(src: StrOrBytesPath, dst: StrOrBytesPath, target_is_directory: bool = False, *, dir_fd: int | None = None)
2904 stdlib.os.sync?4() 2766 stdlib.os.sync?4()
2905 stdlib.os.sysconf?4(__name: str | int) 2767 stdlib.os.sysconf?4(__name: str | int)
2906 stdlib.os.system?4(command: StrOrBytesPath) 2768 stdlib.os.system?4(command: StrOrBytesPath)
2907 stdlib.os.tcgetpgrp?4(__fd: int) 2769 stdlib.os.tcgetpgrp?4(__fd: int)
2908 stdlib.os.tcsetpgrp?4(__fd: int, __pgid: int) 2770 stdlib.os.tcsetpgrp?4(__fd: int, __pgid: int)
2912 stdlib.os.times_result.children_system?4() 2774 stdlib.os.times_result.children_system?4()
2913 stdlib.os.times_result.children_user?4() 2775 stdlib.os.times_result.children_user?4()
2914 stdlib.os.times_result.elapsed?4() 2776 stdlib.os.times_result.elapsed?4()
2915 stdlib.os.times_result.system?4() 2777 stdlib.os.times_result.system?4()
2916 stdlib.os.times_result.user?4() 2778 stdlib.os.times_result.user?4()
2917 stdlib.os.truncate?4(path: _FdOrAnyPath, length: int) 2779 stdlib.os.truncate?4(path: FileDescriptorOrPath, length: int)
2918 stdlib.os.ttyname?4(__fd: int) 2780 stdlib.os.ttyname?4(__fd: int)
2919 stdlib.os.umask?4(__mask: int) 2781 stdlib.os.umask?4(__mask: int)
2920 stdlib.os.uname?4() 2782 stdlib.os.uname?4()
2921 stdlib.os.uname_result.machine?4() 2783 stdlib.os.uname_result.machine?4()
2922 stdlib.os.uname_result.nodename?4() 2784 stdlib.os.uname_result.nodename?4()
2923 stdlib.os.uname_result.release?4() 2785 stdlib.os.uname_result.release?4()
2924 stdlib.os.uname_result.sysname?4() 2786 stdlib.os.uname_result.sysname?4()
2925 stdlib.os.uname_result.version?4() 2787 stdlib.os.uname_result.version?4()
2926 stdlib.os.unlink?4(path: StrOrBytesPath, *, dir_fd: int | None = ...) 2788 stdlib.os.unlink?4(path: StrOrBytesPath, *, dir_fd: int | None = None)
2927 stdlib.os.unsetenv?4(__name: StrOrBytesPath) 2789 stdlib.os.unsetenv?4(__name: StrOrBytesPath)
2928 stdlib.os.unsetenv?4(__name: str) 2790 stdlib.os.unsetenv?4(__name: str)
2791 stdlib.os.unshare?4(flags: int)
2929 stdlib.os.urandom?4(__size: int) 2792 stdlib.os.urandom?4(__size: int)
2930 stdlib.os.utime?4(path: _FdOrAnyPath, times: tuple[int, int] | tuple[float, float] | None = ..., *, ns: tuple[int, int] = ..., dir_fd: int | None = ..., follow_symlinks: bool = ..., ) 2793 stdlib.os.utime?4(path: FileDescriptorOrPath, times: tuple[int, int] | tuple[float, float] | None = None, *, ns: tuple[int, int] = ..., dir_fd: int | None = None, follow_symlinks: bool = True, )
2931 stdlib.os.wait3?4(options: int) 2794 stdlib.os.wait3?4(options: int)
2932 stdlib.os.wait4?4(pid: int, options: int) 2795 stdlib.os.wait4?4(pid: int, options: int)
2933 stdlib.os.wait?4() 2796 stdlib.os.wait?4()
2934 stdlib.os.waitid?4(__idtype: int, __ident: int, __options: int) 2797 stdlib.os.waitid?4(__idtype: int, __ident: int, __options: int)
2935 stdlib.os.waitid_result.si_code?4() 2798 stdlib.os.waitid_result.si_code?4()
2937 stdlib.os.waitid_result.si_signo?4() 2800 stdlib.os.waitid_result.si_signo?4()
2938 stdlib.os.waitid_result.si_status?4() 2801 stdlib.os.waitid_result.si_status?4()
2939 stdlib.os.waitid_result.si_uid?4() 2802 stdlib.os.waitid_result.si_uid?4()
2940 stdlib.os.waitpid?4(__pid: int, __options: int) 2803 stdlib.os.waitpid?4(__pid: int, __options: int)
2941 stdlib.os.waitstatus_to_exitcode?4(status: int) 2804 stdlib.os.waitstatus_to_exitcode?4(status: int)
2942 stdlib.os.walk?4(top: GenericPath[AnyStr], topdown: bool = ..., onerror: _OnError | None = ..., followlinks: bool = ..., ) 2805 stdlib.os.walk?4(top: GenericPath[AnyStr], topdown: bool = True, onerror: _OnError | None = None, followlinks: bool = False)
2943 stdlib.os.write?4(__fd: int, __data: ReadableBuffer) 2806 stdlib.os.write?4(__fd: int, __data: ReadableBuffer)
2944 stdlib.os.writev?4(__fd: int, __buffers: SupportsLenAndGetItem[ReadableBuffer]) 2807 stdlib.os.writev?4(__fd: int, __buffers: SupportsLenAndGetItem[ReadableBuffer])
2945 sys.UnraisableHookArgs.err_msg?7 2808 stdlib.sys.UnraisableHookArgs.err_msg?7
2946 sys.UnraisableHookArgs.exc_traceback?7 2809 stdlib.sys.UnraisableHookArgs.exc_traceback?7
2947 sys.UnraisableHookArgs.exc_type?7 2810 stdlib.sys.UnraisableHookArgs.exc_type?7
2948 sys.UnraisableHookArgs.exc_value?7 2811 stdlib.sys.UnraisableHookArgs.exc_value?7
2949 sys.UnraisableHookArgs.object?7 2812 stdlib.sys.UnraisableHookArgs.object?7
2950 sys.UnraisableHookArgs.unraisablehook?7 2813 stdlib.sys.UnraisableHookArgs.unraisablehook?7
2951 sys._AsyncgenHook?8 2814 stdlib.sys._AsyncgenHook?8
2952 sys._ExitCode?8 2815 stdlib.sys._ExitCode?8
2953 sys._MetaPathFinder._FlagTuple?8 2816 stdlib.sys._MetaPathFinder._FlagTuple?8
2954 sys._MetaPathFinder.abiflags?7 2817 stdlib.sys._MetaPathFinder.abiflags?7
2955 sys._MetaPathFinder.dllhandle?7 2818 stdlib.sys._MetaPathFinder.dllhandle?7
2956 sys._MetaPathFinder.find_spec?4(fullname: str, path: Sequence[str] | None, target: ModuleType | None = ...) 2819 stdlib.sys._MetaPathFinder.find_spec?4(__fullname: str, __path: Sequence[str] | None, __target: ModuleType | None = ...)
2957 sys._MetaPathFinder.orig_argv?7 2820 stdlib.sys._MetaPathFinder.orig_argv?7
2958 sys._MetaPathFinder.platlibdir?7 2821 stdlib.sys._MetaPathFinder.platlibdir?7
2959 sys._MetaPathFinder.pycache_prefix?7 2822 stdlib.sys._MetaPathFinder.pycache_prefix?7
2960 sys._MetaPathFinder.stdlib_module_names?7 2823 stdlib.sys._MetaPathFinder.stdlib_module_names?7
2961 sys._MetaPathFinder.winver?7 2824 stdlib.sys._MetaPathFinder.winver?7
2962 sys._OptExcInfo?8 2825 stdlib.sys._OptExcInfo?8
2963 sys._T?8 2826 stdlib.sys._ReleaseLevel?8
2964 sys._UninstantiableStructseq?8 2827 stdlib.sys._T?8
2965 sys._WinVersion.build?4() 2828 stdlib.sys._ThreadInfoLock?8
2966 sys._WinVersion.major?4() 2829 stdlib.sys._ThreadInfoName?8
2967 sys._WinVersion.minor?4() 2830 stdlib.sys._UninstantiableStructseq?8
2968 sys._WinVersion.platform?4() 2831 stdlib.sys._WinVersion.build?4()
2969 sys._WinVersion.platform_version?4() 2832 stdlib.sys._WinVersion.major?4()
2970 sys._WinVersion.product_type?4() 2833 stdlib.sys._WinVersion.minor?4()
2971 sys._WinVersion.service_pack?4() 2834 stdlib.sys._WinVersion.platform?4()
2972 sys._WinVersion.service_pack_major?4() 2835 stdlib.sys._WinVersion.platform_version?4()
2973 sys._WinVersion.service_pack_minor?4() 2836 stdlib.sys._WinVersion.product_type?4()
2974 sys._WinVersion.suite_mask?4() 2837 stdlib.sys._WinVersion.service_pack?4()
2975 sys._asyncgen_hooks.finalizer?4() 2838 stdlib.sys._WinVersion.service_pack_major?4()
2976 sys._asyncgen_hooks.firstiter?4() 2839 stdlib.sys._WinVersion.service_pack_minor?4()
2977 sys._clear_type_cache?5() 2840 stdlib.sys._WinVersion.suite_mask?4()
2978 sys._current_frames?5() 2841 stdlib.sys._asyncgen_hooks.finalizer?4()
2979 sys._debugmallocstats?5() 2842 stdlib.sys._asyncgen_hooks.firstiter?4()
2980 sys._enablelegacywindowsfsencoding?5() 2843 stdlib.sys._clear_type_cache?5()
2981 sys._flags.bytes_warning?4() 2844 stdlib.sys._current_frames?5()
2982 sys._flags.debug?4() 2845 stdlib.sys._debugmallocstats?5()
2983 sys._flags.dev_mode?4() 2846 stdlib.sys._enablelegacywindowsfsencoding?5()
2984 sys._flags.dont_write_bytecode?4() 2847 stdlib.sys._flags.bytes_warning?4()
2985 sys._flags.hash_randomization?4() 2848 stdlib.sys._flags.debug?4()
2986 sys._flags.ignore_environment?4() 2849 stdlib.sys._flags.dev_mode?4()
2987 sys._flags.inspect?4() 2850 stdlib.sys._flags.dont_write_bytecode?4()
2988 sys._flags.interactive?4() 2851 stdlib.sys._flags.hash_randomization?4()
2989 sys._flags.isolated?4() 2852 stdlib.sys._flags.ignore_environment?4()
2990 sys._flags.no_site?4() 2853 stdlib.sys._flags.inspect?4()
2991 sys._flags.no_user_site?4() 2854 stdlib.sys._flags.interactive?4()
2992 sys._flags.optimize?4() 2855 stdlib.sys._flags.isolated?4()
2993 sys._flags.quiet?4() 2856 stdlib.sys._flags.no_site?4()
2994 sys._flags.safe_path?4() 2857 stdlib.sys._flags.no_user_site?4()
2995 sys._flags.utf8_mode?4() 2858 stdlib.sys._flags.optimize?4()
2996 sys._flags.verbose?4() 2859 stdlib.sys._flags.quiet?4()
2997 sys._flags.warn_default_encoding?4() 2860 stdlib.sys._flags.safe_path?4()
2998 sys._float_info.dig?4() 2861 stdlib.sys._flags.utf8_mode?4()
2999 sys._float_info.epsilon?4() 2862 stdlib.sys._flags.verbose?4()
3000 sys._float_info.mant_dig?4() 2863 stdlib.sys._flags.warn_default_encoding?4()
3001 sys._float_info.max?4() 2864 stdlib.sys._float_info.dig?4()
3002 sys._float_info.max_10_exp?4() 2865 stdlib.sys._float_info.epsilon?4()
3003 sys._float_info.max_exp?4() 2866 stdlib.sys._float_info.mant_dig?4()
3004 sys._float_info.min?4() 2867 stdlib.sys._float_info.max?4()
3005 sys._float_info.min_10_exp?4() 2868 stdlib.sys._float_info.max_10_exp?4()
3006 sys._float_info.min_exp?4() 2869 stdlib.sys._float_info.max_exp?4()
3007 sys._float_info.radix?4() 2870 stdlib.sys._float_info.min?4()
3008 sys._float_info.rounds?4() 2871 stdlib.sys._float_info.min_10_exp?4()
3009 sys._getframe?5(__depth: int = ...) 2872 stdlib.sys._float_info.min_exp?4()
3010 sys._hash_info.algorithm?4() 2873 stdlib.sys._float_info.radix?4()
3011 sys._hash_info.cutoff?4() 2874 stdlib.sys._float_info.rounds?4()
3012 sys._hash_info.hash_bits?4() 2875 stdlib.sys._getframe?5(__depth: int = 0)
3013 sys._hash_info.imag?4() 2876 stdlib.sys._hash_info.algorithm?4()
3014 sys._hash_info.inf?4() 2877 stdlib.sys._hash_info.cutoff?4()
3015 sys._hash_info.modulus?4() 2878 stdlib.sys._hash_info.hash_bits?4()
3016 sys._hash_info.nan?4() 2879 stdlib.sys._hash_info.imag?4()
3017 sys._hash_info.seed_bits?4() 2880 stdlib.sys._hash_info.inf?4()
3018 sys._hash_info.width?4() 2881 stdlib.sys._hash_info.modulus?4()
3019 sys._implementation.cache_tag?7 2882 stdlib.sys._hash_info.nan?4()
3020 sys._implementation.hexversion?7 2883 stdlib.sys._hash_info.seed_bits?4()
3021 sys._implementation.name?7 2884 stdlib.sys._hash_info.width?4()
3022 sys._implementation.version?7 2885 stdlib.sys._implementation.cache_tag?7
3023 sys._int_info.bits_per_digit?4() 2886 stdlib.sys._implementation.hexversion?7
3024 sys._int_info.default_max_str_digits?4() 2887 stdlib.sys._implementation.name?7
3025 sys._int_info.sizeof_digit?4() 2888 stdlib.sys._implementation.version?7
3026 sys._int_info.str_digits_check_threshold?4() 2889 stdlib.sys._int_info.bits_per_digit?4()
3027 sys._version_info.major?4() 2890 stdlib.sys._int_info.default_max_str_digits?4()
3028 sys._version_info.micro?4() 2891 stdlib.sys._int_info.sizeof_digit?4()
3029 sys._version_info.minor?4() 2892 stdlib.sys._int_info.str_digits_check_threshold?4()
3030 sys._version_info.releaselevel?4() 2893 stdlib.sys._thread_info.lock?4()
3031 sys._version_info.serial?4() 2894 stdlib.sys._thread_info.name?4()
3032 sys._xoptions?8 2895 stdlib.sys._thread_info.version?4()
3033 sys.addaudithook?4(hook: Callable[[str, tuple[Any, ...]], Any]) 2896 stdlib.sys._version_info.major?4()
3034 sys.api_version?7 2897 stdlib.sys._version_info.micro?4()
3035 sys.argv?7 2898 stdlib.sys._version_info.minor?4()
3036 sys.atexit?4(func:Optional[Callable[[], Any]]) 2899 stdlib.sys._version_info.releaselevel?4()
3037 sys.audit?4(__event: str, *args: Any) 2900 stdlib.sys._version_info.serial?4()
3038 sys.base_exec_prefix?7 2901 stdlib.sys._xoptions?8
3039 sys.base_prefix?7 2902 stdlib.sys.activate_stack_trampoline?4(__backend: str)
3040 sys.breakpointhook?4(*args: Any, **kwargs: Any) 2903 stdlib.sys.addaudithook?4(hook: Callable[[str, tuple[Any, ...]], Any])
3041 sys.builtin_module_names?7 2904 stdlib.sys.argv?7
3042 sys.byteorder?7 2905 stdlib.sys.audit?4(__event: str, *args: Any)
3043 sys.call_tracing?4(__func: Callable[..., _T], __args: Any) 2906 stdlib.sys.breakpointhook?4(*args: Any, **kwargs: Any)
3044 sys.callstats?4() 2907 stdlib.sys.byteorder?7
3045 sys.copyright?7 2908 stdlib.sys.call_tracing?4(__func: Callable[..., _T], __args: Any)
3046 sys.displayhook?7 2909 stdlib.sys.callstats?4()
3047 sys.dont_write_bytecode?7 2910 stdlib.sys.deactivate_stack_trampoline?4()
3048 sys.exc_info?4() 2911 stdlib.sys.exc_info?4()
3049 sys.excepthook?7 2912 stdlib.sys.exception?4()
3050 sys.exception?4() 2913 stdlib.sys.exit?4(__status: _ExitCode = None)
3051 sys.exec_prefix?7 2914 stdlib.sys.get_asyncgen_hooks?4()
3052 sys.executable?7 2915 stdlib.sys.get_coroutine_origin_tracking_depth?4()
3053 sys.exit?4(__status: _ExitCode = ...) 2916 stdlib.sys.get_coroutine_wrapper?4()
3054 sys.flags?7 2917 stdlib.sys.get_int_max_str_digits?4()
3055 sys.float_info?7 2918 stdlib.sys.getallocatedblocks?4()
3056 sys.float_repr_style?7 2919 stdlib.sys.getcheckinterval?4()
3057 sys.get_asyncgen_hooks?4() 2920 stdlib.sys.getdefaultencoding?4()
3058 sys.get_coroutine_origin_tracking_depth?4() 2921 stdlib.sys.getdlopenflags?4()
3059 sys.get_coroutine_wrapper?4() 2922 stdlib.sys.getfilesystemencodeerrors?4()
3060 sys.get_int_max_str_digits?4() 2923 stdlib.sys.getfilesystemencoding?4()
3061 sys.getallocatedblocks?4() 2924 stdlib.sys.getprofile?4()
3062 sys.getcheckinterval?4() 2925 stdlib.sys.getrecursionlimit?4()
3063 sys.getdefaultencoding?4() 2926 stdlib.sys.getrefcount?4(__object: Any)
3064 sys.getdlopenflags?4() 2927 stdlib.sys.getsizeof?4(obj: object, default: int = ...)
3065 sys.getfilesystemencodeerrors?4() 2928 stdlib.sys.getswitchinterval?4()
3066 sys.getfilesystemencoding?4() 2929 stdlib.sys.gettotalrefcount?4()
3067 sys.getprofile?4() 2930 stdlib.sys.gettrace?4()
3068 sys.getrecursionlimit?4() 2931 stdlib.sys.getunicodeinternedsize?4()
3069 sys.getrefcount?4(__object: Any) 2932 stdlib.sys.getwindowsversion?4()
3070 sys.getsizeof?4(obj: object) 2933 stdlib.sys.implementation?7
3071 sys.getsizeof?4(obj: object, default: int) 2934 stdlib.sys.intern?4(__string: str)
3072 sys.getswitchinterval?4() 2935 stdlib.sys.is_finalizing?4()
3073 sys.gettotalrefcount?4() 2936 stdlib.sys.is_stack_trampoline_active?4()
3074 sys.gettrace?4() 2937 stdlib.sys.maxsize?7
3075 sys.getwindowsversion?4() 2938 stdlib.sys.modules?7
3076 sys.hash_info?7 2939 stdlib.sys.path?7
3077 sys.hexversion?7 2940 stdlib.sys.platform?7
3078 sys.implementation?7 2941 stdlib.sys.ps1?7
3079 sys.int_info?7 2942 stdlib.sys.ps2?7
3080 sys.intern?4(__string: str) 2943 stdlib.sys.set_asyncgen_hooks?4(firstiter: _AsyncgenHook = ..., finalizer: _AsyncgenHook = ...)
3081 sys.is_finalizing?4() 2944 stdlib.sys.set_coroutine_origin_tracking_depth?4(depth: int)
3082 sys.last_traceback?7 2945 stdlib.sys.set_coroutine_wrapper?4(__wrapper: _CoroWrapper)
3083 sys.last_type?7 2946 stdlib.sys.set_int_max_str_digits?4(maxdigits: int)
3084 sys.last_value?7 2947 stdlib.sys.setcheckinterval?4(__n: int)
3085 sys.maxsize?7 2948 stdlib.sys.setdlopenflags?4(__flags: int)
3086 sys.maxunicode?7 2949 stdlib.sys.setprofile?4(profilefunc: ProfileFunction | None)
3087 sys.meta_path?7 2950 stdlib.sys.setrecursionlimit?4(__limit: int)
3088 sys.modules?7 2951 stdlib.sys.setswitchinterval?4(__interval: float)
3089 sys.path?7 2952 stdlib.sys.settrace?4(tracefunc: TraceFunction | None)
3090 sys.path_hooks?7 2953 stdlib.sys.stderr?7
3091 sys.path_importer_cache?7 2954 stdlib.sys.stdin?7
3092 sys.platform?7 2955 stdlib.sys.stdout?7
3093 sys.prefix?7 2956 stdlib.sys.tracebacklimit?7
3094 sys.print_exception?4(exc, file=sys.stdout, /) 2957 stdlib.sys.version?7
3095 sys.ps1?7 2958 stdlib.sys.version_info?7
3096 sys.ps2?7
3097 sys.set_asyncgen_hooks?4(firstiter: _AsyncgenHook = ..., finalizer: _AsyncgenHook = ...)
3098 sys.set_coroutine_origin_tracking_depth?4(depth: int)
3099 sys.set_coroutine_wrapper?4(__wrapper: _CoroWrapper)
3100 sys.set_int_max_str_digits?4(maxdigits: int)
3101 sys.setcheckinterval?4(__n: int)
3102 sys.setdlopenflags?4(__flags: int)
3103 sys.setprofile?4(profilefunc: ProfileFunction | None)
3104 sys.setrecursionlimit?4(__limit: int)
3105 sys.setswitchinterval?4(__interval: float)
3106 sys.settrace?4(tracefunc: TraceFunction | None)
3107 sys.stderr?7
3108 sys.stdin?7
3109 sys.stdout?7
3110 sys.tracebacklimit?7
3111 sys.version?7
3112 sys.version_info?7
3113 sys.warnoptions?7
3114 types.AsyncGeneratorType.aclose?4() 2959 types.AsyncGeneratorType.aclose?4()
3115 types.AsyncGeneratorType.ag_await?4() 2960 types.AsyncGeneratorType.ag_await?4()
3116 types.AsyncGeneratorType.asend?4(__val: _T_contra) 2961 types.AsyncGeneratorType.ag_suspended?4()
3117 types.AsyncGeneratorType.athrow?4(__typ: BaseException, __val: None = ..., __tb: TracebackType | None = ...) 2962 types.AsyncGeneratorType.asend?4(__val: _SendT_contra)
2963 types.AsyncGeneratorType.athrow?4(__typ: BaseException, __val: None = None, __tb: TracebackType | None = ...)
3118 types.BuiltinMethodType?7 2964 types.BuiltinMethodType?7
3119 types.CodeType.co_argcount?4() 2965 types.CodeType.co_argcount?4()
3120 types.CodeType.co_cellvars?4() 2966 types.CodeType.co_cellvars?4()
3121 types.CodeType.co_code?4() 2967 types.CodeType.co_code?4()
3122 types.CodeType.co_consts?4() 2968 types.CodeType.co_consts?4()
3135 types.CodeType.co_positions?4() 2981 types.CodeType.co_positions?4()
3136 types.CodeType.co_posonlyargcount?4() 2982 types.CodeType.co_posonlyargcount?4()
3137 types.CodeType.co_qualname?4() 2983 types.CodeType.co_qualname?4()
3138 types.CodeType.co_stacksize?4() 2984 types.CodeType.co_stacksize?4()
3139 types.CodeType.co_varnames?4() 2985 types.CodeType.co_varnames?4()
3140 types.CodeType.replace?4(*, co_argcount: int = ..., co_posonlyargcount: int = ..., co_kwonlyargcount: int = ..., co_nlocals: int = ..., co_stacksize: int = ..., co_flags: int = ..., co_firstlineno: int = ..., co_code: bytes = ..., co_consts: tuple[object, ...] = ..., co_names: tuple[str, ...] = ..., co_varnames: tuple[str, ...] = ..., co_freevars: tuple[str, ...] = ..., co_cellvars: tuple[str, ...] = ..., co_filename: str = ..., co_name: str = ..., co_lnotab: bytes = ..., ) 2986 types.CodeType.replace?4(*, co_argcount: int = -1, co_posonlyargcount: int = -1, co_kwonlyargcount: int = -1, co_nlocals: int = -1, co_stacksize: int = -1, co_flags: int = -1, co_firstlineno: int = -1, co_code: bytes = ..., co_consts: tuple[object, ...] = ..., co_names: tuple[str, ...] = ..., co_varnames: tuple[str, ...] = ..., co_freevars: tuple[str, ...] = ..., co_cellvars: tuple[str, ...] = ..., co_filename: str = ..., co_name: str = ..., co_lnotab: bytes = ..., )
3141 types.CodeType?1(__argcount: int, __kwonlyargcount: int, __nlocals: int, __stacksize: int, __flags: int, __codestring: bytes, __constants: tuple[object, ...], __names: tuple[str, ...], __varnames: tuple[str, ...], __filename: str, __name: str, __firstlineno: int, __lnotab: bytes, __freevars: tuple[str, ...] = ..., __cellvars: tuple[str, ...] = ..., )
3142 types.CoroutineType.close?4() 2987 types.CoroutineType.close?4()
3143 types.CoroutineType.cr_origin?4() 2988 types.CoroutineType.cr_origin?4()
3144 types.CoroutineType.cr_suspended?4() 2989 types.CoroutineType.cr_suspended?4()
3145 types.CoroutineType.send?4(__arg: _T_contra) 2990 types.CoroutineType.send?4(__arg: _SendT_contra)
3146 types.CoroutineType.throw?4(__typ: BaseException, __val: None = ..., __tb: TracebackType | None = ...) 2991 types.CoroutineType.throw?4(__typ: BaseException, __val: None = None, __tb: TracebackType | None = ...)
3147 types.DynamicClassAttribute?7 2992 types.DynamicClassAttribute?7
3148 types.FrameType.clear?4() 2993 types.FrameType.clear?4()
3149 types.FrameType.f_back?4() 2994 types.FrameType.f_back?4()
3150 types.FrameType.f_builtins?4() 2995 types.FrameType.f_builtins?4()
3151 types.FrameType.f_code?4() 2996 types.FrameType.f_code?4()
3154 types.FrameType.f_lineno?4() 2999 types.FrameType.f_lineno?4()
3155 types.FrameType.f_locals?4() 3000 types.FrameType.f_locals?4()
3156 types.FrameType.f_trace?7 3001 types.FrameType.f_trace?7
3157 types.FrameType.f_trace_lines?7 3002 types.FrameType.f_trace_lines?7
3158 types.FrameType.f_trace_opcodes?7 3003 types.FrameType.f_trace_opcodes?7
3159 types.FunctionType?1(code: CodeType, globals: dict[str, Any], name: str | None = ..., argdefs: tuple[object, ...] | None = ..., closure: tuple[_Cell, ...] | None = ..., )
3160 types.GeneratorType.gi_suspended?4() 3004 types.GeneratorType.gi_suspended?4()
3161 types.GeneratorType.gi_yieldfrom?4() 3005 types.GeneratorType.gi_yieldfrom?4()
3162 types.GeneratorType.send?4(__arg: _T_contra) 3006 types.GeneratorType.send?4(__arg: _SendT_contra)
3163 types.GeneratorType.throw?4(__typ: BaseException, __val: None = ..., __tb: TracebackType | None = ...) 3007 types.GeneratorType.throw?4(__typ: BaseException, __val: None = None, __tb: TracebackType | None = ...)
3164 types.GenericAlias?1(origin: type, args: Any)
3165 types.LambdaType?7 3008 types.LambdaType?7
3166 types.MappingProxyType.copy?4() 3009 types.MappingProxyType.copy?4()
3167 types.MappingProxyType.items?4() 3010 types.MappingProxyType.items?4()
3168 types.MappingProxyType.keys?4() 3011 types.MappingProxyType.keys?4()
3169 types.MappingProxyType.values?4() 3012 types.MappingProxyType.values?4()
3170 types.MappingProxyType?1(mapping: SupportsKeysAndGetItem[_KT, _VT_co])
3171 types.MethodType?1(__func: Callable[..., Any], __obj: object)
3172 types.ModuleType?1(name: str, doc: str | None = ...) 3013 types.ModuleType?1(name: str, doc: str | None = ...)
3173 types.SimpleNamespace?1(**kwargs: Any) 3014 types.SimpleNamespace?1(**kwargs: Any)
3174 types.TracebackType.tb_frame?4() 3015 types.TracebackType.tb_frame?4()
3175 types.TracebackType.tb_lasti?4() 3016 types.TracebackType.tb_lasti?4()
3176 types.TracebackType.tb_lineno?4() 3017 types.TracebackType.tb_lineno?4()
3177 types.TracebackType.tb_next?7 3018 types.TracebackType.tb_next?7
3178 types.TracebackType?1(tb_next: TracebackType | None, tb_frame: FrameType, tb_lasti: int, tb_lineno: int)
3179 types._Cell.cell_contents?7 3019 types._Cell.cell_contents?7
3180 types._Fn?8 3020 types._Fn?8
3181 types._KT?8 3021 types._KT?8
3182 types._LoaderProtocol.load_module?4(fullname: str) 3022 types._LoaderProtocol.load_module?4(__fullname: str)
3183 types._P?8 3023 types._P?8
3184 types._R?8 3024 types._R?8
3025 types._ReturnT_co?8
3026 types._SendT_contra?8
3185 types._T1?8 3027 types._T1?8
3186 types._T2?8 3028 types._T2?8
3187 types._T_co?8
3188 types._T_contra?8
3189 types._VT_co?8 3029 types._VT_co?8
3190 types._V_co?8 3030 types._YieldT_co?8
3191 types.coroutine?4(func: Callable[_P, Generator[_R, Any, Any]]) 3031 types.coroutine?4(func: Callable[_P, Generator[Any, Any, _R]])
3192 types.coroutine?4(func: _Fn) 3032 types.coroutine?4(func: _Fn)
3193 types.new_class?4(name: str, bases: Iterable[object] = ..., kwds: dict[str, Any] | None = ..., exec_body: Callable[[dict[str, Any]], object] | None = ..., ) 3033 types.get_original_bases?4(__cls: type)
3194 types.prepare_class?4(name: str, bases: tuple[type, ...] = ..., kwds: dict[str, Any] | None = ...) 3034 types.new_class?4(name: str, bases: Iterable[object] = (), kwds: dict[str, Any] | None = None, exec_body: Callable[[dict[str, Any]], object] | None = None, )
3035 types.prepare_class?4(name: str, bases: tuple[type, ...] = (), kwds: dict[str, Any] | None = None)
3195 types.resolve_bases?4(bases: Iterable[object]) 3036 types.resolve_bases?4(bases: Iterable[object])
3196 typing.AbstractSet._hash?5() 3037 typing.AbstractSet._hash?5()
3197 typing.AbstractSet.isdisjoint?4(other: Iterable[Any]) 3038 typing.AbstractSet.isdisjoint?4(other: Iterable[Any])
3198 typing.Any?7 3039 typing.Any?7
3199 typing.AnyStr?7 3040 typing.AnyStr?7
3201 typing.AsyncGenerator.aclose?4() 3042 typing.AsyncGenerator.aclose?4()
3202 typing.AsyncGenerator.ag_await?4() 3043 typing.AsyncGenerator.ag_await?4()
3203 typing.AsyncGenerator.ag_code?4() 3044 typing.AsyncGenerator.ag_code?4()
3204 typing.AsyncGenerator.ag_frame?4() 3045 typing.AsyncGenerator.ag_frame?4()
3205 typing.AsyncGenerator.ag_running?4() 3046 typing.AsyncGenerator.ag_running?4()
3206 typing.AsyncGenerator.asend?4(__value: _T_contra) 3047 typing.AsyncGenerator.asend?4(__value: _SendT_contra)
3207 typing.AsyncGenerator.athrow?4(__typ: BaseException, __val: None = ..., __tb: TracebackType | None = ...) 3048 typing.AsyncGenerator.athrow?4(__typ: BaseException, __val: None = None, __tb: TracebackType | None = None)
3049 typing.ByteString?7
3208 typing.Callable?7 3050 typing.Callable?7
3209 typing.ChainMap?7 3051 typing.ChainMap?7
3210 typing.ClassVar?7 3052 typing.ClassVar?7
3211 typing.ContextManager?7 3053 typing.ContextManager?7
3212 typing.Coroutine.close?4() 3054 typing.Coroutine.close?4()
3213 typing.Coroutine.cr_await?4() 3055 typing.Coroutine.cr_await?4()
3214 typing.Coroutine.cr_code?4() 3056 typing.Coroutine.cr_code?4()
3215 typing.Coroutine.cr_frame?4() 3057 typing.Coroutine.cr_frame?4()
3216 typing.Coroutine.cr_running?4() 3058 typing.Coroutine.cr_running?4()
3217 typing.Coroutine.send?4(__value: _T_contra) 3059 typing.Coroutine.send?4(__value: _SendT_contra)
3218 typing.Coroutine.throw?4(__typ: BaseException, __val: None = ..., __tb: TracebackType | None = ...) 3060 typing.Coroutine.throw?4(__typ: BaseException, __val: None = None, __tb: TracebackType | None = None)
3219 typing.Counter?7 3061 typing.Counter?7
3220 typing.DefaultDict?7 3062 typing.DefaultDict?7
3221 typing.Deque?7 3063 typing.Deque?7
3222 typing.Dict?7 3064 typing.Dict?7
3223 typing.ForwardRef._evaluate?5(globalns: dict[str, Any] | None, localns: dict[str, Any] | None) 3065 typing.ForwardRef._evaluate?5(globalns: dict[str, Any] | None, localns: dict[str, Any] | None)
3224 typing.ForwardRef?1(arg: str, is_argument: bool = ...) 3066 typing.ForwardRef?1(arg: str, is_argument: bool = True)
3225 typing.FrozenSet?7 3067 typing.FrozenSet?7
3226 typing.Generator.close?4() 3068 typing.Generator.close?4()
3227 typing.Generator.gi_code?4() 3069 typing.Generator.gi_code?4()
3228 typing.Generator.gi_frame?4() 3070 typing.Generator.gi_frame?4()
3229 typing.Generator.gi_running?4() 3071 typing.Generator.gi_running?4()
3230 typing.Generator.gi_yieldfrom?4() 3072 typing.Generator.gi_yieldfrom?4()
3231 typing.Generator.send?4(__value: _T_contra) 3073 typing.Generator.send?4(__value: _SendT_contra)
3232 typing.Generator.throw?4(__typ: BaseException, __val: None = ..., __tb: TracebackType | None = ...) 3074 typing.Generator.throw?4(__typ: BaseException, __val: None = None, __tb: TracebackType | None = None)
3233 typing.Generic?7 3075 typing.Generic?7
3234 typing.IO.close?4() 3076 typing.IO.close?4()
3235 typing.IO.closed?4() 3077 typing.IO.closed?4()
3236 typing.IO.fileno?4() 3078 typing.IO.fileno?4()
3237 typing.IO.flush?4() 3079 typing.IO.flush?4()
3238 typing.IO.isatty?4() 3080 typing.IO.isatty?4()
3239 typing.IO.mode?4() 3081 typing.IO.mode?4()
3240 typing.IO.name?4() 3082 typing.IO.name?4()
3241 typing.IO.read?4(__n: int = ...) 3083 typing.IO.read?4(__n: int = -1)
3242 typing.IO.readable?4() 3084 typing.IO.readable?4()
3243 typing.IO.readline?4(__limit: int = ...) 3085 typing.IO.readline?4(__limit: int = -1)
3244 typing.IO.readlines?4(__hint: int = ...) 3086 typing.IO.readlines?4(__hint: int = -1)
3245 typing.IO.seek?4(__offset: int, __whence: int = ...) 3087 typing.IO.seek?4(__offset: int, __whence: int = 0)
3246 typing.IO.seekable?4() 3088 typing.IO.seekable?4()
3247 typing.IO.tell?4() 3089 typing.IO.tell?4()
3248 typing.IO.truncate?4(__size: int | None = ...) 3090 typing.IO.truncate?4(__size: int | None = None)
3249 typing.IO.writable?4() 3091 typing.IO.writable?4()
3250 typing.IO.write?4(__s: AnyStr) 3092 typing.IO.write?4(__s: AnyStr)
3251 typing.IO.writelines?4(__lines: Iterable[AnyStr]) 3093 typing.IO.writelines?4(__lines: Iterable[AnyStr])
3252 typing.ItemsView?1(mapping: Mapping[_KT_co, _VT_co]) 3094 typing.ItemsView?1(mapping: Mapping[_KT_co, _VT_co])
3253 typing.KeysView?1(mapping: Mapping[_KT_co, Any]) 3095 typing.KeysView?1(mapping: Mapping[_KT_co, Any])
3256 typing.Mapping.items?4() 3098 typing.Mapping.items?4()
3257 typing.Mapping.keys?4() 3099 typing.Mapping.keys?4()
3258 typing.Mapping.values?4() 3100 typing.Mapping.values?4()
3259 typing.MappingView?1(mapping: Mapping[Any, Any]) 3101 typing.MappingView?1(mapping: Mapping[Any, Any])
3260 typing.MutableMapping.clear?4() 3102 typing.MutableMapping.clear?4()
3261 typing.MutableMapping.pop?4(__key: _KT, default: _VT | _T) 3103 typing.MutableMapping.pop?4(__key: _KT, default: _T)
3262 typing.MutableMapping.popitem?4() 3104 typing.MutableMapping.popitem?4()
3263 typing.MutableMapping.setdefault?4(__key: _KT, __default: _VT) 3105 typing.MutableMapping.setdefault?4(__key: _KT, __default: _VT)
3264 typing.MutableMapping.update?4(**kwargs: _VT) 3106 typing.MutableMapping.update?4(**kwargs: _VT)
3265 typing.MutableSequence.append?4(value: _T) 3107 typing.MutableSequence.append?4(value: _T)
3266 typing.MutableSequence.clear?4() 3108 typing.MutableSequence.clear?4()
3267 typing.MutableSequence.extend?4(values: Iterable[_T]) 3109 typing.MutableSequence.extend?4(values: Iterable[_T])
3268 typing.MutableSequence.insert?4(index: int, value: _T) 3110 typing.MutableSequence.insert?4(index: int, value: _T)
3269 typing.MutableSequence.pop?4(index: int = ...) 3111 typing.MutableSequence.pop?4(index: int = -1)
3270 typing.MutableSequence.remove?4(value: _T) 3112 typing.MutableSequence.remove?4(value: _T)
3271 typing.MutableSequence.reverse?4() 3113 typing.MutableSequence.reverse?4()
3272 typing.MutableSet.add?4(value: _T) 3114 typing.MutableSet.add?4(value: _T)
3273 typing.MutableSet.clear?4() 3115 typing.MutableSet.clear?4()
3274 typing.MutableSet.discard?4(value: _T) 3116 typing.MutableSet.discard?4(value: _T)
3278 typing.NamedTuple._field_defaults?8 3120 typing.NamedTuple._field_defaults?8
3279 typing.NamedTuple._field_types?8 3121 typing.NamedTuple._field_types?8
3280 typing.NamedTuple._fields?8 3122 typing.NamedTuple._fields?8
3281 typing.NamedTuple._make?5(iterable: Iterable[Any]) 3123 typing.NamedTuple._make?5(iterable: Iterable[Any])
3282 typing.NamedTuple._replace?5(**kwargs: Any) 3124 typing.NamedTuple._replace?5(**kwargs: Any)
3283 typing.NamedTuple._source?8 3125 typing.NamedTuple?1(__typename: str, __fields: None = None, **kwargs: Any)
3284 typing.NamedTuple?1(typename: str, fields: None = ..., **kwargs: Any)
3285 typing.NewType?1(name: str, tp: Any) 3126 typing.NewType?1(name: str, tp: Any)
3286 typing.NewType?4(name: str, tp: Any) 3127 typing.NewType?4(name: str, tp: Any)
3287 typing.NoReturn?7 3128 typing.NoReturn?7
3288 typing.Optional?7 3129 typing.Optional?7
3289 typing.OrderedDict?7 3130 typing.OrderedDict?7
3290 typing.ParamSpec.args?4() 3131 typing.ParamSpec.args?4()
3291 typing.ParamSpec.kwargs?4() 3132 typing.ParamSpec.kwargs?4()
3292 typing.ParamSpec?1(name: str, *, bound: Any | None = ..., contravariant: bool = ..., covariant: bool = ...) 3133 typing.ParamSpec?1(name: str, *, bound: Any | None = None, contravariant: bool = False, covariant: bool = False)
3293 typing.ParamSpecArgs?1(origin: ParamSpec) 3134 typing.ParamSpecArgs?1(origin: ParamSpec)
3294 typing.ParamSpecKwargs?1(origin: ParamSpec) 3135 typing.ParamSpecKwargs?1(origin: ParamSpec)
3295 typing.Protocol?7 3136 typing.Protocol?7
3296 typing.Sequence.count?4(value: Any) 3137 typing.Sequence.count?4(value: Any)
3297 typing.Sequence.index?4(value: Any, start: int = ..., stop: int = ...) 3138 typing.Sequence.index?4(value: Any, start: int = 0, stop: int = ...)
3298 typing.Set?7 3139 typing.Set?7
3299 typing.TYPE_CHECKING?7 3140 typing.TYPE_CHECKING?7
3300 typing.Text?7 3141 typing.Text?7
3301 typing.TextIO.buffer?4() 3142 typing.TextIO.buffer?4()
3302 typing.TextIO.encoding?4() 3143 typing.TextIO.encoding?4()
3303 typing.TextIO.errors?4() 3144 typing.TextIO.errors?4()
3304 typing.TextIO.line_buffering?4() 3145 typing.TextIO.line_buffering?4()
3305 typing.TextIO.newlines?4() 3146 typing.TextIO.newlines?4()
3306 typing.Tuple?7 3147 typing.Tuple?7
3307 typing.Type?7 3148 typing.Type?7
3308 typing.TypeVar?1(name: str, *constraints: Any, bound: Any | None = ..., covariant: bool = ..., contravariant: bool = ...) 3149 typing.TypeAliasType?1(name: str, value: Any, *, type_params: tuple[TypeVar | ParamSpec | TypeVarTuple, ...] = ())
3150 typing.TypeVar?1(name: str, *constraints: Any, bound: Any | None = None, covariant: bool = False, contravariant: bool = False)
3309 typing.TypeVarTuple?1(name: str) 3151 typing.TypeVarTuple?1(name: str)
3310 typing.Union?7 3152 typing.Union?7
3311 typing.ValuesView?1(mapping: Mapping[Any, _VT_co]) 3153 typing.ValuesView?1(mapping: Mapping[Any, _VT_co])
3312 typing._Alias.Annotated?7 3154 typing._Alias.Annotated?7
3313 typing._F?8 3155 typing._F?8
3314 typing._KT?8 3156 typing._KT?8
3315 typing._KT_co?8 3157 typing._KT_co?8
3316 typing._P?8 3158 typing._P?8
3159 typing._ProtocolMeta?2(*args: Any, **kwargs: Any)
3160 typing._ReturnT_co?8
3317 typing._S?8 3161 typing._S?8
3162 typing._SendT_contra?8
3318 typing._T?8 3163 typing._T?8
3319 typing._TC?8 3164 typing._TC?8
3320 typing._T_co?8 3165 typing._T_co?8
3321 typing._T_contra?8
3322 typing._TypedDict.copy?4() 3166 typing._TypedDict.copy?4()
3323 typing._TypedDict.items?4() 3167 typing._TypedDict.items?4()
3324 typing._TypedDict.keys?4() 3168 typing._TypedDict.keys?4()
3325 typing._TypedDict.pop?4(k: _Never, default: _T = ...) 3169 typing._TypedDict.pop?4(k: _Never, default: _T = ...)
3326 typing._TypedDict.setdefault?4(k: _Never, default: object) 3170 typing._TypedDict.setdefault?4(k: _Never, default: object)
3327 typing._TypedDict.update?4(__m: _T) 3171 typing._TypedDict.update?4(__m: _T)
3328 typing._TypedDict.values?4() 3172 typing._TypedDict.values?4()
3329 typing._VT?8 3173 typing._VT?8
3330 typing._VT_co?8 3174 typing._VT_co?8
3331 typing._V_co?8 3175 typing._YieldT_co?8
3332 typing._get_type_hints_obj_allowed_types?8 3176 typing._get_type_hints_obj_allowed_types?8
3333 typing._promote?8 3177 typing._promote?8
3334 typing._type_repr?5(obj: object) 3178 typing._type_repr?5(obj: object)
3335 typing.assert_never?4(__arg: Never) 3179 typing.assert_never?4(__arg: Never)
3336 typing.assert_type?4(__val: _T, __typ: Any) 3180 typing.assert_type?4(__val: _T, __typ: Any)
3337 typing.cast?4(typ: Type[_T], val: Any) 3181 typing.cast?4(typ: Type[_T], val: Any)
3338 typing.cast?4(typ: object, val: Any) 3182 typing.cast?4(typ: object, val: Any)
3339 typing.cast?4(typ: str, val: Any) 3183 typing.cast?4(typ: str, val: Any)
3340 typing.clear_overloads?4() 3184 typing.clear_overloads?4()
3341 typing.dataclass_transform?4(*, eq_default: bool = ..., order_default: bool = ..., kw_only_default: bool = ..., field_specifiers: tuple[type[Any] | Callable[..., Any], ...] = ..., **kwargs: Any, ) 3185 typing.dataclass_transform?4(*, eq_default: bool = True, order_default: bool = False, kw_only_default: bool = False, frozen_default: bool = False, field_specifiers: tuple[type[Any] | Callable[..., Any], ...] = (), **kwargs: Any, )
3342 typing.final?4(f: _T) 3186 typing.final?4(f: _T)
3343 typing.get_args?4(tp: Any) 3187 typing.get_args?4(tp: Any)
3344 typing.get_origin?4(tp: Any) 3188 typing.get_origin?4(tp: Any)
3189 typing.get_origin?4(tp: GenericAlias)
3190 typing.get_origin?4(tp: ParamSpecArgs | ParamSpecKwargs)
3191 typing.get_origin?4(tp: UnionType)
3345 typing.get_overloads?4(func: Callable[..., object]) 3192 typing.get_overloads?4(func: Callable[..., object])
3346 typing.get_type_hints?4(obj: _get_type_hints_obj_allowed_types, globalns: dict[str, Any] | None = ..., localns: dict[str, Any] | None = ...) 3193 typing.get_protocol_members?4(__tp: type)
3347 typing.get_type_hints?4(obj: _get_type_hints_obj_allowed_types, globalns: dict[str, Any] | None = ..., localns: dict[str, Any] | None = ..., include_extras: bool = ..., ) 3194 typing.get_type_hints?4(obj: _get_type_hints_obj_allowed_types, globalns: dict[str, Any] | None = None, localns: dict[str, Any] | None = None)
3195 typing.get_type_hints?4(obj: _get_type_hints_obj_allowed_types, globalns: dict[str, Any] | None = None, localns: dict[str, Any] | None = None, include_extras: bool = False, )
3196 typing.is_protocol?4(__tp: type)
3348 typing.is_typeddict?4(tp: object) 3197 typing.is_typeddict?4(tp: object)
3349 typing.no_type_check?4(arg: _F) 3198 typing.no_type_check?4(arg: _F)
3350 typing.no_type_check_decorator?4(decorator: Callable[_P, _T]) 3199 typing.no_type_check_decorator?4(decorator: Callable[_P, _T])
3351 typing.overload?4(func: _F) 3200 typing.overload?4(func: _F)
3201 typing.override?4(__method: _F)
3352 typing.reveal_type?4(__obj: _T) 3202 typing.reveal_type?4(__obj: _T)
3353 typing.runtime_checkable?4(cls: _TC) 3203 typing.runtime_checkable?4(cls: _TC)
3354 typing.type_check_only?4(func_or_cls: _F) 3204 typing.type_check_only?4(func_or_cls: _F)
3355 typing_extensions.Annotated?7 3205 typing_extensions.Annotated?7
3206 typing_extensions.Doc.documentation?7
3207 typing_extensions.Doc?1(__documentation: str)
3356 typing_extensions.Final?7 3208 typing_extensions.Final?7
3357 typing_extensions.IntVar?4(name: str) 3209 typing_extensions.IntVar?4(name: str)
3358 typing_extensions.Literal?7 3210 typing_extensions.Literal?7
3359 typing_extensions.NamedTuple._asdict?5() 3211 typing_extensions.NamedTuple._asdict?5()
3360 typing_extensions.NamedTuple._field_defaults?8 3212 typing_extensions.NamedTuple._field_defaults?8
3401 typing_extensions._TypedDict.keys?4() 3253 typing_extensions._TypedDict.keys?4()
3402 typing_extensions._TypedDict.pop?4(k: Never, default: _T = ...) 3254 typing_extensions._TypedDict.pop?4(k: Never, default: _T = ...)
3403 typing_extensions._TypedDict.setdefault?4(k: Never, default: object) 3255 typing_extensions._TypedDict.setdefault?4(k: Never, default: object)
3404 typing_extensions._TypedDict.update?4(__m: _T) 3256 typing_extensions._TypedDict.update?4(__m: _T)
3405 typing_extensions._TypedDict.values?4() 3257 typing_extensions._TypedDict.values?4()
3406 typing_extensions.deprecated?4(__msg: str, *, category: type[Warning] | None = ..., stacklevel: int = 1) 3258 typing_extensions.deprecated.category?7
3259 typing_extensions.deprecated.message?7
3260 typing_extensions.deprecated.stacklevel?7
3261 typing_extensions.deprecated?1(__message: str, *, category: type[Warning] | None = ..., stacklevel: int = 1)
3407 typing_extensions.final?4(f: _F) 3262 typing_extensions.final?4(f: _F)
3408 typing_extensions.get_args?4(tp: Any) 3263 typing_extensions.get_args?4(tp: Any)
3409 typing_extensions.get_origin?4(tp: Any) 3264 typing_extensions.get_origin?4(tp: Any)
3410 typing_extensions.get_origin?4(tp: GenericAlias) 3265 typing_extensions.get_origin?4(tp: GenericAlias)
3411 typing_extensions.get_origin?4(tp: ParamSpecArgs | ParamSpecKwargs) 3266 typing_extensions.get_origin?4(tp: ParamSpecArgs | ParamSpecKwargs)
3415 typing_extensions.get_type_hints?4(obj: Callable[..., Any], globalns: dict[str, Any] | None = None, localns: dict[str, Any] | None = None, include_extras: bool = False, ) 3270 typing_extensions.get_type_hints?4(obj: Callable[..., Any], globalns: dict[str, Any] | None = None, localns: dict[str, Any] | None = None, include_extras: bool = False, )
3416 typing_extensions.is_protocol?4(__tp: type) 3271 typing_extensions.is_protocol?4(__tp: type)
3417 typing_extensions.override?4(__arg: _F) 3272 typing_extensions.override?4(__arg: _F)
3418 typing_extensions.runtime?7 3273 typing_extensions.runtime?7
3419 typing_extensions.runtime_checkable?4(cls: _TC) 3274 typing_extensions.runtime_checkable?4(cls: _TC)
3275 update.Boost.all?7
3276 update.Boost.docstub?7
3277 update.Boost.file?7
3278 update.Boost.stub_name?7
3279 update.find_toplevel_vars?4(module: Path)
3280 update.merge_docstubs_into_stdlib?4(*, dist_stdlib_path: Path, docstubs_path: Path, boardstub_path: Optional[Path] = None, dry_run=False)
3281 update.re_var_typ?7
3282 update.re_var_val?7
3283 update.stdlib_modules_to_keep?7
3284 update.stdlib_submodules_to_remove?7
3285 update.update?4(clone: bool = False, typeshed: bool = False, merge: bool = True, build: bool = True)
3286 update.update_module_vars?4(module: Path, keep: set)
3287 update.update_public_interface?4(boost: Boost, module_path: Path)
3288 update.update_stdlib_from_typeshed?4(dist_stdlib_path: Path, typeshed_path: Path)

eric ide

mercurial