APIs/MicroPython/micropython-stdlib.api

branch
eric7
changeset 65
eab7c5f67cec
child 69
67b7e2aaf0a9
equal deleted inserted replaced
64:35fcc328a892 65:eab7c5f67cec
1 __future__._Feature.compiler_flag?7
2 __future__._Feature.getMandatoryRelease?4()
3 __future__._Feature.getOptionalRelease?4()
4 __future__._Feature?2(optionalRelease: _VersionInfo, mandatoryRelease: _VersionInfo | None, compiler_flag: int)
5 __future__._VersionInfo?8
6 __future__.absolute_import?7
7 __future__.all_feature_names?7
8 __future__.annotations?7
9 __future__.barry_as_FLUFL?7
10 __future__.division?7
11 __future__.generator_stop?7
12 __future__.generators?7
13 __future__.nested_scopes?7
14 __future__.print_function?7
15 __future__.unicode_literals?7
16 __future__.with_statement?7
17 _ast.AST._attributes?8
18 _ast.AST._fields?8
19 _ast.AST.col_offset?7
20 _ast.AST.lineno?7
21 _ast.AST?1(*args: Any, **kwargs: Any)
22 _ast.AnnAssign.annotation?7
23 _ast.AnnAssign.simple?7
24 _ast.AnnAssign.target?7
25 _ast.AnnAssign.value?7
26 _ast.Assert.msg?7
27 _ast.Assert.test?7
28 _ast.Assign.targets?7
29 _ast.Assign.value?7
30 _ast.AsyncFor.body?7
31 _ast.AsyncFor.iter?7
32 _ast.AsyncFor.orelse?7
33 _ast.AsyncFor.target?7
34 _ast.AsyncFunctionDef.args?7
35 _ast.AsyncFunctionDef.body?7
36 _ast.AsyncFunctionDef.decorator_list?7
37 _ast.AsyncFunctionDef.name?7
38 _ast.AsyncFunctionDef.returns?7
39 _ast.AsyncWith.body?7
40 _ast.AsyncWith.items?7
41 _ast.Attribute._Slice?8
42 _ast.Attribute.attr?7
43 _ast.Attribute.ctx?7
44 _ast.Attribute.value?7
45 _ast.AugAssign.op?7
46 _ast.AugAssign.target?7
47 _ast.AugAssign.value?7
48 _ast.Await.value?7
49 _ast.BinOp.left?7
50 _ast.BinOp.op?7
51 _ast.BinOp.right?7
52 _ast.BoolOp.op?7
53 _ast.BoolOp.values?7
54 _ast.Bytes.s?7
55 _ast.Call.args?7
56 _ast.Call.func?7
57 _ast.Call.keywords?7
58 _ast.ClassDef.bases?7
59 _ast.ClassDef.body?7
60 _ast.ClassDef.decorator_list?7
61 _ast.ClassDef.keywords?7
62 _ast.ClassDef.name?7
63 _ast.Compare.comparators?7
64 _ast.Compare.left?7
65 _ast.Compare.ops?7
66 _ast.Constant.kind?7
67 _ast.Constant.n?7
68 _ast.Constant.s?7
69 _ast.Constant.value?7
70 _ast.Delete.targets?7
71 _ast.Dict.keys?7
72 _ast.Dict.values?7
73 _ast.DictComp.generators?7
74 _ast.DictComp.key?7
75 _ast.DictComp.value?7
76 _ast.ExceptHandler.body?7
77 _ast.ExceptHandler.name?7
78 _ast.ExceptHandler.type?7
79 _ast.Expr.value?7
80 _ast.Expression.body?7
81 _ast.ExtSlice.dims?7
82 _ast.For.body?7
83 _ast.For.iter?7
84 _ast.For.orelse?7
85 _ast.For.target?7
86 _ast.FormattedValue.conversion?7
87 _ast.FormattedValue.format_spec?7
88 _ast.FormattedValue.value?7
89 _ast.FunctionDef.args?7
90 _ast.FunctionDef.body?7
91 _ast.FunctionDef.decorator_list?7
92 _ast.FunctionDef.name?7
93 _ast.FunctionDef.returns?7
94 _ast.FunctionType.argtypes?7
95 _ast.FunctionType.returns?7
96 _ast.GeneratorExp.elt?7
97 _ast.GeneratorExp.generators?7
98 _ast.Global.names?7
99 _ast.If.body?7
100 _ast.If.orelse?7
101 _ast.If.test?7
102 _ast.IfExp.body?7
103 _ast.IfExp.orelse?7
104 _ast.IfExp.test?7
105 _ast.Import.names?7
106 _ast.ImportFrom.level?7
107 _ast.ImportFrom.module?7
108 _ast.ImportFrom.names?7
109 _ast.Index.value?7
110 _ast.Interactive.body?7
111 _ast.JoinedStr.values?7
112 _ast.Lambda.args?7
113 _ast.Lambda.body?7
114 _ast.List.ctx?7
115 _ast.List.elts?7
116 _ast.ListComp.elt?7
117 _ast.ListComp.generators?7
118 _ast.Match.cases?7
119 _ast.Match.subject?7
120 _ast.MatchAs.name?7
121 _ast.MatchAs.pattern?7
122 _ast.MatchClass.cls?7
123 _ast.MatchClass.kwd_attrs?7
124 _ast.MatchClass.kwd_patterns?7
125 _ast.MatchClass.patterns?7
126 _ast.MatchMapping.keys?7
127 _ast.MatchMapping.patterns?7
128 _ast.MatchMapping.rest?7
129 _ast.MatchOr.patterns?7
130 _ast.MatchSequence.patterns?7
131 _ast.MatchSingleton.value?7
132 _ast.MatchStar.name?7
133 _ast.MatchValue.value?7
134 _ast.Module.body?7
135 _ast.Module.type_ignores?7
136 _ast.Name.ctx?7
137 _ast.Name.id?7
138 _ast.NameConstant.value?7
139 _ast.NamedExpr.target?7
140 _ast.NamedExpr.value?7
141 _ast.Nonlocal.names?7
142 _ast.Num.n?7
143 _ast.PyCF_ONLY_AST?7
144 _ast.Raise.cause?7
145 _ast.Raise.exc?7
146 _ast.Return.value?7
147 _ast.Set.elts?7
148 _ast.SetComp.elt?7
149 _ast.SetComp.generators?7
150 _ast.Slice.lower?7
151 _ast.Slice.step?7
152 _ast.Slice.upper?7
153 _ast.Starred.ctx?7
154 _ast.Starred.value?7
155 _ast.Str.s?7
156 _ast.Subscript.ctx?7
157 _ast.Subscript.slice?7
158 _ast.Subscript.value?7
159 _ast.Suite.body?7
160 _ast.Try.body?7
161 _ast.Try.finalbody?7
162 _ast.Try.handlers?7
163 _ast.Try.orelse?7
164 _ast.TryStar.body?7
165 _ast.TryStar.finalbody?7
166 _ast.TryStar.handlers?7
167 _ast.TryStar.orelse?7
168 _ast.Tuple.ctx?7
169 _ast.Tuple.dims?7
170 _ast.Tuple.elts?7
171 _ast.TypeIgnore.tag?7
172 _ast.UnaryOp.op?7
173 _ast.UnaryOp.operand?7
174 _ast.While.body?7
175 _ast.While.orelse?7
176 _ast.While.test?7
177 _ast.With.body?7
178 _ast.With.items?7
179 _ast.Yield.value?7
180 _ast.YieldFrom.value?7
181 _ast._Identifier?8
182 _ast.alias.asname?7
183 _ast.alias.name?7
184 _ast.arg.annotation?7
185 _ast.arg.arg?7
186 _ast.arguments.args?7
187 _ast.arguments.defaults?7
188 _ast.arguments.kw_defaults?7
189 _ast.arguments.kwarg?7
190 _ast.arguments.kwonlyargs?7
191 _ast.arguments.posonlyargs?7
192 _ast.arguments.vararg?7
193 _ast.comprehension.ifs?7
194 _ast.comprehension.is_async?7
195 _ast.comprehension.iter?7
196 _ast.comprehension.target?7
197 _ast.keyword.arg?7
198 _ast.keyword.value?7
199 _ast.match_case.body?7
200 _ast.match_case.guard?7
201 _ast.match_case.pattern?7
202 _ast.withitem._Pattern?8
203 _ast.withitem.context_expr?7
204 _ast.withitem.optional_vars?7
205 _codecs._BytesToBytesEncoding?8
206 _codecs._CharMap?8
207 _codecs._EncodingMap.size?4()
208 _codecs._Handler?8
209 _codecs._SearchFunction?8
210 _codecs._StrToStrEncoding?8
211 _codecs.ascii_decode?4(__data: ReadableBuffer, __errors: str | None = ...)
212 _codecs.ascii_encode?4(__str: str, __errors: str | None = ...)
213 _codecs.charmap_build?4(__map: str)
214 _codecs.charmap_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __mapping: _CharMap | None = ...)
215 _codecs.charmap_encode?4(__str: str, __errors: str | None = ..., __mapping: _CharMap | None = ...)
216 _codecs.code_page_decode?4(__codepage: int, __data: ReadableBuffer, __errors: str | None = ..., __final: int = ...)
217 _codecs.code_page_encode?4(__code_page: int, __str: str, __errors: str | None = ...)
218 _codecs.decode?4(obj: ReadableBuffer, encoding: _BytesToBytesEncoding, errors: str = ...)
219 _codecs.decode?4(obj: ReadableBuffer, encoding: str = ..., errors: str = ...)
220 _codecs.decode?4(obj: str, encoding: Literal["hex", "hex_codec"], errors: str = ...)
221 _codecs.decode?4(obj: str, encoding: Literal["unicode_escape", "unicode-escape", "raw_unicode_escape", "raw-unicode-escape"], errors: str = ...)
222 _codecs.decode?4(obj: str, encoding: _StrToStrEncoding, errors: str = ...)
223 _codecs.encode?4(obj: ReadableBuffer, encoding: _BytesToBytesEncoding, errors: str = ...)
224 _codecs.encode?4(obj: str, encoding: _StrToStrEncoding, errors: str = ...)
225 _codecs.encode?4(obj: str, encoding: str = ..., errors: str = ...)
226 _codecs.escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = ...)
227 _codecs.escape_encode?4(__data: bytes, __errors: str | None = ...)
228 _codecs.latin_1_decode?4(__data: ReadableBuffer, __errors: str | None = ...)
229 _codecs.latin_1_encode?4(__str: str, __errors: str | None = ...)
230 _codecs.lookup?4(__encoding: str)
231 _codecs.lookup_error?4(__name: str)
232 _codecs.mbcs_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...)
233 _codecs.mbcs_encode?4(__str: str, __errors: str | None = ...)
234 _codecs.oem_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...)
235 _codecs.oem_encode?4(__str: str, __errors: str | None = ...)
236 _codecs.raw_unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = ...)
237 _codecs.raw_unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = ..., __final: bool = ...)
238 _codecs.raw_unicode_escape_encode?4(__str: str, __errors: str | None = ...)
239 _codecs.readbuffer_encode?4(__data: str | ReadableBuffer, __errors: str | None = ...)
240 _codecs.register?4(__search_function: _SearchFunction)
241 _codecs.register_error?4(__errors: str, __handler: _Handler)
242 _codecs.unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = ...)
243 _codecs.unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = ..., __final: bool = ...)
244 _codecs.unicode_escape_encode?4(__str: str, __errors: str | None = ...)
245 _codecs.unicode_internal_decode?4(__obj: str | ReadableBuffer, __errors: str | None = ...)
246 _codecs.unicode_internal_encode?4(__obj: str | ReadableBuffer, __errors: str | None = ...)
247 _codecs.unregister?4(__search_function: _SearchFunction)
248 _codecs.utf_16_be_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...)
249 _codecs.utf_16_be_encode?4(__str: str, __errors: str | None = ...)
250 _codecs.utf_16_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...)
251 _codecs.utf_16_encode?4(__str: str, __errors: str | None = ..., __byteorder: int = ...)
252 _codecs.utf_16_ex_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __byteorder: int = ..., __final: int = ...)
253 _codecs.utf_16_le_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...)
254 _codecs.utf_16_le_encode?4(__str: str, __errors: str | None = ...)
255 _codecs.utf_32_be_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...)
256 _codecs.utf_32_be_encode?4(__str: str, __errors: str | None = ...)
257 _codecs.utf_32_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...)
258 _codecs.utf_32_encode?4(__str: str, __errors: str | None = ..., __byteorder: int = ...)
259 _codecs.utf_32_ex_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __byteorder: int = ..., __final: int = ...)
260 _codecs.utf_32_le_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...)
261 _codecs.utf_32_le_encode?4(__str: str, __errors: str | None = ...)
262 _codecs.utf_7_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...)
263 _codecs.utf_7_encode?4(__str: str, __errors: str | None = ...)
264 _codecs.utf_8_decode?4(__data: ReadableBuffer, __errors: str | None = ..., __final: int = ...)
265 _codecs.utf_8_encode?4(__str: str, __errors: str | None = ...)
266 _collections_abc._KT_co?8
267 _collections_abc._VT_co?8
268 _collections_abc.dict_items.mapping?4()
269 _collections_abc.dict_keys.mapping?4()
270 _collections_abc.dict_values.mapping?4()
271 _decimal.BasicContext?7
272 _decimal.Context.Emax?7
273 _decimal.Context.Emin?7
274 _decimal.Context.Etiny?4()
275 _decimal.Context.Etop?4()
276 _decimal.Context.abs?4(__x: _Decimal)
277 _decimal.Context.add?4(__x: _Decimal, __y: _Decimal)
278 _decimal.Context.canonical?4(__x: Decimal)
279 _decimal.Context.capitals?7
280 _decimal.Context.clamp?7
281 _decimal.Context.clear_flags?4()
282 _decimal.Context.clear_traps?4()
283 _decimal.Context.compare?4(__x: _Decimal, __y: _Decimal)
284 _decimal.Context.compare_signal?4(__x: _Decimal, __y: _Decimal)
285 _decimal.Context.compare_total?4(__x: _Decimal, __y: _Decimal)
286 _decimal.Context.compare_total_mag?4(__x: _Decimal, __y: _Decimal)
287 _decimal.Context.copy?4()
288 _decimal.Context.copy_abs?4(__x: _Decimal)
289 _decimal.Context.copy_decimal?4(__x: _Decimal)
290 _decimal.Context.copy_negate?4(__x: _Decimal)
291 _decimal.Context.copy_sign?4(__x: _Decimal, __y: _Decimal)
292 _decimal.Context.create_decimal?4(__num: _DecimalNew = "0")
293 _decimal.Context.create_decimal_from_float?4(__f: float)
294 _decimal.Context.divide?4(__x: _Decimal, __y: _Decimal)
295 _decimal.Context.divide_int?4(__x: _Decimal, __y: _Decimal)
296 _decimal.Context.divmod?4(__x: _Decimal, __y: _Decimal)
297 _decimal.Context.exp?4(__x: _Decimal)
298 _decimal.Context.flags?7
299 _decimal.Context.fma?4(__x: _Decimal, __y: _Decimal, __z: _Decimal)
300 _decimal.Context.is_canonical?4(__x: _Decimal)
301 _decimal.Context.is_finite?4(__x: _Decimal)
302 _decimal.Context.is_infinite?4(__x: _Decimal)
303 _decimal.Context.is_nan?4(__x: _Decimal)
304 _decimal.Context.is_normal?4(__x: _Decimal)
305 _decimal.Context.is_qnan?4(__x: _Decimal)
306 _decimal.Context.is_signed?4(__x: _Decimal)
307 _decimal.Context.is_snan?4(__x: _Decimal)
308 _decimal.Context.is_subnormal?4(__x: _Decimal)
309 _decimal.Context.is_zero?4(__x: _Decimal)
310 _decimal.Context.ln?4(__x: _Decimal)
311 _decimal.Context.log10?4(__x: _Decimal)
312 _decimal.Context.logb?4(__x: _Decimal)
313 _decimal.Context.logical_and?4(__x: _Decimal, __y: _Decimal)
314 _decimal.Context.logical_invert?4(__x: _Decimal)
315 _decimal.Context.logical_or?4(__x: _Decimal, __y: _Decimal)
316 _decimal.Context.logical_xor?4(__x: _Decimal, __y: _Decimal)
317 _decimal.Context.max?4(__x: _Decimal, __y: _Decimal)
318 _decimal.Context.max_mag?4(__x: _Decimal, __y: _Decimal)
319 _decimal.Context.min?4(__x: _Decimal, __y: _Decimal)
320 _decimal.Context.min_mag?4(__x: _Decimal, __y: _Decimal)
321 _decimal.Context.minus?4(__x: _Decimal)
322 _decimal.Context.multiply?4(__x: _Decimal, __y: _Decimal)
323 _decimal.Context.next_minus?4(__x: _Decimal)
324 _decimal.Context.next_plus?4(__x: _Decimal)
325 _decimal.Context.next_toward?4(__x: _Decimal, __y: _Decimal)
326 _decimal.Context.normalize?4(__x: _Decimal)
327 _decimal.Context.number_class?4(__x: _Decimal)
328 _decimal.Context.plus?4(__x: _Decimal)
329 _decimal.Context.power?4(a: _Decimal, b: _Decimal, modulo: _Decimal | None = None)
330 _decimal.Context.prec?7
331 _decimal.Context.quantize?4(__x: _Decimal, __y: _Decimal)
332 _decimal.Context.radix?4()
333 _decimal.Context.remainder?4(__x: _Decimal, __y: _Decimal)
334 _decimal.Context.remainder_near?4(__x: _Decimal, __y: _Decimal)
335 _decimal.Context.rotate?4(__x: _Decimal, __y: _Decimal)
336 _decimal.Context.rounding?7
337 _decimal.Context.same_quantum?4(__x: _Decimal, __y: _Decimal)
338 _decimal.Context.scaleb?4(__x: _Decimal, __y: _Decimal)
339 _decimal.Context.shift?4(__x: _Decimal, __y: _Decimal)
340 _decimal.Context.sqrt?4(__x: _Decimal)
341 _decimal.Context.subtract?4(__x: _Decimal, __y: _Decimal)
342 _decimal.Context.to_eng_string?4(__x: _Decimal)
343 _decimal.Context.to_integral?4(__x: _Decimal)
344 _decimal.Context.to_integral_exact?4(__x: _Decimal)
345 _decimal.Context.to_integral_value?4(__x: _Decimal)
346 _decimal.Context.to_sci_string?4(__x: _Decimal)
347 _decimal.Context.traps?7
348 _decimal.Context?1(prec: int | None = ..., rounding: str | None = ..., Emin: int | None = ..., Emax: int | None = ..., capitals: int | None = ..., clamp: int | None = ..., flags: None | dict[_TrapType, bool] | Container[_TrapType] = ..., traps: None | dict[_TrapType, bool] | Container[_TrapType] = ..., _ignored_flags: list[_TrapType] | None = ..., )
349 _decimal.Decimal.adjusted?4()
350 _decimal.Decimal.as_integer_ratio?4()
351 _decimal.Decimal.as_tuple?4()
352 _decimal.Decimal.canonical?4()
353 _decimal.Decimal.compare?4(other: _Decimal, context: Context | None = None)
354 _decimal.Decimal.compare_signal?4(other: _Decimal, context: Context | None = None)
355 _decimal.Decimal.compare_total?4(other: _Decimal, context: Context | None = None)
356 _decimal.Decimal.compare_total_mag?4(other: _Decimal, context: Context | None = None)
357 _decimal.Decimal.conjugate?4()
358 _decimal.Decimal.copy_abs?4()
359 _decimal.Decimal.copy_negate?4()
360 _decimal.Decimal.copy_sign?4(other: _Decimal, context: Context | None = None)
361 _decimal.Decimal.exp?4(context: Context | None = None)
362 _decimal.Decimal.fma?4(other: _Decimal, third: _Decimal, context: Context | None = None)
363 _decimal.Decimal.from_float?4(__f: float)
364 _decimal.Decimal.imag?4()
365 _decimal.Decimal.is_canonical?4()
366 _decimal.Decimal.is_finite?4()
367 _decimal.Decimal.is_infinite?4()
368 _decimal.Decimal.is_nan?4()
369 _decimal.Decimal.is_normal?4(context: Context | None = None)
370 _decimal.Decimal.is_qnan?4()
371 _decimal.Decimal.is_signed?4()
372 _decimal.Decimal.is_snan?4()
373 _decimal.Decimal.is_subnormal?4(context: Context | None = None)
374 _decimal.Decimal.is_zero?4()
375 _decimal.Decimal.ln?4(context: Context | None = None)
376 _decimal.Decimal.log10?4(context: Context | None = None)
377 _decimal.Decimal.logb?4(context: Context | None = None)
378 _decimal.Decimal.logical_and?4(other: _Decimal, context: Context | None = None)
379 _decimal.Decimal.logical_invert?4(context: Context | None = None)
380 _decimal.Decimal.logical_or?4(other: _Decimal, context: Context | None = None)
381 _decimal.Decimal.logical_xor?4(other: _Decimal, context: Context | None = None)
382 _decimal.Decimal.max?4(other: _Decimal, context: Context | None = None)
383 _decimal.Decimal.max_mag?4(other: _Decimal, context: Context | None = None)
384 _decimal.Decimal.min?4(other: _Decimal, context: Context | None = None)
385 _decimal.Decimal.min_mag?4(other: _Decimal, context: Context | None = None)
386 _decimal.Decimal.next_minus?4(context: Context | None = None)
387 _decimal.Decimal.next_plus?4(context: Context | None = None)
388 _decimal.Decimal.next_toward?4(other: _Decimal, context: Context | None = None)
389 _decimal.Decimal.normalize?4(context: Context | None = None)
390 _decimal.Decimal.number_class?4(context: Context | None = None)
391 _decimal.Decimal.quantize?4(exp: _Decimal, rounding: str | None = None, context: Context | None = None)
392 _decimal.Decimal.radix?4()
393 _decimal.Decimal.real?4()
394 _decimal.Decimal.remainder_near?4(other: _Decimal, context: Context | None = None)
395 _decimal.Decimal.rotate?4(other: _Decimal, context: Context | None = None)
396 _decimal.Decimal.same_quantum?4(other: _Decimal, context: Context | None = None)
397 _decimal.Decimal.scaleb?4(other: _Decimal, context: Context | None = None)
398 _decimal.Decimal.shift?4(other: _Decimal, context: Context | None = None)
399 _decimal.Decimal.sqrt?4(context: Context | None = None)
400 _decimal.Decimal.to_eng_string?4(context: Context | None = None)
401 _decimal.Decimal.to_integral?4(rounding: str | None = None, context: Context | None = None)
402 _decimal.Decimal.to_integral_exact?4(rounding: str | None = None, context: Context | None = None)
403 _decimal.Decimal.to_integral_value?4(rounding: str | None = None, context: Context | None = None)
404 _decimal.DecimalTuple.digits?7
405 _decimal.DecimalTuple.exponent?7
406 _decimal.DecimalTuple.sign?7
407 _decimal.DefaultContext?7
408 _decimal.ExtendedContext?7
409 _decimal.HAVE_CONTEXTVAR?7
410 _decimal.HAVE_THREADS?7
411 _decimal.MAX_EMAX?7
412 _decimal.MAX_PREC?7
413 _decimal.MIN_EMIN?7
414 _decimal.MIN_ETINY?7
415 _decimal.ROUND_05UP?7
416 _decimal.ROUND_CEILING?7
417 _decimal.ROUND_DOWN?7
418 _decimal.ROUND_FLOOR?7
419 _decimal.ROUND_HALF_DOWN?7
420 _decimal.ROUND_HALF_EVEN?7
421 _decimal.ROUND_HALF_UP?7
422 _decimal.ROUND_UP?7
423 _decimal._ComparableNum?8
424 _decimal._ContextManager.new_context?7
425 _decimal._ContextManager.saved_context?7
426 _decimal._ContextManager?2(new_context: Context)
427 _decimal._Decimal?8
428 _decimal._DecimalNew?8
429 _decimal._TrapType?8
430 _decimal.getcontext?4()
431 _decimal.localcontext?4(ctx: Context | None = None)
432 _decimal.localcontext?4(ctx: Context | None = None, *, prec: int | None = ..., rounding: str | None = ..., Emin: int | None = ..., Emax: int | None = ..., capitals: int | None = ..., clamp: int | None = ..., traps: dict[_TrapType, bool] | None = ..., flags: dict[_TrapType, bool] | None = ..., )
433 _decimal.setcontext?4(__context: Context)
434 abc.ABCMeta._dump_registry?5(file: SupportsWrite[str] | None = None)
435 abc.ABCMeta.register?4(subclass: type[_T])
436 abc._FuncT?8
437 abc._P?8
438 abc._R_co?8
439 abc._T?8
440 abc.abstractclassmethod?1(callable: Callable[Concatenate[type[_T], _P], _R_co])
441 abc.abstractmethod?4(funcobj: _FuncT)
442 abc.abstractstaticmethod?1(callable: Callable[_P, _R_co])
443 abc.get_cache_token?4()
444 abc.update_abstractmethods?4(cls: type[_T])
445 builtins.AttributeError?1(*args: object, name: str | None = ..., obj: object = ...)
446 builtins.BaseException.add_note?4(__note: str)
447 builtins.BaseException.args?7
448 builtins.BaseException.with_traceback?4(__tb: TracebackType | None)
449 builtins.BaseException?1(*args: object)
450 builtins.BaseExceptionGroup.derive?4(__excs: Sequence[_BaseExceptionT_co])
451 builtins.BaseExceptionGroup.exceptions?4()
452 builtins.BaseExceptionGroup.message?4()
453 builtins.BaseExceptionGroup.split?4(__condition: Callable[[_BaseExceptionT_co], bool])
454 builtins.BaseExceptionGroup.subgroup?4(__condition: Callable[[_BaseExceptionT_co], bool])
455 builtins.BlockingIOError.characters_written?7
456 builtins.Ellipsis?7
457 builtins.EnvironmentError?7
458 builtins.ExceptionGroup.exceptions?4()
459 builtins.ExceptionGroup.split?4(__condition: Callable[[_ExceptionT_co], bool])
460 builtins.ExceptionGroup.subgroup?4(__condition: Callable[[_ExceptionT_co], bool])
461 builtins.IOError?7
462 builtins.ImportError.msg?7
463 builtins.ImportError.name?7
464 builtins.ImportError.path?7
465 builtins.ImportError?1(*args: object, name: str | None = ..., path: str | None = ...)
466 builtins.NameError.name?7
467 builtins.NotImplemented?7
468 builtins.OSError.WindowsError?7
469 builtins.OSError.errno?7
470 builtins.OSError.filename2?7
471 builtins.OSError.filename?7
472 builtins.OSError.strerror?7
473 builtins.OSError.winerror?7
474 builtins.ResourceWarning._BaseExceptionT?8
475 builtins.ResourceWarning._BaseExceptionT_co?8
476 builtins.ResourceWarning._ExceptionT?8
477 builtins.ResourceWarning._ExceptionT_co?8
478 builtins.StopAsyncIteration.value?7
479 builtins.StopIteration.value?7
480 builtins.SyntaxError.end_lineno?7
481 builtins.SyntaxError.end_offset?7
482 builtins.SyntaxError.filename?7
483 builtins.SyntaxError.lineno?7
484 builtins.SyntaxError.msg?7
485 builtins.SyntaxError.offset?7
486 builtins.SyntaxError.text?7
487 builtins.SystemExit.code?7
488 builtins.UnicodeDecodeError.encoding?7
489 builtins.UnicodeDecodeError.end?7
490 builtins.UnicodeDecodeError.object?7
491 builtins.UnicodeDecodeError.reason?7
492 builtins.UnicodeDecodeError.start?7
493 builtins.UnicodeDecodeError?1(__encoding: str, __object: ReadableBuffer, __start: int, __end: int, __reason: str)
494 builtins.UnicodeEncodeError.encoding?7
495 builtins.UnicodeEncodeError.end?7
496 builtins.UnicodeEncodeError.object?7
497 builtins.UnicodeEncodeError.reason?7
498 builtins.UnicodeEncodeError.start?7
499 builtins.UnicodeEncodeError?1(__encoding: str, __object: str, __start: int, __end: int, __reason: str)
500 builtins.UnicodeTranslateError.encoding?7
501 builtins.UnicodeTranslateError.end?7
502 builtins.UnicodeTranslateError.object?7
503 builtins.UnicodeTranslateError.reason?7
504 builtins.UnicodeTranslateError.start?7
505 builtins.UnicodeTranslateError?1(__object: str, __start: int, __end: int, __reason: str)
506 builtins._AddableT1?8
507 builtins._AddableT2?8
508 builtins._AwaitableT?8
509 builtins._AwaitableT_co?8
510 builtins._E?8
511 builtins._KT?8
512 builtins._LiteralInteger?8
513 builtins._M?8
514 builtins._NegativeInteger?8
515 builtins._OpenFile?8
516 builtins._Opener?8
517 builtins._PositiveInteger?8
518 builtins._R_co?8
519 builtins._S?8
520 builtins._SupportsAnextT?8
521 builtins._SupportsNextT?8
522 builtins._SupportsPow3.pow?4(__exp: complex, __mod: None = ...)
523 builtins._SupportsSomeKindOfPow?8
524 builtins._SupportsSumNoDefaultT?8
525 builtins._SupportsSumWithNoDefaultGiven.sum?4(__start: int = ...)
526 builtins._SupportsWriteAndFlush.flush?4()
527 builtins._T1?8
528 builtins._T2?8
529 builtins._T3?8
530 builtins._T4?8
531 builtins._T5?8
532 builtins._T?8
533 builtins._T_co?8
534 builtins._T_contra?8
535 builtins._VT?8
536 builtins.abs?4(__x: SupportsAbs[_T])
537 builtins.aiter?4(__async_iterable: SupportsAiter[_SupportsAnextT])
538 builtins.all?4(__iterable: Iterable[object])
539 builtins.anext?4(__i: SupportsAnext[_T], default: _VT)
540 builtins.anext?4(__i: _SupportsSynchronousAnext[_AwaitableT])
541 builtins.any?4(__iterable: Iterable[object])
542 builtins.ascii?4(__obj: object)
543 builtins.bin?4(__number: int | SupportsIndex)
544 builtins.breakpoint?4(*args: Any, **kws: Any)
545 builtins.bytearray.append?4(__item: SupportsIndex)
546 builtins.bytearray.capitalize?4()
547 builtins.bytearray.center?4(__width: SupportsIndex, __fillchar: bytes = ...)
548 builtins.bytearray.copy?4()
549 builtins.bytearray.count?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
550 builtins.bytearray.decode?4(encoding: str = ..., errors: str = ...)
551 builtins.bytearray.endswith?4(__suffix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., )
552 builtins.bytearray.expandtabs?4(tabsize: int = ...)
553 builtins.bytearray.extend?4(__iterable_of_ints: Iterable[SupportsIndex])
554 builtins.bytearray.find?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
555 builtins.bytearray.fromhex?4(__string: str)
556 builtins.bytearray.hex?4()
557 builtins.bytearray.index?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
558 builtins.bytearray.insert?4(__index: SupportsIndex, __item: SupportsIndex)
559 builtins.bytearray.isalnum?4()
560 builtins.bytearray.isalpha?4()
561 builtins.bytearray.isascii?4()
562 builtins.bytearray.isdigit?4()
563 builtins.bytearray.islower?4()
564 builtins.bytearray.isspace?4()
565 builtins.bytearray.istitle?4()
566 builtins.bytearray.isupper?4()
567 builtins.bytearray.join?4(__iterable_of_bytes: Iterable[ReadableBuffer])
568 builtins.bytearray.ljust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = ...)
569 builtins.bytearray.lower?4()
570 builtins.bytearray.lstrip?4(__bytes: ReadableBuffer | None = ...)
571 builtins.bytearray.maketrans?4(__to: ReadableBuffer)
572 builtins.bytearray.partition?4(__sep: ReadableBuffer)
573 builtins.bytearray.pop?4(__index: int = ...)
574 builtins.bytearray.remove?4(__value: int)
575 builtins.bytearray.removeprefix?4(__prefix: ReadableBuffer)
576 builtins.bytearray.removesuffix?4(__suffix: ReadableBuffer)
577 builtins.bytearray.replace?4(__old: ReadableBuffer, __new: ReadableBuffer, __count: SupportsIndex = ...)
578 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 = ...)
580 builtins.bytearray.rjust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = ...)
581 builtins.bytearray.rpartition?4(__sep: ReadableBuffer)
582 builtins.bytearray.rsplit?4(sep: ReadableBuffer | None = ..., maxsplit: SupportsIndex = ...)
583 builtins.bytearray.rstrip?4(__bytes: ReadableBuffer | None = ...)
584 builtins.bytearray.split?4(sep: ReadableBuffer | None = ..., maxsplit: SupportsIndex = ...)
585 builtins.bytearray.splitlines?4(keepends: bool = ...)
586 builtins.bytearray.startswith?4(__prefix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., )
587 builtins.bytearray.strip?4(__bytes: ReadableBuffer | None = ...)
588 builtins.bytearray.swapcase?4()
589 builtins.bytearray.title?4()
590 builtins.bytearray.translate?4(__table: ReadableBuffer | None, delete: bytes = ...)
591 builtins.bytearray.upper?4()
592 builtins.bytearray.zfill?4(__width: SupportsIndex)
593 builtins.bytearray?1(__string: str, encoding: str, errors: str = ...)
594 builtins.bytes.capitalize?4()
595 builtins.bytes.center?4(__width: SupportsIndex, __fillchar: bytes = ...)
596 builtins.bytes.count?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
597 builtins.bytes.decode?4(encoding: str = ..., errors: str = ...)
598 builtins.bytes.endswith?4(__suffix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., )
599 builtins.bytes.expandtabs?4(tabsize: int = ...)
600 builtins.bytes.find?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
601 builtins.bytes.fromhex?4(__s: str)
602 builtins.bytes.hex?4()
603 builtins.bytes.index?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
604 builtins.bytes.isalnum?4()
605 builtins.bytes.isalpha?4()
606 builtins.bytes.isascii?4()
607 builtins.bytes.isdigit?4()
608 builtins.bytes.islower?4()
609 builtins.bytes.isspace?4()
610 builtins.bytes.istitle?4()
611 builtins.bytes.isupper?4()
612 builtins.bytes.join?4(__iterable_of_bytes: Iterable[ReadableBuffer])
613 builtins.bytes.ljust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = ...)
614 builtins.bytes.lower?4()
615 builtins.bytes.lstrip?4(__bytes: ReadableBuffer | None = ...)
616 builtins.bytes.maketrans?4(__to: ReadableBuffer)
617 builtins.bytes.partition?4(__sep: ReadableBuffer)
618 builtins.bytes.removeprefix?4(__prefix: ReadableBuffer)
619 builtins.bytes.removesuffix?4(__suffix: ReadableBuffer)
620 builtins.bytes.replace?4(__old: ReadableBuffer, __new: ReadableBuffer, __count: SupportsIndex = ...)
621 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 = ...)
623 builtins.bytes.rjust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = ...)
624 builtins.bytes.rpartition?4(__sep: ReadableBuffer)
625 builtins.bytes.rsplit?4(sep: ReadableBuffer | None = ..., maxsplit: SupportsIndex = ...)
626 builtins.bytes.rstrip?4(__bytes: ReadableBuffer | None = ...)
627 builtins.bytes.split?4(sep: ReadableBuffer | None = ..., maxsplit: SupportsIndex = ...)
628 builtins.bytes.splitlines?4(keepends: bool = ...)
629 builtins.bytes.startswith?4(__prefix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., )
630 builtins.bytes.strip?4(__bytes: ReadableBuffer | None = ...)
631 builtins.bytes.swapcase?4()
632 builtins.bytes.title?4()
633 builtins.bytes.translate?4(__table: ReadableBuffer | None, delete: bytes = ...)
634 builtins.bytes.upper?4()
635 builtins.bytes.zfill?4(__width: SupportsIndex)
636 builtins.callable?4(__obj: object)
637 builtins.chr?4(__i: int)
638 builtins.classmethod?1(__f: Callable[..., _R_co])
639 builtins.compile?4(source: str | ReadableBuffer | AST, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: int = ..., dont_inherit: int = ..., optimize: int = ..., )
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 = ..., )
641 builtins.complex.conjugate?4()
642 builtins.complex.imag?4()
643 builtins.complex.real?4()
644 builtins.copyright?4()
645 builtins.credits?4()
646 builtins.delattr?4(__obj: object, __name: str)
647 builtins.dict.copy?4()
648 builtins.dict.fromkeys?4(__iterable: Iterable[_T], __value: _S)
649 builtins.dict.get?4(__key: _KT, __default: _VT | _T)
650 builtins.dict.items?4()
651 builtins.dict.keys?4()
652 builtins.dict.pop?4(__key: _KT, __default: _VT | _T)
653 builtins.dict.values?4()
654 builtins.dict?1(str], __iterable: Iterable[list[str]])
655 builtins.dir?4(__o: object = ...)
656 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])
658 builtins.enumerate?1(iterable: Iterable[_T], start: int = ...)
659 builtins.eval?4(__source: str | ReadableBuffer | CodeType, __globals: dict[str, Any] | None = ..., __locals: Mapping[str, object] | None = ...)
660 builtins.exec?4(__source: str | ReadableBuffer | CodeType, __globals: dict[str, Any] | None = ..., __locals: Mapping[str, object] | None = ..., )
661 builtins.exec?4(__source: str | ReadableBuffer | CodeType, __globals: dict[str, Any] | None = ..., __locals: Mapping[str, object] | None = ..., *, closure: tuple[_Cell, ...] | 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()
665 builtins.float.conjugate?4()
666 builtins.float.fromhex?4(__s: str)
667 builtins.float.hex?4()
668 builtins.float.imag?4()
669 builtins.float.is_integer?4()
670 builtins.float.real?4()
671 builtins.format?4(__value: object, __format_spec: str = ...)
672 builtins.frozenset.copy?4()
673 builtins.frozenset.difference?4(*s: Iterable[object])
674 builtins.frozenset.intersection?4(*s: Iterable[object])
675 builtins.frozenset.isdisjoint?4(__s: Iterable[_T_co])
676 builtins.frozenset.issubset?4(__s: Iterable[object])
677 builtins.frozenset.issuperset?4(__s: Iterable[object])
678 builtins.frozenset.symmetric_difference?4(__s: Iterable[_T_co])
679 builtins.frozenset.union?4(*s: Iterable[_S])
680 builtins.getattr?4(__o: object, __name: str)
681 builtins.getattr?4(__o: object, __name: str, __default: None)
682 builtins.getattr?4(__o: object, __name: str, __default: _T)
683 builtins.getattr?4(__o: object, __name: str, __default: bool)
684 builtins.getattr?4(__o: object, name: str, __default: dict[Any, Any])
685 builtins.getattr?4(__o: object, name: str, __default: list[Any])
686 builtins.globals?4()
687 builtins.hasattr?4(__obj: object, __name: str)
688 builtins.hash?4(__obj: object)
689 builtins.help?4(request: object = ...)
690 builtins.hex?4(__number: int | SupportsIndex)
691 builtins.id?4(__obj: object)
692 builtins.input?4(__prompt: object = ...)
693 builtins.int.as_integer_ratio?4()
694 builtins.int.bit_count?4()
695 builtins.int.bit_length?4()
696 builtins.int.conjugate?4()
697 builtins.int.denominator?4()
698 builtins.int.from_bytes?4(bytes: Iterable[SupportsIndex] | SupportsBytes | ReadableBuffer, byteorder: Literal["little", "big"], *, signed: bool = ..., )
699 builtins.int.imag?4()
700 builtins.int.numerator?4()
701 builtins.int.real?4()
702 builtins.int.to_bytes?4(length: SupportsIndex, byteorder: Literal["little", "big"], *, signed: bool = ...)
703 builtins.isinstance?4(__obj: object, __class_or_tuple: _ClassInfo)
704 builtins.issubclass?4(__cls: type, __class_or_tuple: _ClassInfo)
705 builtins.iter?4(__function: Callable[[], _T | None], __sentinel: None)
706 builtins.iter?4(__function: Callable[[], _T], __sentinel: object)
707 builtins.iter?4(__iterable: SupportsIter[_SupportsNextT])
708 builtins.iter?4(__iterable: _GetItemIterable[_T])
709 builtins.len?4(__obj: Sized)
710 builtins.license?4()
711 builtins.list.append?4(__object: _T)
712 builtins.list.copy?4()
713 builtins.list.count?4(__value: _T)
714 builtins.list.extend?4(__iterable: Iterable[_T])
715 builtins.list.index?4(__value: _T, __start: SupportsIndex = ..., __stop: SupportsIndex = ...)
716 builtins.list.insert?4(__index: SupportsIndex, __object: _T)
717 builtins.list.pop?4(__index: SupportsIndex = ...)
718 builtins.list.remove?4(__value: _T)
719 builtins.list.sort?4(*, key: Callable[[_T], SupportsRichComparison], reverse: bool = ...)
720 builtins.list?1(__iterable: Iterable[_T])
721 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], )
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])
725 builtins.max?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = ...)
726 builtins.max?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = ..., default: _T)
727 builtins.max?4(__iterable: Iterable[_T1], *, key: Callable[[_T1], SupportsRichComparison], default: _T2)
728 builtins.max?4(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsRichComparison])
729 builtins.memoryview.c_contiguous?4()
730 builtins.memoryview.cast?4(format: str, shape: list[int] | tuple[int, ...] = ...)
731 builtins.memoryview.contiguous?4()
732 builtins.memoryview.f_contiguous?4()
733 builtins.memoryview.format?4()
734 builtins.memoryview.hex?4()
735 builtins.memoryview.itemsize?4()
736 builtins.memoryview.nbytes?4()
737 builtins.memoryview.ndim?4()
738 builtins.memoryview.obj?4()
739 builtins.memoryview.readonly?4()
740 builtins.memoryview.release?4()
741 builtins.memoryview.shape?4()
742 builtins.memoryview.strides?4()
743 builtins.memoryview.suboffsets?4()
744 builtins.memoryview.tobytes?4()
745 builtins.memoryview.tolist?4()
746 builtins.memoryview.toreadonly?4()
747 builtins.memoryview?1(obj: ReadableBuffer)
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])
750 builtins.min?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = ...)
751 builtins.min?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = ..., default: _T)
752 builtins.min?4(__iterable: Iterable[_T1], *, key: Callable[[_T1], SupportsRichComparison], default: _T2)
753 builtins.min?4(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsRichComparison])
754 builtins.next?4(__i: SupportsNext[_T])
755 builtins.next?4(__i: SupportsNext[_T], __default: _VT)
756 builtins.object?1()
757 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 = ..., )
759 builtins.open?4(file: _OpenFile, mode: OpenBinaryMode, buffering: int = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., )
760 builtins.open?4(file: _OpenFile, mode: OpenBinaryModeReading, buffering: Literal[-1, 1] = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., )
761 builtins.open?4(file: _OpenFile, mode: OpenBinaryModeUpdating, buffering: Literal[-1, 1] = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | None = ..., )
762 builtins.open?4(file: _OpenFile, mode: OpenBinaryModeWriting, buffering: Literal[-1, 1] = ..., encoding: None = ..., errors: None = ..., newline: None = ..., closefd: bool = ..., opener: _Opener | 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 = ..., )
764 builtins.open?4(file: _OpenFile, mode: str, buffering: int = ..., encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: _Opener | None = ..., )
765 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] = ..., )
767 builtins.print?4(*values: object, sep: str | None = ..., end: str | None = ..., file: _SupportsWriteAndFlush[str] | None = ..., flush: bool)
768 builtins.property.deleter?4(__fdel: Callable[[Any], None])
769 builtins.property.fdel?7
770 builtins.property.fget?7
771 builtins.property.fset?7
772 builtins.property.getter?4(__fget: Callable[[Any], Any])
773 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 = ..., )
775 builtins.quit?4(code: stdlib.sys._ExitCode = ...)
776 builtins.range.count?4(__value: int)
777 builtins.range.index?4(__value: int)
778 builtins.range.start?4()
779 builtins.range.step?4()
780 builtins.range.stop?4()
781 builtins.range?1(__start: SupportsIndex, __stop: SupportsIndex, __step: SupportsIndex = ...)
782 builtins.repr?4(__obj: object)
783 builtins.reversed?1(__sequence: SupportsLenAndGetItem[_T])
784 builtins.round?4(number: _SupportsRound1[_T], ndigits: None = ...)
785 builtins.round?4(number: _SupportsRound2[_T], ndigits: SupportsIndex)
786 builtins.set.add?4(__element: _T)
787 builtins.set.copy?4()
788 builtins.set.difference?4(*s: Iterable[Any])
789 builtins.set.difference_update?4(*s: Iterable[Any])
790 builtins.set.discard?4(__element: _T)
791 builtins.set.intersection?4(*s: Iterable[Any])
792 builtins.set.intersection_update?4(*s: Iterable[Any])
793 builtins.set.isdisjoint?4(__s: Iterable[Any])
794 builtins.set.issubset?4(__s: Iterable[Any])
795 builtins.set.issuperset?4(__s: Iterable[Any])
796 builtins.set.remove?4(__element: _T)
797 builtins.set.symmetric_difference?4(__s: Iterable[_T])
798 builtins.set.symmetric_difference_update?4(__s: Iterable[_T])
799 builtins.set.union?4(*s: Iterable[_S])
800 builtins.set.update?4(*s: Iterable[_T])
801 builtins.set?1(__iterable: Iterable[_T])
802 builtins.setattr?4(__obj: object, __name: str, __value: Any)
803 builtins.slice.indices?4(__len: SupportsIndex)
804 builtins.slice.start?4()
805 builtins.slice.step?4()
806 builtins.slice.stop?4()
807 builtins.slice?1(__start: Any, __stop: Any, __step: Any = ...)
808 builtins.sorted?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = ..., reverse: bool = ...)
809 builtins.sorted?4(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsRichComparison], reverse: bool = ...)
810 builtins.staticmethod?1(__f: Callable[..., _R_co])
811 builtins.str.capitalize?4()
812 builtins.str.casefold?4()
813 builtins.str.center?4(__width: SupportsIndex, __fillchar: str = ...)
814 builtins.str.count?4(x: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
815 builtins.str.encode?4(encoding: str = ..., errors: str = ...)
816 builtins.str.endswith?4(__suffix: str | tuple[str, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
817 builtins.str.expandtabs?4(tabsize: int = ...)
818 builtins.str.find?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
819 builtins.str.format?4(*args: object, **kwargs: object)
820 builtins.str.format_map?4(map: _FormatMapMapping)
821 builtins.str.index?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
822 builtins.str.isalnum?4()
823 builtins.str.isalpha?4()
824 builtins.str.isascii?4()
825 builtins.str.isdecimal?4()
826 builtins.str.isdigit?4()
827 builtins.str.isidentifier?4()
828 builtins.str.islower?4()
829 builtins.str.isnumeric?4()
830 builtins.str.isprintable?4()
831 builtins.str.isspace?4()
832 builtins.str.istitle?4()
833 builtins.str.isupper?4()
834 builtins.str.join?4(__iterable: Iterable[str])
835 builtins.str.ljust?4(__width: SupportsIndex, __fillchar: str = ...)
836 builtins.str.lower?4()
837 builtins.str.lstrip?4(__chars: str | None = ...)
838 builtins.str.maketrans?4(__y: str, __z: str | None = ...)
839 builtins.str.partition?4(__sep: str)
840 builtins.str.removeprefix?4(__prefix: str)
841 builtins.str.removesuffix?4(__suffix: str)
842 builtins.str.replace?4(__old: str, __new: str, __count: SupportsIndex = ...)
843 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 = ...)
845 builtins.str.rjust?4(__width: SupportsIndex, __fillchar: str = ...)
846 builtins.str.rpartition?4(__sep: str)
847 builtins.str.rsplit?4(sep: str | None = ..., maxsplit: SupportsIndex = ...)
848 builtins.str.rstrip?4(__chars: str | None = ...)
849 builtins.str.split?4(sep: str | None = ..., maxsplit: SupportsIndex = ...)
850 builtins.str.splitlines?4(keepends: bool = ...)
851 builtins.str.startswith?4(__prefix: str | tuple[str, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
852 builtins.str.strip?4(__chars: str | None = ...)
853 builtins.str.swapcase?4()
854 builtins.str.title?4()
855 builtins.str.translate?4(__table: _TranslateTable)
856 builtins.str.upper?4()
857 builtins.str.zfill?4(__width: SupportsIndex)
858 builtins.sum?4(__iterable: Iterable[_AddableT1], __start: _AddableT2)
859 builtins.sum?4(__iterable: Iterable[_AddableT1], start: _AddableT2)
860 builtins.sum?4(__iterable: Iterable[_SupportsSumNoDefaultT])
861 builtins.super?1()
862 builtins.tuple.count?4(__value: Any)
863 builtins.tuple.index?4(__value: Any, __start: SupportsIndex = ..., __stop: SupportsIndex = ...)
864 builtins.type.mro?4()
865 builtins.type?1(__name: str, __bases: tuple[type, ...], __dict: dict[str, Any], **kwds: Any)
866 builtins.vars?4(__object: Any = ...)
867 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
1090 enum.Enum._generate_next_value_?5(start: int, count: int, last_values: list[Any])
1091 enum.Enum._ignore_?8
1092 enum.Enum._missing_?5(value: object)
1093 enum.Enum._name_?8
1094 enum.Enum._order_?8
1095 enum.Enum._value_?8
1096 enum.Enum.name?4()
1097 enum.Enum.value?4()
1098 enum.EnumCheck.CONTINUOUS?7
1099 enum.EnumCheck.NAMED_FLAGS?7
1100 enum.EnumCheck.UNIQUE?7
1101 enum.EnumMeta.EnumType?7
1102 enum.EnumMeta._magic_enum_attr?8
1103 enum.EnumMeta._member_map_?8
1104 enum.EnumMeta._member_names_?8
1105 enum.EnumMeta._value2member_map_?8
1106 enum.Flag.CONFORM?7
1107 enum.Flag.CONTINUOUS?7
1108 enum.Flag.EJECT?7
1109 enum.Flag.KEEP?7
1110 enum.Flag.NAMED_FLAGS?7
1111 enum.Flag.STRICT?7
1112 enum.Flag.UNIQUE?7
1113 enum.Flag._name_?8
1114 enum.Flag._value_?8
1115 enum.Flag.global_enum?4(update_str: bool = False)
1116 enum.Flag.global_enum_repr?4()
1117 enum.Flag.global_flag_repr?4()
1118 enum.Flag.global_str?4()
1119 enum.Flag.name?4()
1120 enum.Flag.value?4()
1121 enum.FlagBoundary.CONFORM?7
1122 enum.FlagBoundary.EJECT?7
1123 enum.FlagBoundary.KEEP?7
1124 enum.FlagBoundary.STRICT?7
1125 enum.IntEnum._value_?8
1126 enum.IntEnum.value?4()
1127 enum.StrEnum._generate_next_value_?5(start: int, count: int, last_values: list[str])
1128 enum.StrEnum._value_?8
1129 enum.StrEnum.value?4()
1130 enum._EnumDict.update?4(members: Iterable[tuple[str, Any]], **more_members: Any)
1131 enum._EnumDict?2()
1132 enum._EnumMemberT?8
1133 enum._EnumNames?8
1134 enum._EnumerationT?8
1135 enum._auto_null?8
1136 enum.auto._value_?8
1137 enum.auto.value?4()
1138 enum.member.value?7
1139 enum.member?1(value: _EnumMemberT)
1140 enum.nonmember.value?7
1141 enum.nonmember?1(value: _EnumMemberT)
1142 enum.pickle_by_enum_name?4(self: _EnumMemberT, proto: int)
1143 enum.pickle_by_global_name?4(self: Enum, proto: int)
1144 enum.property.clsname?7
1145 enum.property.name?7
1146 enum.unique?4(enumeration: _EnumerationT)
1147 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()
1213 io.BufferedIOBase.raw?7
1214 io.BufferedIOBase.read1?4(__size: int = ...)
1215 io.BufferedIOBase.read?4(__size: int | None = ...)
1216 io.BufferedIOBase.readinto1?4(__buffer: WriteableBuffer)
1217 io.BufferedIOBase.readinto?4(__buffer: WriteableBuffer)
1218 io.BufferedIOBase.write?4(__buffer: ReadableBuffer)
1219 io.BufferedRWPair.peek?4(__size: int = ...)
1220 io.BufferedRWPair?1(reader: RawIOBase, writer: RawIOBase, buffer_size: int = ...)
1221 io.BufferedRandom.seek?4(__target: int, __whence: int = ...)
1222 io.BufferedReader.peek?4(__size: int = ...)
1223 io.BufferedReader?1(raw: RawIOBase, buffer_size: int = ...)
1224 io.BufferedWriter.write?4(__buffer: ReadableBuffer)
1225 io.BufferedWriter?1(raw: RawIOBase, buffer_size: int = ...)
1226 io.BytesIO.getbuffer?4()
1227 io.BytesIO.getvalue?4()
1228 io.BytesIO.name?7
1229 io.BytesIO.read1?4(__size: int | None = ...)
1230 io.BytesIO?1(initial_bytes: ReadableBuffer = ...)
1231 io.DEFAULT_BUFFER_SIZE?7
1232 io.FileIO.closefd?4()
1233 io.FileIO.mode?7
1234 io.FileIO.name?7
1235 io.FileIO.read?4(__size: int = ...)
1236 io.FileIO.write?4(__b: ReadableBuffer)
1237 io.FileIO?1(file: StrOrBytesPath | int, mode: str = ..., closefd: bool = ..., opener: _Opener | None = ...)
1238 io.IOBase._checkClosed?5(msg: str | None = ...)
1239 io.IOBase.close?4()
1240 io.IOBase.closed?4()
1241 io.IOBase.fileno?4()
1242 io.IOBase.flush?4()
1243 io.IOBase.isatty?4()
1244 io.IOBase.read?7
1245 io.IOBase.readable?4()
1246 io.IOBase.readline?4(__size: int | None = ...)
1247 io.IOBase.readlines?4(__hint: int = ...)
1248 io.IOBase.seek?4(__offset: int, __whence: int = ...)
1249 io.IOBase.seekable?4()
1250 io.IOBase.tell?4()
1251 io.IOBase.truncate?4(__size: int | None = ...)
1252 io.IOBase.writable?4()
1253 io.IOBase.write?7
1254 io.IOBase.writelines?4(__lines: Iterable[ReadableBuffer])
1255 io.IncrementalNewlineDecoder.decode?4(input: ReadableBuffer | str, final: bool = ...)
1256 io.IncrementalNewlineDecoder.newlines?4()
1257 io.IncrementalNewlineDecoder.setstate?4(__state: tuple[bytes, int])
1258 io.IncrementalNewlineDecoder?1(decoder: codecs.IncrementalDecoder | None, translate: bool, errors: str = ...)
1259 io.RawIOBase.read?4(__size: int = ...)
1260 io.RawIOBase.readall?4()
1261 io.RawIOBase.readinto?4(__buffer: WriteableBuffer)
1262 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()
1267 io.StringIO.name?7
1268 io.StringIO?1(initial_value: str | None = ..., newline: str | None = ...)
1269 io.TextIOBase.detach?4()
1270 io.TextIOBase.encoding?7
1271 io.TextIOBase.errors?7
1272 io.TextIOBase.newlines?7
1273 io.TextIOBase.read?4(__size: int | None = ...)
1274 io.TextIOBase.readline?4(__size: int = ...)
1275 io.TextIOBase.readlines?4(__hint: int = ...)
1276 io.TextIOBase.write?4(__s: str)
1277 io.TextIOBase.writelines?4(__lines: Iterable[str])
1278 io.TextIOWrapper.buffer?4()
1279 io.TextIOWrapper.closed?4()
1280 io.TextIOWrapper.line_buffering?4()
1281 io.TextIOWrapper.readline?4(__size: int = ...)
1282 io.TextIOWrapper.readlines?4(__hint: int = ...)
1283 io.TextIOWrapper.reconfigure?4(*, encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., line_buffering: bool | None = ..., write_through: bool | None = ..., )
1284 io.TextIOWrapper.seek?4(__cookie: int, __whence: int = ...)
1285 io.TextIOWrapper.write_through?4()
1286 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 = ..., )
1288 io.open?7
1289 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
1332 re.ASCII?7
1333 re.DEBUG?7
1334 re.DOTALL?7
1335 re.I?7
1336 re.IGNORECASE?7
1337 re.L?7
1338 re.LOCALE?7
1339 re.M?7
1340 re.MULTILINE?7
1341 re.Match.end?4(__group: int | str = ...)
1342 re.Match.endpos?4()
1343 re.Match.expand?4(template: ReadableBuffer)
1344 re.Match.group?4(__group1: str | int, __group2: str | int, *groups: str | int)
1345 re.Match.groupdict?4(default: _T)
1346 re.Match.groups?4(default: _T)
1347 re.Match.lastgroup?4()
1348 re.Match.lastindex?4()
1349 re.Match.pos?4()
1350 re.Match.re?4()
1351 re.Match.regs?4()
1352 re.Match.span?4(__group: int | str = ...)
1353 re.Match.start?4(__group: int | str = ...)
1354 re.Match.string?4()
1355 re.Pattern.findall?4(string: ReadableBuffer, pos: int = ..., endpos: int = ...)
1356 re.Pattern.finditer?4(string: ReadableBuffer, pos: int = ..., endpos: int = ...)
1357 re.Pattern.flags?4()
1358 re.Pattern.fullmatch?4(string: ReadableBuffer, pos: int = ..., endpos: int = ...)
1359 re.Pattern.groupindex?4()
1360 re.Pattern.groups?4()
1361 re.Pattern.match?4(string: ReadableBuffer, pos: int = ..., endpos: int = ...)
1362 re.Pattern.pattern?4()
1363 re.Pattern.search?4(string: ReadableBuffer, pos: int = ..., endpos: int = ...)
1364 re.Pattern.split?4(string: ReadableBuffer, maxsplit: int = ...)
1365 re.Pattern.sub?4(repl: ReadableBuffer | Callable[[Match[bytes]], ReadableBuffer], string: ReadableBuffer, count: int = ..., )
1366 re.Pattern.subn?4(repl: ReadableBuffer | Callable[[Match[bytes]], ReadableBuffer], string: ReadableBuffer, count: int = ..., )
1367 re.RegexFlag.A?7
1368 re.RegexFlag.ASCII?7
1369 re.RegexFlag.DEBUG?7
1370 re.RegexFlag.DOTALL?7
1371 re.RegexFlag.I?7
1372 re.RegexFlag.IGNORECASE?7
1373 re.RegexFlag.L?7
1374 re.RegexFlag.LOCALE?7
1375 re.RegexFlag.M?7
1376 re.RegexFlag.MULTILINE?7
1377 re.RegexFlag.NOFLAG?7
1378 re.RegexFlag.S?7
1379 re.RegexFlag.T?7
1380 re.RegexFlag.TEMPLATE?7
1381 re.RegexFlag.U?7
1382 re.RegexFlag.UNICODE?7
1383 re.RegexFlag.VERBOSE?7
1384 re.RegexFlag.X?7
1385 re.S?7
1386 re.T?7
1387 re.TEMPLATE?7
1388 re.U?7
1389 re.UNICODE?7
1390 re.VERBOSE?7
1391 re.X?7
1392 re._FlagsType?8
1393 re._T?8
1394 re.compile?4(pattern: AnyStr, flags: _FlagsType = ...)
1395 re.compile?4(pattern: Pattern[AnyStr], flags: _FlagsType = ...)
1396 re.escape?4(pattern: AnyStr)
1397 re.findall?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = ...)
1398 re.findall?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = ...)
1399 re.finditer?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = ...)
1400 re.finditer?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = ...)
1401 re.fullmatch?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = ...)
1402 re.fullmatch?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = ...)
1403 re.match?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = ...)
1404 re.match?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = ...)
1405 re.purge?4()
1406 re.search?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = ...)
1407 re.search?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = ...)
1408 re.split?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, maxsplit: int = ..., flags: _FlagsType = ...)
1409 re.split?4(pattern: str | Pattern[str], string: str, maxsplit: int = ..., flags: _FlagsType = ...)
1410 re.sub?4(pattern: bytes | Pattern[bytes], repl: ReadableBuffer | Callable[[Match[bytes]], ReadableBuffer], string: ReadableBuffer, count: int = ..., flags: _FlagsType = ..., )
1411 re.sub?4(pattern: str | Pattern[str], repl: str | Callable[[Match[str]], str], string: str, count: int = ..., flags: _FlagsType = ...)
1412 re.subn?4(pattern: bytes | Pattern[bytes], repl: ReadableBuffer | Callable[[Match[bytes]], ReadableBuffer], string: ReadableBuffer, count: int = ..., flags: _FlagsType = ..., )
1413 re.subn?4(pattern: str | Pattern[str], repl: str | Callable[[Match[str]], str], string: str, count: int = ..., flags: _FlagsType = ...)
1414 re.template?4(pattern: AnyStr | Pattern[AnyStr], flags: _FlagsType = ...)
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
1589 sre_compile.compile?4(p: str | bytes | SubPattern, flags: int = 0)
1590 sre_compile.dis?4(code: list[_NamedIntConstant])
1591 sre_compile.isstring?4(obj: Any)
1592 sre_constants.ANY?7
1593 sre_constants.ANY_ALL?7
1594 sre_constants.ASSERT?7
1595 sre_constants.ASSERT_NOT?7
1596 sre_constants.AT?7
1597 sre_constants.ATCODES?7
1598 sre_constants.AT_BEGINNING?7
1599 sre_constants.AT_BEGINNING_LINE?7
1600 sre_constants.AT_BEGINNING_STRING?7
1601 sre_constants.AT_BOUNDARY?7
1602 sre_constants.AT_END?7
1603 sre_constants.AT_END_LINE?7
1604 sre_constants.AT_END_STRING?7
1605 sre_constants.AT_LOCALE?7
1606 sre_constants.AT_LOC_BOUNDARY?7
1607 sre_constants.AT_LOC_NON_BOUNDARY?7
1608 sre_constants.AT_MULTILINE?7
1609 sre_constants.AT_NON_BOUNDARY?7
1610 sre_constants.AT_UNICODE?7
1611 sre_constants.AT_UNI_BOUNDARY?7
1612 sre_constants.AT_UNI_NON_BOUNDARY?7
1613 sre_constants.BIGCHARSET?7
1614 sre_constants.BRANCH?7
1615 sre_constants.CATEGORY?7
1616 sre_constants.CATEGORY_DIGIT?7
1617 sre_constants.CATEGORY_LINEBREAK?7
1618 sre_constants.CATEGORY_LOC_NOT_WORD?7
1619 sre_constants.CATEGORY_LOC_WORD?7
1620 sre_constants.CATEGORY_NOT_DIGIT?7
1621 sre_constants.CATEGORY_NOT_LINEBREAK?7
1622 sre_constants.CATEGORY_NOT_SPACE?7
1623 sre_constants.CATEGORY_NOT_WORD?7
1624 sre_constants.CATEGORY_SPACE?7
1625 sre_constants.CATEGORY_UNI_DIGIT?7
1626 sre_constants.CATEGORY_UNI_LINEBREAK?7
1627 sre_constants.CATEGORY_UNI_NOT_DIGIT?7
1628 sre_constants.CATEGORY_UNI_NOT_LINEBREAK?7
1629 sre_constants.CATEGORY_UNI_NOT_SPACE?7
1630 sre_constants.CATEGORY_UNI_NOT_WORD?7
1631 sre_constants.CATEGORY_UNI_SPACE?7
1632 sre_constants.CATEGORY_UNI_WORD?7
1633 sre_constants.CATEGORY_WORD?7
1634 sre_constants.CHARSET?7
1635 sre_constants.CHCODES?7
1636 sre_constants.CH_LOCALE?7
1637 sre_constants.CH_UNICODE?7
1638 sre_constants.FAILURE?7
1639 sre_constants.GROUPREF?7
1640 sre_constants.GROUPREF_EXISTS?7
1641 sre_constants.GROUPREF_IGNORE?7
1642 sre_constants.GROUPREF_LOC_IGNORE?7
1643 sre_constants.GROUPREF_UNI_IGNORE?7
1644 sre_constants.IN?7
1645 sre_constants.INFO?7
1646 sre_constants.IN_IGNORE?7
1647 sre_constants.IN_LOC_IGNORE?7
1648 sre_constants.IN_UNI_IGNORE?7
1649 sre_constants.JUMP?7
1650 sre_constants.LITERAL?7
1651 sre_constants.LITERAL_IGNORE?7
1652 sre_constants.LITERAL_LOC_IGNORE?7
1653 sre_constants.LITERAL_UNI_IGNORE?7
1654 sre_constants.MAGIC?7
1655 sre_constants.MARK?7
1656 sre_constants.MAXGROUPS?7
1657 sre_constants.MAXREPEAT?7
1658 sre_constants.MAX_REPEAT?7
1659 sre_constants.MAX_UNTIL?7
1660 sre_constants.MIN_REPEAT?7
1661 sre_constants.MIN_REPEAT_ONE?7
1662 sre_constants.MIN_UNTIL?7
1663 sre_constants.NEGATE?7
1664 sre_constants.NOT_LITERAL?7
1665 sre_constants.NOT_LITERAL_IGNORE?7
1666 sre_constants.NOT_LITERAL_LOC_IGNORE?7
1667 sre_constants.NOT_LITERAL_UNI_IGNORE?7
1668 sre_constants.OPCODES?7
1669 sre_constants.OP_IGNORE?7
1670 sre_constants.OP_LOCALE_IGNORE?7
1671 sre_constants.OP_UNICODE_IGNORE?7
1672 sre_constants.RANGE?7
1673 sre_constants.RANGE_UNI_IGNORE?7
1674 sre_constants.REPEAT?7
1675 sre_constants.REPEAT_ONE?7
1676 sre_constants.SRE_FLAG_ASCII?7
1677 sre_constants.SRE_FLAG_DEBUG?7
1678 sre_constants.SRE_FLAG_DOTALL?7
1679 sre_constants.SRE_FLAG_IGNORECASE?7
1680 sre_constants.SRE_FLAG_LOCALE?7
1681 sre_constants.SRE_FLAG_MULTILINE?7
1682 sre_constants.SRE_FLAG_TEMPLATE?7
1683 sre_constants.SRE_FLAG_UNICODE?7
1684 sre_constants.SRE_FLAG_VERBOSE?7
1685 sre_constants.SRE_INFO_CHARSET?7
1686 sre_constants.SRE_INFO_LITERAL?7
1687 sre_constants.SRE_INFO_PREFIX?7
1688 sre_constants.SUBPATTERN?7
1689 sre_constants.SUCCESS?7
1690 sre_constants._NamedIntConstant.ATOMIC_GROUP?7
1691 sre_constants._NamedIntConstant.CALL?7
1692 sre_constants._NamedIntConstant.POSSESSIVE_REPEAT?7
1693 sre_constants._NamedIntConstant.POSSESSIVE_REPEAT_ONE?7
1694 sre_constants._NamedIntConstant.name?7
1695 sre_constants.error.colno?7
1696 sre_constants.error.lineno?7
1697 sre_constants.error.msg?7
1698 sre_constants.error.pattern?7
1699 sre_constants.error.pos?7
1700 sre_constants.error?1(msg: str, pattern: str | bytes | None = None, pos: int | None = None)
1701 sre_parse.ASCIILETTERS?7
1702 sre_parse.CATEGORIES?7
1703 sre_parse.DIGITS?7
1704 sre_parse.ESCAPES?7
1705 sre_parse.FLAGS?7
1706 sre_parse.GLOBAL_FLAGS?7
1707 sre_parse.HEXDIGITS?7
1708 sre_parse.OCTDIGITS?7
1709 sre_parse.REPEAT_CHARS?7
1710 sre_parse.SPECIAL_CHARS?7
1711 sre_parse.SubPattern.append?4(code: _CodeType)
1712 sre_parse.SubPattern.data?7
1713 sre_parse.SubPattern.dump?4(level: int = 0)
1714 sre_parse.SubPattern.getwidth?4()
1715 sre_parse.SubPattern.insert?4(index: int, code: _CodeType)
1716 sre_parse.SubPattern.pattern?7
1717 sre_parse.SubPattern.state?7
1718 sre_parse.SubPattern.width?7
1719 sre_parse.SubPattern?1(pattern: Pattern, data: list[_CodeType] | None = None)
1720 sre_parse.TYPE_FLAGS?7
1721 sre_parse.Tokenizer.checkgroupname?4(name: str, offset: int, nested: int)
1722 sre_parse.Tokenizer.decoded_string?7
1723 sre_parse.Tokenizer.error?4(msg: str, offset: int = 0)
1724 sre_parse.Tokenizer.get?4()
1725 sre_parse.Tokenizer.getuntil?4(terminator: str)
1726 sre_parse.Tokenizer.getwhile?4(n: int, charset: Iterable[str])
1727 sre_parse.Tokenizer.index?7
1728 sre_parse.Tokenizer.istext?7
1729 sre_parse.Tokenizer.match?4(char: str)
1730 sre_parse.Tokenizer.next?7
1731 sre_parse.Tokenizer.pos?4()
1732 sre_parse.Tokenizer.seek?4(index: int)
1733 sre_parse.Tokenizer.string?7
1734 sre_parse.Tokenizer.tell?4()
1735 sre_parse.Tokenizer?1(string: Any)
1736 sre_parse.WHITESPACE?7
1737 sre_parse._AvType?8
1738 sre_parse._CodeType?8
1739 sre_parse._OpBranchType?8
1740 sre_parse._OpGroupRefExistsType?8
1741 sre_parse._OpInType?8
1742 sre_parse._OpSubpatternType?8
1743 sre_parse._State.Pattern?7
1744 sre_parse._State.State?7
1745 sre_parse._State.checkgroup?4(gid: int)
1746 sre_parse._State.checklookbehindgroup?4(gid: int, source: Tokenizer)
1747 sre_parse._State.closegroup?4(gid: int, p: SubPattern)
1748 sre_parse._State.flags?7
1749 sre_parse._State.groupdict?7
1750 sre_parse._State.groups?4()
1751 sre_parse._State.groupwidths?7
1752 sre_parse._State.lookbehindgroups?7
1753 sre_parse._State.opengroup?4(name: str | None = ...)
1754 sre_parse._TemplateByteType?8
1755 sre_parse._TemplateType?8
1756 sre_parse.expand_template?4(template: _TemplateType, match: Match[Any])
1757 sre_parse.fix_flags?4(src: str | bytes, flags: int)
1758 sre_parse.parse?4(str: str, flags: int = 0, pattern: Pattern | None = None)
1759 sre_parse.parse?4(str: str, flags: int = 0, state: State | None = None)
1760 sre_parse.parse_template?4(source: bytes, pattern: _Pattern[Any])
1761 sre_parse.parse_template?4(source: bytes, state: _Pattern[Any])
1762 sre_parse.parse_template?4(source: str, pattern: _Pattern[Any])
1763 sre_parse.parse_template?4(source: str, state: _Pattern[Any])
1764 stdlib._typeshed.AnyOrLiteralStr?7
1765 stdlib._typeshed.AnyStr_co?7
1766 stdlib._typeshed.BytesPath?7
1767 stdlib._typeshed.ExcInfo?7
1768 stdlib._typeshed.FileDescriptor?7
1769 stdlib._typeshed.FileDescriptorLike?7
1770 stdlib._typeshed.FileDescriptorOrPath?7
1771 stdlib._typeshed.GenericPath?7
1772 stdlib._typeshed.HasFileno.fileno?4()
1773 stdlib._typeshed.Incomplete?7
1774 stdlib._typeshed.OpenBinaryMode?7
1775 stdlib._typeshed.OpenBinaryModeReading?7
1776 stdlib._typeshed.OpenBinaryModeUpdating?7
1777 stdlib._typeshed.OpenBinaryModeWriting?7
1778 stdlib._typeshed.OpenTextMode?7
1779 stdlib._typeshed.OpenTextModeReading?7
1780 stdlib._typeshed.OpenTextModeUpdating?7
1781 stdlib._typeshed.OpenTextModeWriting?7
1782 stdlib._typeshed.OptExcInfo?7
1783 stdlib._typeshed.ProfileFunction?7
1784 stdlib._typeshed.ReadOnlyBuffer?7
1785 stdlib._typeshed.ReadableBuffer?7
1786 stdlib._typeshed.Self?7
1787 stdlib._typeshed.StrOrBytesPath?7
1788 stdlib._typeshed.StrOrLiteralStr?7
1789 stdlib._typeshed.StrPath?7
1790 stdlib._typeshed.SupportsItems.items?4()
1791 stdlib._typeshed.SupportsKeysAndGetItem.keys?4()
1792 stdlib._typeshed.SupportsNoArgReadline.readline?4()
1793 stdlib._typeshed.SupportsRead.read?4(__length: int = ...)
1794 stdlib._typeshed.SupportsReadline.readline?4(__length: int = ...)
1795 stdlib._typeshed.SupportsRichComparison?7
1796 stdlib._typeshed.SupportsRichComparisonT?7
1797 stdlib._typeshed.SupportsWrite.write?4(__s: _T_contra)
1798 stdlib._typeshed.TraceFunction?7
1799 stdlib._typeshed.Unused?7
1800 stdlib._typeshed.WriteableBuffer?7
1801 stdlib._typeshed._BufferWithLen?8
1802 stdlib._typeshed._KT?8
1803 stdlib._typeshed._KT_co?8
1804 stdlib._typeshed._KT_contra?8
1805 stdlib._typeshed._T?8
1806 stdlib._typeshed._T_co?8
1807 stdlib._typeshed._T_contra?8
1808 stdlib._typeshed._VT?8
1809 stdlib._typeshed._VT_co?8
1810 stdlib._typeshed.dbapi.DBAPIColumnDescription?7
1811 stdlib._typeshed.dbapi.DBAPIConnection.close?4()
1812 stdlib._typeshed.dbapi.DBAPIConnection.commit?4()
1813 stdlib._typeshed.dbapi.DBAPIConnection.cursor?4()
1814 stdlib._typeshed.dbapi.DBAPICursor.arraysize?7
1815 stdlib._typeshed.dbapi.DBAPICursor.close?4()
1816 stdlib._typeshed.dbapi.DBAPICursor.description?4()
1817 stdlib._typeshed.dbapi.DBAPICursor.execute?4(__operation: str, __parameters: Sequence[Any] | Mapping[str, Any] = ...)
1818 stdlib._typeshed.dbapi.DBAPICursor.executemany?4(__operation: str, __seq_of_parameters: Sequence[Sequence[Any]])
1819 stdlib._typeshed.dbapi.DBAPICursor.fetchall?4()
1820 stdlib._typeshed.dbapi.DBAPICursor.fetchmany?4(__size: int = ...)
1821 stdlib._typeshed.dbapi.DBAPICursor.fetchone?4()
1822 stdlib._typeshed.dbapi.DBAPICursor.rowcount?4()
1823 stdlib._typeshed.dbapi.DBAPICursor.setinputsizes?4(__sizes: Sequence[DBAPITypeCode | int | None])
1824 stdlib._typeshed.dbapi.DBAPICursor.setoutputsize?4(__size: int, __column: int = ...)
1825 stdlib._typeshed.dbapi.DBAPITypeCode?7
1826 stdlib._typeshed.sentinel?7
1827 stdlib._typeshed.structseq.n_fields?7
1828 stdlib._typeshed.structseq.n_sequence_fields?7
1829 stdlib._typeshed.structseq.n_unnamed_fields?7
1830 stdlib._typeshed.wsgi.ErrorStream.flush?4()
1831 stdlib._typeshed.wsgi.ErrorStream.write?4(__s: str)
1832 stdlib._typeshed.wsgi.ErrorStream.writelines?4(__seq: list[str])
1833 stdlib._typeshed.wsgi.InputStream.read?4(__size: int = ...)
1834 stdlib._typeshed.wsgi.InputStream.readline?4(__size: int = ...)
1835 stdlib._typeshed.wsgi.InputStream.readlines?4(__hint: int = ...)
1836 stdlib._typeshed.wsgi._Readable.WSGIApplication?7
1837 stdlib._typeshed.wsgi._Readable.WSGIEnvironment?7
1838 stdlib._typeshed.wsgi._Readable.read?4(size: int = ...)
1839 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)
1841 stdlib._typeshed.xml.DOMImplementation.hasFeature?4(feature: str, version: str | None)
1842 stdlib.asyncio._T?8
1843 stdlib.asyncio.base_events.BaseEventLoop.add_reader?4(fd: FileDescriptorLike, callback: Callable[..., Any], *args: Any)
1844 stdlib.asyncio.base_events.BaseEventLoop.add_signal_handler?4(sig: int, callback: Callable[..., Any], *args: Any)
1845 stdlib.asyncio.base_events.BaseEventLoop.add_writer?4(fd: FileDescriptorLike, callback: Callable[..., Any], *args: Any)
1846 stdlib.asyncio.base_events.BaseEventLoop.call_at?4(when: float, callback: Callable[..., object], *args: Any, context: Context | None = None, )
1847 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, )
1849 stdlib.asyncio.base_events.BaseEventLoop.call_soon?4(callback: Callable[..., object], *args: Any, context: Context | None = None)
1850 stdlib.asyncio.base_events.BaseEventLoop.call_soon_threadsafe?4(callback: Callable[..., object], *args: Any, context: Context | None = None)
1851 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, )
1853 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)
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, )
1856 stdlib.asyncio.base_events.BaseEventLoop.create_datagram_endpoint?4(protocol_factory: Callable[[], _ProtocolT], local_addr: tuple[str, int] | str | None = None, remote_addr: tuple[str, int] | str | None = None, *, family: int = 0, proto: int = 0, flags: int = 0, reuse_address: bool | None = ..., reuse_port: bool | None = None, allow_broadcast: bool | None = None, sock: socket | None = None, )
1857 stdlib.asyncio.base_events.BaseEventLoop.create_future?4()
1858 stdlib.asyncio.base_events.BaseEventLoop.create_server?4(protocol_factory: _ProtocolFactory, host: None = None, port: None = None, *, family: int = ..., flags: int = ..., sock: socket = ..., backlog: int = 100, ssl: _SSLContext = None, reuse_address: bool | None = None, reuse_port: bool | None = None, ssl_handshake_timeout: float | None = None, start_serving: bool = True, )
1859 stdlib.asyncio.base_events.BaseEventLoop.create_task?4(coro: _CoroutineLike[_T])
1860 stdlib.asyncio.base_events.BaseEventLoop.default_exception_handler?4(context: _Context)
1861 stdlib.asyncio.base_events.BaseEventLoop.get_debug?4()
1862 stdlib.asyncio.base_events.BaseEventLoop.get_exception_handler?4()
1863 stdlib.asyncio.base_events.BaseEventLoop.get_task_factory?4()
1864 stdlib.asyncio.base_events.BaseEventLoop.getaddrinfo?4(host: bytes | str | None, port: bytes | str | int | None, *, family: int = 0, type: int = 0, proto: int = 0, flags: int = 0, )
1865 stdlib.asyncio.base_events.BaseEventLoop.getnameinfo?4(sockaddr: tuple[str, int] | tuple[str, int, int, int], flags: int = 0)
1866 stdlib.asyncio.base_events.BaseEventLoop.is_closed?4()
1867 stdlib.asyncio.base_events.BaseEventLoop.is_running?4()
1868 stdlib.asyncio.base_events.BaseEventLoop.remove_reader?4(fd: FileDescriptorLike)
1869 stdlib.asyncio.base_events.BaseEventLoop.remove_signal_handler?4(sig: int)
1870 stdlib.asyncio.base_events.BaseEventLoop.remove_writer?4(fd: FileDescriptorLike)
1871 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)
1873 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, )
1875 stdlib.asyncio.base_events.BaseEventLoop.set_debug?4(enabled: bool)
1876 stdlib.asyncio.base_events.BaseEventLoop.set_default_executor?4(executor: Any)
1877 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)
1879 stdlib.asyncio.base_events.BaseEventLoop.shutdown_asyncgens?4()
1880 stdlib.asyncio.base_events.BaseEventLoop.shutdown_default_executor?4()
1881 stdlib.asyncio.base_events.BaseEventLoop.sock_accept?4(sock: socket)
1882 stdlib.asyncio.base_events.BaseEventLoop.sock_connect?4(sock: socket, address: _Address)
1883 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)
1885 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)
1887 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, )
1889 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, )
1891 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, )
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, )
1894 stdlib.asyncio.base_events.BaseEventLoop.time?4()
1895 stdlib.asyncio.base_events.Server.close?4()
1896 stdlib.asyncio.base_events.Server.get_loop?4()
1897 stdlib.asyncio.base_events.Server.is_serving?4()
1898 stdlib.asyncio.base_events.Server.serve_forever?4()
1899 stdlib.asyncio.base_events.Server.sockets?4()
1900 stdlib.asyncio.base_events.Server.start_serving?4()
1901 stdlib.asyncio.base_events.Server.wait_closed?4()
1902 stdlib.asyncio.base_events.Server?1(loop: AbstractEventLoop, sockets: Iterable[socket], protocol_factory: _ProtocolFactory, ssl_context: _SSLContext, backlog: int, ssl_handshake_timeout: float | None, )
1903 stdlib.asyncio.base_events._Context?8
1904 stdlib.asyncio.base_events._ExceptionHandler?8
1905 stdlib.asyncio.base_events._ProtocolFactory?8
1906 stdlib.asyncio.base_events._ProtocolT?8
1907 stdlib.asyncio.base_events._SSLContext?8
1908 stdlib.asyncio.base_events._T?8
1909 stdlib.asyncio.base_futures._CANCELLED?8
1910 stdlib.asyncio.base_futures._FINISHED?8
1911 stdlib.asyncio.base_futures._PENDING?8
1912 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])
1914 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)
1916 stdlib.asyncio.base_tasks._task_repr_info?5(task: tasks.Task[Any])
1917 stdlib.asyncio.constants.ACCEPT_RETRY_DELAY?7
1918 stdlib.asyncio.constants.DEBUG_STACK_DEPTH?7
1919 stdlib.asyncio.constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES?7
1920 stdlib.asyncio.constants.SENDFILE_FALLBACK_READBUFFER_SIZE?7
1921 stdlib.asyncio.constants.SSL_HANDSHAKE_TIMEOUT?7
1922 stdlib.asyncio.constants._SendfileMode.FALLBACK?7
1923 stdlib.asyncio.constants._SendfileMode.TRY_NATIVE?7
1924 stdlib.asyncio.constants._SendfileMode.UNSUPPORTED?7
1925 stdlib.asyncio.coroutines._FunctionT?8
1926 stdlib.asyncio.coroutines._P?8
1927 stdlib.asyncio.coroutines._T?8
1928 stdlib.asyncio.coroutines.coroutine?4(func: _FunctionT)
1929 stdlib.asyncio.coroutines.iscoroutine?4(obj: object)
1930 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: Callable[..., Coroutine[Any, Any, Any]])
1931 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: Callable[_P, Awaitable[_T]])
1932 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: Callable[_P, object])
1933 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: object)
1934 stdlib.asyncio.events.AbstractEventLoop.add_reader?4(fd: FileDescriptorLike, callback: Callable[..., Any], *args: Any)
1935 stdlib.asyncio.events.AbstractEventLoop.add_signal_handler?4(sig: int, callback: Callable[..., object], *args: Any)
1936 stdlib.asyncio.events.AbstractEventLoop.add_writer?4(fd: FileDescriptorLike, callback: Callable[..., Any], *args: Any)
1937 stdlib.asyncio.events.AbstractEventLoop.call_at?4(when: float, callback: Callable[..., object], *args: Any)
1938 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)
1940 stdlib.asyncio.events.AbstractEventLoop.call_soon?4(callback: Callable[..., object], *args: Any)
1941 stdlib.asyncio.events.AbstractEventLoop.call_soon_threadsafe?4(callback: Callable[..., object], *args: Any)
1942 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, )
1944 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)
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, )
1947 stdlib.asyncio.events.AbstractEventLoop.create_datagram_endpoint?4(protocol_factory: Callable[[], _ProtocolT], local_addr: tuple[str, int] | str | None = None, remote_addr: tuple[str, int] | str | None = None, *, family: int = 0, proto: int = 0, flags: int = 0, reuse_address: bool | None = None, reuse_port: bool | None = None, allow_broadcast: bool | None = None, sock: socket | None = None, )
1948 stdlib.asyncio.events.AbstractEventLoop.create_future?4()
1949 stdlib.asyncio.events.AbstractEventLoop.create_server?4(protocol_factory: _ProtocolFactory, host: None = None, port: None = None, *, family: int = ..., flags: int = ..., sock: socket = ..., backlog: int = 100, ssl: _SSLContext = None, reuse_address: bool | None = None, reuse_port: bool | None = None, ssl_handshake_timeout: float | None = None, start_serving: bool = True, )
1950 stdlib.asyncio.events.AbstractEventLoop.create_task?4(coro: _CoroutineLike[_T])
1951 stdlib.asyncio.events.AbstractEventLoop.create_unix_connection?4(protocol_factory: Callable[[], _ProtocolT], path: str | None = None, *, ssl: _SSLContext = None, sock: socket | None = None, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, )
1952 stdlib.asyncio.events.AbstractEventLoop.create_unix_server?4(protocol_factory: _ProtocolFactory, path: StrPath | None = None, *, sock: socket | None = None, backlog: int = 100, ssl: _SSLContext = None, ssl_handshake_timeout: float | None = None, start_serving: bool = True, )
1953 stdlib.asyncio.events.AbstractEventLoop.default_exception_handler?4(context: _Context)
1954 stdlib.asyncio.events.AbstractEventLoop.get_debug?4()
1955 stdlib.asyncio.events.AbstractEventLoop.get_exception_handler?4()
1956 stdlib.asyncio.events.AbstractEventLoop.get_task_factory?4()
1957 stdlib.asyncio.events.AbstractEventLoop.getaddrinfo?4(host: bytes | str | None, port: bytes | str | int | None, *, family: int = 0, type: int = 0, proto: int = 0, flags: int = 0, )
1958 stdlib.asyncio.events.AbstractEventLoop.getnameinfo?4(sockaddr: tuple[str, int] | tuple[str, int, int, int], flags: int = 0)
1959 stdlib.asyncio.events.AbstractEventLoop.is_closed?4()
1960 stdlib.asyncio.events.AbstractEventLoop.is_running?4()
1961 stdlib.asyncio.events.AbstractEventLoop.remove_reader?4(fd: FileDescriptorLike)
1962 stdlib.asyncio.events.AbstractEventLoop.remove_signal_handler?4(sig: int)
1963 stdlib.asyncio.events.AbstractEventLoop.remove_writer?4(fd: FileDescriptorLike)
1964 stdlib.asyncio.events.AbstractEventLoop.run_forever?4()
1965 stdlib.asyncio.events.AbstractEventLoop.run_in_executor?4(executor: Any, func: Callable[..., _T], *args: Any)
1966 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, )
1968 stdlib.asyncio.events.AbstractEventLoop.set_debug?4(enabled: bool)
1969 stdlib.asyncio.events.AbstractEventLoop.set_default_executor?4(executor: Any)
1970 stdlib.asyncio.events.AbstractEventLoop.set_exception_handler?4(handler: _ExceptionHandler | None)
1971 stdlib.asyncio.events.AbstractEventLoop.set_task_factory?4(factory: _TaskFactory | None)
1972 stdlib.asyncio.events.AbstractEventLoop.shutdown_asyncgens?4()
1973 stdlib.asyncio.events.AbstractEventLoop.shutdown_default_executor?4()
1974 stdlib.asyncio.events.AbstractEventLoop.slow_callback_duration?7
1975 stdlib.asyncio.events.AbstractEventLoop.sock_accept?4(sock: socket)
1976 stdlib.asyncio.events.AbstractEventLoop.sock_connect?4(sock: socket, address: _Address)
1977 stdlib.asyncio.events.AbstractEventLoop.sock_recv?4(sock: socket, nbytes: int)
1978 stdlib.asyncio.events.AbstractEventLoop.sock_recv_into?4(sock: socket, buf: WriteableBuffer)
1979 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)
1981 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, )
1983 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, )
1985 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, )
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, )
1988 stdlib.asyncio.events.AbstractEventLoop.time?4()
1989 stdlib.asyncio.events.AbstractEventLoopPolicy.get_child_watcher?4()
1990 stdlib.asyncio.events.AbstractEventLoopPolicy.get_event_loop?4()
1991 stdlib.asyncio.events.AbstractEventLoopPolicy.new_event_loop?4()
1992 stdlib.asyncio.events.AbstractEventLoopPolicy.set_child_watcher?4(watcher: AbstractChildWatcher)
1993 stdlib.asyncio.events.AbstractEventLoopPolicy.set_event_loop?4(loop: AbstractEventLoop | None)
1994 stdlib.asyncio.events.AbstractServer.close?4()
1995 stdlib.asyncio.events.AbstractServer.get_loop?4()
1996 stdlib.asyncio.events.AbstractServer.is_serving?4()
1997 stdlib.asyncio.events.AbstractServer.serve_forever?4()
1998 stdlib.asyncio.events.AbstractServer.start_serving?4()
1999 stdlib.asyncio.events.AbstractServer.wait_closed?4()
2000 stdlib.asyncio.events.BaseDefaultEventLoopPolicy.get_event_loop?4()
2001 stdlib.asyncio.events.BaseDefaultEventLoopPolicy.new_event_loop?4()
2002 stdlib.asyncio.events.BaseDefaultEventLoopPolicy.set_event_loop?4(loop: AbstractEventLoop | None)
2003 stdlib.asyncio.events.Handle._args?8
2004 stdlib.asyncio.events.Handle._cancelled?8
2005 stdlib.asyncio.events.Handle._run?5()
2006 stdlib.asyncio.events.Handle.cancel?4()
2007 stdlib.asyncio.events.Handle.cancelled?4()
2008 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, )
2010 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, )
2012 stdlib.asyncio.events._Context?8
2013 stdlib.asyncio.events._ExceptionHandler?8
2014 stdlib.asyncio.events._ProtocolFactory?8
2015 stdlib.asyncio.events._ProtocolT?8
2016 stdlib.asyncio.events._SSLContext?8
2017 stdlib.asyncio.events._T?8
2018 stdlib.asyncio.events._get_running_loop?5()
2019 stdlib.asyncio.events._set_running_loop?5(__loop: AbstractEventLoop | None)
2020 stdlib.asyncio.events.get_child_watcher?4()
2021 stdlib.asyncio.events.get_event_loop?4()
2022 stdlib.asyncio.events.get_event_loop_policy?4()
2023 stdlib.asyncio.events.get_running_loop?4()
2024 stdlib.asyncio.events.new_event_loop?4()
2025 stdlib.asyncio.events.set_child_watcher?4(watcher: AbstractChildWatcher)
2026 stdlib.asyncio.events.set_event_loop?4(loop: AbstractEventLoop | None)
2027 stdlib.asyncio.events.set_event_loop_policy?4(policy: AbstractEventLoopPolicy | None)
2028 stdlib.asyncio.exceptions.IncompleteReadError.expected?7
2029 stdlib.asyncio.exceptions.IncompleteReadError.partial?7
2030 stdlib.asyncio.exceptions.IncompleteReadError?1(partial: bytes, expected: int | None)
2031 stdlib.asyncio.exceptions.LimitOverrunError.consumed?7
2032 stdlib.asyncio.exceptions.LimitOverrunError?1(message: str, consumed: int)
2033 stdlib.asyncio.format_helpers._FuncType?8
2034 stdlib.asyncio.format_helpers._format_args_and_kwargs?5(args: Iterable[Any], kwargs: dict[str, Any])
2035 stdlib.asyncio.format_helpers._format_callback?5(func: object, args: Iterable[Any], kwargs: dict[str, Any], suffix: str = "")
2036 stdlib.asyncio.format_helpers._format_callback_source?5(func: object, args: Iterable[Any])
2037 stdlib.asyncio.format_helpers._get_function_source?5(func: _FuncType)
2038 stdlib.asyncio.format_helpers._get_function_source?5(func: object)
2039 stdlib.asyncio.format_helpers.extract_stack?4(f: FrameType | None = None, limit: int | None = None)
2040 stdlib.asyncio.futures.Future._asyncio_future_blocking?8
2041 stdlib.asyncio.futures.Future._blocking?8
2042 stdlib.asyncio.futures.Future._callbacks?5()
2043 stdlib.asyncio.futures.Future._exception?5()
2044 stdlib.asyncio.futures.Future._log_traceback?5(val: Literal[False])
2045 stdlib.asyncio.futures.Future._loop?5()
2046 stdlib.asyncio.futures.Future._state?8
2047 stdlib.asyncio.futures.Future.add_done_callback?4(__fn: Callable[[Self], object], *, context: Context | None = None)
2048 stdlib.asyncio.futures.Future.cancel?4()
2049 stdlib.asyncio.futures.Future.cancelled?4()
2050 stdlib.asyncio.futures.Future.done?4()
2051 stdlib.asyncio.futures.Future.exception?4()
2052 stdlib.asyncio.futures.Future.get_loop?4()
2053 stdlib.asyncio.futures.Future.remove_done_callback?4(__fn: Callable[[Self], object])
2054 stdlib.asyncio.futures.Future.result?4()
2055 stdlib.asyncio.futures.Future.set_exception?4(__exception: type | BaseException)
2056 stdlib.asyncio.futures.Future.set_result?4(__result: _T)
2057 stdlib.asyncio.futures.Future?1(*, loop: AbstractEventLoop | None = ...)
2058 stdlib.asyncio.futures._T?8
2059 stdlib.asyncio.futures.isfuture?4(obj: object)
2060 stdlib.asyncio.futures.wrap_future?4(future: _ConcurrentFuture[_T] | Future[_T], *, loop: AbstractEventLoop | None = None)
2061 stdlib.asyncio.locks.Barrier.abort?4()
2062 stdlib.asyncio.locks.Barrier.broken?4()
2063 stdlib.asyncio.locks.Barrier.n_waiting?4()
2064 stdlib.asyncio.locks.Barrier.parties?4()
2065 stdlib.asyncio.locks.Barrier.reset?4()
2066 stdlib.asyncio.locks.Barrier.wait?4()
2067 stdlib.asyncio.locks.Barrier?1(parties: int)
2068 stdlib.asyncio.locks.Condition.acquire?4()
2069 stdlib.asyncio.locks.Condition.locked?4()
2070 stdlib.asyncio.locks.Condition.notify?4(n: int = 1)
2071 stdlib.asyncio.locks.Condition.notify_all?4()
2072 stdlib.asyncio.locks.Condition.release?4()
2073 stdlib.asyncio.locks.Condition.wait?4()
2074 stdlib.asyncio.locks.Condition.wait_for?4(predicate: Callable[[], _T])
2075 stdlib.asyncio.locks.Condition?1(lock: Lock | None = None, *, loop: AbstractEventLoop | None = None)
2076 stdlib.asyncio.locks.Event.clear?4()
2077 stdlib.asyncio.locks.Event.is_set?4()
2078 stdlib.asyncio.locks.Event.set?4()
2079 stdlib.asyncio.locks.Event.wait?4()
2080 stdlib.asyncio.locks.Event?1(*, loop: AbstractEventLoop | None = None)
2081 stdlib.asyncio.locks.Lock.acquire?4()
2082 stdlib.asyncio.locks.Lock.locked?4()
2083 stdlib.asyncio.locks.Lock.release?4()
2084 stdlib.asyncio.locks.Lock?1(*, loop: AbstractEventLoop | None = None)
2085 stdlib.asyncio.locks.Semaphore._value?8
2086 stdlib.asyncio.locks.Semaphore._waiters?8
2087 stdlib.asyncio.locks.Semaphore._wake_up_next?5()
2088 stdlib.asyncio.locks.Semaphore.acquire?4()
2089 stdlib.asyncio.locks.Semaphore.locked?4()
2090 stdlib.asyncio.locks.Semaphore.release?4()
2091 stdlib.asyncio.locks.Semaphore?1(value: int = 1, *, loop: AbstractEventLoop | None = None)
2092 stdlib.asyncio.locks._BarrierState.BROKEN?7
2093 stdlib.asyncio.locks._BarrierState.DRAINING?7
2094 stdlib.asyncio.locks._BarrierState.FILLING?7
2095 stdlib.asyncio.locks._BarrierState.RESETTING?7
2096 stdlib.asyncio.locks._ContextManager?2(lock: Lock | Semaphore)
2097 stdlib.asyncio.locks._T?8
2098 stdlib.asyncio.log.logger?7
2099 stdlib.asyncio.mixins._LoopBoundMixin?2(*, loop: Never = ...)
2100 stdlib.asyncio.mixins._global_lock?8
2101 stdlib.asyncio.proactor_events.BaseProactorEventLoop?1(proactor: Any)
2102 stdlib.asyncio.proactor_events._ProactorBasePipeTransport?2(loop: events.AbstractEventLoop, sock: socket, protocol: streams.StreamReaderProtocol, waiter: futures.Future[Any] | None = None, extra: Mapping[Any, Any] | None = None, server: events.AbstractServer | None = None, )
2103 stdlib.asyncio.proactor_events._ProactorReadPipeTransport?2(loop: events.AbstractEventLoop, sock: socket, protocol: streams.StreamReaderProtocol, waiter: futures.Future[Any] | None = None, extra: Mapping[Any, Any] | None = None, server: events.AbstractServer | None = None, )
2104 stdlib.asyncio.proactor_events._ProactorSocketTransport._sendfile_compatible?8
2105 stdlib.asyncio.proactor_events._ProactorSocketTransport._set_extra?5(sock: socket)
2106 stdlib.asyncio.proactor_events._ProactorSocketTransport.can_write_eof?4()
2107 stdlib.asyncio.proactor_events._ProactorSocketTransport?2(loop: events.AbstractEventLoop, sock: socket, protocol: streams.StreamReaderProtocol, waiter: futures.Future[Any] | None = None, extra: Mapping[Any, Any] | None = None, server: events.AbstractServer | None = None, )
2108 stdlib.asyncio.protocols.BaseProtocol.connection_lost?4(exc: Exception | None)
2109 stdlib.asyncio.protocols.BaseProtocol.connection_made?4(transport: transports.BaseTransport)
2110 stdlib.asyncio.protocols.BaseProtocol.pause_writing?4()
2111 stdlib.asyncio.protocols.BaseProtocol.resume_writing?4()
2112 stdlib.asyncio.protocols.BufferedProtocol.buffer_updated?4(nbytes: int)
2113 stdlib.asyncio.protocols.BufferedProtocol.eof_received?4()
2114 stdlib.asyncio.protocols.BufferedProtocol.get_buffer?4(sizehint: int)
2115 stdlib.asyncio.protocols.DatagramProtocol.connection_made?4(transport: transports.DatagramTransport)
2116 stdlib.asyncio.protocols.DatagramProtocol.datagram_received?4(data: bytes, addr: tuple[str | Any, int])
2117 stdlib.asyncio.protocols.DatagramProtocol.error_received?4(exc: Exception)
2118 stdlib.asyncio.protocols.Protocol.data_received?4(data: bytes)
2119 stdlib.asyncio.protocols.Protocol.eof_received?4()
2120 stdlib.asyncio.protocols.SubprocessProtocol.pipe_connection_lost?4(fd: int, exc: Exception | None)
2121 stdlib.asyncio.protocols.SubprocessProtocol.pipe_data_received?4(fd: int, data: bytes)
2122 stdlib.asyncio.protocols.SubprocessProtocol.process_exited?4()
2123 stdlib.asyncio.queues.Queue._format?5()
2124 stdlib.asyncio.queues.Queue._get?5()
2125 stdlib.asyncio.queues.Queue._init?5(maxsize: int)
2126 stdlib.asyncio.queues.Queue._put?5(item: _T)
2127 stdlib.asyncio.queues.Queue.empty?4()
2128 stdlib.asyncio.queues.Queue.full?4()
2129 stdlib.asyncio.queues.Queue.get?4()
2130 stdlib.asyncio.queues.Queue.get_nowait?4()
2131 stdlib.asyncio.queues.Queue.join?4()
2132 stdlib.asyncio.queues.Queue.maxsize?4()
2133 stdlib.asyncio.queues.Queue.put?4(item: _T)
2134 stdlib.asyncio.queues.Queue.put_nowait?4(item: _T)
2135 stdlib.asyncio.queues.Queue.qsize?4()
2136 stdlib.asyncio.queues.Queue.task_done?4()
2137 stdlib.asyncio.queues.Queue?1(maxsize: int = 0, *, loop: AbstractEventLoop | None = None)
2138 stdlib.asyncio.queues._T?8
2139 stdlib.asyncio.runners.Runner.close?4()
2140 stdlib.asyncio.runners.Runner.get_loop?4()
2141 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)
2143 stdlib.asyncio.runners._T?8
2144 stdlib.asyncio.runners.run?4(main: Coroutine[Any, Any, _T], *, debug: bool = False)
2145 stdlib.asyncio.runners.run?4(main: Coroutine[Any, Any, _T], *, debug: bool | None = ..., loop_factory: Callable[[], AbstractEventLoop] | None = ...)
2146 stdlib.asyncio.runners.run?4(main: Coroutine[Any, Any, _T], *, debug: bool | None = None)
2147 stdlib.asyncio.selector_events.BaseSelectorEventLoop?1(selector: selectors.BaseSelector | None = None)
2148 stdlib.asyncio.sslproto.AppProtocolState.STATE_CON_LOST?7
2149 stdlib.asyncio.sslproto.AppProtocolState.STATE_CON_MADE?7
2150 stdlib.asyncio.sslproto.AppProtocolState.STATE_EOF?7
2151 stdlib.asyncio.sslproto.AppProtocolState.STATE_INIT?7
2152 stdlib.asyncio.sslproto.SSLProtocol._abort?5()
2153 stdlib.asyncio.sslproto.SSLProtocol._app_protocol?8
2154 stdlib.asyncio.sslproto.SSLProtocol._app_protocol_is_buffer?8
2155 stdlib.asyncio.sslproto.SSLProtocol._app_transport?8
2156 stdlib.asyncio.sslproto.SSLProtocol._call_connection_made?8
2157 stdlib.asyncio.sslproto.SSLProtocol._check_handshake_timeout?5()
2158 stdlib.asyncio.sslproto.SSLProtocol._extra?8
2159 stdlib.asyncio.sslproto.SSLProtocol._fatal_error?5(exc: BaseException, message: str = "Fatal error on transport")
2160 stdlib.asyncio.sslproto.SSLProtocol._finalize?5()
2161 stdlib.asyncio.sslproto.SSLProtocol._get_extra_info?5(name: str, default: Any | None = None)
2162 stdlib.asyncio.sslproto.SSLProtocol._in_handshake?8
2163 stdlib.asyncio.sslproto.SSLProtocol._in_shutdown?8
2164 stdlib.asyncio.sslproto.SSLProtocol._loop?8
2165 stdlib.asyncio.sslproto.SSLProtocol._on_handshake_complete?5(handshake_exc: BaseException | None)
2166 stdlib.asyncio.sslproto.SSLProtocol._process_write_backlog?5()
2167 stdlib.asyncio.sslproto.SSLProtocol._server_hostname?8
2168 stdlib.asyncio.sslproto.SSLProtocol._server_side?8
2169 stdlib.asyncio.sslproto.SSLProtocol._session_established?8
2170 stdlib.asyncio.sslproto.SSLProtocol._set_app_protocol?5(app_protocol: protocols.BaseProtocol)
2171 stdlib.asyncio.sslproto.SSLProtocol._ssl_handshake_timeout?8
2172 stdlib.asyncio.sslproto.SSLProtocol._sslcontext?8
2173 stdlib.asyncio.sslproto.SSLProtocol._sslpipe?8
2174 stdlib.asyncio.sslproto.SSLProtocol._start_handshake?5()
2175 stdlib.asyncio.sslproto.SSLProtocol._start_shutdown?5()
2176 stdlib.asyncio.sslproto.SSLProtocol._transport?8
2177 stdlib.asyncio.sslproto.SSLProtocol._waiter?8
2178 stdlib.asyncio.sslproto.SSLProtocol._wakeup_waiter?5(exc: BaseException | None = None)
2179 stdlib.asyncio.sslproto.SSLProtocol._write_appdata?5(data: bytes)
2180 stdlib.asyncio.sslproto.SSLProtocol._write_backlog?8
2181 stdlib.asyncio.sslproto.SSLProtocol._write_buffer_size?8
2182 stdlib.asyncio.sslproto.SSLProtocol.connection_lost?4(exc: BaseException | None)
2183 stdlib.asyncio.sslproto.SSLProtocol.eof_received?4()
2184 stdlib.asyncio.sslproto.SSLProtocol.get_buffer?4(n: int)
2185 stdlib.asyncio.sslproto.SSLProtocol.max_size?7
2186 stdlib.asyncio.sslproto.SSLProtocol?1(loop: events.AbstractEventLoop, app_protocol: protocols.BaseProtocol, sslcontext: ssl.SSLContext, waiter: futures.Future[Any], server_side: bool = False, server_hostname: str | None = None, call_connection_made: bool = True, ssl_handshake_timeout: int | None = None, )
2187 stdlib.asyncio.sslproto.SSLProtocolState.DO_HANDSHAKE?7
2188 stdlib.asyncio.sslproto.SSLProtocolState.FLUSHING?7
2189 stdlib.asyncio.sslproto.SSLProtocolState.SHUTDOWN?7
2190 stdlib.asyncio.sslproto.SSLProtocolState.UNWRAPPED?7
2191 stdlib.asyncio.sslproto.SSLProtocolState.WRAPPED?7
2192 stdlib.asyncio.sslproto._SSLPipe._context?8
2193 stdlib.asyncio.sslproto._SSLPipe._handshake_cb?8
2194 stdlib.asyncio.sslproto._SSLPipe._incoming?8
2195 stdlib.asyncio.sslproto._SSLPipe._need_ssldata?8
2196 stdlib.asyncio.sslproto._SSLPipe._outgoing?8
2197 stdlib.asyncio.sslproto._SSLPipe._server_hostname?8
2198 stdlib.asyncio.sslproto._SSLPipe._server_side?8
2199 stdlib.asyncio.sslproto._SSLPipe._shutdown_cb?8
2200 stdlib.asyncio.sslproto._SSLPipe._sslobj?8
2201 stdlib.asyncio.sslproto._SSLPipe._state?8
2202 stdlib.asyncio.sslproto._SSLPipe.context?4()
2203 stdlib.asyncio.sslproto._SSLPipe.do_handshake?4(callback: Callable[[BaseException | None], object] | None = None)
2204 stdlib.asyncio.sslproto._SSLPipe.feed_appdata?4(data: bytes, offset: int = 0)
2205 stdlib.asyncio.sslproto._SSLPipe.feed_eof?4()
2206 stdlib.asyncio.sslproto._SSLPipe.feed_ssldata?4(data: bytes, only_handshake: bool = False)
2207 stdlib.asyncio.sslproto._SSLPipe.max_size?7
2208 stdlib.asyncio.sslproto._SSLPipe.need_ssldata?4()
2209 stdlib.asyncio.sslproto._SSLPipe.shutdown?4(callback: Callable[[], object] | None = None)
2210 stdlib.asyncio.sslproto._SSLPipe.ssl_object?4()
2211 stdlib.asyncio.sslproto._SSLPipe.wrapped?4()
2212 stdlib.asyncio.sslproto._SSLPipe?2(context: ssl.SSLContext, server_side: bool, server_hostname: str | None = None)
2213 stdlib.asyncio.sslproto._SSLProtocolTransport._SSLProtocolBase?8
2214 stdlib.asyncio.sslproto._SSLProtocolTransport._closed?8
2215 stdlib.asyncio.sslproto._SSLProtocolTransport._loop?8
2216 stdlib.asyncio.sslproto._SSLProtocolTransport._protocol_paused?5()
2217 stdlib.asyncio.sslproto._SSLProtocolTransport._sendfile_compatible?8
2218 stdlib.asyncio.sslproto._SSLProtocolTransport._ssl_protocol?8
2219 stdlib.asyncio.sslproto._SSLProtocolTransport.can_write_eof?4()
2220 stdlib.asyncio.sslproto._SSLProtocolTransport.get_extra_info?4(name: str, default: Any | None = None)
2221 stdlib.asyncio.sslproto._SSLProtocolTransport.get_read_buffer_limits?4()
2222 stdlib.asyncio.sslproto._SSLProtocolTransport.get_read_buffer_size?4()
2223 stdlib.asyncio.sslproto._SSLProtocolTransport.get_write_buffer_limits?4()
2224 stdlib.asyncio.sslproto._SSLProtocolTransport.set_read_buffer_limits?4(high: int | None = None, low: int | None = None)
2225 stdlib.asyncio.sslproto._SSLProtocolTransport.write?4(data: bytes | bytearray | memoryview)
2226 stdlib.asyncio.sslproto._SSLProtocolTransport?2(loop: events.AbstractEventLoop, ssl_protocol: SSLProtocol)
2227 stdlib.asyncio.sslproto._create_transport_context?5(server_side: bool, server_hostname: str | None)
2228 stdlib.asyncio.sslproto.add_flowcontrol_defaults?4(high: int | None, low: int | None, kb: int)
2229 stdlib.asyncio.staggered.staggered_race?4(coro_fns: Iterable[Callable[[], Awaitable[Any]]], delay: float | None, *, loop: events.AbstractEventLoop | None = None)
2230 stdlib.asyncio.streams.FlowControlMixin?1(loop: events.AbstractEventLoop | None = None)
2231 stdlib.asyncio.streams.IncompleteReadError.expected?7
2232 stdlib.asyncio.streams.IncompleteReadError.partial?7
2233 stdlib.asyncio.streams.IncompleteReadError?1(partial: bytes, expected: int | None)
2234 stdlib.asyncio.streams.LimitOverrunError.consumed?7
2235 stdlib.asyncio.streams.LimitOverrunError?1(message: str, consumed: int)
2236 stdlib.asyncio.streams.StreamReader.at_eof?4()
2237 stdlib.asyncio.streams.StreamReader.exception?4()
2238 stdlib.asyncio.streams.StreamReader.feed_data?4(data: Iterable[SupportsIndex])
2239 stdlib.asyncio.streams.StreamReader.feed_eof?4()
2240 stdlib.asyncio.streams.StreamReader.read?4(n: int = -1)
2241 stdlib.asyncio.streams.StreamReader.readexactly?4(n: int)
2242 stdlib.asyncio.streams.StreamReader.readline?4()
2243 stdlib.asyncio.streams.StreamReader.readuntil?4(separator: bytes | bytearray | memoryview = b"\n")
2244 stdlib.asyncio.streams.StreamReader.set_exception?4(exc: Exception)
2245 stdlib.asyncio.streams.StreamReader.set_transport?4(transport: transports.BaseTransport)
2246 stdlib.asyncio.streams.StreamReader?1(limit: int = 65536, loop: events.AbstractEventLoop | None = None)
2247 stdlib.asyncio.streams.StreamReaderProtocol?1(stream_reader: StreamReader, client_connected_cb: _ClientConnectedCallback | None = None, loop: events.AbstractEventLoop | None = None, )
2248 stdlib.asyncio.streams.StreamWriter.can_write_eof?4()
2249 stdlib.asyncio.streams.StreamWriter.close?4()
2250 stdlib.asyncio.streams.StreamWriter.drain?4()
2251 stdlib.asyncio.streams.StreamWriter.get_extra_info?4(name: str, default: Any = None)
2252 stdlib.asyncio.streams.StreamWriter.is_closing?4()
2253 stdlib.asyncio.streams.StreamWriter.start_tls?4(sslcontext: ssl.SSLContext, *, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None)
2254 stdlib.asyncio.streams.StreamWriter.transport?4()
2255 stdlib.asyncio.streams.StreamWriter.wait_closed?4()
2256 stdlib.asyncio.streams.StreamWriter.write?4(data: bytes | bytearray | memoryview)
2257 stdlib.asyncio.streams.StreamWriter.write_eof?4()
2258 stdlib.asyncio.streams.StreamWriter.writelines?4(data: Iterable[bytes | bytearray | memoryview])
2259 stdlib.asyncio.streams.StreamWriter?1(transport: transports.WriteTransport, protocol: protocols.BaseProtocol, reader: StreamReader | None, loop: events.AbstractEventLoop, )
2260 stdlib.asyncio.streams._ClientConnectedCallback?8
2261 stdlib.asyncio.streams.open_connection?4(host: str | None = None, port: int | str | None = None, *, limit: int = 65536, ssl_handshake_timeout: float | None = ..., **kwds: Any, )
2262 stdlib.asyncio.streams.open_connection?4(host: str | None = None, port: int | str | None = None, *, loop: events.AbstractEventLoop | None = None, limit: int = 65536, ssl_handshake_timeout: float | None = ..., **kwds: Any, )
2263 stdlib.asyncio.streams.open_unix_connection?4(path: StrPath | None = None, *, limit: int = 65536, **kwds: Any)
2264 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, )
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, )
2267 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, )
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
2272 stdlib.asyncio.tasks.FIRST_COMPLETED?7
2273 stdlib.asyncio.tasks.FIRST_EXCEPTION?7
2274 stdlib.asyncio.tasks.Task.all_tasks?4(loop: AbstractEventLoop | None = None)
2275 stdlib.asyncio.tasks.Task.cancelling?4()
2276 stdlib.asyncio.tasks.Task.current_task?4(loop: AbstractEventLoop | None = None)
2277 stdlib.asyncio.tasks.Task.get_context?4()
2278 stdlib.asyncio.tasks.Task.get_coro?4()
2279 stdlib.asyncio.tasks.Task.get_name?4()
2280 stdlib.asyncio.tasks.Task.get_stack?4(*, limit: int | None = None)
2281 stdlib.asyncio.tasks.Task.print_stack?4(*, limit: int | None = None, file: TextIO | None = None)
2282 stdlib.asyncio.tasks.Task.set_name?4(__value: object)
2283 stdlib.asyncio.tasks.Task.uncancel?4()
2284 stdlib.asyncio.tasks.Task?1(coro: _TaskCompatibleCoro[_T_co], *, loop: AbstractEventLoop = ...)
2285 stdlib.asyncio.tasks._FT?8
2286 stdlib.asyncio.tasks._FutureLike?8
2287 stdlib.asyncio.tasks._T1?8
2288 stdlib.asyncio.tasks._T2?8
2289 stdlib.asyncio.tasks._T3?8
2290 stdlib.asyncio.tasks._T4?8
2291 stdlib.asyncio.tasks._T5?8
2292 stdlib.asyncio.tasks._T?8
2293 stdlib.asyncio.tasks._T_co?8
2294 stdlib.asyncio.tasks._TaskYieldType?8
2295 stdlib.asyncio.tasks._enter_task?5(loop: AbstractEventLoop, task: Task[Any])
2296 stdlib.asyncio.tasks._leave_task?5(loop: AbstractEventLoop, task: Task[Any])
2297 stdlib.asyncio.tasks._register_task?5(task: Task[Any])
2298 stdlib.asyncio.tasks._unregister_task?5(task: Task[Any])
2299 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)
2301 stdlib.asyncio.tasks.as_completed?4(fs: Iterable[_FutureLike[_T]], *, timeout: float | None = None)
2302 stdlib.asyncio.tasks.create_task?4(coro: _CoroutineLike[_T])
2303 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)
2305 stdlib.asyncio.tasks.current_task?4(loop: AbstractEventLoop | None = None)
2306 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)
2308 stdlib.asyncio.tasks.gather?4(*coros_or_futures: _FutureLike[Any], loop: AbstractEventLoop | None = None, return_exceptions: bool = False)
2309 stdlib.asyncio.tasks.gather?4(*coros_or_futures: _FutureLike[Any], return_exceptions: bool = False)
2310 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)
2312 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)
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, )
2315 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], *, loop: AbstractEventLoop | None = None, return_exceptions: bool, )
2316 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], *, return_exceptions: Literal[False] = False)
2317 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], *, return_exceptions: bool)
2318 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False, )
2319 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], *, loop: AbstractEventLoop | None = None, return_exceptions: bool, )
2320 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], *, return_exceptions: Literal[False] = False, )
2321 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], *, return_exceptions: bool, )
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, )
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, )
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, )
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, )
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, )
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, )
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, )
2330 stdlib.asyncio.tasks.run_coroutine_threadsafe?4(coro: _FutureLike[_T], loop: AbstractEventLoop)
2331 stdlib.asyncio.tasks.shield?4(arg: _FutureLike[_T])
2332 stdlib.asyncio.tasks.shield?4(arg: _FutureLike[_T], *, loop: AbstractEventLoop | None = None)
2333 stdlib.asyncio.tasks.sleep?4(delay: float)
2334 stdlib.asyncio.tasks.sleep?4(delay: float, *, loop: AbstractEventLoop | None = None)
2335 stdlib.asyncio.tasks.sleep?4(delay: float, result: _T)
2336 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", )
2338 stdlib.asyncio.tasks.wait?4(fs: Iterable[Awaitable[_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", )
2340 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)
2342 stdlib.asyncio.tasks.wait_for?4(fut: _FutureLike[_T], timeout: float | None, *, loop: AbstractEventLoop | None = None)
2343 stdlib.asyncio.threads._P?8
2344 stdlib.asyncio.threads._R?8
2345 stdlib.asyncio.threads.to_thread?4(__func: Callable[_P, _R], *args: _P.args, **kwargs: _P.kwargs)
2346 stdlib.asyncio.timeouts.Timeout.expired?4()
2347 stdlib.asyncio.timeouts.Timeout.reschedule?4(when: float | None)
2348 stdlib.asyncio.timeouts.Timeout.when?4()
2349 stdlib.asyncio.timeouts.Timeout?1(when: float | None)
2350 stdlib.asyncio.timeouts.timeout?4(delay: float | None)
2351 stdlib.asyncio.timeouts.timeout_at?4(when: float | None)
2352 stdlib.asyncio.transports.BaseTransport.close?4()
2353 stdlib.asyncio.transports.BaseTransport.get_extra_info?4(name: str, default: Any = None)
2354 stdlib.asyncio.transports.BaseTransport.get_protocol?4()
2355 stdlib.asyncio.transports.BaseTransport.is_closing?4()
2356 stdlib.asyncio.transports.BaseTransport.set_protocol?4(protocol: BaseProtocol)
2357 stdlib.asyncio.transports.BaseTransport?1(extra: Mapping[str, Any] | None = None)
2358 stdlib.asyncio.transports.DatagramTransport.abort?4()
2359 stdlib.asyncio.transports.DatagramTransport.sendto?4(data: bytes | bytearray | memoryview, addr: _Address | None = None)
2360 stdlib.asyncio.transports.ReadTransport.is_reading?4()
2361 stdlib.asyncio.transports.ReadTransport.pause_reading?4()
2362 stdlib.asyncio.transports.ReadTransport.resume_reading?4()
2363 stdlib.asyncio.transports.SubprocessTransport.get_pid?4()
2364 stdlib.asyncio.transports.SubprocessTransport.get_pipe_transport?4(fd: int)
2365 stdlib.asyncio.transports.SubprocessTransport.get_returncode?4()
2366 stdlib.asyncio.transports.SubprocessTransport.kill?4()
2367 stdlib.asyncio.transports.SubprocessTransport.send_signal?4(signal: int)
2368 stdlib.asyncio.transports.SubprocessTransport.terminate?4()
2369 stdlib.asyncio.transports.WriteTransport.abort?4()
2370 stdlib.asyncio.transports.WriteTransport.can_write_eof?4()
2371 stdlib.asyncio.transports.WriteTransport.get_write_buffer_limits?4()
2372 stdlib.asyncio.transports.WriteTransport.get_write_buffer_size?4()
2373 stdlib.asyncio.transports.WriteTransport.set_write_buffer_limits?4(high: int | None = None, low: int | None = None)
2374 stdlib.asyncio.transports.WriteTransport.write?4(data: bytes | bytearray | memoryview)
2375 stdlib.asyncio.transports.WriteTransport.write_eof?4()
2376 stdlib.asyncio.transports.WriteTransport.writelines?4(list_of_data: Iterable[bytes | bytearray | memoryview])
2377 stdlib.asyncio.transports._FlowControlMixin?2(extra: Mapping[str, Any] | None = None, loop: AbstractEventLoop | None = None)
2378 stdlib.asyncio.trsock.TransportSocket._na?5(what: str)
2379 stdlib.asyncio.trsock.TransportSocket.accept?4()
2380 stdlib.asyncio.trsock.TransportSocket.bind?4(address: _Address)
2381 stdlib.asyncio.trsock.TransportSocket.connect?4(address: _Address)
2382 stdlib.asyncio.trsock.TransportSocket.connect_ex?4(address: _Address)
2383 stdlib.asyncio.trsock.TransportSocket.dup?4()
2384 stdlib.asyncio.trsock.TransportSocket.family?4()
2385 stdlib.asyncio.trsock.TransportSocket.fileno?4()
2386 stdlib.asyncio.trsock.TransportSocket.get_inheritable?4()
2387 stdlib.asyncio.trsock.TransportSocket.getpeername?4()
2388 stdlib.asyncio.trsock.TransportSocket.getsockbyname?4()
2389 stdlib.asyncio.trsock.TransportSocket.getsockname?4()
2390 stdlib.asyncio.trsock.TransportSocket.getsockopt?4(level: int, optname: int, buflen: int)
2391 stdlib.asyncio.trsock.TransportSocket.gettimeout?4()
2392 stdlib.asyncio.trsock.TransportSocket.ioctl?4(control: int, option: int | tuple[int, int, int] | bool)
2393 stdlib.asyncio.trsock.TransportSocket.listen?4(__backlog: int = ...)
2394 stdlib.asyncio.trsock.TransportSocket.proto?4()
2395 stdlib.asyncio.trsock.TransportSocket.setblocking?4(flag: bool)
2396 stdlib.asyncio.trsock.TransportSocket.setsockopt?4(level: int, optname: int, value: None, optlen: int)
2397 stdlib.asyncio.trsock.TransportSocket.settimeout?4(value: float | None)
2398 stdlib.asyncio.trsock.TransportSocket.shutdown?4(how: int)
2399 stdlib.asyncio.trsock.TransportSocket.type?4()
2400 stdlib.asyncio.trsock.TransportSocket?1(sock: socket.socket)
2401 stdlib.asyncio.trsock._Address?8
2402 stdlib.asyncio.trsock._CMSG?8
2403 stdlib.asyncio.trsock._RetAddress?8
2404 stdlib.asyncio.trsock._WriteBuffer?8
2405 stdlib.asyncio.trsock.close?4(self)
2406 stdlib.asyncio.trsock.detach?4(self)
2407 stdlib.asyncio.trsock.makefile?4(self)
2408 stdlib.asyncio.trsock.recv?4(self, bufsize: int, flags: int = ...)
2409 stdlib.asyncio.trsock.recv_into?4(self, buffer: _WriteBuffer, nbytes: int = ..., flags: int = ...)
2410 stdlib.asyncio.trsock.recvfrom?4(self, bufsize: int, flags: int = ...)
2411 stdlib.asyncio.trsock.recvfrom_into?4(self, buffer: _WriteBuffer, nbytes: int = ..., flags: int = ...)
2412 stdlib.asyncio.trsock.recvmsg?4(self, __bufsize: int, __ancbufsize: int = ..., __flags: int = ...)
2413 stdlib.asyncio.trsock.recvmsg_into?4(self, __buffers: Iterable[_WriteBuffer], __ancbufsize: int = ..., __flags: int = ...)
2414 stdlib.asyncio.trsock.send?4(self, data: ReadableBuffer, flags: int = ...)
2415 stdlib.asyncio.trsock.sendall?4(self, data: ReadableBuffer, flags: int = ...)
2416 stdlib.asyncio.trsock.sendfile?4(self, file: BinaryIO, offset: int = ..., count: int | None = ...)
2417 stdlib.asyncio.trsock.sendmsg?4(self, __buffers: Iterable[ReadableBuffer], __ancdata: Iterable[_CMSG] = ..., __flags: int = ..., __address: _Address = ..., )
2418 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)
2420 stdlib.asyncio.trsock.sendto?4(self, data: ReadableBuffer, flags: int, address: _Address)
2421 stdlib.asyncio.trsock.set_inheritable?4(self, inheritable: bool)
2422 stdlib.asyncio.trsock.share?4(self, process_id: int)
2423 stdlib.asyncio.unix_events.AbstractChildWatcher.DefaultEventLoopPolicy?7
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)
2427 stdlib.asyncio.unix_events.AbstractChildWatcher.close?4()
2428 stdlib.asyncio.unix_events.AbstractChildWatcher.is_active?4()
2429 stdlib.asyncio.unix_events.AbstractChildWatcher.remove_child_handler?4(pid: int)
2430 stdlib.asyncio.unix_events.BaseChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2431 stdlib.asyncio.unix_events.BaseChildWatcher.close?4()
2432 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)
2434 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)
2436 stdlib.asyncio.unix_events.MultiLoopChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2437 stdlib.asyncio.unix_events.MultiLoopChildWatcher.close?4()
2438 stdlib.asyncio.unix_events.MultiLoopChildWatcher.is_active?4()
2439 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)
2441 stdlib.asyncio.unix_events.PidfdChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2442 stdlib.asyncio.unix_events.PidfdChildWatcher.close?4()
2443 stdlib.asyncio.unix_events.PidfdChildWatcher.is_active?4()
2444 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)
2446 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)
2448 stdlib.asyncio.unix_events.ThreadedChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2449 stdlib.asyncio.unix_events.ThreadedChildWatcher.close?4()
2450 stdlib.asyncio.unix_events.ThreadedChildWatcher.is_active?4()
2451 stdlib.asyncio.unix_events.ThreadedChildWatcher.remove_child_handler?4(pid: int)
2452 stdlib.asyncio.unix_events._UnixDefaultEventLoopPolicy.get_child_watcher?4()
2453 stdlib.asyncio.unix_events._UnixDefaultEventLoopPolicy.set_child_watcher?4(watcher: AbstractChildWatcher | None)
2454 stdlib.collections.ChainMap.copy?4()
2455 stdlib.collections.ChainMap.fromkeys?4(__iterable: Iterable[_T], __value: _S)
2456 stdlib.collections.ChainMap.maps?7
2457 stdlib.collections.ChainMap.new_child?4(m: MutableMapping[_KT, _VT] | None = ...)
2458 stdlib.collections.ChainMap.parents?4()
2459 stdlib.collections.ChainMap.pop?4(key: _KT, default: _VT | _T = ...)
2460 stdlib.collections.ChainMap.setdefault?4(key: _KT, default: _VT = ...)
2461 stdlib.collections.ChainMap?1(*maps: MutableMapping[_KT, _VT])
2462 stdlib.collections.Counter.copy?4()
2463 stdlib.collections.Counter.elements?4()
2464 stdlib.collections.Counter.fromkeys?4(iterable: Any, v: int | None = ...)
2465 stdlib.collections.Counter.most_common?4(n: int | None = ...)
2466 stdlib.collections.Counter.subtract?4(__iterable: Iterable[_T])
2467 stdlib.collections.Counter.total?4()
2468 stdlib.collections.Counter.update?4(__m: None = ..., **kwargs: int)
2469 stdlib.collections.Counter?1(__iterable: Iterable[_T])
2470 stdlib.collections.OrderedDict.copy?4()
2471 stdlib.collections.OrderedDict.fromkeys?4(iterable: Iterable[_T], value: _S)
2472 stdlib.collections.OrderedDict.items?4()
2473 stdlib.collections.OrderedDict.keys?4()
2474 stdlib.collections.OrderedDict.move_to_end?4(key: _KT, last: bool = ...)
2475 stdlib.collections.OrderedDict.popitem?4(last: bool = ...)
2476 stdlib.collections.OrderedDict.setdefault?4(key: _KT, default: _VT)
2477 stdlib.collections.OrderedDict.values?4()
2478 stdlib.collections.UserDict.copy?4()
2479 stdlib.collections.UserDict.data?7
2480 stdlib.collections.UserDict.fromkeys?4(iterable: Iterable[_T], value: _S)
2481 stdlib.collections.UserDict?1(str], __iterable: Iterable[list[str]])
2482 stdlib.collections.UserList.append?4(item: _T)
2483 stdlib.collections.UserList.copy?4()
2484 stdlib.collections.UserList.count?4(item: _T)
2485 stdlib.collections.UserList.data?7
2486 stdlib.collections.UserList.extend?4(other: Iterable[_T])
2487 stdlib.collections.UserList.index?4(item: _T, __start: SupportsIndex = ..., __stop: SupportsIndex = ...)
2488 stdlib.collections.UserList.insert?4(i: int, item: _T)
2489 stdlib.collections.UserList.pop?4(i: int = ...)
2490 stdlib.collections.UserList.remove?4(item: _T)
2491 stdlib.collections.UserList.sort?4(*, key: Callable[[_T], SupportsRichComparison], reverse: bool = ...)
2492 stdlib.collections.UserList?1(initlist: Iterable[_T])
2493 stdlib.collections.UserString.capitalize?4()
2494 stdlib.collections.UserString.casefold?4()
2495 stdlib.collections.UserString.center?4(width: int, *args: Any)
2496 stdlib.collections.UserString.count?4(sub: str | UserString, start: int = ..., end: int = ...)
2497 stdlib.collections.UserString.data?7
2498 stdlib.collections.UserString.encode?4(encoding: str | None = ..., errors: str | None = ...)
2499 stdlib.collections.UserString.endswith?4(suffix: str | tuple[str, ...], start: int | None = ..., end: int | None = ...)
2500 stdlib.collections.UserString.expandtabs?4(tabsize: int = ...)
2501 stdlib.collections.UserString.find?4(sub: str | UserString, start: int = ..., end: int = ...)
2502 stdlib.collections.UserString.format?4(*args: Any, **kwds: Any)
2503 stdlib.collections.UserString.format_map?4(mapping: Mapping[str, Any])
2504 stdlib.collections.UserString.index?4(sub: str, start: int = ..., end: int = ...)
2505 stdlib.collections.UserString.isalnum?4()
2506 stdlib.collections.UserString.isalpha?4()
2507 stdlib.collections.UserString.isascii?4()
2508 stdlib.collections.UserString.isdecimal?4()
2509 stdlib.collections.UserString.isdigit?4()
2510 stdlib.collections.UserString.isidentifier?4()
2511 stdlib.collections.UserString.islower?4()
2512 stdlib.collections.UserString.isnumeric?4()
2513 stdlib.collections.UserString.isprintable?4()
2514 stdlib.collections.UserString.isspace?4()
2515 stdlib.collections.UserString.istitle?4()
2516 stdlib.collections.UserString.isupper?4()
2517 stdlib.collections.UserString.join?4(seq: Iterable[str])
2518 stdlib.collections.UserString.ljust?4(width: int, *args: Any)
2519 stdlib.collections.UserString.lower?4()
2520 stdlib.collections.UserString.lstrip?4(chars: str | None = ...)
2521 stdlib.collections.UserString.maketrans?4(y: str, z: str = ...)
2522 stdlib.collections.UserString.partition?4(sep: str)
2523 stdlib.collections.UserString.removeprefix?4(__prefix: str | UserString)
2524 stdlib.collections.UserString.removesuffix?4(__suffix: str | UserString)
2525 stdlib.collections.UserString.replace?4(old: str | UserString, new: str | UserString, maxsplit: int = ...)
2526 stdlib.collections.UserString.rfind?4(sub: str | UserString, start: int = ..., end: int = ...)
2527 stdlib.collections.UserString.rindex?4(sub: str | UserString, start: int = ..., end: int = ...)
2528 stdlib.collections.UserString.rjust?4(width: int, *args: Any)
2529 stdlib.collections.UserString.rpartition?4(sep: str)
2530 stdlib.collections.UserString.rsplit?4(sep: str | None = ..., maxsplit: int = ...)
2531 stdlib.collections.UserString.rstrip?4(chars: str | None = ...)
2532 stdlib.collections.UserString.split?4(sep: str | None = ..., maxsplit: int = ...)
2533 stdlib.collections.UserString.splitlines?4(keepends: bool = ...)
2534 stdlib.collections.UserString.startswith?4(prefix: str | tuple[str, ...], start: int | None = ..., end: int | None = ...)
2535 stdlib.collections.UserString.strip?4(chars: str | None = ...)
2536 stdlib.collections.UserString.swapcase?4()
2537 stdlib.collections.UserString.title?4()
2538 stdlib.collections.UserString.translate?4(*args: Any)
2539 stdlib.collections.UserString.upper?4()
2540 stdlib.collections.UserString.zfill?4(width: int)
2541 stdlib.collections.UserString?1(seq: object)
2542 stdlib.collections._KT?8
2543 stdlib.collections._KT_co?8
2544 stdlib.collections._S?8
2545 stdlib.collections._T1?8
2546 stdlib.collections._T2?8
2547 stdlib.collections._T?8
2548 stdlib.collections._VT?8
2549 stdlib.collections._VT_co?8
2550 stdlib.collections.defaultdict.copy?4()
2551 stdlib.collections.defaultdict.default_factory?7
2552 stdlib.collections.defaultdict?1(_VT], __default_factory: Callable[[], _VT] | None, __iterable: Iterable[tuple[str, _VT]], **kwargs: _VT, )
2553 stdlib.collections.deque.append?4(__x: _T)
2554 stdlib.collections.deque.appendleft?4(__x: _T)
2555 stdlib.collections.deque.copy?4()
2556 stdlib.collections.deque.count?4(__x: _T)
2557 stdlib.collections.deque.extend?4(__iterable: Iterable[_T])
2558 stdlib.collections.deque.extendleft?4(__iterable: Iterable[_T])
2559 stdlib.collections.deque.index?4(__x: _T, __start: int = ..., __stop: int = ...)
2560 stdlib.collections.deque.insert?4(__i: int, __x: _T)
2561 stdlib.collections.deque.maxlen?4()
2562 stdlib.collections.deque.pop?4()
2563 stdlib.collections.deque.popleft?4()
2564 stdlib.collections.deque.remove?4(__value: _T)
2565 stdlib.collections.deque.rotate?4(__n: int = ...)
2566 stdlib.collections.deque?1(iterable: Iterable[_T], maxlen: int | None = ...)
2567 stdlib.collections.namedtuple?4(typename: str, field_names: str | Iterable[str], *, rename: bool = ..., module: str | None = ..., defaults: Iterable[Any] | None = ..., )
2568 stdlib.os.DirEntry.inode?4()
2569 stdlib.os.DirEntry.is_dir?4(*, follow_symlinks: bool = ...)
2570 stdlib.os.DirEntry.is_file?4(*, follow_symlinks: bool = ...)
2571 stdlib.os.DirEntry.is_symlink?4()
2572 stdlib.os.DirEntry.name?4()
2573 stdlib.os.DirEntry.path?4()
2574 stdlib.os.DirEntry.stat?4(*, follow_symlinks: bool = ...)
2575 stdlib.os.F_OK?7
2576 stdlib.os.O_ACCMODE?7
2577 stdlib.os.O_APPEND?7
2578 stdlib.os.O_ASYNC?7
2579 stdlib.os.O_BINARY?7
2580 stdlib.os.O_CLOEXEC?7
2581 stdlib.os.O_CREAT?7
2582 stdlib.os.O_DIRECT?7
2583 stdlib.os.O_DIRECTORY?7
2584 stdlib.os.O_DSYNC?7
2585 stdlib.os.O_EXCL?7
2586 stdlib.os.O_EXLOCK?7
2587 stdlib.os.O_LARGEFILE?7
2588 stdlib.os.O_NDELAY?7
2589 stdlib.os.O_NOATIME?7
2590 stdlib.os.O_NOCTTY?7
2591 stdlib.os.O_NOFOLLOW?7
2592 stdlib.os.O_NOINHERIT?7
2593 stdlib.os.O_NONBLOCK?7
2594 stdlib.os.O_PATH?7
2595 stdlib.os.O_RANDOM?7
2596 stdlib.os.O_RDONLY?7
2597 stdlib.os.O_RDWR?7
2598 stdlib.os.O_RSYNC?7
2599 stdlib.os.O_SEQUENTIAL?7
2600 stdlib.os.O_SHLOCK?7
2601 stdlib.os.O_SHORT_LIVED?7
2602 stdlib.os.O_SYNC?7
2603 stdlib.os.O_TEMPORARY?7
2604 stdlib.os.O_TEXT?7
2605 stdlib.os.O_TMPFILE?7
2606 stdlib.os.O_TRUNC?7
2607 stdlib.os.O_WRONLY?7
2608 stdlib.os.P_NOWAIT?7
2609 stdlib.os.P_NOWAITO?7
2610 stdlib.os.P_WAIT?7
2611 stdlib.os.R_OK?7
2612 stdlib.os.SEEK_CUR?7
2613 stdlib.os.SEEK_END?7
2614 stdlib.os.SEEK_SET?7
2615 stdlib.os.TMP_MAX?7
2616 stdlib.os.WCOREDUMP?4(__status: int)
2617 stdlib.os.WEXITSTATUS?4(status: int)
2618 stdlib.os.WIFCONTINUED?4(status: int)
2619 stdlib.os.WIFEXITED?4(status: int)
2620 stdlib.os.WIFSIGNALED?4(status: int)
2621 stdlib.os.WIFSTOPPED?4(status: int)
2622 stdlib.os.WSTOPSIG?4(status: int)
2623 stdlib.os.WTERMSIG?4(status: int)
2624 stdlib.os.W_OK?7
2625 stdlib.os.X_OK?7
2626 stdlib.os._AddedDllDirectory.close?4()
2627 stdlib.os._AddedDllDirectory.path?7
2628 stdlib.os._AddedDllDirectory?2(path: str | None, cookie: _T, remove_dll_directory: Callable[[_T], object])
2629 stdlib.os._Environ.EX_CANTCREAT?7
2630 stdlib.os._Environ.EX_CONFIG?7
2631 stdlib.os._Environ.EX_DATAERR?7
2632 stdlib.os._Environ.EX_IOERR?7
2633 stdlib.os._Environ.EX_NOHOST?7
2634 stdlib.os._Environ.EX_NOINPUT?7
2635 stdlib.os._Environ.EX_NOPERM?7
2636 stdlib.os._Environ.EX_NOTFOUND?7
2637 stdlib.os._Environ.EX_NOUSER?7
2638 stdlib.os._Environ.EX_OK?7
2639 stdlib.os._Environ.EX_OSERR?7
2640 stdlib.os._Environ.EX_OSFILE?7
2641 stdlib.os._Environ.EX_PROTOCOL?7
2642 stdlib.os._Environ.EX_SOFTWARE?7
2643 stdlib.os._Environ.EX_TEMPFAIL?7
2644 stdlib.os._Environ.EX_UNAVAILABLE?7
2645 stdlib.os._Environ.EX_USAGE?7
2646 stdlib.os._Environ.P_DETACH?7
2647 stdlib.os._Environ.P_OVERLAY?7
2648 stdlib.os._Environ.WCONTINUED?7
2649 stdlib.os._Environ.WNOHANG?7
2650 stdlib.os._Environ.WUNTRACED?7
2651 stdlib.os._Environ.confstr_names?7
2652 stdlib.os._Environ.copy?4()
2653 stdlib.os._Environ.decodekey?7
2654 stdlib.os._Environ.decodevalue?7
2655 stdlib.os._Environ.encodekey?7
2656 stdlib.os._Environ.encodevalue?7
2657 stdlib.os._Environ.environb?7
2658 stdlib.os._Environ.pathconf_names?7
2659 stdlib.os._Environ.setdefault?4(key: AnyStr, value: AnyStr)
2660 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], )
2662 stdlib.os._EnvironCodeFunc?8
2663 stdlib.os._ExecEnv?8
2664 stdlib.os._ExecVArgs?8
2665 stdlib.os._FdOrAnyPath?8
2666 stdlib.os._OnError?8
2667 stdlib.os._Opener?8
2668 stdlib.os._ScandirIterator.close?4()
2669 stdlib.os._T1?8
2670 stdlib.os._T2?8
2671 stdlib.os._T?8
2672 stdlib.os._exit?5(status: int)
2673 stdlib.os._wrap_close.close?4()
2674 stdlib.os._wrap_close?2(stream: _TextIOWrapper, proc)
2675 stdlib.os.abort?4()
2676 stdlib.os.access?4(path: _FdOrAnyPath, mode: int, *, dir_fd: int | None = ..., effective_ids: bool = ..., follow_symlinks: bool = ..., )
2677 stdlib.os.add_dll_directory?4(path: str)
2678 stdlib.os.chdir?4(path: _FdOrAnyPath)
2679 stdlib.os.chflags?4(path: StrOrBytesPath, flags: int, follow_symlinks: bool = ...)
2680 stdlib.os.chmod?4(path: _FdOrAnyPath, mode: int, *, dir_fd: int | None = ..., follow_symlinks: bool = ...)
2681 stdlib.os.chown?4(path: _FdOrAnyPath, uid: int, gid: int, *, dir_fd: int | None = ..., follow_symlinks: bool = ..., )
2682 stdlib.os.chroot?4(path: StrOrBytesPath)
2683 stdlib.os.close?4(fd: int)
2684 stdlib.os.closerange?4(__fd_low: int, __fd_high: int)
2685 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 = ..., )
2687 stdlib.os.cpu_count?4()
2688 stdlib.os.ctermid?4()
2689 stdlib.os.curdir?7
2690 stdlib.os.defpath?7
2691 stdlib.os.device_encoding?4(fd: int)
2692 stdlib.os.devnull?7
2693 stdlib.os.dup2?4(fd: int, fd2: int, inheritable: bool = ...)
2694 stdlib.os.dup?4(__fd: int)
2695 stdlib.os.environ?7
2696 stdlib.os.error?7
2697 stdlib.os.execl?4(file: StrOrBytesPath, __arg0: StrOrBytesPath, *args: StrOrBytesPath)
2698 stdlib.os.execle?4(file: StrOrBytesPath, __arg0: StrOrBytesPath, *args: Any)
2699 stdlib.os.execlp?4(file: StrOrBytesPath, __arg0: StrOrBytesPath, *args: StrOrBytesPath)
2700 stdlib.os.execlpe?4(file: StrOrBytesPath, __arg0: StrOrBytesPath, *args: Any)
2701 stdlib.os.execv?4(__path: StrOrBytesPath, __argv: _ExecVArgs)
2702 stdlib.os.execve?4(path: _FdOrAnyPath, argv: _ExecVArgs, env: _ExecEnv)
2703 stdlib.os.execvp?4(file: StrOrBytesPath, args: _ExecVArgs)
2704 stdlib.os.execvpe?4(file: StrOrBytesPath, args: _ExecVArgs, env: _ExecEnv)
2705 stdlib.os.extsep?7
2706 stdlib.os.fchdir?4(fd: FileDescriptorLike)
2707 stdlib.os.fchmod?4(fd: int, mode: int)
2708 stdlib.os.fchown?4(fd: int, uid: int, gid: int)
2709 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 = ..., )
2711 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryMode, buffering: int = ..., encoding: None = ..., errors: None = ..., newline: 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 = ..., )
2713 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryModeUpdating, buffering: Literal[-1, 1] = ..., encoding: None = ..., errors: None = ..., newline: 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 = ..., )
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 = ..., )
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 = ..., )
2717 stdlib.os.fork?4()
2718 stdlib.os.forkpty?4()
2719 stdlib.os.fpathconf?4(__fd: int, __name: str | int)
2720 stdlib.os.fsdecode?4(filename: StrOrBytesPath)
2721 stdlib.os.fsencode?4(filename: StrOrBytesPath)
2722 stdlib.os.fspath?4(path: PathLike[AnyStr])
2723 stdlib.os.fspath?4(path: bytes)
2724 stdlib.os.fspath?4(path: str)
2725 stdlib.os.fstat?4(fd: int)
2726 stdlib.os.fstatvfs?4(__fd: int)
2727 stdlib.os.fsync?4(fd: FileDescriptorLike)
2728 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 = ..., )
2730 stdlib.os.fwalk?4(top: StrPath = ..., topdown: bool = ..., onerror: _OnError | None = ..., *, follow_symlinks: bool = ..., dir_fd: int | None = ..., )
2731 stdlib.os.get_blocking?4(__fd: int)
2732 stdlib.os.get_exec_path?4(env: Mapping[str, str] | None = ...)
2733 stdlib.os.get_handle_inheritable?4(__handle: int)
2734 stdlib.os.get_inheritable?4(__fd: int)
2735 stdlib.os.get_terminal_size?4(__fd: int = ...)
2736 stdlib.os.getcwd?4()
2737 stdlib.os.getcwdb?4()
2738 stdlib.os.getegid?4()
2739 stdlib.os.getenv?4(key: str)
2740 stdlib.os.getenv?4(key: str, default: _T)
2741 stdlib.os.getenvb?4(key: bytes)
2742 stdlib.os.getenvb?4(key: bytes, default: _T)
2743 stdlib.os.geteuid?4()
2744 stdlib.os.getgid?4()
2745 stdlib.os.getgrouplist?4(__user: str, __group: int)
2746 stdlib.os.getgroups?4()
2747 stdlib.os.getloadavg?4()
2748 stdlib.os.getlogin?4()
2749 stdlib.os.getpgid?4(pid: int)
2750 stdlib.os.getpgrp?4()
2751 stdlib.os.getpid?4()
2752 stdlib.os.getppid?4()
2753 stdlib.os.getpriority?4(which: int, who: int)
2754 stdlib.os.getrandom?4(size: int, flags: int = ...)
2755 stdlib.os.getresgid?4()
2756 stdlib.os.getresuid?4()
2757 stdlib.os.getsid?4(__pid: int)
2758 stdlib.os.getuid?4()
2759 stdlib.os.getxattr?4(path: _FdOrAnyPath, attribute: StrOrBytesPath, *, follow_symlinks: bool = ...)
2760 stdlib.os.initgroups?4(__username: str, __gid: int)
2761 stdlib.os.isatty?4(__fd: int)
2762 stdlib.os.kill?4(__pid: int, __signal: int)
2763 stdlib.os.killpg?4(__pgid: int, __signal: int)
2764 stdlib.os.lchflags?4(path: StrOrBytesPath, flags: int)
2765 stdlib.os.lchmod?4(path: StrOrBytesPath, mode: int)
2766 stdlib.os.lchown?4(path: StrOrBytesPath, uid: int, gid: int)
2767 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 = ..., )
2769 stdlib.os.listdir?4(path: BytesPath)
2770 stdlib.os.listdir?4(path: StrPath | None = ...)
2771 stdlib.os.listdir?4(path: int)
2772 stdlib.os.listxattr?4(path: _FdOrAnyPath | None = ..., *, follow_symlinks: bool = ...)
2773 stdlib.os.lockf?4(__fd: int, __command: int, __length: int)
2774 stdlib.os.login_tty?4(__fd: int)
2775 stdlib.os.lseek?4(__fd: int, __position: int, __how: int)
2776 stdlib.os.lstat?4(path: StrOrBytesPath, *, dir_fd: int | None = ...)
2777 stdlib.os.major?4(__device: int)
2778 stdlib.os.makedev?4(__major: int, __minor: int)
2779 stdlib.os.makedirs?4(name: StrOrBytesPath, mode: int = ..., exist_ok: bool = ...)
2780 stdlib.os.memfd_create?4(name: str, flags: int = ...)
2781 stdlib.os.minor?4(__device: int)
2782 stdlib.os.mkdir?4(path: StrOrBytesPath, mode: int = ..., *, dir_fd: int | None = ...)
2783 stdlib.os.mkfifo?4(path: StrOrBytesPath, mode: int = ..., *, dir_fd: int | None = ...)
2784 stdlib.os.mknod?4(path: StrOrBytesPath, mode: int = ..., device: int = ..., *, dir_fd: int | None = ...)
2785 stdlib.os.name?7
2786 stdlib.os.nice?4(__increment: int)
2787 stdlib.os.open?4(path: StrOrBytesPath, flags: int, mode: int = ..., *, dir_fd: int | None = ...)
2788 stdlib.os.openpty?4()
2789 stdlib.os.pardir?7
2790 stdlib.os.path?7
2791 stdlib.os.pathconf?4(path: _FdOrAnyPath, name: str | int)
2792 stdlib.os.pathsep?7
2793 stdlib.os.pidfd_open?4(pid: int, flags: int = ...)
2794 stdlib.os.pipe2?4(__flags: int)
2795 stdlib.os.pipe?4()
2796 stdlib.os.plock?4(__op: int)
2797 stdlib.os.popen?4(cmd: str, mode: str = ..., buffering: int = ...)
2798 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)
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 = ..., )
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 = ..., )
2802 stdlib.os.pread?4(__fd: int, __length: int, __offset: int)
2803 stdlib.os.preadv?4(__fd: int, __buffers: SupportsLenAndGetItem[WriteableBuffer], __offset: int, __flags: int = ..., )
2804 stdlib.os.putenv?4(__name: StrOrBytesPath, __value: StrOrBytesPath)
2805 stdlib.os.putenv?4(__name: str, __value: str)
2806 stdlib.os.pwrite?4(__fd: int, __buffer: ReadableBuffer, __offset: int)
2807 stdlib.os.pwritev?4(__fd: int, __buffers: SupportsLenAndGetItem[ReadableBuffer], __offset: int, __flags: int = ..., )
2808 stdlib.os.read?4(__fd: int, __length: int)
2809 stdlib.os.readlink?4(path: GenericPath[AnyStr], *, dir_fd: int | None = ...)
2810 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 = ..., )
2812 stdlib.os.remove?4(path: StrOrBytesPath, *, dir_fd: int | None = ...)
2813 stdlib.os.removedirs?4(name: StrOrBytesPath)
2814 stdlib.os.removexattr?4(path: _FdOrAnyPath, attribute: StrOrBytesPath, *, follow_symlinks: bool = ...)
2815 stdlib.os.rename?4(src: StrOrBytesPath, dst: StrOrBytesPath, *, src_dir_fd: int | None = ..., dst_dir_fd: int | None = ..., )
2816 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 = ..., )
2818 stdlib.os.rmdir?4(path: StrOrBytesPath, *, dir_fd: int | None = ...)
2819 stdlib.os.scandir?4(path: GenericPath[AnyStr])
2820 stdlib.os.scandir?4(path: None = ...)
2821 stdlib.os.scandir?4(path: int)
2822 stdlib.os.sched_get_priority_max?4(policy: int)
2823 stdlib.os.sched_get_priority_min?4(policy: int)
2824 stdlib.os.sched_getaffinity?4(__pid: int)
2825 stdlib.os.sched_getparam?4(__pid: int)
2826 stdlib.os.sched_getscheduler?4(__pid: int)
2827 stdlib.os.sched_priority?4(self)
2828 stdlib.os.sched_rr_get_interval?4(__pid: int)
2829 stdlib.os.sched_setaffinity?4(__pid: int, __mask: Iterable[int])
2830 stdlib.os.sched_setparam?4(__pid: int, __param: sched_param)
2831 stdlib.os.sched_setscheduler?4(__pid: int, __policy: int, __param: sched_param)
2832 stdlib.os.sched_yield?4()
2833 stdlib.os.sendfile?4(out_fd: int, in_fd: int, 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 = ..., )
2835 stdlib.os.sep?7
2836 stdlib.os.set_blocking?4(__fd: int, __blocking: bool)
2837 stdlib.os.set_handle_inheritable?4(__handle: int, __inheritable: bool)
2838 stdlib.os.set_inheritable?4(__fd: int, __inheritable: bool)
2839 stdlib.os.setegid?4(__egid: int)
2840 stdlib.os.seteuid?4(__euid: int)
2841 stdlib.os.setgid?4(__gid: int)
2842 stdlib.os.setgroups?4(__groups: Sequence[int])
2843 stdlib.os.setpgid?4(__pid: int, __pgrp: int)
2844 stdlib.os.setpgrp?4()
2845 stdlib.os.setpriority?4(which: int, who: int, priority: int)
2846 stdlib.os.setregid?4(__rgid: int, __egid: int)
2847 stdlib.os.setresgid?4(rgid: int, egid: int, sgid: int)
2848 stdlib.os.setresuid?4(ruid: int, euid: int, suid: int)
2849 stdlib.os.setreuid?4(__ruid: int, __euid: int)
2850 stdlib.os.setsid?4()
2851 stdlib.os.setuid?4(__uid: int)
2852 stdlib.os.setxattr?4(path: _FdOrAnyPath, attribute: StrOrBytesPath, value: ReadableBuffer, flags: int = ..., *, follow_symlinks: bool = ..., )
2853 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)
2855 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)
2857 stdlib.os.spawnv?4(__mode: int, __path: StrOrBytesPath, __argv: _ExecVArgs)
2858 stdlib.os.spawnv?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs)
2859 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)
2861 stdlib.os.spawnvp?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs)
2862 stdlib.os.spawnvpe?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs, env: _ExecEnv)
2863 stdlib.os.startfile?4(path: StrOrBytesPath, operation: str | None = ...)
2864 stdlib.os.stat_result.st_atime?4()
2865 stdlib.os.stat_result.st_atime_ns?4()
2866 stdlib.os.stat_result.st_birthtime?4()
2867 stdlib.os.stat_result.st_blksize?4()
2868 stdlib.os.stat_result.st_blocks?4()
2869 stdlib.os.stat_result.st_ctime?4()
2870 stdlib.os.stat_result.st_ctime_ns?4()
2871 stdlib.os.stat_result.st_dev?4()
2872 stdlib.os.stat_result.st_file_attributes?4()
2873 stdlib.os.stat_result.st_flags?4()
2874 stdlib.os.stat_result.st_gen?4()
2875 stdlib.os.stat_result.st_gid?4()
2876 stdlib.os.stat_result.st_ino?4()
2877 stdlib.os.stat_result.st_mode?4()
2878 stdlib.os.stat_result.st_mtime?4()
2879 stdlib.os.stat_result.st_mtime_ns?4()
2880 stdlib.os.stat_result.st_nlink?4()
2881 stdlib.os.stat_result.st_rdev?4()
2882 stdlib.os.stat_result.st_reparse_tag?4()
2883 stdlib.os.stat_result.st_size?4()
2884 stdlib.os.stat_result.st_uid?4()
2885 stdlib.os.statvfs?4(path: _FdOrAnyPath)
2886 stdlib.os.statvfs_result.f_bavail?4()
2887 stdlib.os.statvfs_result.f_bfree?4()
2888 stdlib.os.statvfs_result.f_blocks?4()
2889 stdlib.os.statvfs_result.f_bsize?4()
2890 stdlib.os.statvfs_result.f_favail?4()
2891 stdlib.os.statvfs_result.f_ffree?4()
2892 stdlib.os.statvfs_result.f_files?4()
2893 stdlib.os.statvfs_result.f_flag?4()
2894 stdlib.os.statvfs_result.f_frsize?4()
2895 stdlib.os.statvfs_result.f_fsid?4()
2896 stdlib.os.statvfs_result.f_namemax?4()
2897 stdlib.os.strerror?4(__code: int)
2898 stdlib.os.supports_bytes_environ?7
2899 stdlib.os.supports_dir_fd?7
2900 stdlib.os.supports_effective_ids?7
2901 stdlib.os.supports_fd?7
2902 stdlib.os.supports_follow_symlinks?7
2903 stdlib.os.symlink?4(src: StrOrBytesPath, dst: StrOrBytesPath, target_is_directory: bool = ..., *, dir_fd: int | None = ..., )
2904 stdlib.os.sync?4()
2905 stdlib.os.sysconf?4(__name: str | int)
2906 stdlib.os.system?4(command: StrOrBytesPath)
2907 stdlib.os.tcgetpgrp?4(__fd: int)
2908 stdlib.os.tcsetpgrp?4(__fd: int, __pgid: int)
2909 stdlib.os.terminal_size.columns?4()
2910 stdlib.os.terminal_size.lines?4()
2911 stdlib.os.times?4()
2912 stdlib.os.times_result.children_system?4()
2913 stdlib.os.times_result.children_user?4()
2914 stdlib.os.times_result.elapsed?4()
2915 stdlib.os.times_result.system?4()
2916 stdlib.os.times_result.user?4()
2917 stdlib.os.truncate?4(path: _FdOrAnyPath, length: int)
2918 stdlib.os.ttyname?4(__fd: int)
2919 stdlib.os.umask?4(__mask: int)
2920 stdlib.os.uname?4()
2921 stdlib.os.uname_result.machine?4()
2922 stdlib.os.uname_result.nodename?4()
2923 stdlib.os.uname_result.release?4()
2924 stdlib.os.uname_result.sysname?4()
2925 stdlib.os.uname_result.version?4()
2926 stdlib.os.unlink?4(path: StrOrBytesPath, *, dir_fd: int | None = ...)
2927 stdlib.os.unsetenv?4(__name: StrOrBytesPath)
2928 stdlib.os.unsetenv?4(__name: str)
2929 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 = ..., )
2931 stdlib.os.wait3?4(options: int)
2932 stdlib.os.wait4?4(pid: int, options: int)
2933 stdlib.os.wait?4()
2934 stdlib.os.waitid?4(__idtype: int, __ident: int, __options: int)
2935 stdlib.os.waitid_result.si_code?4()
2936 stdlib.os.waitid_result.si_pid?4()
2937 stdlib.os.waitid_result.si_signo?4()
2938 stdlib.os.waitid_result.si_status?4()
2939 stdlib.os.waitid_result.si_uid?4()
2940 stdlib.os.waitpid?4(__pid: int, __options: int)
2941 stdlib.os.waitstatus_to_exitcode?4(status: int)
2942 stdlib.os.walk?4(top: GenericPath[AnyStr], topdown: bool = ..., onerror: _OnError | None = ..., followlinks: bool = ..., )
2943 stdlib.os.write?4(__fd: int, __data: ReadableBuffer)
2944 stdlib.os.writev?4(__fd: int, __buffers: SupportsLenAndGetItem[ReadableBuffer])
2945 sys.UnraisableHookArgs.err_msg?7
2946 sys.UnraisableHookArgs.exc_traceback?7
2947 sys.UnraisableHookArgs.exc_type?7
2948 sys.UnraisableHookArgs.exc_value?7
2949 sys.UnraisableHookArgs.object?7
2950 sys.UnraisableHookArgs.unraisablehook?7
2951 sys._AsyncgenHook?8
2952 sys._ExitCode?8
2953 sys._MetaPathFinder._FlagTuple?8
2954 sys._MetaPathFinder.abiflags?7
2955 sys._MetaPathFinder.dllhandle?7
2956 sys._MetaPathFinder.find_spec?4(fullname: str, path: Sequence[str] | None, target: ModuleType | None = ...)
2957 sys._MetaPathFinder.orig_argv?7
2958 sys._MetaPathFinder.platlibdir?7
2959 sys._MetaPathFinder.pycache_prefix?7
2960 sys._MetaPathFinder.stdlib_module_names?7
2961 sys._MetaPathFinder.winver?7
2962 sys._OptExcInfo?8
2963 sys._T?8
2964 sys._UninstantiableStructseq?8
2965 sys._WinVersion.build?4()
2966 sys._WinVersion.major?4()
2967 sys._WinVersion.minor?4()
2968 sys._WinVersion.platform?4()
2969 sys._WinVersion.platform_version?4()
2970 sys._WinVersion.product_type?4()
2971 sys._WinVersion.service_pack?4()
2972 sys._WinVersion.service_pack_major?4()
2973 sys._WinVersion.service_pack_minor?4()
2974 sys._WinVersion.suite_mask?4()
2975 sys._asyncgen_hooks.finalizer?4()
2976 sys._asyncgen_hooks.firstiter?4()
2977 sys._clear_type_cache?5()
2978 sys._current_frames?5()
2979 sys._debugmallocstats?5()
2980 sys._enablelegacywindowsfsencoding?5()
2981 sys._flags.bytes_warning?4()
2982 sys._flags.debug?4()
2983 sys._flags.dev_mode?4()
2984 sys._flags.dont_write_bytecode?4()
2985 sys._flags.hash_randomization?4()
2986 sys._flags.ignore_environment?4()
2987 sys._flags.inspect?4()
2988 sys._flags.interactive?4()
2989 sys._flags.isolated?4()
2990 sys._flags.no_site?4()
2991 sys._flags.no_user_site?4()
2992 sys._flags.optimize?4()
2993 sys._flags.quiet?4()
2994 sys._flags.safe_path?4()
2995 sys._flags.utf8_mode?4()
2996 sys._flags.verbose?4()
2997 sys._flags.warn_default_encoding?4()
2998 sys._float_info.dig?4()
2999 sys._float_info.epsilon?4()
3000 sys._float_info.mant_dig?4()
3001 sys._float_info.max?4()
3002 sys._float_info.max_10_exp?4()
3003 sys._float_info.max_exp?4()
3004 sys._float_info.min?4()
3005 sys._float_info.min_10_exp?4()
3006 sys._float_info.min_exp?4()
3007 sys._float_info.radix?4()
3008 sys._float_info.rounds?4()
3009 sys._getframe?5(__depth: int = ...)
3010 sys._hash_info.algorithm?4()
3011 sys._hash_info.cutoff?4()
3012 sys._hash_info.hash_bits?4()
3013 sys._hash_info.imag?4()
3014 sys._hash_info.inf?4()
3015 sys._hash_info.modulus?4()
3016 sys._hash_info.nan?4()
3017 sys._hash_info.seed_bits?4()
3018 sys._hash_info.width?4()
3019 sys._implementation.cache_tag?7
3020 sys._implementation.hexversion?7
3021 sys._implementation.name?7
3022 sys._implementation.version?7
3023 sys._int_info.bits_per_digit?4()
3024 sys._int_info.default_max_str_digits?4()
3025 sys._int_info.sizeof_digit?4()
3026 sys._int_info.str_digits_check_threshold?4()
3027 sys._version_info.major?4()
3028 sys._version_info.micro?4()
3029 sys._version_info.minor?4()
3030 sys._version_info.releaselevel?4()
3031 sys._version_info.serial?4()
3032 sys._xoptions?8
3033 sys.addaudithook?4(hook: Callable[[str, tuple[Any, ...]], Any])
3034 sys.api_version?7
3035 sys.argv?7
3036 sys.atexit?4(func:Optional[Callable[[], Any]])
3037 sys.audit?4(__event: str, *args: Any)
3038 sys.base_exec_prefix?7
3039 sys.base_prefix?7
3040 sys.breakpointhook?4(*args: Any, **kwargs: Any)
3041 sys.builtin_module_names?7
3042 sys.byteorder?7
3043 sys.call_tracing?4(__func: Callable[..., _T], __args: Any)
3044 sys.callstats?4()
3045 sys.copyright?7
3046 sys.displayhook?7
3047 sys.dont_write_bytecode?7
3048 sys.exc_info?4()
3049 sys.excepthook?7
3050 sys.exception?4()
3051 sys.exec_prefix?7
3052 sys.executable?7
3053 sys.exit?4(__status: _ExitCode = ...)
3054 sys.flags?7
3055 sys.float_info?7
3056 sys.float_repr_style?7
3057 sys.get_asyncgen_hooks?4()
3058 sys.get_coroutine_origin_tracking_depth?4()
3059 sys.get_coroutine_wrapper?4()
3060 sys.get_int_max_str_digits?4()
3061 sys.getallocatedblocks?4()
3062 sys.getcheckinterval?4()
3063 sys.getdefaultencoding?4()
3064 sys.getdlopenflags?4()
3065 sys.getfilesystemencodeerrors?4()
3066 sys.getfilesystemencoding?4()
3067 sys.getprofile?4()
3068 sys.getrecursionlimit?4()
3069 sys.getrefcount?4(__object: Any)
3070 sys.getsizeof?4(obj: object)
3071 sys.getsizeof?4(obj: object, default: int)
3072 sys.getswitchinterval?4()
3073 sys.gettotalrefcount?4()
3074 sys.gettrace?4()
3075 sys.getwindowsversion?4()
3076 sys.hash_info?7
3077 sys.hexversion?7
3078 sys.implementation?7
3079 sys.int_info?7
3080 sys.intern?4(__string: str)
3081 sys.is_finalizing?4()
3082 sys.last_traceback?7
3083 sys.last_type?7
3084 sys.last_value?7
3085 sys.maxsize?7
3086 sys.maxunicode?7
3087 sys.meta_path?7
3088 sys.modules?7
3089 sys.path?7
3090 sys.path_hooks?7
3091 sys.path_importer_cache?7
3092 sys.platform?7
3093 sys.prefix?7
3094 sys.print_exception?4(exc, file=sys.stdout, /)
3095 sys.ps1?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()
3115 types.AsyncGeneratorType.ag_await?4()
3116 types.AsyncGeneratorType.asend?4(__val: _T_contra)
3117 types.AsyncGeneratorType.athrow?4(__typ: BaseException, __val: None = ..., __tb: TracebackType | None = ...)
3118 types.BuiltinMethodType?7
3119 types.CodeType.co_argcount?4()
3120 types.CodeType.co_cellvars?4()
3121 types.CodeType.co_code?4()
3122 types.CodeType.co_consts?4()
3123 types.CodeType.co_exceptiontable?4()
3124 types.CodeType.co_filename?4()
3125 types.CodeType.co_firstlineno?4()
3126 types.CodeType.co_flags?4()
3127 types.CodeType.co_freevars?4()
3128 types.CodeType.co_kwonlyargcount?4()
3129 types.CodeType.co_lines?4()
3130 types.CodeType.co_linetable?4()
3131 types.CodeType.co_lnotab?4()
3132 types.CodeType.co_name?4()
3133 types.CodeType.co_names?4()
3134 types.CodeType.co_nlocals?4()
3135 types.CodeType.co_positions?4()
3136 types.CodeType.co_posonlyargcount?4()
3137 types.CodeType.co_qualname?4()
3138 types.CodeType.co_stacksize?4()
3139 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 = ..., )
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()
3143 types.CoroutineType.cr_origin?4()
3144 types.CoroutineType.cr_suspended?4()
3145 types.CoroutineType.send?4(__arg: _T_contra)
3146 types.CoroutineType.throw?4(__typ: BaseException, __val: None = ..., __tb: TracebackType | None = ...)
3147 types.DynamicClassAttribute?7
3148 types.FrameType.clear?4()
3149 types.FrameType.f_back?4()
3150 types.FrameType.f_builtins?4()
3151 types.FrameType.f_code?4()
3152 types.FrameType.f_globals?4()
3153 types.FrameType.f_lasti?4()
3154 types.FrameType.f_lineno?4()
3155 types.FrameType.f_locals?4()
3156 types.FrameType.f_trace?7
3157 types.FrameType.f_trace_lines?7
3158 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()
3161 types.GeneratorType.gi_yieldfrom?4()
3162 types.GeneratorType.send?4(__arg: _T_contra)
3163 types.GeneratorType.throw?4(__typ: BaseException, __val: None = ..., __tb: TracebackType | None = ...)
3164 types.GenericAlias?1(origin: type, args: Any)
3165 types.LambdaType?7
3166 types.MappingProxyType.copy?4()
3167 types.MappingProxyType.items?4()
3168 types.MappingProxyType.keys?4()
3169 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 = ...)
3173 types.SimpleNamespace?1(**kwargs: Any)
3174 types.TracebackType.tb_frame?4()
3175 types.TracebackType.tb_lasti?4()
3176 types.TracebackType.tb_lineno?4()
3177 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
3180 types._Fn?8
3181 types._KT?8
3182 types._LoaderProtocol.load_module?4(fullname: str)
3183 types._P?8
3184 types._R?8
3185 types._T1?8
3186 types._T2?8
3187 types._T_co?8
3188 types._T_contra?8
3189 types._VT_co?8
3190 types._V_co?8
3191 types.coroutine?4(func: Callable[_P, Generator[_R, Any, Any]])
3192 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 = ..., )
3194 types.prepare_class?4(name: str, bases: tuple[type, ...] = ..., kwds: dict[str, Any] | None = ...)
3195 types.resolve_bases?4(bases: Iterable[object])
3196 typing.AbstractSet._hash?5()
3197 typing.AbstractSet.isdisjoint?4(other: Iterable[Any])
3198 typing.Any?7
3199 typing.AnyStr?7
3200 typing.AsyncContextManager?7
3201 typing.AsyncGenerator.aclose?4()
3202 typing.AsyncGenerator.ag_await?4()
3203 typing.AsyncGenerator.ag_code?4()
3204 typing.AsyncGenerator.ag_frame?4()
3205 typing.AsyncGenerator.ag_running?4()
3206 typing.AsyncGenerator.asend?4(__value: _T_contra)
3207 typing.AsyncGenerator.athrow?4(__typ: BaseException, __val: None = ..., __tb: TracebackType | None = ...)
3208 typing.Callable?7
3209 typing.ChainMap?7
3210 typing.ClassVar?7
3211 typing.ContextManager?7
3212 typing.Coroutine.close?4()
3213 typing.Coroutine.cr_await?4()
3214 typing.Coroutine.cr_code?4()
3215 typing.Coroutine.cr_frame?4()
3216 typing.Coroutine.cr_running?4()
3217 typing.Coroutine.send?4(__value: _T_contra)
3218 typing.Coroutine.throw?4(__typ: BaseException, __val: None = ..., __tb: TracebackType | None = ...)
3219 typing.Counter?7
3220 typing.DefaultDict?7
3221 typing.Deque?7
3222 typing.Dict?7
3223 typing.ForwardRef._evaluate?5(globalns: dict[str, Any] | None, localns: dict[str, Any] | None)
3224 typing.ForwardRef?1(arg: str, is_argument: bool = ...)
3225 typing.FrozenSet?7
3226 typing.Generator.close?4()
3227 typing.Generator.gi_code?4()
3228 typing.Generator.gi_frame?4()
3229 typing.Generator.gi_running?4()
3230 typing.Generator.gi_yieldfrom?4()
3231 typing.Generator.send?4(__value: _T_contra)
3232 typing.Generator.throw?4(__typ: BaseException, __val: None = ..., __tb: TracebackType | None = ...)
3233 typing.Generic?7
3234 typing.IO.close?4()
3235 typing.IO.closed?4()
3236 typing.IO.fileno?4()
3237 typing.IO.flush?4()
3238 typing.IO.isatty?4()
3239 typing.IO.mode?4()
3240 typing.IO.name?4()
3241 typing.IO.read?4(__n: int = ...)
3242 typing.IO.readable?4()
3243 typing.IO.readline?4(__limit: int = ...)
3244 typing.IO.readlines?4(__hint: int = ...)
3245 typing.IO.seek?4(__offset: int, __whence: int = ...)
3246 typing.IO.seekable?4()
3247 typing.IO.tell?4()
3248 typing.IO.truncate?4(__size: int | None = ...)
3249 typing.IO.writable?4()
3250 typing.IO.write?4(__s: AnyStr)
3251 typing.IO.writelines?4(__lines: Iterable[AnyStr])
3252 typing.ItemsView?1(mapping: Mapping[_KT_co, _VT_co])
3253 typing.KeysView?1(mapping: Mapping[_KT_co, Any])
3254 typing.List?7
3255 typing.Mapping.get?4(__key: _KT, default: _VT_co | _T)
3256 typing.Mapping.items?4()
3257 typing.Mapping.keys?4()
3258 typing.Mapping.values?4()
3259 typing.MappingView?1(mapping: Mapping[Any, Any])
3260 typing.MutableMapping.clear?4()
3261 typing.MutableMapping.pop?4(__key: _KT, default: _VT | _T)
3262 typing.MutableMapping.popitem?4()
3263 typing.MutableMapping.setdefault?4(__key: _KT, __default: _VT)
3264 typing.MutableMapping.update?4(**kwargs: _VT)
3265 typing.MutableSequence.append?4(value: _T)
3266 typing.MutableSequence.clear?4()
3267 typing.MutableSequence.extend?4(values: Iterable[_T])
3268 typing.MutableSequence.insert?4(index: int, value: _T)
3269 typing.MutableSequence.pop?4(index: int = ...)
3270 typing.MutableSequence.remove?4(value: _T)
3271 typing.MutableSequence.reverse?4()
3272 typing.MutableSet.add?4(value: _T)
3273 typing.MutableSet.clear?4()
3274 typing.MutableSet.discard?4(value: _T)
3275 typing.MutableSet.pop?4()
3276 typing.MutableSet.remove?4(value: _T)
3277 typing.NamedTuple._asdict?5()
3278 typing.NamedTuple._field_defaults?8
3279 typing.NamedTuple._field_types?8
3280 typing.NamedTuple._fields?8
3281 typing.NamedTuple._make?5(iterable: Iterable[Any])
3282 typing.NamedTuple._replace?5(**kwargs: Any)
3283 typing.NamedTuple._source?8
3284 typing.NamedTuple?1(typename: str, fields: None = ..., **kwargs: Any)
3285 typing.NewType?1(name: str, tp: Any)
3286 typing.NewType?4(name: str, tp: Any)
3287 typing.NoReturn?7
3288 typing.Optional?7
3289 typing.OrderedDict?7
3290 typing.ParamSpec.args?4()
3291 typing.ParamSpec.kwargs?4()
3292 typing.ParamSpec?1(name: str, *, bound: Any | None = ..., contravariant: bool = ..., covariant: bool = ...)
3293 typing.ParamSpecArgs?1(origin: ParamSpec)
3294 typing.ParamSpecKwargs?1(origin: ParamSpec)
3295 typing.Protocol?7
3296 typing.Sequence.count?4(value: Any)
3297 typing.Sequence.index?4(value: Any, start: int = ..., stop: int = ...)
3298 typing.Set?7
3299 typing.TYPE_CHECKING?7
3300 typing.Text?7
3301 typing.TextIO.buffer?4()
3302 typing.TextIO.encoding?4()
3303 typing.TextIO.errors?4()
3304 typing.TextIO.line_buffering?4()
3305 typing.TextIO.newlines?4()
3306 typing.Tuple?7
3307 typing.Type?7
3308 typing.TypeVar?1(name: str, *constraints: Any, bound: Any | None = ..., covariant: bool = ..., contravariant: bool = ...)
3309 typing.TypeVarTuple?1(name: str)
3310 typing.Union?7
3311 typing.ValuesView?1(mapping: Mapping[Any, _VT_co])
3312 typing._Alias.Annotated?7
3313 typing._F?8
3314 typing._KT?8
3315 typing._KT_co?8
3316 typing._P?8
3317 typing._S?8
3318 typing._T?8
3319 typing._TC?8
3320 typing._T_co?8
3321 typing._T_contra?8
3322 typing._TypedDict.copy?4()
3323 typing._TypedDict.items?4()
3324 typing._TypedDict.keys?4()
3325 typing._TypedDict.pop?4(k: _Never, default: _T = ...)
3326 typing._TypedDict.setdefault?4(k: _Never, default: object)
3327 typing._TypedDict.update?4(__m: _T)
3328 typing._TypedDict.values?4()
3329 typing._VT?8
3330 typing._VT_co?8
3331 typing._V_co?8
3332 typing._get_type_hints_obj_allowed_types?8
3333 typing._promote?8
3334 typing._type_repr?5(obj: object)
3335 typing.assert_never?4(__arg: Never)
3336 typing.assert_type?4(__val: _T, __typ: Any)
3337 typing.cast?4(typ: Type[_T], val: Any)
3338 typing.cast?4(typ: object, val: Any)
3339 typing.cast?4(typ: str, val: Any)
3340 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, )
3342 typing.final?4(f: _T)
3343 typing.get_args?4(tp: Any)
3344 typing.get_origin?4(tp: Any)
3345 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 = ...)
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 = ..., )
3348 typing.is_typeddict?4(tp: object)
3349 typing.no_type_check?4(arg: _F)
3350 typing.no_type_check_decorator?4(decorator: Callable[_P, _T])
3351 typing.overload?4(func: _F)
3352 typing.reveal_type?4(__obj: _T)
3353 typing.runtime_checkable?4(cls: _TC)
3354 typing.type_check_only?4(func_or_cls: _F)
3355 typing_extensions.Annotated?7
3356 typing_extensions.Final?7
3357 typing_extensions.IntVar?4(name: str)
3358 typing_extensions.Literal?7
3359 typing_extensions.NamedTuple._asdict?5()
3360 typing_extensions.NamedTuple._field_defaults?8
3361 typing_extensions.NamedTuple._field_types?8
3362 typing_extensions.NamedTuple._fields?8
3363 typing_extensions.NamedTuple._make?5(iterable: Iterable[Any])
3364 typing_extensions.NamedTuple._replace?5(**kwargs: Any)
3365 typing_extensions.NamedTuple?1(typename: str, fields: None = None, **kwargs: Any)
3366 typing_extensions.NewType?1(name: str, tp: Any)
3367 typing_extensions.OrderedDict?7
3368 typing_extensions.ParamSpec.args?4()
3369 typing_extensions.ParamSpec.kwargs?4()
3370 typing_extensions.ParamSpec?1(name: str, *, bound: None | type[Any] | str = None, contravariant: bool = False, covariant: bool = False, default: type[Any] | str | None = None, )
3371 typing_extensions.ParamSpecArgs?1(origin: ParamSpec)
3372 typing_extensions.ParamSpecKwargs?1(origin: ParamSpec)
3373 typing_extensions.Protocol?7
3374 typing_extensions.ReadOnly?7
3375 typing_extensions.SupportsIndex.Concatenate?7
3376 typing_extensions.SupportsIndex.LiteralString?7
3377 typing_extensions.SupportsIndex.Never?7
3378 typing_extensions.SupportsIndex.NotRequired?7
3379 typing_extensions.SupportsIndex.Required?7
3380 typing_extensions.SupportsIndex.Self?7
3381 typing_extensions.SupportsIndex.TypeAlias?7
3382 typing_extensions.SupportsIndex.TypeGuard?7
3383 typing_extensions.SupportsIndex.Unpack?7
3384 typing_extensions.SupportsIndex.assert_never?4()
3385 typing_extensions.SupportsIndex.assert_type?4(__typ: Any)
3386 typing_extensions.SupportsIndex.clear_overloads?4()
3387 typing_extensions.SupportsIndex.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: object, )
3388 typing_extensions.SupportsIndex.get_overloads?4(object])
3389 typing_extensions.SupportsIndex.is_typeddict?4()
3390 typing_extensions.SupportsIndex.reveal_type?4()
3391 typing_extensions.TypeAliasType?1(name: str, value: Any, *, type_params: tuple[TypeVar | ParamSpec | TypeVarTuple, ...] = ())
3392 typing_extensions.TypeVar?1(name: str, *constraints: Any, bound: Any | None = None, covariant: bool = False, contravariant: bool = False, default: Any | None = None, infer_variance: bool = False, )
3393 typing_extensions.TypeVarTuple?1(name: str, *, default: Any | None = None)
3394 typing_extensions.TypedDict?7
3395 typing_extensions._AnnotatedAlias?8
3396 typing_extensions._F?8
3397 typing_extensions._T?8
3398 typing_extensions._TC?8
3399 typing_extensions._TypedDict.copy?4()
3400 typing_extensions._TypedDict.items?4()
3401 typing_extensions._TypedDict.keys?4()
3402 typing_extensions._TypedDict.pop?4(k: Never, default: _T = ...)
3403 typing_extensions._TypedDict.setdefault?4(k: Never, default: object)
3404 typing_extensions._TypedDict.update?4(__m: _T)
3405 typing_extensions._TypedDict.values?4()
3406 typing_extensions.deprecated?4(__msg: str, *, category: type[Warning] | None = ..., stacklevel: int = 1)
3407 typing_extensions.final?4(f: _F)
3408 typing_extensions.get_args?4(tp: Any)
3409 typing_extensions.get_origin?4(tp: Any)
3410 typing_extensions.get_origin?4(tp: GenericAlias)
3411 typing_extensions.get_origin?4(tp: ParamSpecArgs | ParamSpecKwargs)
3412 typing_extensions.get_origin?4(tp: UnionType)
3413 typing_extensions.get_original_bases?4(__cls: type)
3414 typing_extensions.get_protocol_members?4(__tp: type)
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, )
3416 typing_extensions.is_protocol?4(__tp: type)
3417 typing_extensions.override?4(__arg: _F)
3418 typing_extensions.runtime?7
3419 typing_extensions.runtime_checkable?4(cls: _TC)

eric ide

mercurial