APIs/MicroPython/micropython-stdlib.api

branch
eric7
changeset 72
3baa3cc8ef3b
parent 71
6cc98647f254
child 73
0ea433511d7c
equal deleted inserted replaced
71:6cc98647f254 72:3baa3cc8ef3b
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.AsyncFunctionDef.type_params?7
40 _ast.AsyncWith.body?7
41 _ast.AsyncWith.items?7
42 _ast.Attribute._Slice?8
43 _ast.Attribute.attr?7
44 _ast.Attribute.ctx?7
45 _ast.Attribute.value?7
46 _ast.AugAssign.op?7
47 _ast.AugAssign.target?7
48 _ast.AugAssign.value?7
49 _ast.Await.value?7
50 _ast.BinOp.left?7
51 _ast.BinOp.op?7
52 _ast.BinOp.right?7
53 _ast.BoolOp.op?7
54 _ast.BoolOp.values?7
55 _ast.Bytes.s?7
56 _ast.Call.args?7
57 _ast.Call.func?7
58 _ast.Call.keywords?7
59 _ast.ClassDef.bases?7
60 _ast.ClassDef.body?7
61 _ast.ClassDef.decorator_list?7
62 _ast.ClassDef.keywords?7
63 _ast.ClassDef.name?7
64 _ast.ClassDef.type_params?7
65 _ast.Compare.comparators?7
66 _ast.Compare.left?7
67 _ast.Compare.ops?7
68 _ast.Constant.kind?7
69 _ast.Constant.n?7
70 _ast.Constant.s?7
71 _ast.Constant.value?7
72 _ast.Delete.targets?7
73 _ast.Dict.keys?7
74 _ast.Dict.values?7
75 _ast.DictComp.generators?7
76 _ast.DictComp.key?7
77 _ast.DictComp.value?7
78 _ast.ExceptHandler.body?7
79 _ast.ExceptHandler.name?7
80 _ast.ExceptHandler.type?7
81 _ast.Expr.value?7
82 _ast.Expression.body?7
83 _ast.ExtSlice.dims?7
84 _ast.For.body?7
85 _ast.For.iter?7
86 _ast.For.orelse?7
87 _ast.For.target?7
88 _ast.FormattedValue.conversion?7
89 _ast.FormattedValue.format_spec?7
90 _ast.FormattedValue.value?7
91 _ast.FunctionDef.args?7
92 _ast.FunctionDef.body?7
93 _ast.FunctionDef.decorator_list?7
94 _ast.FunctionDef.name?7
95 _ast.FunctionDef.returns?7
96 _ast.FunctionDef.type_params?7
97 _ast.FunctionType.argtypes?7
98 _ast.FunctionType.returns?7
99 _ast.GeneratorExp.elt?7
100 _ast.GeneratorExp.generators?7
101 _ast.Global.names?7
102 _ast.If.body?7
103 _ast.If.orelse?7
104 _ast.If.test?7
105 _ast.IfExp.body?7
106 _ast.IfExp.orelse?7
107 _ast.IfExp.test?7
108 _ast.Import.names?7
109 _ast.ImportFrom.level?7
110 _ast.ImportFrom.module?7
111 _ast.ImportFrom.names?7
112 _ast.Index.value?7
113 _ast.Interactive.body?7
114 _ast.JoinedStr.values?7
115 _ast.Lambda.args?7
116 _ast.Lambda.body?7
117 _ast.List.ctx?7
118 _ast.List.elts?7
119 _ast.ListComp.elt?7
120 _ast.ListComp.generators?7
121 _ast.Match.cases?7
122 _ast.Match.subject?7
123 _ast.MatchAs.name?7
124 _ast.MatchAs.pattern?7
125 _ast.MatchClass.cls?7
126 _ast.MatchClass.kwd_attrs?7
127 _ast.MatchClass.kwd_patterns?7
128 _ast.MatchClass.patterns?7
129 _ast.MatchMapping.keys?7
130 _ast.MatchMapping.patterns?7
131 _ast.MatchMapping.rest?7
132 _ast.MatchOr.patterns?7
133 _ast.MatchSequence.patterns?7
134 _ast.MatchSingleton.value?7
135 _ast.MatchStar.name?7
136 _ast.MatchValue.value?7
137 _ast.Module.body?7
138 _ast.Module.type_ignores?7
139 _ast.Name.ctx?7
140 _ast.Name.id?7
141 _ast.NameConstant.value?7
142 _ast.NamedExpr.target?7
143 _ast.NamedExpr.value?7
144 _ast.Nonlocal.names?7
145 _ast.Num.n?7
146 _ast.ParamSpec.name?7
147 _ast.PyCF_ALLOW_TOP_LEVEL_AWAIT?7
148 _ast.PyCF_ONLY_AST?7
149 _ast.PyCF_TYPE_COMMENTS?7
150 _ast.Raise.cause?7
151 _ast.Raise.exc?7
152 _ast.Return.value?7
153 _ast.Set.elts?7
154 _ast.SetComp.elt?7
155 _ast.SetComp.generators?7
156 _ast.Slice.lower?7
157 _ast.Slice.step?7
158 _ast.Slice.upper?7
159 _ast.Starred.ctx?7
160 _ast.Starred.value?7
161 _ast.Str.s?7
162 _ast.Subscript.ctx?7
163 _ast.Subscript.slice?7
164 _ast.Subscript.value?7
165 _ast.Suite.body?7
166 _ast.Try.body?7
167 _ast.Try.finalbody?7
168 _ast.Try.handlers?7
169 _ast.Try.orelse?7
170 _ast.TryStar.body?7
171 _ast.TryStar.finalbody?7
172 _ast.TryStar.handlers?7
173 _ast.TryStar.orelse?7
174 _ast.Tuple.ctx?7
175 _ast.Tuple.dims?7
176 _ast.Tuple.elts?7
177 _ast.TypeAlias.name?7
178 _ast.TypeAlias.type_params?7
179 _ast.TypeAlias.value?7
180 _ast.TypeIgnore.tag?7
181 _ast.TypeVar.bound?7
182 _ast.TypeVar.name?7
183 _ast.TypeVarTuple.name?7
184 _ast.UnaryOp.op?7
185 _ast.UnaryOp.operand?7
186 _ast.While.body?7
187 _ast.While.orelse?7
188 _ast.While.test?7
189 _ast.With.body?7
190 _ast.With.items?7
191 _ast.Yield.value?7
192 _ast.YieldFrom.value?7
193 _ast._Identifier?8
194 _ast.alias.asname?7
195 _ast.alias.name?7
196 _ast.arg.annotation?7
197 _ast.arg.arg?7
198 _ast.arguments.args?7
199 _ast.arguments.defaults?7
200 _ast.arguments.kw_defaults?7
201 _ast.arguments.kwarg?7
202 _ast.arguments.kwonlyargs?7
203 _ast.arguments.posonlyargs?7
204 _ast.arguments.vararg?7
205 _ast.comprehension.ifs?7
206 _ast.comprehension.is_async?7
207 _ast.comprehension.iter?7
208 _ast.comprehension.target?7
209 _ast.keyword.arg?7
210 _ast.keyword.value?7
211 _ast.match_case.body?7
212 _ast.match_case.guard?7
213 _ast.match_case.pattern?7
214 _ast.withitem._Pattern?8
215 _ast.withitem.context_expr?7
216 _ast.withitem.optional_vars?7
217 _codecs._BytesToBytesEncoding?8
218 _codecs._CharMap?8
219 _codecs._EncodingMap.size?4()
220 _codecs._Handler?8
221 _codecs._SearchFunction?8
222 _codecs._StrToStrEncoding?8
223 _codecs.ascii_decode?4(__data: ReadableBuffer, __errors: str | None = None)
224 _codecs.ascii_encode?4(__str: str, __errors: str | None = None)
225 _codecs.charmap_build?4(__map: str)
226 _codecs.charmap_decode?4(__data: ReadableBuffer, __errors: str | None = None, __mapping: _CharMap | None = None)
227 _codecs.charmap_encode?4(__str: str, __errors: str | None = None, __mapping: _CharMap | None = None)
228 _codecs.code_page_decode?4(__codepage: int, __data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
229 _codecs.code_page_encode?4(__code_page: int, __str: str, __errors: str | None = None)
230 _codecs.decode?4(obj: ReadableBuffer, encoding: _BytesToBytesEncoding, errors: str = "strict")
231 _codecs.decode?4(obj: ReadableBuffer, encoding: str = "utf-8", errors: str = "strict")
232 _codecs.decode?4(obj: str, encoding: Literal["hex", "hex_codec"], errors: str = "strict")
233 _codecs.decode?4(obj: str, encoding: Literal["unicode_escape", "unicode-escape", "raw_unicode_escape", "raw-unicode-escape"], errors: str = "strict", )
234 _codecs.decode?4(obj: str, encoding: _StrToStrEncoding, errors: str = "strict")
235 _codecs.encode?4(obj: ReadableBuffer, encoding: _BytesToBytesEncoding, errors: str = "strict")
236 _codecs.encode?4(obj: str, encoding: _StrToStrEncoding, errors: str = "strict")
237 _codecs.encode?4(obj: str, encoding: str = "utf-8", errors: str = "strict")
238 _codecs.escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = None)
239 _codecs.escape_encode?4(__data: bytes, __errors: str | None = None)
240 _codecs.latin_1_decode?4(__data: ReadableBuffer, __errors: str | None = None)
241 _codecs.latin_1_encode?4(__str: str, __errors: str | None = None)
242 _codecs.lookup?4(__encoding: str)
243 _codecs.lookup_error?4(__name: str)
244 _codecs.mbcs_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
245 _codecs.mbcs_encode?4(__str: str, __errors: str | None = None)
246 _codecs.oem_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
247 _codecs.oem_encode?4(__str: str, __errors: str | None = None)
248 _codecs.raw_unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = None)
249 _codecs.raw_unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = None, __final: bool = True)
250 _codecs.raw_unicode_escape_encode?4(__str: str, __errors: str | None = None)
251 _codecs.readbuffer_encode?4(__data: str | ReadableBuffer, __errors: str | None = None)
252 _codecs.register?4(__search_function: _SearchFunction)
253 _codecs.register_error?4(__errors: str, __handler: _Handler)
254 _codecs.unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = None)
255 _codecs.unicode_escape_decode?4(__data: str | ReadableBuffer, __errors: str | None = None, __final: bool = True)
256 _codecs.unicode_escape_encode?4(__str: str, __errors: str | None = None)
257 _codecs.unicode_internal_decode?4(__obj: str | ReadableBuffer, __errors: str | None = None)
258 _codecs.unicode_internal_encode?4(__obj: str | ReadableBuffer, __errors: str | None = None)
259 _codecs.unregister?4(__search_function: _SearchFunction)
260 _codecs.utf_16_be_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
261 _codecs.utf_16_be_encode?4(__str: str, __errors: str | None = None)
262 _codecs.utf_16_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
263 _codecs.utf_16_encode?4(__str: str, __errors: str | None = None, __byteorder: int = 0)
264 _codecs.utf_16_ex_decode?4(__data: ReadableBuffer, __errors: str | None = None, __byteorder: int = 0, __final: bool = False)
265 _codecs.utf_16_le_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
266 _codecs.utf_16_le_encode?4(__str: str, __errors: str | None = None)
267 _codecs.utf_32_be_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
268 _codecs.utf_32_be_encode?4(__str: str, __errors: str | None = None)
269 _codecs.utf_32_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
270 _codecs.utf_32_encode?4(__str: str, __errors: str | None = None, __byteorder: int = 0)
271 _codecs.utf_32_ex_decode?4(__data: ReadableBuffer, __errors: str | None = None, __byteorder: int = 0, __final: bool = False)
272 _codecs.utf_32_le_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
273 _codecs.utf_32_le_encode?4(__str: str, __errors: str | None = None)
274 _codecs.utf_7_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
275 _codecs.utf_7_encode?4(__str: str, __errors: str | None = None)
276 _codecs.utf_8_decode?4(__data: ReadableBuffer, __errors: str | None = None, __final: bool = False)
277 _codecs.utf_8_encode?4(__str: str, __errors: str | None = None)
278 _collections_abc._KT_co?8
279 _collections_abc._VT_co?8
280 _collections_abc.dict_items.mapping?4()
281 _collections_abc.dict_keys.mapping?4()
282 _collections_abc.dict_values.mapping?4()
283 _decimal.BasicContext?7
284 _decimal.Context.Emax?7
285 _decimal.Context.Emin?7
286 _decimal.Context.Etiny?4()
287 _decimal.Context.Etop?4()
288 _decimal.Context.abs?4(__x: _Decimal)
289 _decimal.Context.add?4(__x: _Decimal, __y: _Decimal)
290 _decimal.Context.canonical?4(__x: Decimal)
291 _decimal.Context.capitals?7
292 _decimal.Context.clamp?7
293 _decimal.Context.clear_flags?4()
294 _decimal.Context.clear_traps?4()
295 _decimal.Context.compare?4(__x: _Decimal, __y: _Decimal)
296 _decimal.Context.compare_signal?4(__x: _Decimal, __y: _Decimal)
297 _decimal.Context.compare_total?4(__x: _Decimal, __y: _Decimal)
298 _decimal.Context.compare_total_mag?4(__x: _Decimal, __y: _Decimal)
299 _decimal.Context.copy?4()
300 _decimal.Context.copy_abs?4(__x: _Decimal)
301 _decimal.Context.copy_decimal?4(__x: _Decimal)
302 _decimal.Context.copy_negate?4(__x: _Decimal)
303 _decimal.Context.copy_sign?4(__x: _Decimal, __y: _Decimal)
304 _decimal.Context.create_decimal?4(__num: _DecimalNew = "0")
305 _decimal.Context.create_decimal_from_float?4(__f: float)
306 _decimal.Context.divide?4(__x: _Decimal, __y: _Decimal)
307 _decimal.Context.divide_int?4(__x: _Decimal, __y: _Decimal)
308 _decimal.Context.divmod?4(__x: _Decimal, __y: _Decimal)
309 _decimal.Context.exp?4(__x: _Decimal)
310 _decimal.Context.flags?7
311 _decimal.Context.fma?4(__x: _Decimal, __y: _Decimal, __z: _Decimal)
312 _decimal.Context.is_canonical?4(__x: _Decimal)
313 _decimal.Context.is_finite?4(__x: _Decimal)
314 _decimal.Context.is_infinite?4(__x: _Decimal)
315 _decimal.Context.is_nan?4(__x: _Decimal)
316 _decimal.Context.is_normal?4(__x: _Decimal)
317 _decimal.Context.is_qnan?4(__x: _Decimal)
318 _decimal.Context.is_signed?4(__x: _Decimal)
319 _decimal.Context.is_snan?4(__x: _Decimal)
320 _decimal.Context.is_subnormal?4(__x: _Decimal)
321 _decimal.Context.is_zero?4(__x: _Decimal)
322 _decimal.Context.ln?4(__x: _Decimal)
323 _decimal.Context.log10?4(__x: _Decimal)
324 _decimal.Context.logb?4(__x: _Decimal)
325 _decimal.Context.logical_and?4(__x: _Decimal, __y: _Decimal)
326 _decimal.Context.logical_invert?4(__x: _Decimal)
327 _decimal.Context.logical_or?4(__x: _Decimal, __y: _Decimal)
328 _decimal.Context.logical_xor?4(__x: _Decimal, __y: _Decimal)
329 _decimal.Context.max?4(__x: _Decimal, __y: _Decimal)
330 _decimal.Context.max_mag?4(__x: _Decimal, __y: _Decimal)
331 _decimal.Context.min?4(__x: _Decimal, __y: _Decimal)
332 _decimal.Context.min_mag?4(__x: _Decimal, __y: _Decimal)
333 _decimal.Context.minus?4(__x: _Decimal)
334 _decimal.Context.multiply?4(__x: _Decimal, __y: _Decimal)
335 _decimal.Context.next_minus?4(__x: _Decimal)
336 _decimal.Context.next_plus?4(__x: _Decimal)
337 _decimal.Context.next_toward?4(__x: _Decimal, __y: _Decimal)
338 _decimal.Context.normalize?4(__x: _Decimal)
339 _decimal.Context.number_class?4(__x: _Decimal)
340 _decimal.Context.plus?4(__x: _Decimal)
341 _decimal.Context.power?4(a: _Decimal, b: _Decimal, modulo: _Decimal | None = None)
342 _decimal.Context.prec?7
343 _decimal.Context.quantize?4(__x: _Decimal, __y: _Decimal)
344 _decimal.Context.radix?4()
345 _decimal.Context.remainder?4(__x: _Decimal, __y: _Decimal)
346 _decimal.Context.remainder_near?4(__x: _Decimal, __y: _Decimal)
347 _decimal.Context.rotate?4(__x: _Decimal, __y: _Decimal)
348 _decimal.Context.rounding?7
349 _decimal.Context.same_quantum?4(__x: _Decimal, __y: _Decimal)
350 _decimal.Context.scaleb?4(__x: _Decimal, __y: _Decimal)
351 _decimal.Context.shift?4(__x: _Decimal, __y: _Decimal)
352 _decimal.Context.sqrt?4(__x: _Decimal)
353 _decimal.Context.subtract?4(__x: _Decimal, __y: _Decimal)
354 _decimal.Context.to_eng_string?4(__x: _Decimal)
355 _decimal.Context.to_integral?4(__x: _Decimal)
356 _decimal.Context.to_integral_exact?4(__x: _Decimal)
357 _decimal.Context.to_integral_value?4(__x: _Decimal)
358 _decimal.Context.to_sci_string?4(__x: _Decimal)
359 _decimal.Context.traps?7
360 _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 = ..., )
361 _decimal.Decimal.adjusted?4()
362 _decimal.Decimal.as_integer_ratio?4()
363 _decimal.Decimal.as_tuple?4()
364 _decimal.Decimal.canonical?4()
365 _decimal.Decimal.compare?4(other: _Decimal, context: Context | None = None)
366 _decimal.Decimal.compare_signal?4(other: _Decimal, context: Context | None = None)
367 _decimal.Decimal.compare_total?4(other: _Decimal, context: Context | None = None)
368 _decimal.Decimal.compare_total_mag?4(other: _Decimal, context: Context | None = None)
369 _decimal.Decimal.conjugate?4()
370 _decimal.Decimal.copy_abs?4()
371 _decimal.Decimal.copy_negate?4()
372 _decimal.Decimal.copy_sign?4(other: _Decimal, context: Context | None = None)
373 _decimal.Decimal.exp?4(context: Context | None = None)
374 _decimal.Decimal.fma?4(other: _Decimal, third: _Decimal, context: Context | None = None)
375 _decimal.Decimal.from_float?4(__f: float)
376 _decimal.Decimal.imag?4()
377 _decimal.Decimal.is_canonical?4()
378 _decimal.Decimal.is_finite?4()
379 _decimal.Decimal.is_infinite?4()
380 _decimal.Decimal.is_nan?4()
381 _decimal.Decimal.is_normal?4(context: Context | None = None)
382 _decimal.Decimal.is_qnan?4()
383 _decimal.Decimal.is_signed?4()
384 _decimal.Decimal.is_snan?4()
385 _decimal.Decimal.is_subnormal?4(context: Context | None = None)
386 _decimal.Decimal.is_zero?4()
387 _decimal.Decimal.ln?4(context: Context | None = None)
388 _decimal.Decimal.log10?4(context: Context | None = None)
389 _decimal.Decimal.logb?4(context: Context | None = None)
390 _decimal.Decimal.logical_and?4(other: _Decimal, context: Context | None = None)
391 _decimal.Decimal.logical_invert?4(context: Context | None = None)
392 _decimal.Decimal.logical_or?4(other: _Decimal, context: Context | None = None)
393 _decimal.Decimal.logical_xor?4(other: _Decimal, context: Context | None = None)
394 _decimal.Decimal.max?4(other: _Decimal, context: Context | None = None)
395 _decimal.Decimal.max_mag?4(other: _Decimal, context: Context | None = None)
396 _decimal.Decimal.min?4(other: _Decimal, context: Context | None = None)
397 _decimal.Decimal.min_mag?4(other: _Decimal, context: Context | None = None)
398 _decimal.Decimal.next_minus?4(context: Context | None = None)
399 _decimal.Decimal.next_plus?4(context: Context | None = None)
400 _decimal.Decimal.next_toward?4(other: _Decimal, context: Context | None = None)
401 _decimal.Decimal.normalize?4(context: Context | None = None)
402 _decimal.Decimal.number_class?4(context: Context | None = None)
403 _decimal.Decimal.quantize?4(exp: _Decimal, rounding: str | None = None, context: Context | None = None)
404 _decimal.Decimal.radix?4()
405 _decimal.Decimal.real?4()
406 _decimal.Decimal.remainder_near?4(other: _Decimal, context: Context | None = None)
407 _decimal.Decimal.rotate?4(other: _Decimal, context: Context | None = None)
408 _decimal.Decimal.same_quantum?4(other: _Decimal, context: Context | None = None)
409 _decimal.Decimal.scaleb?4(other: _Decimal, context: Context | None = None)
410 _decimal.Decimal.shift?4(other: _Decimal, context: Context | None = None)
411 _decimal.Decimal.sqrt?4(context: Context | None = None)
412 _decimal.Decimal.to_eng_string?4(context: Context | None = None)
413 _decimal.Decimal.to_integral?4(rounding: str | None = None, context: Context | None = None)
414 _decimal.Decimal.to_integral_exact?4(rounding: str | None = None, context: Context | None = None)
415 _decimal.Decimal.to_integral_value?4(rounding: str | None = None, context: Context | None = None)
416 _decimal.DecimalTuple.digits?7
417 _decimal.DecimalTuple.exponent?7
418 _decimal.DecimalTuple.sign?7
419 _decimal.DefaultContext?7
420 _decimal.ExtendedContext?7
421 _decimal.HAVE_CONTEXTVAR?7
422 _decimal.HAVE_THREADS?7
423 _decimal.MAX_EMAX?7
424 _decimal.MAX_PREC?7
425 _decimal.MIN_EMIN?7
426 _decimal.MIN_ETINY?7
427 _decimal.ROUND_05UP?7
428 _decimal.ROUND_CEILING?7
429 _decimal.ROUND_DOWN?7
430 _decimal.ROUND_FLOOR?7
431 _decimal.ROUND_HALF_DOWN?7
432 _decimal.ROUND_HALF_EVEN?7
433 _decimal.ROUND_HALF_UP?7
434 _decimal.ROUND_UP?7
435 _decimal._ComparableNum?8
436 _decimal._ContextManager.new_context?7
437 _decimal._ContextManager.saved_context?7
438 _decimal._ContextManager?2(new_context: Context)
439 _decimal._Decimal?8
440 _decimal._DecimalNew?8
441 _decimal._TrapType?8
442 _decimal.getcontext?4()
443 _decimal.localcontext?4(ctx: Context | None = None)
444 _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 = ..., )
445 _decimal.setcontext?4(__context: Context)
446 abc.ABCMeta._dump_registry?5(file: SupportsWrite[str] | None = None)
447 abc.ABCMeta.register?4(subclass: type[_T])
448 abc._FuncT?8
449 abc._P?8
450 abc._R_co?8
451 abc._T?8
452 abc.abstractclassmethod?1(callable: Callable[Concatenate[type[_T], _P], _R_co])
453 abc.abstractmethod?4(funcobj: _FuncT)
454 abc.abstractstaticmethod?1(callable: Callable[_P, _R_co])
455 abc.get_cache_token?4()
456 abc.update_abstractmethods?4(cls: type[_T])
457 builtins.AttributeError?1(*args: object, name: str | None = ..., obj: object = ...)
458 builtins.BaseException.add_note?4(__note: str)
459 builtins.BaseException.args?7
460 builtins.BaseException.with_traceback?4(__tb: TracebackType | None)
461 builtins.BaseException?1(*args: object)
462 builtins.BaseExceptionGroup.derive?4(__excs: Sequence[_BaseExceptionT])
463 builtins.BaseExceptionGroup.exceptions?4()
464 builtins.BaseExceptionGroup.message?4()
465 builtins.BaseExceptionGroup.split?4(__condition: Callable[[_BaseExceptionT_co | Self], bool])
466 builtins.BaseExceptionGroup.subgroup?4(__condition: Callable[[_BaseExceptionT_co | Self], bool])
467 builtins.BaseExceptionGroup?1(__message: str, __exceptions: Sequence[_BaseExceptionT_co])
468 builtins.BlockingIOError.characters_written?7
469 builtins.Ellipsis?7
470 builtins.EnvironmentError?7
471 builtins.ExceptionGroup.exceptions?4()
472 builtins.ExceptionGroup.split?4(__condition: Callable[[_ExceptionT_co | Self], bool])
473 builtins.ExceptionGroup.subgroup?4(__condition: Callable[[_ExceptionT_co | Self], bool])
474 builtins.ExceptionGroup?1(__message: str, __exceptions: Sequence[_ExceptionT_co])
475 builtins.IOError?7
476 builtins.ImportError.msg?7
477 builtins.ImportError.name?7
478 builtins.ImportError.path?7
479 builtins.ImportError?1(*args: object, name: str | None = ..., path: str | None = ...)
480 builtins.NameError.name?7
481 builtins.NotImplemented?7
482 builtins.OSError.WindowsError?7
483 builtins.OSError.errno?7
484 builtins.OSError.filename2?7
485 builtins.OSError.filename?7
486 builtins.OSError.strerror?7
487 builtins.OSError.winerror?7
488 builtins.ResourceWarning._BaseExceptionT?8
489 builtins.ResourceWarning._BaseExceptionT_co?8
490 builtins.ResourceWarning._ExceptionT?8
491 builtins.ResourceWarning._ExceptionT_co?8
492 builtins.StopAsyncIteration.value?7
493 builtins.StopIteration.value?7
494 builtins.SyntaxError.end_lineno?7
495 builtins.SyntaxError.end_offset?7
496 builtins.SyntaxError.filename?7
497 builtins.SyntaxError.lineno?7
498 builtins.SyntaxError.msg?7
499 builtins.SyntaxError.offset?7
500 builtins.SyntaxError.text?7
501 builtins.SystemExit.code?7
502 builtins.UnicodeDecodeError.encoding?7
503 builtins.UnicodeDecodeError.end?7
504 builtins.UnicodeDecodeError.object?7
505 builtins.UnicodeDecodeError.reason?7
506 builtins.UnicodeDecodeError.start?7
507 builtins.UnicodeDecodeError?1(__encoding: str, __object: ReadableBuffer, __start: int, __end: int, __reason: str)
508 builtins.UnicodeEncodeError.encoding?7
509 builtins.UnicodeEncodeError.end?7
510 builtins.UnicodeEncodeError.object?7
511 builtins.UnicodeEncodeError.reason?7
512 builtins.UnicodeEncodeError.start?7
513 builtins.UnicodeEncodeError?1(__encoding: str, __object: str, __start: int, __end: int, __reason: str)
514 builtins.UnicodeTranslateError.encoding?7
515 builtins.UnicodeTranslateError.end?7
516 builtins.UnicodeTranslateError.object?7
517 builtins.UnicodeTranslateError.reason?7
518 builtins.UnicodeTranslateError.start?7
519 builtins.UnicodeTranslateError?1(__object: str, __start: int, __end: int, __reason: str)
520 builtins._AddableT1?8
521 builtins._AddableT2?8
522 builtins._AwaitableT?8
523 builtins._AwaitableT_co?8
524 builtins._E?8
525 builtins._KT?8
526 builtins._LiteralInteger?8
527 builtins._M?8
528 builtins._NegativeInteger?8
529 builtins._Opener?8
530 builtins._P?8
531 builtins._PositiveInteger?8
532 builtins._R_co?8
533 builtins._S?8
534 builtins._SupportsAnextT?8
535 builtins._SupportsNextT?8
536 builtins._SupportsPow3.pow?4(__y: complex, __z: None = None)
537 builtins._SupportsSomeKindOfPow?8
538 builtins._SupportsSumNoDefaultT?8
539 builtins._SupportsSumWithNoDefaultGiven.sum?4(__start: int = 0)
540 builtins._T1?8
541 builtins._T2?8
542 builtins._T3?8
543 builtins._T4?8
544 builtins._T5?8
545 builtins._T?8
546 builtins._T_co?8
547 builtins._T_contra?8
548 builtins._VT?8
549 builtins.abs?4(__x: SupportsAbs[_T])
550 builtins.aiter?4(__async_iterable: SupportsAiter[_SupportsAnextT])
551 builtins.all?4(__iterable: Iterable[object])
552 builtins.anext?4(__i: SupportsAnext[_T], __default: _VT)
553 builtins.anext?4(__i: _SupportsSynchronousAnext[_AwaitableT])
554 builtins.any?4(__iterable: Iterable[object])
555 builtins.ascii?4(__obj: object)
556 builtins.bin?4(__number: int | SupportsIndex)
557 builtins.breakpoint?4(*args: Any, **kws: Any)
558 builtins.bytearray.append?4(__item: SupportsIndex)
559 builtins.bytearray.capitalize?4()
560 builtins.bytearray.center?4(__width: SupportsIndex, __fillchar: bytes = b" ")
561 builtins.bytearray.copy?4()
562 builtins.bytearray.count?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
563 builtins.bytearray.decode?4(encoding: str = "utf-8", errors: str = "strict")
564 builtins.bytearray.endswith?4(__suffix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., )
565 builtins.bytearray.expandtabs?4(tabsize: int = ...)
566 builtins.bytearray.extend?4(__iterable_of_ints: Iterable[SupportsIndex])
567 builtins.bytearray.find?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
568 builtins.bytearray.fromhex?4(__string: str)
569 builtins.bytearray.hex?4()
570 builtins.bytearray.index?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
571 builtins.bytearray.insert?4(__index: SupportsIndex, __item: SupportsIndex)
572 builtins.bytearray.isalnum?4()
573 builtins.bytearray.isalpha?4()
574 builtins.bytearray.isascii?4()
575 builtins.bytearray.isdigit?4()
576 builtins.bytearray.islower?4()
577 builtins.bytearray.isspace?4()
578 builtins.bytearray.istitle?4()
579 builtins.bytearray.isupper?4()
580 builtins.bytearray.join?4(__iterable_of_bytes: Iterable[ReadableBuffer])
581 builtins.bytearray.ljust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = b" ")
582 builtins.bytearray.lower?4()
583 builtins.bytearray.lstrip?4(__bytes: ReadableBuffer | None = None)
584 builtins.bytearray.maketrans?4(__to: ReadableBuffer)
585 builtins.bytearray.partition?4(__sep: ReadableBuffer)
586 builtins.bytearray.pop?4(__index: int = -1)
587 builtins.bytearray.remove?4(__value: int)
588 builtins.bytearray.removeprefix?4(__prefix: ReadableBuffer)
589 builtins.bytearray.removesuffix?4(__suffix: ReadableBuffer)
590 builtins.bytearray.replace?4(__old: ReadableBuffer, __new: ReadableBuffer, __count: SupportsIndex = -1)
591 builtins.bytearray.rfind?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
592 builtins.bytearray.rindex?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
593 builtins.bytearray.rjust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = b" ")
594 builtins.bytearray.rpartition?4(__sep: ReadableBuffer)
595 builtins.bytearray.rsplit?4(sep: ReadableBuffer | None = None, maxsplit: SupportsIndex = -1)
596 builtins.bytearray.rstrip?4(__bytes: ReadableBuffer | None = None)
597 builtins.bytearray.split?4(sep: ReadableBuffer | None = None, maxsplit: SupportsIndex = -1)
598 builtins.bytearray.splitlines?4(keepends: bool = False)
599 builtins.bytearray.startswith?4(__prefix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., )
600 builtins.bytearray.strip?4(__bytes: ReadableBuffer | None = None)
601 builtins.bytearray.swapcase?4()
602 builtins.bytearray.title?4()
603 builtins.bytearray.translate?4(__table: ReadableBuffer | None, delete: bytes = b"")
604 builtins.bytearray.upper?4()
605 builtins.bytearray.zfill?4(__width: SupportsIndex)
606 builtins.bytearray?1(__string: str, encoding: str, errors: str = ...)
607 builtins.bytes.capitalize?4()
608 builtins.bytes.center?4(__width: SupportsIndex, __fillchar: bytes = b" ")
609 builtins.bytes.count?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
610 builtins.bytes.decode?4(encoding: str = "utf-8", errors: str = "strict")
611 builtins.bytes.endswith?4(__suffix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., )
612 builtins.bytes.expandtabs?4(tabsize: int = ...)
613 builtins.bytes.find?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
614 builtins.bytes.fromhex?4(__string: str)
615 builtins.bytes.hex?4()
616 builtins.bytes.index?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
617 builtins.bytes.isalnum?4()
618 builtins.bytes.isalpha?4()
619 builtins.bytes.isascii?4()
620 builtins.bytes.isdigit?4()
621 builtins.bytes.islower?4()
622 builtins.bytes.isspace?4()
623 builtins.bytes.istitle?4()
624 builtins.bytes.isupper?4()
625 builtins.bytes.join?4(__iterable_of_bytes: Iterable[ReadableBuffer])
626 builtins.bytes.ljust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = b" ")
627 builtins.bytes.lower?4()
628 builtins.bytes.lstrip?4(__bytes: ReadableBuffer | None = None)
629 builtins.bytes.maketrans?4(__to: ReadableBuffer)
630 builtins.bytes.partition?4(__sep: ReadableBuffer)
631 builtins.bytes.removeprefix?4(__prefix: ReadableBuffer)
632 builtins.bytes.removesuffix?4(__suffix: ReadableBuffer)
633 builtins.bytes.replace?4(__old: ReadableBuffer, __new: ReadableBuffer, __count: SupportsIndex = -1)
634 builtins.bytes.rfind?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
635 builtins.bytes.rindex?4(__sub: ReadableBuffer | SupportsIndex, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
636 builtins.bytes.rjust?4(__width: SupportsIndex, __fillchar: bytes | bytearray = b" ")
637 builtins.bytes.rpartition?4(__sep: ReadableBuffer)
638 builtins.bytes.rsplit?4(sep: ReadableBuffer | None = None, maxsplit: SupportsIndex = -1)
639 builtins.bytes.rstrip?4(__bytes: ReadableBuffer | None = None)
640 builtins.bytes.split?4(sep: ReadableBuffer | None = None, maxsplit: SupportsIndex = -1)
641 builtins.bytes.splitlines?4(keepends: bool = False)
642 builtins.bytes.startswith?4(__prefix: ReadableBuffer | tuple[ReadableBuffer, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ..., )
643 builtins.bytes.strip?4(__bytes: ReadableBuffer | None = None)
644 builtins.bytes.swapcase?4()
645 builtins.bytes.title?4()
646 builtins.bytes.translate?4(__table: ReadableBuffer | None, delete: bytes = b"")
647 builtins.bytes.upper?4()
648 builtins.bytes.zfill?4(__width: SupportsIndex)
649 builtins.callable?4(__obj: object)
650 builtins.chr?4(__i: int)
651 builtins.classmethod?1(__f: Callable[Concatenate[type[_T], _P], _R_co])
652 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, *, dont_inherit: bool = False, optimize: int = -1, )
653 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, *, dont_inherit: bool = False, optimize: int = -1, _feature_version: int = -1, )
654 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: Literal[0], dont_inherit: bool = False, optimize: int = -1, )
655 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: Literal[0], dont_inherit: bool = False, optimize: int = -1, *, _feature_version: int = -1, )
656 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: Literal[1024], dont_inherit: bool = False, optimize: int = -1, )
657 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: Literal[1024], dont_inherit: bool = False, optimize: int = -1, *, _feature_version: int = -1, )
658 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: int, dont_inherit: bool = False, optimize: int = -1, )
659 builtins.compile?4(source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive, filename: str | ReadableBuffer | _PathLike[Any], mode: str, flags: int, dont_inherit: bool = False, optimize: int = -1, *, _feature_version: int = -1, )
660 builtins.complex.conjugate?4()
661 builtins.complex.imag?4()
662 builtins.complex.real?4()
663 builtins.copyright?4()
664 builtins.credits?4()
665 builtins.delattr?4(__obj: object, __name: str)
666 builtins.dict.copy?4()
667 builtins.dict.fromkeys?4(__iterable: Iterable[_T], __value: _S)
668 builtins.dict.get?4(__key: _KT, __default: _T)
669 builtins.dict.items?4()
670 builtins.dict.keys?4()
671 builtins.dict.pop?4(__key: _KT, __default: _T)
672 builtins.dict.values?4()
673 builtins.dict?1(bytes], __iterable: Iterable[list[bytes]])
674 builtins.dir?4(__o: object = ...)
675 builtins.divmod?4(__x: SupportsDivMod[_T_contra, _T_co], __y: _T_contra)
676 builtins.divmod?4(__x: _T_contra, __y: SupportsRDivMod[_T_contra, _T_co])
677 builtins.eval?4(__source: str | ReadableBuffer | CodeType, __globals: dict[str, Any] | None = None, __locals: Mapping[str, object] | None = None, )
678 builtins.exec?4(__source: str | ReadableBuffer | CodeType, __globals: dict[str, Any] | None = None, __locals: Mapping[str, object] | None = None, )
679 builtins.exec?4(__source: str | ReadableBuffer | CodeType, __globals: dict[str, Any] | None = None, __locals: Mapping[str, object] | None = None, *, closure: tuple[_Cell, ...] | None = None, )
680 builtins.exit?4(code: sys._ExitCode = None)
681 builtins.float.as_integer_ratio?4()
682 builtins.float.conjugate?4()
683 builtins.float.fromhex?4(__string: str)
684 builtins.float.hex?4()
685 builtins.float.imag?4()
686 builtins.float.is_integer?4()
687 builtins.float.real?4()
688 builtins.format?4(__value: object, __format_spec: str = "")
689 builtins.frozenset.copy?4()
690 builtins.frozenset.difference?4(*s: Iterable[object])
691 builtins.frozenset.intersection?4(*s: Iterable[object])
692 builtins.frozenset.isdisjoint?4(__s: Iterable[_T_co])
693 builtins.frozenset.issubset?4(__s: Iterable[object])
694 builtins.frozenset.issuperset?4(__s: Iterable[object])
695 builtins.frozenset.symmetric_difference?4(__s: Iterable[_T_co])
696 builtins.frozenset.union?4(*s: Iterable[_S])
697 builtins.getattr?4(__o: object, __name: str)
698 builtins.getattr?4(__o: object, __name: str, __default: None)
699 builtins.getattr?4(__o: object, __name: str, __default: _T)
700 builtins.getattr?4(__o: object, __name: str, __default: bool)
701 builtins.getattr?4(__o: object, __name: str, __default: dict[Any, Any])
702 builtins.getattr?4(__o: object, __name: str, __default: list[Any])
703 builtins.globals?4()
704 builtins.hasattr?4(__obj: object, __name: str)
705 builtins.hash?4(__obj: object)
706 builtins.help?4(request: object = ...)
707 builtins.hex?4(__number: int | SupportsIndex)
708 builtins.id?4(__obj: object)
709 builtins.input?4(__prompt: object = "")
710 builtins.int.as_integer_ratio?4()
711 builtins.int.bit_count?4()
712 builtins.int.bit_length?4()
713 builtins.int.conjugate?4()
714 builtins.int.denominator?4()
715 builtins.int.from_bytes?4(bytes: Iterable[SupportsIndex] | SupportsBytes | ReadableBuffer, byteorder: Literal["little", "big"], *, signed: bool = False, )
716 builtins.int.imag?4()
717 builtins.int.is_integer?4()
718 builtins.int.numerator?4()
719 builtins.int.real?4()
720 builtins.int.to_bytes?4(length: SupportsIndex, byteorder: Literal["little", "big"], *, signed: bool = False)
721 builtins.isinstance?4(__obj: object, __class_or_tuple: _ClassInfo)
722 builtins.issubclass?4(__cls: type, __class_or_tuple: _ClassInfo)
723 builtins.iter?4(__object: Callable[[], _T | None], __sentinel: None)
724 builtins.iter?4(__object: Callable[[], _T], __sentinel: object)
725 builtins.iter?4(__object: SupportsIter[_SupportsNextT])
726 builtins.iter?4(__object: _GetItemIterable[_T])
727 builtins.len?4(__obj: Sized)
728 builtins.license?4()
729 builtins.list.append?4(__object: _T)
730 builtins.list.copy?4()
731 builtins.list.count?4(__value: _T)
732 builtins.list.extend?4(__iterable: Iterable[_T])
733 builtins.list.index?4(__value: _T, __start: SupportsIndex = 0, __stop: SupportsIndex = sys.maxsize)
734 builtins.list.insert?4(__index: SupportsIndex, __object: _T)
735 builtins.list.pop?4(__index: SupportsIndex = -1)
736 builtins.list.remove?4(__value: _T)
737 builtins.list.sort?4(*, key: Callable[[_T], SupportsRichComparison], reverse: bool = False)
738 builtins.list?1(__iterable: Iterable[_T])
739 builtins.locals?4()
740 builtins.max?4(__arg1: SupportsRichComparisonT, __arg2: SupportsRichComparisonT, *_args: SupportsRichComparisonT, key: None = None)
741 builtins.max?4(__arg1: _T, __arg2: _T, *_args: _T, key: Callable[[_T], SupportsRichComparison])
742 builtins.max?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = None)
743 builtins.max?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = None, default: _T)
744 builtins.max?4(__iterable: Iterable[_T1], *, key: Callable[[_T1], SupportsRichComparison], default: _T2)
745 builtins.max?4(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsRichComparison])
746 builtins.memoryview.c_contiguous?4()
747 builtins.memoryview.cast?4(format: str, shape: list[int] | tuple[int, ...] = ...)
748 builtins.memoryview.contiguous?4()
749 builtins.memoryview.f_contiguous?4()
750 builtins.memoryview.format?4()
751 builtins.memoryview.hex?4()
752 builtins.memoryview.itemsize?4()
753 builtins.memoryview.nbytes?4()
754 builtins.memoryview.ndim?4()
755 builtins.memoryview.obj?4()
756 builtins.memoryview.readonly?4()
757 builtins.memoryview.release?4()
758 builtins.memoryview.shape?4()
759 builtins.memoryview.strides?4()
760 builtins.memoryview.suboffsets?4()
761 builtins.memoryview.tobytes?4()
762 builtins.memoryview.tolist?4()
763 builtins.memoryview.toreadonly?4()
764 builtins.min?4(__arg1: SupportsRichComparisonT, __arg2: SupportsRichComparisonT, *_args: SupportsRichComparisonT, key: None = None)
765 builtins.min?4(__arg1: _T, __arg2: _T, *_args: _T, key: Callable[[_T], SupportsRichComparison])
766 builtins.min?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = None)
767 builtins.min?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = None, default: _T)
768 builtins.min?4(__iterable: Iterable[_T1], *, key: Callable[[_T1], SupportsRichComparison], default: _T2)
769 builtins.min?4(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsRichComparison])
770 builtins.next?4(__i: SupportsNext[_T])
771 builtins.next?4(__i: SupportsNext[_T], __default: _VT)
772 builtins.object?1()
773 builtins.oct?4(__number: int | SupportsIndex)
774 builtins.open?4(file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: _Opener | None = None, )
775 builtins.open?4(file: FileDescriptorOrPath, mode: OpenBinaryMode, buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: _Opener | None = None, )
776 builtins.open?4(file: FileDescriptorOrPath, mode: OpenBinaryModeReading, buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: _Opener | None = None, )
777 builtins.open?4(file: FileDescriptorOrPath, mode: OpenBinaryModeUpdating, buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: _Opener | None = None, )
778 builtins.open?4(file: FileDescriptorOrPath, mode: OpenBinaryModeWriting, buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: _Opener | None = None, )
779 builtins.open?4(file: FileDescriptorOrPath, mode: OpenTextMode = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: _Opener | None = None, )
780 builtins.open?4(file: FileDescriptorOrPath, mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: _Opener | None = None, )
781 builtins.ord?4(__c: str | bytes | bytearray)
782 builtins.print?4(*values: object, sep: str | None = " ", end: str | None = "\n", file: SupportsWrite[str] | None = None, flush: Literal[False] = False, )
783 builtins.print?4(*values: object, sep: str | None = " ", end: str | None = "\n", file: _SupportsWriteAndFlush[str] | None = None, flush: bool)
784 builtins.property.deleter?4(__fdel: Callable[[Any], None])
785 builtins.property.fdel?7
786 builtins.property.fget?7
787 builtins.property.fset?7
788 builtins.property.getter?4(__fget: Callable[[Any], Any])
789 builtins.property.setter?4(__fset: Callable[[Any, Any], None])
790 builtins.property?1(fget: Callable[[Any], Any] | None = ..., fset: Callable[[Any, Any], None] | None = ..., fdel: Callable[[Any], None] | None = ..., doc: str | None = ..., )
791 builtins.quit?4(code: sys._ExitCode = None)
792 builtins.range.count?4(__value: int)
793 builtins.range.index?4(__value: int)
794 builtins.range.start?4()
795 builtins.range.step?4()
796 builtins.range.stop?4()
797 builtins.repr?4(__obj: object)
798 builtins.reversed?1(__sequence: SupportsLenAndGetItem[_T])
799 builtins.round?4(number: _SupportsRound1[_T], ndigits: None = None)
800 builtins.round?4(number: _SupportsRound2[_T], ndigits: SupportsIndex)
801 builtins.set.add?4(__element: _T)
802 builtins.set.copy?4()
803 builtins.set.difference?4(*s: Iterable[Any])
804 builtins.set.difference_update?4(*s: Iterable[Any])
805 builtins.set.discard?4(__element: _T)
806 builtins.set.intersection?4(*s: Iterable[Any])
807 builtins.set.intersection_update?4(*s: Iterable[Any])
808 builtins.set.isdisjoint?4(__s: Iterable[Any])
809 builtins.set.issubset?4(__s: Iterable[Any])
810 builtins.set.issuperset?4(__s: Iterable[Any])
811 builtins.set.remove?4(__element: _T)
812 builtins.set.symmetric_difference?4(__s: Iterable[_T])
813 builtins.set.symmetric_difference_update?4(__s: Iterable[_T])
814 builtins.set.union?4(*s: Iterable[_S])
815 builtins.set.update?4(*s: Iterable[_T])
816 builtins.set?1(__iterable: Iterable[_T])
817 builtins.setattr?4(__obj: object, __name: str, __value: Any)
818 builtins.slice.indices?4(__len: SupportsIndex)
819 builtins.slice.start?4()
820 builtins.slice.step?4()
821 builtins.slice.stop?4()
822 builtins.sorted?4(__iterable: Iterable[SupportsRichComparisonT], *, key: None = None, reverse: bool = False)
823 builtins.sorted?4(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsRichComparison], reverse: bool = False)
824 builtins.staticmethod?1(__f: Callable[_P, _R_co])
825 builtins.str.capitalize?4()
826 builtins.str.casefold?4()
827 builtins.str.center?4(__width: SupportsIndex, __fillchar: str = " ")
828 builtins.str.count?4(x: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
829 builtins.str.encode?4(encoding: str = "utf-8", errors: str = "strict")
830 builtins.str.endswith?4(__suffix: str | tuple[str, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
831 builtins.str.expandtabs?4(tabsize: int = 8)
832 builtins.str.find?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
833 builtins.str.format?4(*args: object, **kwargs: object)
834 builtins.str.format_map?4(map: _FormatMapMapping)
835 builtins.str.index?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
836 builtins.str.isalnum?4()
837 builtins.str.isalpha?4()
838 builtins.str.isascii?4()
839 builtins.str.isdecimal?4()
840 builtins.str.isdigit?4()
841 builtins.str.isidentifier?4()
842 builtins.str.islower?4()
843 builtins.str.isnumeric?4()
844 builtins.str.isprintable?4()
845 builtins.str.isspace?4()
846 builtins.str.istitle?4()
847 builtins.str.isupper?4()
848 builtins.str.join?4(__iterable: Iterable[str])
849 builtins.str.ljust?4(__width: SupportsIndex, __fillchar: str = " ")
850 builtins.str.lower?4()
851 builtins.str.lstrip?4(__chars: str | None = None)
852 builtins.str.maketrans?4(__y: str, __z: str)
853 builtins.str.partition?4(__sep: str)
854 builtins.str.removeprefix?4(__prefix: str)
855 builtins.str.removesuffix?4(__suffix: str)
856 builtins.str.replace?4(__old: str, __new: str, __count: SupportsIndex = -1)
857 builtins.str.rfind?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
858 builtins.str.rindex?4(__sub: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
859 builtins.str.rjust?4(__width: SupportsIndex, __fillchar: str = " ")
860 builtins.str.rpartition?4(__sep: str)
861 builtins.str.rsplit?4(sep: str | None = None, maxsplit: SupportsIndex = -1)
862 builtins.str.rstrip?4(__chars: str | None = None)
863 builtins.str.split?4(sep: str | None = None, maxsplit: SupportsIndex = -1)
864 builtins.str.splitlines?4(keepends: bool = False)
865 builtins.str.startswith?4(__prefix: str | tuple[str, ...], __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...)
866 builtins.str.strip?4(__chars: str | None = None)
867 builtins.str.swapcase?4()
868 builtins.str.title?4()
869 builtins.str.translate?4(__table: _TranslateTable)
870 builtins.str.upper?4()
871 builtins.str.zfill?4(__width: SupportsIndex)
872 builtins.sum?4(__iterable: Iterable[_AddableT1], __start: _AddableT2)
873 builtins.sum?4(__iterable: Iterable[_AddableT1], start: _AddableT2)
874 builtins.sum?4(__iterable: Iterable[_SupportsSumNoDefaultT])
875 builtins.super?1()
876 builtins.tuple.count?4(__value: Any)
877 builtins.tuple.index?4(__value: Any, __start: SupportsIndex = 0, __stop: SupportsIndex = sys.maxsize)
878 builtins.type.mro?4()
879 builtins.type?1(__name: str, __bases: tuple[type, ...], __dict: dict[str, Any], **kwds: Any)
880 builtins.vars?4(__object: Any = ...)
881 builtins.vars?4(__object: type)
882 enum.Enum._IntEnumBase?8
883 enum.Enum._generate_next_value_?5(start: int, count: int, last_values: list[Any])
884 enum.Enum._ignore_?8
885 enum.Enum._missing_?5(value: object)
886 enum.Enum._name_?8
887 enum.Enum._order_?8
888 enum.Enum._value_?8
889 enum.Enum.name?4()
890 enum.Enum.value?4()
891 enum.EnumCheck.CONTINUOUS?7
892 enum.EnumCheck.NAMED_FLAGS?7
893 enum.EnumCheck.UNIQUE?7
894 enum.EnumMeta.EnumType?7
895 enum.EnumMeta._magic_enum_attr?8
896 enum.EnumMeta._member_map_?8
897 enum.EnumMeta._member_names_?8
898 enum.EnumMeta._value2member_map_?8
899 enum.Flag.CONFORM?7
900 enum.Flag.CONTINUOUS?7
901 enum.Flag.EJECT?7
902 enum.Flag.KEEP?7
903 enum.Flag.NAMED_FLAGS?7
904 enum.Flag.STRICT?7
905 enum.Flag.UNIQUE?7
906 enum.Flag._name_?8
907 enum.Flag._value_?8
908 enum.Flag.global_enum?4(update_str: bool = False)
909 enum.Flag.global_enum_repr?4()
910 enum.Flag.global_flag_repr?4()
911 enum.Flag.global_str?4()
912 enum.Flag.name?4()
913 enum.Flag.value?4()
914 enum.FlagBoundary.CONFORM?7
915 enum.FlagBoundary.EJECT?7
916 enum.FlagBoundary.KEEP?7
917 enum.FlagBoundary.STRICT?7
918 enum.IntEnum._value_?8
919 enum.IntEnum.value?4()
920 enum.StrEnum._generate_next_value_?5(start: int, count: int, last_values: list[str])
921 enum.StrEnum._value_?8
922 enum.StrEnum.value?4()
923 enum._EnumDict.update?4(members: Iterable[tuple[str, Any]], **more_members: Any)
924 enum._EnumDict?2()
925 enum._EnumMemberT?8
926 enum._EnumNames?8
927 enum._EnumerationT?8
928 enum._auto_null?8
929 enum.auto._value_?8
930 enum.auto.value?4()
931 enum.member.value?7
932 enum.member?1(value: _EnumMemberT)
933 enum.nonmember.value?7
934 enum.nonmember?1(value: _EnumMemberT)
935 enum.pickle_by_enum_name?4(self: _EnumMemberT, proto: int)
936 enum.pickle_by_global_name?4(self: Enum, proto: int)
937 enum.property.clsname?7
938 enum.property.member?7
939 enum.property.name?7
940 enum.unique?4(enumeration: _EnumerationT)
941 enum.verify?1(*checks: EnumCheck)
942 io.BufferedIOBase.detach?4()
943 io.BufferedIOBase.raw?7
944 io.BufferedIOBase.read1?4(__size: int = ...)
945 io.BufferedIOBase.read?4(__size: int | None = ...)
946 io.BufferedIOBase.readinto1?4(__buffer: WriteableBuffer)
947 io.BufferedIOBase.readinto?4(__buffer: WriteableBuffer)
948 io.BufferedIOBase.write?4(__buffer: ReadableBuffer)
949 io.BufferedRWPair.peek?4(__size: int = ...)
950 io.BufferedRWPair?1(reader: RawIOBase, writer: RawIOBase, buffer_size: int = ...)
951 io.BufferedRandom.seek?4(__target: int, __whence: int = 0)
952 io.BufferedReader.peek?4(__size: int = 0)
953 io.BufferedReader?1(raw: RawIOBase, buffer_size: int = ...)
954 io.BufferedWriter.write?4(__buffer: ReadableBuffer)
955 io.BufferedWriter?1(raw: RawIOBase, buffer_size: int = ...)
956 io.BytesIO.getbuffer?4()
957 io.BytesIO.getvalue?4()
958 io.BytesIO.name?7
959 io.BytesIO.read1?4(__size: int | None = -1)
960 io.BytesIO?1(initial_bytes: ReadableBuffer = ...)
961 io.FileIO.closefd?4()
962 io.FileIO.mode?7
963 io.FileIO.name?7
964 io.FileIO.read?4(__size: int = -1)
965 io.FileIO.write?4(__b: ReadableBuffer)
966 io.FileIO?1(file: FileDescriptorOrPath, mode: str = ..., closefd: bool = ..., opener: _Opener | None = ...)
967 io.IOBase._checkClosed?5(msg: str | None = ...)
968 io.IOBase.close?4()
969 io.IOBase.closed?4()
970 io.IOBase.fileno?4()
971 io.IOBase.flush?4()
972 io.IOBase.isatty?4()
973 io.IOBase.read?7
974 io.IOBase.readable?4()
975 io.IOBase.readline?4(__size: int | None = -1)
976 io.IOBase.readlines?4(__hint: int = -1)
977 io.IOBase.seek?4(__offset: int, __whence: int = ...)
978 io.IOBase.seekable?4()
979 io.IOBase.tell?4()
980 io.IOBase.truncate?4(__size: int | None = ...)
981 io.IOBase.writable?4()
982 io.IOBase.write?7
983 io.IOBase.writelines?4(__lines: Iterable[ReadableBuffer])
984 io.IncrementalNewlineDecoder.decode?4(input: ReadableBuffer | str, final: bool = False)
985 io.IncrementalNewlineDecoder.newlines?4()
986 io.IncrementalNewlineDecoder.setstate?4(__state: tuple[bytes, int])
987 io.IncrementalNewlineDecoder.text_encoding?4(__stacklevel: int = 2)
988 io.IncrementalNewlineDecoder?1(decoder: codecs.IncrementalDecoder | None, translate: bool, errors: str = ...)
989 io.RawIOBase.read?4(__size: int = -1)
990 io.RawIOBase.readall?4()
991 io.RawIOBase.readinto?4(__buffer: WriteableBuffer)
992 io.RawIOBase.write?4(__b: ReadableBuffer)
993 io.StringIO.getvalue?4()
994 io.StringIO.name?7
995 io.StringIO?1(initial_value: str | None = ..., newline: str | None = ...)
996 io.TextIOBase.detach?4()
997 io.TextIOBase.encoding?7
998 io.TextIOBase.errors?7
999 io.TextIOBase.newlines?7
1000 io.TextIOBase.read?4(__size: int | None = ...)
1001 io.TextIOBase.readline?4(__size: int = ...)
1002 io.TextIOBase.readlines?4(__hint: int = -1)
1003 io.TextIOBase.write?4(__s: str)
1004 io.TextIOBase.writelines?4(__lines: Iterable[str])
1005 io.TextIOWrapper.buffer?4()
1006 io.TextIOWrapper.closed?4()
1007 io.TextIOWrapper.line_buffering?4()
1008 io.TextIOWrapper.readline?4(__size: int = -1)
1009 io.TextIOWrapper.readlines?4(__hint: int = -1)
1010 io.TextIOWrapper.reconfigure?4(*, encoding: str | None = None, errors: str | None = None, newline: str | None = None, line_buffering: bool | None = None, write_through: bool | None = None, )
1011 io.TextIOWrapper.seek?4(__cookie: int, __whence: int = 0)
1012 io.TextIOWrapper.write_through?4()
1013 io.TextIOWrapper.writelines?4(__lines: Iterable[str])
1014 io.TextIOWrapper?1(buffer: IO[bytes], encoding: str | None = ..., errors: str | None = ..., newline: str | None = ..., line_buffering: bool = ..., write_through: bool = ..., )
1015 io._T?8
1016 io.open?7
1017 io.open_code?4(path: str)
1018 re.A?7
1019 re.ASCII?7
1020 re.DEBUG?7
1021 re.DOTALL?7
1022 re.I?7
1023 re.IGNORECASE?7
1024 re.L?7
1025 re.LOCALE?7
1026 re.M?7
1027 re.MULTILINE?7
1028 re.Match.end?4(__group: int | str = 0)
1029 re.Match.endpos?4()
1030 re.Match.expand?4(template: AnyStr)
1031 re.Match.group?4(__group1: str | int, __group2: str | int, *groups: str | int)
1032 re.Match.groupdict?4(default: _T)
1033 re.Match.groups?4(default: _T)
1034 re.Match.lastgroup?4()
1035 re.Match.lastindex?4()
1036 re.Match.pos?4()
1037 re.Match.re?4()
1038 re.Match.regs?4()
1039 re.Match.span?4(__group: int | str = 0)
1040 re.Match.start?4(__group: int | str = 0)
1041 re.Match.string?4()
1042 re.Pattern.findall?4(string: AnyStr, pos: int = 0, endpos: int = sys.maxsize)
1043 re.Pattern.finditer?4(string: AnyStr, pos: int = 0, endpos: int = sys.maxsize)
1044 re.Pattern.flags?4()
1045 re.Pattern.fullmatch?4(string: AnyStr, pos: int = 0, endpos: int = sys.maxsize)
1046 re.Pattern.groupindex?4()
1047 re.Pattern.groups?4()
1048 re.Pattern.match?4(string: AnyStr, pos: int = 0, endpos: int = sys.maxsize)
1049 re.Pattern.pattern?4()
1050 re.Pattern.search?4(string: AnyStr, pos: int = 0, endpos: int = sys.maxsize)
1051 re.Pattern.split?4(string: AnyStr, maxsplit: int = 0)
1052 re.Pattern.sub?4(repl: AnyStr | Callable[[Match[AnyStr]], AnyStr], string: AnyStr, count: int = 0)
1053 re.Pattern.subn?4(repl: AnyStr | Callable[[Match[AnyStr]], AnyStr], string: AnyStr, count: int = 0)
1054 re.RegexFlag.A?7
1055 re.RegexFlag.ASCII?7
1056 re.RegexFlag.DEBUG?7
1057 re.RegexFlag.DOTALL?7
1058 re.RegexFlag.I?7
1059 re.RegexFlag.IGNORECASE?7
1060 re.RegexFlag.L?7
1061 re.RegexFlag.LOCALE?7
1062 re.RegexFlag.M?7
1063 re.RegexFlag.MULTILINE?7
1064 re.RegexFlag.NOFLAG?7
1065 re.RegexFlag.S?7
1066 re.RegexFlag.T?7
1067 re.RegexFlag.TEMPLATE?7
1068 re.RegexFlag.U?7
1069 re.RegexFlag.UNICODE?7
1070 re.RegexFlag.VERBOSE?7
1071 re.RegexFlag.X?7
1072 re.S?7
1073 re.T?7
1074 re.TEMPLATE?7
1075 re.U?7
1076 re.UNICODE?7
1077 re.VERBOSE?7
1078 re.X?7
1079 re._FlagsType?8
1080 re._T?8
1081 re.compile?4(pattern: AnyStr, flags: _FlagsType = 0)
1082 re.compile?4(pattern: Pattern[AnyStr], flags: _FlagsType = 0)
1083 re.escape?4(pattern: AnyStr)
1084 re.findall?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = 0)
1085 re.findall?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0)
1086 re.finditer?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = 0)
1087 re.finditer?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0)
1088 re.fullmatch?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = 0)
1089 re.fullmatch?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0)
1090 re.match?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = 0)
1091 re.match?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0)
1092 re.purge?4()
1093 re.search?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags: _FlagsType = 0)
1094 re.search?4(pattern: str | Pattern[str], string: str, flags: _FlagsType = 0)
1095 re.split?4(pattern: bytes | Pattern[bytes], string: ReadableBuffer, maxsplit: int = 0, flags: _FlagsType = 0)
1096 re.split?4(pattern: str | Pattern[str], string: str, maxsplit: int = 0, flags: _FlagsType = 0)
1097 re.sub?4(pattern: bytes | Pattern[bytes], repl: ReadableBuffer | Callable[[Match[bytes]], ReadableBuffer], string: ReadableBuffer, count: int = 0, flags: _FlagsType = 0, )
1098 re.sub?4(pattern: str | Pattern[str], repl: str | Callable[[Match[str]], str], string: str, count: int = 0, flags: _FlagsType = 0)
1099 re.subn?4(pattern: bytes | Pattern[bytes], repl: ReadableBuffer | Callable[[Match[bytes]], ReadableBuffer], string: ReadableBuffer, count: int = 0, flags: _FlagsType = 0, )
1100 re.subn?4(pattern: str | Pattern[str], repl: str | Callable[[Match[str]], str], string: str, count: int = 0, flags: _FlagsType = 0)
1101 re.template?4(pattern: AnyStr | Pattern[AnyStr], flags: _FlagsType = 0)
1102 sre_compile.MAXCODE?7
1103 sre_compile.compile?4(p: str | bytes | SubPattern, flags: int = 0)
1104 sre_compile.dis?4(code: list[_NamedIntConstant])
1105 sre_compile.isstring?4(obj: Any)
1106 sre_constants.ANY?7
1107 sre_constants.ANY_ALL?7
1108 sre_constants.ASSERT?7
1109 sre_constants.ASSERT_NOT?7
1110 sre_constants.AT?7
1111 sre_constants.ATCODES?7
1112 sre_constants.AT_BEGINNING?7
1113 sre_constants.AT_BEGINNING_LINE?7
1114 sre_constants.AT_BEGINNING_STRING?7
1115 sre_constants.AT_BOUNDARY?7
1116 sre_constants.AT_END?7
1117 sre_constants.AT_END_LINE?7
1118 sre_constants.AT_END_STRING?7
1119 sre_constants.AT_LOCALE?7
1120 sre_constants.AT_LOC_BOUNDARY?7
1121 sre_constants.AT_LOC_NON_BOUNDARY?7
1122 sre_constants.AT_MULTILINE?7
1123 sre_constants.AT_NON_BOUNDARY?7
1124 sre_constants.AT_UNICODE?7
1125 sre_constants.AT_UNI_BOUNDARY?7
1126 sre_constants.AT_UNI_NON_BOUNDARY?7
1127 sre_constants.BIGCHARSET?7
1128 sre_constants.BRANCH?7
1129 sre_constants.CATEGORY?7
1130 sre_constants.CATEGORY_DIGIT?7
1131 sre_constants.CATEGORY_LINEBREAK?7
1132 sre_constants.CATEGORY_LOC_NOT_WORD?7
1133 sre_constants.CATEGORY_LOC_WORD?7
1134 sre_constants.CATEGORY_NOT_DIGIT?7
1135 sre_constants.CATEGORY_NOT_LINEBREAK?7
1136 sre_constants.CATEGORY_NOT_SPACE?7
1137 sre_constants.CATEGORY_NOT_WORD?7
1138 sre_constants.CATEGORY_SPACE?7
1139 sre_constants.CATEGORY_UNI_DIGIT?7
1140 sre_constants.CATEGORY_UNI_LINEBREAK?7
1141 sre_constants.CATEGORY_UNI_NOT_DIGIT?7
1142 sre_constants.CATEGORY_UNI_NOT_LINEBREAK?7
1143 sre_constants.CATEGORY_UNI_NOT_SPACE?7
1144 sre_constants.CATEGORY_UNI_NOT_WORD?7
1145 sre_constants.CATEGORY_UNI_SPACE?7
1146 sre_constants.CATEGORY_UNI_WORD?7
1147 sre_constants.CATEGORY_WORD?7
1148 sre_constants.CHARSET?7
1149 sre_constants.CHCODES?7
1150 sre_constants.CH_LOCALE?7
1151 sre_constants.CH_UNICODE?7
1152 sre_constants.FAILURE?7
1153 sre_constants.GROUPREF?7
1154 sre_constants.GROUPREF_EXISTS?7
1155 sre_constants.GROUPREF_IGNORE?7
1156 sre_constants.GROUPREF_LOC_IGNORE?7
1157 sre_constants.GROUPREF_UNI_IGNORE?7
1158 sre_constants.IN?7
1159 sre_constants.INFO?7
1160 sre_constants.IN_IGNORE?7
1161 sre_constants.IN_LOC_IGNORE?7
1162 sre_constants.IN_UNI_IGNORE?7
1163 sre_constants.JUMP?7
1164 sre_constants.LITERAL?7
1165 sre_constants.LITERAL_IGNORE?7
1166 sre_constants.LITERAL_LOC_IGNORE?7
1167 sre_constants.LITERAL_UNI_IGNORE?7
1168 sre_constants.MAGIC?7
1169 sre_constants.MARK?7
1170 sre_constants.MAXGROUPS?7
1171 sre_constants.MAXREPEAT?7
1172 sre_constants.MAX_REPEAT?7
1173 sre_constants.MAX_UNTIL?7
1174 sre_constants.MIN_REPEAT?7
1175 sre_constants.MIN_REPEAT_ONE?7
1176 sre_constants.MIN_UNTIL?7
1177 sre_constants.NEGATE?7
1178 sre_constants.NOT_LITERAL?7
1179 sre_constants.NOT_LITERAL_IGNORE?7
1180 sre_constants.NOT_LITERAL_LOC_IGNORE?7
1181 sre_constants.NOT_LITERAL_UNI_IGNORE?7
1182 sre_constants.OPCODES?7
1183 sre_constants.OP_IGNORE?7
1184 sre_constants.OP_LOCALE_IGNORE?7
1185 sre_constants.OP_UNICODE_IGNORE?7
1186 sre_constants.RANGE?7
1187 sre_constants.RANGE_UNI_IGNORE?7
1188 sre_constants.REPEAT?7
1189 sre_constants.REPEAT_ONE?7
1190 sre_constants.SRE_FLAG_ASCII?7
1191 sre_constants.SRE_FLAG_DEBUG?7
1192 sre_constants.SRE_FLAG_DOTALL?7
1193 sre_constants.SRE_FLAG_IGNORECASE?7
1194 sre_constants.SRE_FLAG_LOCALE?7
1195 sre_constants.SRE_FLAG_MULTILINE?7
1196 sre_constants.SRE_FLAG_TEMPLATE?7
1197 sre_constants.SRE_FLAG_UNICODE?7
1198 sre_constants.SRE_FLAG_VERBOSE?7
1199 sre_constants.SRE_INFO_CHARSET?7
1200 sre_constants.SRE_INFO_LITERAL?7
1201 sre_constants.SRE_INFO_PREFIX?7
1202 sre_constants.SUBPATTERN?7
1203 sre_constants.SUCCESS?7
1204 sre_constants._NamedIntConstant.ATOMIC_GROUP?7
1205 sre_constants._NamedIntConstant.CALL?7
1206 sre_constants._NamedIntConstant.POSSESSIVE_REPEAT?7
1207 sre_constants._NamedIntConstant.POSSESSIVE_REPEAT_ONE?7
1208 sre_constants._NamedIntConstant.name?7
1209 sre_constants.error.colno?7
1210 sre_constants.error.lineno?7
1211 sre_constants.error.msg?7
1212 sre_constants.error.pattern?7
1213 sre_constants.error.pos?7
1214 sre_constants.error?1(msg: str, pattern: str | bytes | None = None, pos: int | None = None)
1215 sre_parse.ASCIILETTERS?7
1216 sre_parse.CATEGORIES?7
1217 sre_parse.DIGITS?7
1218 sre_parse.ESCAPES?7
1219 sre_parse.FLAGS?7
1220 sre_parse.GLOBAL_FLAGS?7
1221 sre_parse.HEXDIGITS?7
1222 sre_parse.MAXWIDTH?7
1223 sre_parse.OCTDIGITS?7
1224 sre_parse.REPEAT_CHARS?7
1225 sre_parse.SPECIAL_CHARS?7
1226 sre_parse.SubPattern.append?4(code: _CodeType)
1227 sre_parse.SubPattern.data?7
1228 sre_parse.SubPattern.dump?4(level: int = 0)
1229 sre_parse.SubPattern.getwidth?4()
1230 sre_parse.SubPattern.insert?4(index: int, code: _CodeType)
1231 sre_parse.SubPattern.pattern?7
1232 sre_parse.SubPattern.state?7
1233 sre_parse.SubPattern.width?7
1234 sre_parse.SubPattern?1(pattern: Pattern, data: list[_CodeType] | None = None)
1235 sre_parse.TYPE_FLAGS?7
1236 sre_parse.Tokenizer.checkgroupname?4(name: str, offset: int, nested: int)
1237 sre_parse.Tokenizer.decoded_string?7
1238 sre_parse.Tokenizer.error?4(msg: str, offset: int = 0)
1239 sre_parse.Tokenizer.get?4()
1240 sre_parse.Tokenizer.getuntil?4(terminator: str)
1241 sre_parse.Tokenizer.getwhile?4(n: int, charset: Iterable[str])
1242 sre_parse.Tokenizer.index?7
1243 sre_parse.Tokenizer.istext?7
1244 sre_parse.Tokenizer.match?4(char: str)
1245 sre_parse.Tokenizer.next?7
1246 sre_parse.Tokenizer.pos?4()
1247 sre_parse.Tokenizer.seek?4(index: int)
1248 sre_parse.Tokenizer.string?7
1249 sre_parse.Tokenizer.tell?4()
1250 sre_parse.Tokenizer?1(string: Any)
1251 sre_parse.WHITESPACE?7
1252 sre_parse._AvType?8
1253 sre_parse._CodeType?8
1254 sre_parse._OpBranchType?8
1255 sre_parse._OpGroupRefExistsType?8
1256 sre_parse._OpInType?8
1257 sre_parse._OpSubpatternType?8
1258 sre_parse._State.Pattern?7
1259 sre_parse._State.State?7
1260 sre_parse._State.checkgroup?4(gid: int)
1261 sre_parse._State.checklookbehindgroup?4(gid: int, source: Tokenizer)
1262 sre_parse._State.closegroup?4(gid: int, p: SubPattern)
1263 sre_parse._State.flags?7
1264 sre_parse._State.groupdict?7
1265 sre_parse._State.groups?4()
1266 sre_parse._State.groupwidths?7
1267 sre_parse._State.lookbehindgroups?7
1268 sre_parse._State.opengroup?4(name: str | None = ...)
1269 sre_parse._TemplateByteType?8
1270 sre_parse._TemplateType?8
1271 sre_parse.expand_template?4(template: _TemplateType, match: Match[Any])
1272 sre_parse.fix_flags?4(src: str | bytes, flags: int)
1273 sre_parse.parse?4(str: str, flags: int = 0, pattern: Pattern | None = None)
1274 sre_parse.parse?4(str: str, flags: int = 0, state: State | None = None)
1275 sre_parse.parse_template?4(source: bytes, pattern: _Pattern[Any])
1276 sre_parse.parse_template?4(source: bytes, state: _Pattern[Any])
1277 sre_parse.parse_template?4(source: str, pattern: _Pattern[Any])
1278 sre_parse.parse_template?4(source: str, state: _Pattern[Any])
1279 ssl.AlertDescription.ALERT_DESCRIPTION_ACCESS_DENIED?7
1280 ssl.AlertDescription.ALERT_DESCRIPTION_BAD_CERTIFICATE?7
1281 ssl.AlertDescription.ALERT_DESCRIPTION_BAD_CERTIFICATE_HASH_VALUE?7
1282 ssl.AlertDescription.ALERT_DESCRIPTION_BAD_CERTIFICATE_STATUS_RESPONSE?7
1283 ssl.AlertDescription.ALERT_DESCRIPTION_BAD_RECORD_MAC?7
1284 ssl.AlertDescription.ALERT_DESCRIPTION_CERTIFICATE_EXPIRED?7
1285 ssl.AlertDescription.ALERT_DESCRIPTION_CERTIFICATE_REVOKED?7
1286 ssl.AlertDescription.ALERT_DESCRIPTION_CERTIFICATE_UNKNOWN?7
1287 ssl.AlertDescription.ALERT_DESCRIPTION_CERTIFICATE_UNOBTAINABLE?7
1288 ssl.AlertDescription.ALERT_DESCRIPTION_CLOSE_NOTIFY?7
1289 ssl.AlertDescription.ALERT_DESCRIPTION_DECODE_ERROR?7
1290 ssl.AlertDescription.ALERT_DESCRIPTION_DECOMPRESSION_FAILURE?7
1291 ssl.AlertDescription.ALERT_DESCRIPTION_DECRYPT_ERROR?7
1292 ssl.AlertDescription.ALERT_DESCRIPTION_HANDSHAKE_FAILURE?7
1293 ssl.AlertDescription.ALERT_DESCRIPTION_ILLEGAL_PARAMETER?7
1294 ssl.AlertDescription.ALERT_DESCRIPTION_INSUFFICIENT_SECURITY?7
1295 ssl.AlertDescription.ALERT_DESCRIPTION_INTERNAL_ERROR?7
1296 ssl.AlertDescription.ALERT_DESCRIPTION_NO_RENEGOTIATION?7
1297 ssl.AlertDescription.ALERT_DESCRIPTION_PROTOCOL_VERSION?7
1298 ssl.AlertDescription.ALERT_DESCRIPTION_RECORD_OVERFLOW?7
1299 ssl.AlertDescription.ALERT_DESCRIPTION_UNEXPECTED_MESSAGE?7
1300 ssl.AlertDescription.ALERT_DESCRIPTION_UNKNOWN_CA?7
1301 ssl.AlertDescription.ALERT_DESCRIPTION_UNKNOWN_PSK_IDENTITY?7
1302 ssl.AlertDescription.ALERT_DESCRIPTION_UNRECOGNIZED_NAME?7
1303 ssl.AlertDescription.ALERT_DESCRIPTION_UNSUPPORTED_CERTIFICATE?7
1304 ssl.AlertDescription.ALERT_DESCRIPTION_UNSUPPORTED_EXTENSION?7
1305 ssl.AlertDescription.ALERT_DESCRIPTION_USER_CANCELLED?7
1306 ssl.CERT_NONE?7
1307 ssl.CERT_OPTIONAL?7
1308 ssl.CERT_REQUIRED?7
1309 ssl.DER_cert_to_PEM_cert?4(der_cert_bytes: ReadableBuffer)
1310 ssl.DefaultVerifyPaths.cafile?7
1311 ssl.DefaultVerifyPaths.capath?7
1312 ssl.DefaultVerifyPaths.openssl_cafile?7
1313 ssl.DefaultVerifyPaths.openssl_cafile_env?7
1314 ssl.DefaultVerifyPaths.openssl_capath?7
1315 ssl.DefaultVerifyPaths.openssl_capath_env?7
1316 ssl.MemoryBIO.eof?7
1317 ssl.MemoryBIO.pending?7
1318 ssl.MemoryBIO.read?4(__size: int = -1)
1319 ssl.MemoryBIO.write?4(__b: ReadableBuffer)
1320 ssl.MemoryBIO.write_eof?4()
1321 ssl.Options.OP_ALL?7
1322 ssl.Options.OP_CIPHER_SERVER_PREFERENCE?7
1323 ssl.Options.OP_ENABLE_KTLS?7
1324 ssl.Options.OP_ENABLE_MIDDLEBOX_COMPAT?7
1325 ssl.Options.OP_IGNORE_UNEXPECTED_EOF?7
1326 ssl.Options.OP_LEGACY_SERVER_CONNECT?7
1327 ssl.Options.OP_NO_COMPRESSION?7
1328 ssl.Options.OP_NO_RENEGOTIATION?7
1329 ssl.Options.OP_NO_SSLv2?7
1330 ssl.Options.OP_NO_SSLv3?7
1331 ssl.Options.OP_NO_TICKET?7
1332 ssl.Options.OP_NO_TLSv1?7
1333 ssl.Options.OP_NO_TLSv1_1?7
1334 ssl.Options.OP_NO_TLSv1_2?7
1335 ssl.Options.OP_NO_TLSv1_3?7
1336 ssl.Options.OP_SINGLE_DH_USE?7
1337 ssl.Options.OP_SINGLE_ECDH_USE?7
1338 ssl.PEM_cert_to_DER_cert?4(pem_cert_string: str)
1339 ssl.PROTOCOL_TLS_CLIENT?7
1340 ssl.PROTOCOL_TLS_SERVER?7
1341 ssl.Purpose.CLIENT_AUTH?7
1342 ssl.Purpose.SERVER_AUTH?7
1343 ssl.RAND_add?4(__string: str | ReadableBuffer, __entropy: float)
1344 ssl.RAND_bytes?4(__n: int)
1345 ssl.RAND_egd?4(path: str)
1346 ssl.RAND_pseudo_bytes?4(__n: int)
1347 ssl.RAND_status?4()
1348 ssl.SSLCertVerificationError.verify_code?7
1349 ssl.SSLCertVerificationError.verify_message?7
1350 ssl.SSLContext.cert_store_stats?4()
1351 ssl.SSLContext.check_hostname?7
1352 ssl.SSLContext.get_ca_certs?4(binary_form: bool = False)
1353 ssl.SSLContext.get_ciphers?4()
1354 ssl.SSLContext.hostname_checks_common_name?7
1355 ssl.SSLContext.load_cert_chain?4(certfile: StrOrBytesPath, keyfile: StrOrBytesPath | None = None, password: _PasswordType | None = None)
1356 ssl.SSLContext.load_default_certs?4(purpose: Purpose = ...)
1357 ssl.SSLContext.load_dh_params?4(__path: str)
1358 ssl.SSLContext.load_verify_locations?4(cafile: StrOrBytesPath | None = None, capath: StrOrBytesPath | None = None, cadata: str | ReadableBuffer | None = None, )
1359 ssl.SSLContext.maximum_version?7
1360 ssl.SSLContext.minimum_version?7
1361 ssl.SSLContext.options?7
1362 ssl.SSLContext.protocol?4()
1363 ssl.SSLContext.session_stats?4()
1364 ssl.SSLContext.set_alpn_protocols?4(alpn_protocols: Iterable[str])
1365 ssl.SSLContext.set_ciphers?4(__cipherlist: str)
1366 ssl.SSLContext.set_default_verify_paths?4()
1367 ssl.SSLContext.set_ecdh_curve?4(__name: str)
1368 ssl.SSLContext.set_npn_protocols?4(npn_protocols: Iterable[str])
1369 ssl.SSLContext.set_servername_callback?4(server_name_callback: _SrvnmeCbType | None)
1370 ssl.SSLContext.sni_callback?7
1371 ssl.SSLContext.sslobject_class?7
1372 ssl.SSLContext.sslsocket_class?7
1373 ssl.SSLContext.verify_flags?7
1374 ssl.SSLContext.verify_mode?7
1375 ssl.SSLContext.wrap_bio?4(incoming: MemoryBIO, outgoing: MemoryBIO, server_side: bool = False, server_hostname: str | bytes | None = None, session: SSLSession | None = None, )
1376 ssl.SSLContext.wrap_socket?4(sock: socket.socket, server_side: bool = False, do_handshake_on_connect: bool = True, suppress_ragged_eofs: bool = True, server_hostname: str | bytes | None = None, session: SSLSession | None = None, )
1377 ssl.SSLError.library?7
1378 ssl.SSLError.reason?7
1379 ssl.SSLErrorNumber.SSL_ERROR_EOF?7
1380 ssl.SSLErrorNumber.SSL_ERROR_INVALID_ERROR_CODE?7
1381 ssl.SSLErrorNumber.SSL_ERROR_SSL?7
1382 ssl.SSLErrorNumber.SSL_ERROR_SYSCALL?7
1383 ssl.SSLErrorNumber.SSL_ERROR_WANT_CONNECT?7
1384 ssl.SSLErrorNumber.SSL_ERROR_WANT_READ?7
1385 ssl.SSLErrorNumber.SSL_ERROR_WANT_WRITE?7
1386 ssl.SSLErrorNumber.SSL_ERROR_WANT_X509_LOOKUP?7
1387 ssl.SSLErrorNumber.SSL_ERROR_ZERO_RETURN?7
1388 ssl.SSLObject.cipher?4()
1389 ssl.SSLObject.compression?4()
1390 ssl.SSLObject.context?7
1391 ssl.SSLObject.do_handshake?4()
1392 ssl.SSLObject.get_channel_binding?4(cb_type: str = "tls-unique")
1393 ssl.SSLObject.getpeercert?4(binary_form: bool)
1394 ssl.SSLObject.pending?4()
1395 ssl.SSLObject.read?4(len: int = 1024, buffer: bytearray | None = None)
1396 ssl.SSLObject.selected_alpn_protocol?4()
1397 ssl.SSLObject.selected_npn_protocol?4()
1398 ssl.SSLObject.server_hostname?4()
1399 ssl.SSLObject.server_side?4()
1400 ssl.SSLObject.session?7
1401 ssl.SSLObject.session_reused?4()
1402 ssl.SSLObject.shared_ciphers?4()
1403 ssl.SSLObject.unwrap?4()
1404 ssl.SSLObject.verify_client_post_handshake?4()
1405 ssl.SSLObject.version?4()
1406 ssl.SSLObject.write?4(data: ReadableBuffer)
1407 ssl.SSLObject?1(*args: Any, **kwargs: Any)
1408 ssl.SSLSession.has_ticket?4()
1409 ssl.SSLSession.id?4()
1410 ssl.SSLSession.ticket_lifetime_hint?4()
1411 ssl.SSLSession.time?4()
1412 ssl.SSLSession.timeout?4()
1413 ssl.SSLSocket.accept?4()
1414 ssl.SSLSocket.cipher?4()
1415 ssl.SSLSocket.compression?4()
1416 ssl.SSLSocket.connect?4(addr: socket._Address)
1417 ssl.SSLSocket.connect_ex?4(addr: socket._Address)
1418 ssl.SSLSocket.context?7
1419 ssl.SSLSocket.do_handshake?4(block: bool = False)
1420 ssl.SSLSocket.get_channel_binding?4(cb_type: str = "tls-unique")
1421 ssl.SSLSocket.getpeercert?4(binary_form: bool)
1422 ssl.SSLSocket.pending?4()
1423 ssl.SSLSocket.read?4(len: int = 1024, buffer: bytearray | None = None)
1424 ssl.SSLSocket.recv?4(buflen: int = 1024, flags: int = 0)
1425 ssl.SSLSocket.recv_into?4(buffer: WriteableBuffer, nbytes: int | None = None, flags: int = 0)
1426 ssl.SSLSocket.recvfrom?4(buflen: int = 1024, flags: int = 0)
1427 ssl.SSLSocket.recvfrom_into?4(buffer: WriteableBuffer, nbytes: int | None = None, flags: int = 0)
1428 ssl.SSLSocket.recvmsg?4(*args: Never, **kwargs: Never)
1429 ssl.SSLSocket.recvmsg_into?4(*args: Never, **kwargs: Never)
1430 ssl.SSLSocket.selected_alpn_protocol?4()
1431 ssl.SSLSocket.selected_npn_protocol?4()
1432 ssl.SSLSocket.send?4(data: ReadableBuffer, flags: int = 0)
1433 ssl.SSLSocket.sendall?4(data: ReadableBuffer, flags: int = 0)
1434 ssl.SSLSocket.sendmsg?4(*args: Never, **kwargs: Never)
1435 ssl.SSLSocket.sendto?4(data: ReadableBuffer, flags_or_addr: int, addr: socket._Address)
1436 ssl.SSLSocket.server_hostname?7
1437 ssl.SSLSocket.server_side?7
1438 ssl.SSLSocket.session?7
1439 ssl.SSLSocket.session_reused?4()
1440 ssl.SSLSocket.shared_ciphers?4()
1441 ssl.SSLSocket.shutdown?4(how: int)
1442 ssl.SSLSocket.unwrap?4()
1443 ssl.SSLSocket.verify_client_post_handshake?4()
1444 ssl.SSLSocket.version?4()
1445 ssl.SSLSocket.write?4(data: ReadableBuffer)
1446 ssl.SSLSocket?1(*args: Any, **kwargs: Any)
1447 ssl.TLSVersion.MAXIMUM_SUPPORTED?7
1448 ssl.TLSVersion.MINIMUM_SUPPORTED?7
1449 ssl.TLSVersion.SSLv3?7
1450 ssl.TLSVersion.TLSv1?7
1451 ssl.TLSVersion.TLSv1_1?7
1452 ssl.TLSVersion.TLSv1_2?7
1453 ssl.TLSVersion.TLSv1_3?7
1454 ssl.VerifyFlags.VERIFY_ALLOW_PROXY_CERTS?7
1455 ssl.VerifyFlags.VERIFY_CRL_CHECK_CHAIN?7
1456 ssl.VerifyFlags.VERIFY_CRL_CHECK_LEAF?7
1457 ssl.VerifyFlags.VERIFY_DEFAULT?7
1458 ssl.VerifyFlags.VERIFY_X509_PARTIAL_CHAIN?7
1459 ssl.VerifyFlags.VERIFY_X509_STRICT?7
1460 ssl.VerifyFlags.VERIFY_X509_TRUSTED_FIRST?7
1461 ssl.VerifyMode.CERT_NONE?7
1462 ssl.VerifyMode.CERT_OPTIONAL?7
1463 ssl.VerifyMode.CERT_REQUIRED?7
1464 ssl._ASN1Object.fromname?4(name: str)
1465 ssl._ASN1Object.fromnid?4(nid: int)
1466 ssl._ASN1ObjectBase.longname?7
1467 ssl._ASN1ObjectBase.nid?7
1468 ssl._ASN1ObjectBase.oid?7
1469 ssl._ASN1ObjectBase.shortname?7
1470 ssl._Cipher.aead?7
1471 ssl._Cipher.alg_bits?7
1472 ssl._Cipher.auth?7
1473 ssl._Cipher.description?7
1474 ssl._Cipher.digest?7
1475 ssl._Cipher.id?7
1476 ssl._Cipher.kea?7
1477 ssl._Cipher.name?7
1478 ssl._Cipher.protocol?7
1479 ssl._Cipher.strength_bits?7
1480 ssl._Cipher.symmetric?7
1481 ssl._EnumRetType?8
1482 ssl._PCTRTT?8
1483 ssl._PCTRTTT?8
1484 ssl._PasswordType?8
1485 ssl._PeerCertRetDictType?8
1486 ssl._PeerCertRetType?8
1487 ssl._SSLMethod.PROTOCOL_SSLv23?7
1488 ssl._SSLMethod.PROTOCOL_SSLv2?7
1489 ssl._SSLMethod.PROTOCOL_SSLv3?7
1490 ssl._SSLMethod.PROTOCOL_TLS?7
1491 ssl._SSLMethod.PROTOCOL_TLS_CLIENT?7
1492 ssl._SSLMethod.PROTOCOL_TLS_SERVER?7
1493 ssl._SSLMethod.PROTOCOL_TLSv1?7
1494 ssl._SSLMethod.PROTOCOL_TLSv1_1?7
1495 ssl._SSLMethod.PROTOCOL_TLSv1_2?7
1496 ssl._SrvnmeCbType?8
1497 ssl._create_default_https_context?8
1498 ssl._create_unverified_context?5(protocol: int = ..., *, cert_reqs: int = ..., check_hostname: bool = False, purpose: Purpose = ..., certfile: StrOrBytesPath | None = None, keyfile: StrOrBytesPath | None = None, cafile: StrOrBytesPath | None = None, capath: StrOrBytesPath | None = None, cadata: str | ReadableBuffer | None = None, )
1499 ssl._create_unverified_context?5(protocol: int | None = None, *, cert_reqs: int = ..., check_hostname: bool = False, purpose: Purpose = ..., certfile: StrOrBytesPath | None = None, keyfile: StrOrBytesPath | None = None, cafile: StrOrBytesPath | None = None, capath: StrOrBytesPath | None = None, cadata: str | ReadableBuffer | None = None, )
1500 ssl.cert_time_to_seconds?4(cert_time: str)
1501 ssl.create_default_context?4(purpose: Purpose = ..., *, cafile: StrOrBytesPath | None = None, capath: StrOrBytesPath | None = None, cadata: str | ReadableBuffer | None = None, )
1502 ssl.enum_certificates?4(store_name: str)
1503 ssl.enum_crls?4(store_name: str)
1504 ssl.get_default_verify_paths?4()
1505 ssl.get_protocol_name?4(protocol_code: int)
1506 ssl.get_server_certificate?4(addr: tuple[str, int], ssl_version: int = ..., ca_certs: str | None = None)
1507 ssl.get_server_certificate?4(addr: tuple[str, int], ssl_version: int = ..., ca_certs: str | None = None, timeout: float = ...)
1508 ssl.match_hostname?4(cert: _PeerCertRetDictType, hostname: str)
1509 ssl.wrap_socket?4(sock: socket.socket, keyfile: StrOrBytesPath | None = None, certfile: StrOrBytesPath | None = None, server_side: bool = False, cert_reqs: int = ..., ssl_version: int = ..., ca_certs: str | None = None, do_handshake_on_connect: bool = True, suppress_ragged_eofs: bool = True, ciphers: str | None = None, )
1510 stdlib._typeshed.AnyOrLiteralStr?7
1511 stdlib._typeshed.AnyStr_co?7
1512 stdlib._typeshed.BytesPath?7
1513 stdlib._typeshed.ConvertibleToFloat?7
1514 stdlib._typeshed.ConvertibleToInt?7
1515 stdlib._typeshed.ExcInfo?7
1516 stdlib._typeshed.FileDescriptor?7
1517 stdlib._typeshed.FileDescriptorLike?7
1518 stdlib._typeshed.FileDescriptorOrPath?7
1519 stdlib._typeshed.GenericPath?7
1520 stdlib._typeshed.HasFileno.fileno?4()
1521 stdlib._typeshed.Incomplete?7
1522 stdlib._typeshed.OpenBinaryMode?7
1523 stdlib._typeshed.OpenBinaryModeReading?7
1524 stdlib._typeshed.OpenBinaryModeUpdating?7
1525 stdlib._typeshed.OpenBinaryModeWriting?7
1526 stdlib._typeshed.OpenTextMode?7
1527 stdlib._typeshed.OpenTextModeReading?7
1528 stdlib._typeshed.OpenTextModeUpdating?7
1529 stdlib._typeshed.OpenTextModeWriting?7
1530 stdlib._typeshed.OptExcInfo?7
1531 stdlib._typeshed.ProfileFunction?7
1532 stdlib._typeshed.ReadOnlyBuffer?7
1533 stdlib._typeshed.ReadableBuffer?7
1534 stdlib._typeshed.Self?7
1535 stdlib._typeshed.StrOrBytesPath?7
1536 stdlib._typeshed.StrOrLiteralStr?7
1537 stdlib._typeshed.StrPath?7
1538 stdlib._typeshed.SupportsFlush.flush?4()
1539 stdlib._typeshed.SupportsItems.items?4()
1540 stdlib._typeshed.SupportsKeysAndGetItem.keys?4()
1541 stdlib._typeshed.SupportsNoArgReadline.readline?4()
1542 stdlib._typeshed.SupportsRead.read?4(__length: int = ...)
1543 stdlib._typeshed.SupportsReadline.readline?4(__length: int = ...)
1544 stdlib._typeshed.SupportsRichComparison?7
1545 stdlib._typeshed.SupportsRichComparisonT?7
1546 stdlib._typeshed.SupportsWrite.write?4(__s: _T_contra)
1547 stdlib._typeshed.TraceFunction?7
1548 stdlib._typeshed.Unused?7
1549 stdlib._typeshed.WriteableBuffer?7
1550 stdlib._typeshed._BufferWithLen?8
1551 stdlib._typeshed._KT?8
1552 stdlib._typeshed._KT_co?8
1553 stdlib._typeshed._KT_contra?8
1554 stdlib._typeshed._T?8
1555 stdlib._typeshed._T_co?8
1556 stdlib._typeshed._T_contra?8
1557 stdlib._typeshed._VT?8
1558 stdlib._typeshed._VT_co?8
1559 stdlib._typeshed.dbapi.DBAPIColumnDescription?7
1560 stdlib._typeshed.dbapi.DBAPIConnection.close?4()
1561 stdlib._typeshed.dbapi.DBAPIConnection.commit?4()
1562 stdlib._typeshed.dbapi.DBAPIConnection.cursor?4()
1563 stdlib._typeshed.dbapi.DBAPICursor.arraysize?7
1564 stdlib._typeshed.dbapi.DBAPICursor.close?4()
1565 stdlib._typeshed.dbapi.DBAPICursor.description?4()
1566 stdlib._typeshed.dbapi.DBAPICursor.execute?4(__operation: str, __parameters: Sequence[Any] | Mapping[str, Any] = ...)
1567 stdlib._typeshed.dbapi.DBAPICursor.executemany?4(__operation: str, __seq_of_parameters: Sequence[Sequence[Any]])
1568 stdlib._typeshed.dbapi.DBAPICursor.fetchall?4()
1569 stdlib._typeshed.dbapi.DBAPICursor.fetchmany?4(__size: int = ...)
1570 stdlib._typeshed.dbapi.DBAPICursor.fetchone?4()
1571 stdlib._typeshed.dbapi.DBAPICursor.rowcount?4()
1572 stdlib._typeshed.dbapi.DBAPICursor.setinputsizes?4(__sizes: Sequence[DBAPITypeCode | int | None])
1573 stdlib._typeshed.dbapi.DBAPICursor.setoutputsize?4(__size: int, __column: int = ...)
1574 stdlib._typeshed.dbapi.DBAPITypeCode?7
1575 stdlib._typeshed.sentinel?7
1576 stdlib._typeshed.structseq.n_fields?7
1577 stdlib._typeshed.structseq.n_sequence_fields?7
1578 stdlib._typeshed.structseq.n_unnamed_fields?7
1579 stdlib._typeshed.wsgi.ErrorStream.flush?4()
1580 stdlib._typeshed.wsgi.ErrorStream.write?4(__s: str)
1581 stdlib._typeshed.wsgi.ErrorStream.writelines?4(__seq: list[str])
1582 stdlib._typeshed.wsgi.InputStream.read?4(__size: int = ...)
1583 stdlib._typeshed.wsgi.InputStream.readline?4(__size: int = ...)
1584 stdlib._typeshed.wsgi.InputStream.readlines?4(__hint: int = ...)
1585 stdlib._typeshed.wsgi._Readable.WSGIApplication?7
1586 stdlib._typeshed.wsgi._Readable.WSGIEnvironment?7
1587 stdlib._typeshed.wsgi._Readable.read?4(__size: int = ...)
1588 stdlib._typeshed.xml.DOMImplementation.createDocument?4(__namespaceUri: str, __qualifiedName: str, __doctype: Any | None)
1589 stdlib._typeshed.xml.DOMImplementation.createDocumentType?4(__qualifiedName: str, __publicId: str, __systemId: str)
1590 stdlib._typeshed.xml.DOMImplementation.hasFeature?4(__feature: str, __version: str | None)
1591 stdlib.asyncio._AwaitableLike?8
1592 stdlib.asyncio._CoroutineLike?8
1593 stdlib.asyncio._T?8
1594 stdlib.asyncio.base_events.BaseEventLoop.add_reader?4(fd: FileDescriptorLike, callback: Callable[[Unpack[_Ts]], Any], *args: Unpack[_Ts])
1595 stdlib.asyncio.base_events.BaseEventLoop.add_signal_handler?4(sig: int, callback: Callable[[Unpack[_Ts]], Any], *args: Unpack[_Ts])
1596 stdlib.asyncio.base_events.BaseEventLoop.add_writer?4(fd: FileDescriptorLike, callback: Callable[[Unpack[_Ts]], Any], *args: Unpack[_Ts])
1597 stdlib.asyncio.base_events.BaseEventLoop.call_at?4(when: float, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts], context: Context | None = None)
1598 stdlib.asyncio.base_events.BaseEventLoop.call_exception_handler?4(context: _Context)
1599 stdlib.asyncio.base_events.BaseEventLoop.call_later?4(delay: float, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts], context: Context | None = None)
1600 stdlib.asyncio.base_events.BaseEventLoop.call_soon?4(callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts], context: Context | None = None)
1601 stdlib.asyncio.base_events.BaseEventLoop.call_soon_threadsafe?4(callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts], context: Context | None = None)
1602 stdlib.asyncio.base_events.BaseEventLoop.close?4()
1603 stdlib.asyncio.base_events.BaseEventLoop.connect_accepted_socket?4(protocol_factory: Callable[[], _ProtocolT], sock: socket, *, ssl: _SSLContext = None, ssl_handshake_timeout: float | None = None, )
1604 stdlib.asyncio.base_events.BaseEventLoop.connect_read_pipe?4(protocol_factory: Callable[[], _ProtocolT], pipe: Any)
1605 stdlib.asyncio.base_events.BaseEventLoop.connect_write_pipe?4(protocol_factory: Callable[[], _ProtocolT], pipe: Any)
1606 stdlib.asyncio.base_events.BaseEventLoop.create_connection?4(protocol_factory: Callable[[], _ProtocolT], host: None = None, port: None = None, *, ssl: _SSLContext = None, family: int = 0, proto: int = 0, flags: int = 0, sock: socket, local_addr: None = None, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, )
1607 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, )
1608 stdlib.asyncio.base_events.BaseEventLoop.create_future?4()
1609 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, )
1610 stdlib.asyncio.base_events.BaseEventLoop.create_task?4(coro: _CoroutineLike[_T])
1611 stdlib.asyncio.base_events.BaseEventLoop.default_exception_handler?4(context: _Context)
1612 stdlib.asyncio.base_events.BaseEventLoop.get_debug?4()
1613 stdlib.asyncio.base_events.BaseEventLoop.get_exception_handler?4()
1614 stdlib.asyncio.base_events.BaseEventLoop.get_task_factory?4()
1615 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, )
1616 stdlib.asyncio.base_events.BaseEventLoop.getnameinfo?4(sockaddr: tuple[str, int] | tuple[str, int, int, int], flags: int = 0)
1617 stdlib.asyncio.base_events.BaseEventLoop.is_closed?4()
1618 stdlib.asyncio.base_events.BaseEventLoop.is_running?4()
1619 stdlib.asyncio.base_events.BaseEventLoop.remove_reader?4(fd: FileDescriptorLike)
1620 stdlib.asyncio.base_events.BaseEventLoop.remove_signal_handler?4(sig: int)
1621 stdlib.asyncio.base_events.BaseEventLoop.remove_writer?4(fd: FileDescriptorLike)
1622 stdlib.asyncio.base_events.BaseEventLoop.run_forever?4()
1623 stdlib.asyncio.base_events.BaseEventLoop.run_in_executor?4(executor: Any, func: Callable[[Unpack[_Ts]], _T], *args: Unpack[_Ts])
1624 stdlib.asyncio.base_events.BaseEventLoop.run_until_complete?4(future: _AwaitableLike[_T])
1625 stdlib.asyncio.base_events.BaseEventLoop.sendfile?4(transport: WriteTransport, file: IO[bytes], offset: int = 0, count: int | None = None, *, fallback: bool = True)
1626 stdlib.asyncio.base_events.BaseEventLoop.set_debug?4(enabled: bool)
1627 stdlib.asyncio.base_events.BaseEventLoop.set_default_executor?4(executor: Any)
1628 stdlib.asyncio.base_events.BaseEventLoop.set_exception_handler?4(handler: _ExceptionHandler | None)
1629 stdlib.asyncio.base_events.BaseEventLoop.set_task_factory?4(factory: _TaskFactory | None)
1630 stdlib.asyncio.base_events.BaseEventLoop.shutdown_asyncgens?4()
1631 stdlib.asyncio.base_events.BaseEventLoop.shutdown_default_executor?4()
1632 stdlib.asyncio.base_events.BaseEventLoop.sock_accept?4(sock: socket)
1633 stdlib.asyncio.base_events.BaseEventLoop.sock_connect?4(sock: socket, address: _Address)
1634 stdlib.asyncio.base_events.BaseEventLoop.sock_recv?4(sock: socket, nbytes: int)
1635 stdlib.asyncio.base_events.BaseEventLoop.sock_recv_into?4(sock: socket, buf: WriteableBuffer)
1636 stdlib.asyncio.base_events.BaseEventLoop.sock_recvfrom?4(sock: socket, bufsize: int)
1637 stdlib.asyncio.base_events.BaseEventLoop.sock_recvfrom_into?4(sock: socket, buf: WriteableBuffer, nbytes: int = 0)
1638 stdlib.asyncio.base_events.BaseEventLoop.sock_sendall?4(sock: socket, data: ReadableBuffer)
1639 stdlib.asyncio.base_events.BaseEventLoop.sock_sendfile?4(sock: socket, file: IO[bytes], offset: int = 0, count: int | None = None, *, fallback: bool | None = True)
1640 stdlib.asyncio.base_events.BaseEventLoop.sock_sendto?4(sock: socket, data: ReadableBuffer, address: _Address)
1641 stdlib.asyncio.base_events.BaseEventLoop.start_tls?4(transport: BaseTransport, protocol: BaseProtocol, sslcontext: ssl.SSLContext, *, server_side: bool = False, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, )
1642 stdlib.asyncio.base_events.BaseEventLoop.stop?4()
1643 stdlib.asyncio.base_events.BaseEventLoop.subprocess_exec?4(protocol_factory: Callable[[], _ProtocolT], program: Any, *args: Any, stdin: int | IO[Any] | None = -1, stdout: int | IO[Any] | None = -1, stderr: int | IO[Any] | None = -1, universal_newlines: Literal[False] = False, shell: Literal[False] = False, bufsize: Literal[0] = 0, encoding: None = None, errors: None = None, **kwargs: Any, )
1644 stdlib.asyncio.base_events.BaseEventLoop.subprocess_shell?4(protocol_factory: Callable[[], _ProtocolT], cmd: bytes | str, *, stdin: int | IO[Any] | None = -1, stdout: int | IO[Any] | None = -1, stderr: int | IO[Any] | None = -1, universal_newlines: Literal[False] = False, shell: Literal[True] = True, bufsize: Literal[0] = 0, encoding: None = None, errors: None = None, text: Literal[False] | None = None, **kwargs: Any, )
1645 stdlib.asyncio.base_events.BaseEventLoop.time?4()
1646 stdlib.asyncio.base_events.Server.close?4()
1647 stdlib.asyncio.base_events.Server.get_loop?4()
1648 stdlib.asyncio.base_events.Server.is_serving?4()
1649 stdlib.asyncio.base_events.Server.serve_forever?4()
1650 stdlib.asyncio.base_events.Server.sockets?4()
1651 stdlib.asyncio.base_events.Server.start_serving?4()
1652 stdlib.asyncio.base_events.Server.wait_closed?4()
1653 stdlib.asyncio.base_events.Server?1(loop: AbstractEventLoop, sockets: Iterable[socket], protocol_factory: _ProtocolFactory, ssl_context: _SSLContext, backlog: int, ssl_handshake_timeout: float | None, )
1654 stdlib.asyncio.base_events._Context?8
1655 stdlib.asyncio.base_events._ExceptionHandler?8
1656 stdlib.asyncio.base_events._ProtocolFactory?8
1657 stdlib.asyncio.base_events._ProtocolT?8
1658 stdlib.asyncio.base_events._SSLContext?8
1659 stdlib.asyncio.base_events._T?8
1660 stdlib.asyncio.base_events._Ts?8
1661 stdlib.asyncio.base_futures._CANCELLED?8
1662 stdlib.asyncio.base_futures._FINISHED?8
1663 stdlib.asyncio.base_futures._PENDING?8
1664 stdlib.asyncio.base_futures._format_callbacks?5(cb: Sequence[tuple[Callable[[futures.Future[Any]], None], Context]])
1665 stdlib.asyncio.base_futures._future_repr_info?5(future: futures.Future[Any])
1666 stdlib.asyncio.base_tasks._task_get_stack?5(task: tasks.Task[Any], limit: int | None)
1667 stdlib.asyncio.base_tasks._task_print_stack?5(task: tasks.Task[Any], limit: int | None, file: StrOrBytesPath)
1668 stdlib.asyncio.base_tasks._task_repr_info?5(task: tasks.Task[Any])
1669 stdlib.asyncio.constants.ACCEPT_RETRY_DELAY?7
1670 stdlib.asyncio.constants.DEBUG_STACK_DEPTH?7
1671 stdlib.asyncio.constants.FLOW_CONTROL_HIGH_WATER_SSL_READ?7
1672 stdlib.asyncio.constants.FLOW_CONTROL_HIGH_WATER_SSL_WRITE?7
1673 stdlib.asyncio.constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES?7
1674 stdlib.asyncio.constants.SENDFILE_FALLBACK_READBUFFER_SIZE?7
1675 stdlib.asyncio.constants.SSL_HANDSHAKE_TIMEOUT?7
1676 stdlib.asyncio.constants.SSL_SHUTDOWN_TIMEOUT?7
1677 stdlib.asyncio.constants.THREAD_JOIN_TIMEOUT?7
1678 stdlib.asyncio.constants._SendfileMode.FALLBACK?7
1679 stdlib.asyncio.constants._SendfileMode.TRY_NATIVE?7
1680 stdlib.asyncio.constants._SendfileMode.UNSUPPORTED?7
1681 stdlib.asyncio.coroutines._FunctionT?8
1682 stdlib.asyncio.coroutines._P?8
1683 stdlib.asyncio.coroutines._T?8
1684 stdlib.asyncio.coroutines.coroutine?4(func: _FunctionT)
1685 stdlib.asyncio.coroutines.iscoroutine?4(obj: object)
1686 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: Callable[..., Coroutine[Any, Any, Any]])
1687 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: Callable[_P, Awaitable[_T]])
1688 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: Callable[_P, object])
1689 stdlib.asyncio.coroutines.iscoroutinefunction?4(func: object)
1690 stdlib.asyncio.events.AbstractEventLoop.add_reader?4(fd: FileDescriptorLike, callback: Callable[[Unpack[_Ts]], Any], *args: Unpack[_Ts])
1691 stdlib.asyncio.events.AbstractEventLoop.add_signal_handler?4(sig: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
1692 stdlib.asyncio.events.AbstractEventLoop.add_writer?4(fd: FileDescriptorLike, callback: Callable[[Unpack[_Ts]], Any], *args: Unpack[_Ts])
1693 stdlib.asyncio.events.AbstractEventLoop.call_at?4(when: float, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
1694 stdlib.asyncio.events.AbstractEventLoop.call_exception_handler?4(context: _Context)
1695 stdlib.asyncio.events.AbstractEventLoop.call_later?4(delay: float, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
1696 stdlib.asyncio.events.AbstractEventLoop.call_soon?4(callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
1697 stdlib.asyncio.events.AbstractEventLoop.call_soon_threadsafe?4(callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
1698 stdlib.asyncio.events.AbstractEventLoop.close?4()
1699 stdlib.asyncio.events.AbstractEventLoop.connect_accepted_socket?4(protocol_factory: Callable[[], _ProtocolT], sock: socket, *, ssl: _SSLContext = None, ssl_handshake_timeout: float | None = None, )
1700 stdlib.asyncio.events.AbstractEventLoop.connect_read_pipe?4(protocol_factory: Callable[[], _ProtocolT], pipe: Any)
1701 stdlib.asyncio.events.AbstractEventLoop.connect_write_pipe?4(protocol_factory: Callable[[], _ProtocolT], pipe: Any)
1702 stdlib.asyncio.events.AbstractEventLoop.create_connection?4(protocol_factory: Callable[[], _ProtocolT], host: None = None, port: None = None, *, ssl: _SSLContext = None, family: int = 0, proto: int = 0, flags: int = 0, sock: socket, local_addr: None = None, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, )
1703 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, )
1704 stdlib.asyncio.events.AbstractEventLoop.create_future?4()
1705 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, )
1706 stdlib.asyncio.events.AbstractEventLoop.create_task?4(coro: _CoroutineLike[_T])
1707 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, )
1708 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, )
1709 stdlib.asyncio.events.AbstractEventLoop.default_exception_handler?4(context: _Context)
1710 stdlib.asyncio.events.AbstractEventLoop.get_debug?4()
1711 stdlib.asyncio.events.AbstractEventLoop.get_exception_handler?4()
1712 stdlib.asyncio.events.AbstractEventLoop.get_task_factory?4()
1713 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, )
1714 stdlib.asyncio.events.AbstractEventLoop.getnameinfo?4(sockaddr: tuple[str, int] | tuple[str, int, int, int], flags: int = 0)
1715 stdlib.asyncio.events.AbstractEventLoop.is_closed?4()
1716 stdlib.asyncio.events.AbstractEventLoop.is_running?4()
1717 stdlib.asyncio.events.AbstractEventLoop.remove_reader?4(fd: FileDescriptorLike)
1718 stdlib.asyncio.events.AbstractEventLoop.remove_signal_handler?4(sig: int)
1719 stdlib.asyncio.events.AbstractEventLoop.remove_writer?4(fd: FileDescriptorLike)
1720 stdlib.asyncio.events.AbstractEventLoop.run_forever?4()
1721 stdlib.asyncio.events.AbstractEventLoop.run_in_executor?4(executor: Any, func: Callable[[Unpack[_Ts]], _T], *args: Unpack[_Ts])
1722 stdlib.asyncio.events.AbstractEventLoop.run_until_complete?4(future: _AwaitableLike[_T])
1723 stdlib.asyncio.events.AbstractEventLoop.sendfile?4(transport: WriteTransport, file: IO[bytes], offset: int = 0, count: int | None = None, *, fallback: bool = True)
1724 stdlib.asyncio.events.AbstractEventLoop.set_debug?4(enabled: bool)
1725 stdlib.asyncio.events.AbstractEventLoop.set_default_executor?4(executor: Any)
1726 stdlib.asyncio.events.AbstractEventLoop.set_exception_handler?4(handler: _ExceptionHandler | None)
1727 stdlib.asyncio.events.AbstractEventLoop.set_task_factory?4(factory: _TaskFactory | None)
1728 stdlib.asyncio.events.AbstractEventLoop.shutdown_asyncgens?4()
1729 stdlib.asyncio.events.AbstractEventLoop.shutdown_default_executor?4()
1730 stdlib.asyncio.events.AbstractEventLoop.slow_callback_duration?7
1731 stdlib.asyncio.events.AbstractEventLoop.sock_accept?4(sock: socket)
1732 stdlib.asyncio.events.AbstractEventLoop.sock_connect?4(sock: socket, address: _Address)
1733 stdlib.asyncio.events.AbstractEventLoop.sock_recv?4(sock: socket, nbytes: int)
1734 stdlib.asyncio.events.AbstractEventLoop.sock_recv_into?4(sock: socket, buf: WriteableBuffer)
1735 stdlib.asyncio.events.AbstractEventLoop.sock_recvfrom?4(sock: socket, bufsize: int)
1736 stdlib.asyncio.events.AbstractEventLoop.sock_recvfrom_into?4(sock: socket, buf: WriteableBuffer, nbytes: int = 0)
1737 stdlib.asyncio.events.AbstractEventLoop.sock_sendall?4(sock: socket, data: ReadableBuffer)
1738 stdlib.asyncio.events.AbstractEventLoop.sock_sendfile?4(sock: socket, file: IO[bytes], offset: int = 0, count: int | None = None, *, fallback: bool | None = None)
1739 stdlib.asyncio.events.AbstractEventLoop.sock_sendto?4(sock: socket, data: ReadableBuffer, address: _Address)
1740 stdlib.asyncio.events.AbstractEventLoop.start_tls?4(transport: BaseTransport, protocol: BaseProtocol, sslcontext: ssl.SSLContext, *, server_side: bool = False, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None, )
1741 stdlib.asyncio.events.AbstractEventLoop.stop?4()
1742 stdlib.asyncio.events.AbstractEventLoop.subprocess_exec?4(protocol_factory: Callable[[], _ProtocolT], program: Any, *args: Any, stdin: int | IO[Any] | None = -1, stdout: int | IO[Any] | None = -1, stderr: int | IO[Any] | None = -1, universal_newlines: Literal[False] = False, shell: Literal[False] = False, bufsize: Literal[0] = 0, encoding: None = None, errors: None = None, **kwargs: Any, )
1743 stdlib.asyncio.events.AbstractEventLoop.subprocess_shell?4(protocol_factory: Callable[[], _ProtocolT], cmd: bytes | str, *, stdin: int | IO[Any] | None = -1, stdout: int | IO[Any] | None = -1, stderr: int | IO[Any] | None = -1, universal_newlines: Literal[False] = False, shell: Literal[True] = True, bufsize: Literal[0] = 0, encoding: None = None, errors: None = None, text: Literal[False] | None = ..., **kwargs: Any, )
1744 stdlib.asyncio.events.AbstractEventLoop.time?4()
1745 stdlib.asyncio.events.AbstractEventLoopPolicy.get_child_watcher?4()
1746 stdlib.asyncio.events.AbstractEventLoopPolicy.get_event_loop?4()
1747 stdlib.asyncio.events.AbstractEventLoopPolicy.new_event_loop?4()
1748 stdlib.asyncio.events.AbstractEventLoopPolicy.set_child_watcher?4(watcher: AbstractChildWatcher)
1749 stdlib.asyncio.events.AbstractEventLoopPolicy.set_event_loop?4(loop: AbstractEventLoop | None)
1750 stdlib.asyncio.events.AbstractServer.close?4()
1751 stdlib.asyncio.events.AbstractServer.get_loop?4()
1752 stdlib.asyncio.events.AbstractServer.is_serving?4()
1753 stdlib.asyncio.events.AbstractServer.serve_forever?4()
1754 stdlib.asyncio.events.AbstractServer.start_serving?4()
1755 stdlib.asyncio.events.AbstractServer.wait_closed?4()
1756 stdlib.asyncio.events.BaseDefaultEventLoopPolicy.get_event_loop?4()
1757 stdlib.asyncio.events.BaseDefaultEventLoopPolicy.new_event_loop?4()
1758 stdlib.asyncio.events.BaseDefaultEventLoopPolicy.set_event_loop?4(loop: AbstractEventLoop | None)
1759 stdlib.asyncio.events.Handle._args?8
1760 stdlib.asyncio.events.Handle._cancelled?8
1761 stdlib.asyncio.events.Handle._run?5()
1762 stdlib.asyncio.events.Handle.cancel?4()
1763 stdlib.asyncio.events.Handle.cancelled?4()
1764 stdlib.asyncio.events.Handle.get_context?4()
1765 stdlib.asyncio.events.Handle?1(callback: Callable[..., object], args: Sequence[Any], loop: AbstractEventLoop, context: Context | None = None)
1766 stdlib.asyncio.events.TimerHandle.when?4()
1767 stdlib.asyncio.events.TimerHandle?1(when: float, callback: Callable[..., object], args: Sequence[Any], loop: AbstractEventLoop, context: Context | None = None, )
1768 stdlib.asyncio.events._Context?8
1769 stdlib.asyncio.events._ExceptionHandler?8
1770 stdlib.asyncio.events._ProtocolFactory?8
1771 stdlib.asyncio.events._ProtocolT?8
1772 stdlib.asyncio.events._SSLContext?8
1773 stdlib.asyncio.events._T?8
1774 stdlib.asyncio.events._Ts?8
1775 stdlib.asyncio.events._get_running_loop?5()
1776 stdlib.asyncio.events._set_running_loop?5(__loop: AbstractEventLoop | None)
1777 stdlib.asyncio.events.get_child_watcher?4()
1778 stdlib.asyncio.events.get_event_loop?4()
1779 stdlib.asyncio.events.get_event_loop_policy?4()
1780 stdlib.asyncio.events.get_running_loop?4()
1781 stdlib.asyncio.events.new_event_loop?4()
1782 stdlib.asyncio.events.set_child_watcher?4(watcher: AbstractChildWatcher)
1783 stdlib.asyncio.events.set_event_loop?4(loop: AbstractEventLoop | None)
1784 stdlib.asyncio.events.set_event_loop_policy?4(policy: AbstractEventLoopPolicy | None)
1785 stdlib.asyncio.exceptions.IncompleteReadError.expected?7
1786 stdlib.asyncio.exceptions.IncompleteReadError.partial?7
1787 stdlib.asyncio.exceptions.IncompleteReadError?1(partial: bytes, expected: int | None)
1788 stdlib.asyncio.exceptions.LimitOverrunError.consumed?7
1789 stdlib.asyncio.exceptions.LimitOverrunError?1(message: str, consumed: int)
1790 stdlib.asyncio.format_helpers._FuncType?8
1791 stdlib.asyncio.format_helpers._format_args_and_kwargs?5(args: Iterable[Any], kwargs: dict[str, Any])
1792 stdlib.asyncio.format_helpers._format_callback?5(func: object, args: Iterable[Any], kwargs: dict[str, Any], suffix: str = "")
1793 stdlib.asyncio.format_helpers._format_callback_source?5(func: object, args: Iterable[Any])
1794 stdlib.asyncio.format_helpers._get_function_source?5(func: _FuncType)
1795 stdlib.asyncio.format_helpers._get_function_source?5(func: object)
1796 stdlib.asyncio.format_helpers.extract_stack?4(f: FrameType | None = None, limit: int | None = None)
1797 stdlib.asyncio.futures.Future._asyncio_future_blocking?8
1798 stdlib.asyncio.futures.Future._blocking?8
1799 stdlib.asyncio.futures.Future._callbacks?5()
1800 stdlib.asyncio.futures.Future._exception?5()
1801 stdlib.asyncio.futures.Future._log_traceback?5(val: Literal[False])
1802 stdlib.asyncio.futures.Future._loop?5()
1803 stdlib.asyncio.futures.Future._state?8
1804 stdlib.asyncio.futures.Future.add_done_callback?4(__fn: Callable[[Self], object], *, context: Context | None = None)
1805 stdlib.asyncio.futures.Future.cancel?4()
1806 stdlib.asyncio.futures.Future.cancelled?4()
1807 stdlib.asyncio.futures.Future.done?4()
1808 stdlib.asyncio.futures.Future.exception?4()
1809 stdlib.asyncio.futures.Future.get_loop?4()
1810 stdlib.asyncio.futures.Future.remove_done_callback?4(__fn: Callable[[Self], object])
1811 stdlib.asyncio.futures.Future.result?4()
1812 stdlib.asyncio.futures.Future.set_exception?4(__exception: type | BaseException)
1813 stdlib.asyncio.futures.Future.set_result?4(__result: _T)
1814 stdlib.asyncio.futures.Future?1(*, loop: AbstractEventLoop | None = ...)
1815 stdlib.asyncio.futures._T?8
1816 stdlib.asyncio.futures.isfuture?4(obj: object)
1817 stdlib.asyncio.futures.wrap_future?4(future: _ConcurrentFuture[_T] | Future[_T], *, loop: AbstractEventLoop | None = None)
1818 stdlib.asyncio.locks.Barrier.abort?4()
1819 stdlib.asyncio.locks.Barrier.broken?4()
1820 stdlib.asyncio.locks.Barrier.n_waiting?4()
1821 stdlib.asyncio.locks.Barrier.parties?4()
1822 stdlib.asyncio.locks.Barrier.reset?4()
1823 stdlib.asyncio.locks.Barrier.wait?4()
1824 stdlib.asyncio.locks.Barrier?1(parties: int)
1825 stdlib.asyncio.locks.Condition.acquire?4()
1826 stdlib.asyncio.locks.Condition.locked?4()
1827 stdlib.asyncio.locks.Condition.notify?4(n: int = 1)
1828 stdlib.asyncio.locks.Condition.notify_all?4()
1829 stdlib.asyncio.locks.Condition.release?4()
1830 stdlib.asyncio.locks.Condition.wait?4()
1831 stdlib.asyncio.locks.Condition.wait_for?4(predicate: Callable[[], _T])
1832 stdlib.asyncio.locks.Condition?1(lock: Lock | None = None, *, loop: AbstractEventLoop | None = None)
1833 stdlib.asyncio.locks.Event.clear?4()
1834 stdlib.asyncio.locks.Event.is_set?4()
1835 stdlib.asyncio.locks.Event.set?4()
1836 stdlib.asyncio.locks.Event.wait?4()
1837 stdlib.asyncio.locks.Event?1(*, loop: AbstractEventLoop | None = None)
1838 stdlib.asyncio.locks.Lock.acquire?4()
1839 stdlib.asyncio.locks.Lock.locked?4()
1840 stdlib.asyncio.locks.Lock.release?4()
1841 stdlib.asyncio.locks.Lock?1(*, loop: AbstractEventLoop | None = None)
1842 stdlib.asyncio.locks.Semaphore._value?8
1843 stdlib.asyncio.locks.Semaphore._waiters?8
1844 stdlib.asyncio.locks.Semaphore._wake_up_next?5()
1845 stdlib.asyncio.locks.Semaphore.acquire?4()
1846 stdlib.asyncio.locks.Semaphore.locked?4()
1847 stdlib.asyncio.locks.Semaphore.release?4()
1848 stdlib.asyncio.locks.Semaphore?1(value: int = 1, *, loop: AbstractEventLoop | None = None)
1849 stdlib.asyncio.locks._BarrierState.BROKEN?7
1850 stdlib.asyncio.locks._BarrierState.DRAINING?7
1851 stdlib.asyncio.locks._BarrierState.FILLING?7
1852 stdlib.asyncio.locks._BarrierState.RESETTING?7
1853 stdlib.asyncio.locks._ContextManager?2(lock: Lock | Semaphore)
1854 stdlib.asyncio.locks._LoopBoundMixin?8
1855 stdlib.asyncio.locks._T?8
1856 stdlib.asyncio.log.logger?7
1857 stdlib.asyncio.mixins._LoopBoundMixin?2(*, loop: Never = ...)
1858 stdlib.asyncio.mixins._global_lock?8
1859 stdlib.asyncio.proactor_events.BaseProactorEventLoop?1(proactor: Any)
1860 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, )
1861 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, )
1862 stdlib.asyncio.proactor_events._ProactorSocketTransport._sendfile_compatible?8
1863 stdlib.asyncio.proactor_events._ProactorSocketTransport._set_extra?5(sock: socket)
1864 stdlib.asyncio.proactor_events._ProactorSocketTransport.can_write_eof?4()
1865 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, )
1866 stdlib.asyncio.protocols.BaseProtocol.connection_lost?4(exc: Exception | None)
1867 stdlib.asyncio.protocols.BaseProtocol.connection_made?4(transport: transports.BaseTransport)
1868 stdlib.asyncio.protocols.BaseProtocol.pause_writing?4()
1869 stdlib.asyncio.protocols.BaseProtocol.resume_writing?4()
1870 stdlib.asyncio.protocols.BufferedProtocol.buffer_updated?4(nbytes: int)
1871 stdlib.asyncio.protocols.BufferedProtocol.eof_received?4()
1872 stdlib.asyncio.protocols.BufferedProtocol.get_buffer?4(sizehint: int)
1873 stdlib.asyncio.protocols.DatagramProtocol.connection_made?4(transport: transports.DatagramTransport)
1874 stdlib.asyncio.protocols.DatagramProtocol.datagram_received?4(data: bytes, addr: tuple[str | Any, int])
1875 stdlib.asyncio.protocols.DatagramProtocol.error_received?4(exc: Exception)
1876 stdlib.asyncio.protocols.Protocol.data_received?4(data: bytes)
1877 stdlib.asyncio.protocols.Protocol.eof_received?4()
1878 stdlib.asyncio.protocols.SubprocessProtocol.pipe_connection_lost?4(fd: int, exc: Exception | None)
1879 stdlib.asyncio.protocols.SubprocessProtocol.pipe_data_received?4(fd: int, data: bytes)
1880 stdlib.asyncio.protocols.SubprocessProtocol.process_exited?4()
1881 stdlib.asyncio.queues.Queue._format?5()
1882 stdlib.asyncio.queues.Queue._get?5()
1883 stdlib.asyncio.queues.Queue._init?5(maxsize: int)
1884 stdlib.asyncio.queues.Queue._put?5(item: _T)
1885 stdlib.asyncio.queues.Queue.empty?4()
1886 stdlib.asyncio.queues.Queue.full?4()
1887 stdlib.asyncio.queues.Queue.get?4()
1888 stdlib.asyncio.queues.Queue.get_nowait?4()
1889 stdlib.asyncio.queues.Queue.join?4()
1890 stdlib.asyncio.queues.Queue.maxsize?4()
1891 stdlib.asyncio.queues.Queue.put?4(item: _T)
1892 stdlib.asyncio.queues.Queue.put_nowait?4(item: _T)
1893 stdlib.asyncio.queues.Queue.qsize?4()
1894 stdlib.asyncio.queues.Queue.task_done?4()
1895 stdlib.asyncio.queues.Queue?1(maxsize: int = 0, *, loop: AbstractEventLoop | None = None)
1896 stdlib.asyncio.queues._LoopBoundMixin?8
1897 stdlib.asyncio.queues._T?8
1898 stdlib.asyncio.runners.Runner.close?4()
1899 stdlib.asyncio.runners.Runner.get_loop?4()
1900 stdlib.asyncio.runners.Runner.run?4(coro: Coroutine[Any, Any, _T], *, context: Context | None = None)
1901 stdlib.asyncio.runners.Runner?1(*, debug: bool | None = None, loop_factory: Callable[[], AbstractEventLoop] | None = None)
1902 stdlib.asyncio.runners._T?8
1903 stdlib.asyncio.runners.run?4(main: Coroutine[Any, Any, _T], *, debug: bool = False)
1904 stdlib.asyncio.runners.run?4(main: Coroutine[Any, Any, _T], *, debug: bool | None = ..., loop_factory: Callable[[], AbstractEventLoop] | None = ...)
1905 stdlib.asyncio.runners.run?4(main: Coroutine[Any, Any, _T], *, debug: bool | None = None)
1906 stdlib.asyncio.selector_events.BaseSelectorEventLoop?1(selector: selectors.BaseSelector | None = None)
1907 stdlib.asyncio.sslproto.AppProtocolState.STATE_CON_LOST?7
1908 stdlib.asyncio.sslproto.AppProtocolState.STATE_CON_MADE?7
1909 stdlib.asyncio.sslproto.AppProtocolState.STATE_EOF?7
1910 stdlib.asyncio.sslproto.AppProtocolState.STATE_INIT?7
1911 stdlib.asyncio.sslproto.SSLProtocol._abort?5()
1912 stdlib.asyncio.sslproto.SSLProtocol._app_protocol?8
1913 stdlib.asyncio.sslproto.SSLProtocol._app_protocol_is_buffer?8
1914 stdlib.asyncio.sslproto.SSLProtocol._app_transport?8
1915 stdlib.asyncio.sslproto.SSLProtocol._call_connection_made?8
1916 stdlib.asyncio.sslproto.SSLProtocol._check_handshake_timeout?5()
1917 stdlib.asyncio.sslproto.SSLProtocol._extra?8
1918 stdlib.asyncio.sslproto.SSLProtocol._fatal_error?5(exc: BaseException, message: str = "Fatal error on transport")
1919 stdlib.asyncio.sslproto.SSLProtocol._finalize?5()
1920 stdlib.asyncio.sslproto.SSLProtocol._get_extra_info?5(name: str, default: Any | None = None)
1921 stdlib.asyncio.sslproto.SSLProtocol._in_handshake?8
1922 stdlib.asyncio.sslproto.SSLProtocol._in_shutdown?8
1923 stdlib.asyncio.sslproto.SSLProtocol._loop?8
1924 stdlib.asyncio.sslproto.SSLProtocol._on_handshake_complete?5(handshake_exc: BaseException | None)
1925 stdlib.asyncio.sslproto.SSLProtocol._process_write_backlog?5()
1926 stdlib.asyncio.sslproto.SSLProtocol._server_hostname?8
1927 stdlib.asyncio.sslproto.SSLProtocol._server_side?8
1928 stdlib.asyncio.sslproto.SSLProtocol._session_established?8
1929 stdlib.asyncio.sslproto.SSLProtocol._set_app_protocol?5(app_protocol: protocols.BaseProtocol)
1930 stdlib.asyncio.sslproto.SSLProtocol._ssl_handshake_timeout?8
1931 stdlib.asyncio.sslproto.SSLProtocol._sslcontext?8
1932 stdlib.asyncio.sslproto.SSLProtocol._sslpipe?8
1933 stdlib.asyncio.sslproto.SSLProtocol._start_handshake?5()
1934 stdlib.asyncio.sslproto.SSLProtocol._start_shutdown?5()
1935 stdlib.asyncio.sslproto.SSLProtocol._transport?8
1936 stdlib.asyncio.sslproto.SSLProtocol._waiter?8
1937 stdlib.asyncio.sslproto.SSLProtocol._wakeup_waiter?5(exc: BaseException | None = None)
1938 stdlib.asyncio.sslproto.SSLProtocol._write_appdata?5(data: bytes)
1939 stdlib.asyncio.sslproto.SSLProtocol._write_backlog?8
1940 stdlib.asyncio.sslproto.SSLProtocol._write_buffer_size?8
1941 stdlib.asyncio.sslproto.SSLProtocol.connection_lost?4(exc: BaseException | None)
1942 stdlib.asyncio.sslproto.SSLProtocol.eof_received?4()
1943 stdlib.asyncio.sslproto.SSLProtocol.get_buffer?4(n: int)
1944 stdlib.asyncio.sslproto.SSLProtocol.max_size?7
1945 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, )
1946 stdlib.asyncio.sslproto.SSLProtocolState.DO_HANDSHAKE?7
1947 stdlib.asyncio.sslproto.SSLProtocolState.FLUSHING?7
1948 stdlib.asyncio.sslproto.SSLProtocolState.SHUTDOWN?7
1949 stdlib.asyncio.sslproto.SSLProtocolState.UNWRAPPED?7
1950 stdlib.asyncio.sslproto.SSLProtocolState.WRAPPED?7
1951 stdlib.asyncio.sslproto._SSLPipe._context?8
1952 stdlib.asyncio.sslproto._SSLPipe._handshake_cb?8
1953 stdlib.asyncio.sslproto._SSLPipe._incoming?8
1954 stdlib.asyncio.sslproto._SSLPipe._need_ssldata?8
1955 stdlib.asyncio.sslproto._SSLPipe._outgoing?8
1956 stdlib.asyncio.sslproto._SSLPipe._server_hostname?8
1957 stdlib.asyncio.sslproto._SSLPipe._server_side?8
1958 stdlib.asyncio.sslproto._SSLPipe._shutdown_cb?8
1959 stdlib.asyncio.sslproto._SSLPipe._sslobj?8
1960 stdlib.asyncio.sslproto._SSLPipe._state?8
1961 stdlib.asyncio.sslproto._SSLPipe.context?4()
1962 stdlib.asyncio.sslproto._SSLPipe.do_handshake?4(callback: Callable[[BaseException | None], object] | None = None)
1963 stdlib.asyncio.sslproto._SSLPipe.feed_appdata?4(data: bytes, offset: int = 0)
1964 stdlib.asyncio.sslproto._SSLPipe.feed_eof?4()
1965 stdlib.asyncio.sslproto._SSLPipe.feed_ssldata?4(data: bytes, only_handshake: bool = False)
1966 stdlib.asyncio.sslproto._SSLPipe.max_size?7
1967 stdlib.asyncio.sslproto._SSLPipe.need_ssldata?4()
1968 stdlib.asyncio.sslproto._SSLPipe.shutdown?4(callback: Callable[[], object] | None = None)
1969 stdlib.asyncio.sslproto._SSLPipe.ssl_object?4()
1970 stdlib.asyncio.sslproto._SSLPipe.wrapped?4()
1971 stdlib.asyncio.sslproto._SSLPipe?2(context: ssl.SSLContext, server_side: bool, server_hostname: str | None = None)
1972 stdlib.asyncio.sslproto._SSLProtocolTransport._SSLProtocolBase?8
1973 stdlib.asyncio.sslproto._SSLProtocolTransport._closed?8
1974 stdlib.asyncio.sslproto._SSLProtocolTransport._loop?8
1975 stdlib.asyncio.sslproto._SSLProtocolTransport._protocol_paused?5()
1976 stdlib.asyncio.sslproto._SSLProtocolTransport._sendfile_compatible?8
1977 stdlib.asyncio.sslproto._SSLProtocolTransport._ssl_protocol?8
1978 stdlib.asyncio.sslproto._SSLProtocolTransport.can_write_eof?4()
1979 stdlib.asyncio.sslproto._SSLProtocolTransport.get_extra_info?4(name: str, default: Any | None = None)
1980 stdlib.asyncio.sslproto._SSLProtocolTransport.get_read_buffer_limits?4()
1981 stdlib.asyncio.sslproto._SSLProtocolTransport.get_read_buffer_size?4()
1982 stdlib.asyncio.sslproto._SSLProtocolTransport.get_write_buffer_limits?4()
1983 stdlib.asyncio.sslproto._SSLProtocolTransport.set_read_buffer_limits?4(high: int | None = None, low: int | None = None)
1984 stdlib.asyncio.sslproto._SSLProtocolTransport.write?4(data: bytes | bytearray | memoryview)
1985 stdlib.asyncio.sslproto._SSLProtocolTransport?2(loop: events.AbstractEventLoop, ssl_protocol: SSLProtocol)
1986 stdlib.asyncio.sslproto._create_transport_context?5(server_side: bool, server_hostname: str | None)
1987 stdlib.asyncio.sslproto.add_flowcontrol_defaults?4(high: int | None, low: int | None, kb: int)
1988 stdlib.asyncio.staggered.staggered_race?4(coro_fns: Iterable[Callable[[], Awaitable[Any]]], delay: float | None, *, loop: events.AbstractEventLoop | None = None)
1989 stdlib.asyncio.streams.FlowControlMixin?1(loop: events.AbstractEventLoop | None = None)
1990 stdlib.asyncio.streams.IncompleteReadError.expected?7
1991 stdlib.asyncio.streams.IncompleteReadError.partial?7
1992 stdlib.asyncio.streams.IncompleteReadError?1(partial: bytes, expected: int | None)
1993 stdlib.asyncio.streams.LimitOverrunError.consumed?7
1994 stdlib.asyncio.streams.LimitOverrunError?1(message: str, consumed: int)
1995 stdlib.asyncio.streams.StreamReader.at_eof?4()
1996 stdlib.asyncio.streams.StreamReader.exception?4()
1997 stdlib.asyncio.streams.StreamReader.feed_data?4(data: Iterable[SupportsIndex])
1998 stdlib.asyncio.streams.StreamReader.feed_eof?4()
1999 stdlib.asyncio.streams.StreamReader.read?4(n: int = -1)
2000 stdlib.asyncio.streams.StreamReader.readexactly?4(n: int)
2001 stdlib.asyncio.streams.StreamReader.readline?4()
2002 stdlib.asyncio.streams.StreamReader.readuntil?4(separator: bytes | bytearray | memoryview = b"\n")
2003 stdlib.asyncio.streams.StreamReader.set_exception?4(exc: Exception)
2004 stdlib.asyncio.streams.StreamReader.set_transport?4(transport: transports.BaseTransport)
2005 stdlib.asyncio.streams.StreamReader?1(limit: int = 65536, loop: events.AbstractEventLoop | None = None)
2006 stdlib.asyncio.streams.StreamReaderProtocol?1(stream_reader: StreamReader, client_connected_cb: _ClientConnectedCallback | None = None, loop: events.AbstractEventLoop | None = None, )
2007 stdlib.asyncio.streams.StreamWriter.can_write_eof?4()
2008 stdlib.asyncio.streams.StreamWriter.close?4()
2009 stdlib.asyncio.streams.StreamWriter.drain?4()
2010 stdlib.asyncio.streams.StreamWriter.get_extra_info?4(name: str, default: Any = None)
2011 stdlib.asyncio.streams.StreamWriter.is_closing?4()
2012 stdlib.asyncio.streams.StreamWriter.start_tls?4(sslcontext: ssl.SSLContext, *, server_hostname: str | None = None, ssl_handshake_timeout: float | None = None)
2013 stdlib.asyncio.streams.StreamWriter.transport?4()
2014 stdlib.asyncio.streams.StreamWriter.wait_closed?4()
2015 stdlib.asyncio.streams.StreamWriter.write?4(data: bytes | bytearray | memoryview)
2016 stdlib.asyncio.streams.StreamWriter.write_eof?4()
2017 stdlib.asyncio.streams.StreamWriter.writelines?4(data: Iterable[bytes | bytearray | memoryview])
2018 stdlib.asyncio.streams.StreamWriter?1(transport: transports.WriteTransport, protocol: protocols.BaseProtocol, reader: StreamReader | None, loop: events.AbstractEventLoop, )
2019 stdlib.asyncio.streams._ClientConnectedCallback?8
2020 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, )
2021 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, )
2022 stdlib.asyncio.streams.open_unix_connection?4(path: StrPath | None = None, *, limit: int = 65536, **kwds: Any)
2023 stdlib.asyncio.streams.open_unix_connection?4(path: StrPath | None = None, *, loop: events.AbstractEventLoop | None = None, limit: int = 65536, **kwds: Any)
2024 stdlib.asyncio.streams.start_server?4(client_connected_cb: _ClientConnectedCallback, host: str | None = None, port: int | str | None = None, *, loop: events.AbstractEventLoop | None = None, limit: int = 65536, ssl_handshake_timeout: float | None = ..., **kwds: Any, )
2025 stdlib.asyncio.streams.start_server?4(client_connected_cb: _ClientConnectedCallback, host: str | Sequence[str] | None = None, port: int | str | None = None, *, limit: int = 65536, ssl_handshake_timeout: float | None = ..., **kwds: Any, )
2026 stdlib.asyncio.streams.start_unix_server?4(client_connected_cb: _ClientConnectedCallback, path: StrPath | None = None, *, limit: int = 65536, **kwds: Any)
2027 stdlib.asyncio.streams.start_unix_server?4(client_connected_cb: _ClientConnectedCallback, path: StrPath | None = None, *, loop: events.AbstractEventLoop | None = None, limit: int = 65536, **kwds: Any, )
2028 stdlib.asyncio.tasks.ALL_COMPLETED?7
2029 stdlib.asyncio.tasks.FIRST_COMPLETED?7
2030 stdlib.asyncio.tasks.FIRST_EXCEPTION?7
2031 stdlib.asyncio.tasks.Task.all_tasks?4(loop: AbstractEventLoop | None = None)
2032 stdlib.asyncio.tasks.Task.cancelling?4()
2033 stdlib.asyncio.tasks.Task.current_task?4(loop: AbstractEventLoop | None = None)
2034 stdlib.asyncio.tasks.Task.get_context?4()
2035 stdlib.asyncio.tasks.Task.get_coro?4()
2036 stdlib.asyncio.tasks.Task.get_name?4()
2037 stdlib.asyncio.tasks.Task.get_stack?4(*, limit: int | None = None)
2038 stdlib.asyncio.tasks.Task.print_stack?4(*, limit: int | None = None, file: TextIO | None = None)
2039 stdlib.asyncio.tasks.Task.set_name?4(__value: object)
2040 stdlib.asyncio.tasks.Task.uncancel?4()
2041 stdlib.asyncio.tasks.Task?1(coro: _TaskCompatibleCoro[_T_co], *, loop: AbstractEventLoop = ...)
2042 stdlib.asyncio.tasks._FT?8
2043 stdlib.asyncio.tasks._FutureLike?8
2044 stdlib.asyncio.tasks._T1?8
2045 stdlib.asyncio.tasks._T2?8
2046 stdlib.asyncio.tasks._T3?8
2047 stdlib.asyncio.tasks._T4?8
2048 stdlib.asyncio.tasks._T5?8
2049 stdlib.asyncio.tasks._T6?8
2050 stdlib.asyncio.tasks._T?8
2051 stdlib.asyncio.tasks._T_co?8
2052 stdlib.asyncio.tasks._TaskYieldType?8
2053 stdlib.asyncio.tasks._enter_task?5(loop: AbstractEventLoop, task: Task[Any])
2054 stdlib.asyncio.tasks._leave_task?5(loop: AbstractEventLoop, task: Task[Any])
2055 stdlib.asyncio.tasks._register_task?5(task: Task[Any])
2056 stdlib.asyncio.tasks._unregister_task?5(task: Task[Any])
2057 stdlib.asyncio.tasks.all_tasks?4(loop: AbstractEventLoop | None = None)
2058 stdlib.asyncio.tasks.as_completed?4(fs: Iterable[_FutureLike[_T]], *, loop: AbstractEventLoop | None = None, timeout: float | None = None)
2059 stdlib.asyncio.tasks.as_completed?4(fs: Iterable[_FutureLike[_T]], *, timeout: float | None = None)
2060 stdlib.asyncio.tasks.create_eager_task_factory?4(custom_task_constructor: _CustomTaskConstructor[_TaskT_co], )
2061 stdlib.asyncio.tasks.create_task?4(coro: _CoroutineLike[_T])
2062 stdlib.asyncio.tasks.create_task?4(coro: _CoroutineLike[_T], *, name: str | None = None)
2063 stdlib.asyncio.tasks.create_task?4(coro: _CoroutineLike[_T], *, name: str | None = None, context: Context | None = None)
2064 stdlib.asyncio.tasks.current_task?4(loop: AbstractEventLoop | None = None)
2065 stdlib.asyncio.tasks.eager_task_factory?4(loop: AbstractEventLoop | None, coro: _TaskCompatibleCoro[_T_co], *, name: str | None = None, context: Context | None = None, )
2066 stdlib.asyncio.tasks.ensure_future?4(coro_or_future: Awaitable[_T], *, loop: AbstractEventLoop | None = None)
2067 stdlib.asyncio.tasks.ensure_future?4(coro_or_future: _FT, *, loop: AbstractEventLoop | None = None)
2068 stdlib.asyncio.tasks.gather?4(*coros_or_futures: _FutureLike[_T], loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False)
2069 stdlib.asyncio.tasks.gather?4(*coros_or_futures: _FutureLike[_T], loop: AbstractEventLoop | None = None, return_exceptions: bool)
2070 stdlib.asyncio.tasks.gather?4(*coros_or_futures: _FutureLike[_T], return_exceptions: Literal[False] = False)
2071 stdlib.asyncio.tasks.gather?4(*coros_or_futures: _FutureLike[_T], return_exceptions: bool)
2072 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False)
2073 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], *, loop: AbstractEventLoop | None = None, return_exceptions: bool)
2074 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], *, return_exceptions: Literal[False] = False)
2075 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], *, return_exceptions: bool)
2076 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False, )
2077 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], *, loop: AbstractEventLoop | None = None, return_exceptions: bool, )
2078 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], *, return_exceptions: Literal[False] = False)
2079 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], *, return_exceptions: bool)
2080 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, )
2081 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, )
2082 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, )
2083 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], *, return_exceptions: bool, )
2084 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False, )
2085 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], *, loop: AbstractEventLoop | None = None, return_exceptions: bool, )
2086 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], *, return_exceptions: Literal[False] = False, )
2087 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], *, return_exceptions: bool, )
2088 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False, )
2089 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], *, return_exceptions: Literal[False] = False, )
2090 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], *, return_exceptions: bool, )
2091 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], __coro_or_future6: _FutureLike[_T6], *, loop: AbstractEventLoop | None = None, return_exceptions: Literal[False] = False, )
2092 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], __coro_or_future6: _FutureLike[_T6], *, loop: AbstractEventLoop | None = None, return_exceptions: bool, )
2093 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], __coro_or_future6: _FutureLike[_T6], *, return_exceptions: Literal[False] = False, )
2094 stdlib.asyncio.tasks.gather?4(__coro_or_future1: _FutureLike[_T1], __coro_or_future2: _FutureLike[_T2], __coro_or_future3: _FutureLike[_T3], __coro_or_future4: _FutureLike[_T4], __coro_or_future5: _FutureLike[_T5], __coro_or_future6: _FutureLike[_T6], *, return_exceptions: bool, )
2095 stdlib.asyncio.tasks.run_coroutine_threadsafe?4(coro: _FutureLike[_T], loop: AbstractEventLoop)
2096 stdlib.asyncio.tasks.shield?4(arg: _FutureLike[_T])
2097 stdlib.asyncio.tasks.shield?4(arg: _FutureLike[_T], *, loop: AbstractEventLoop | None = None)
2098 stdlib.asyncio.tasks.sleep?4(delay: float)
2099 stdlib.asyncio.tasks.sleep?4(delay: float, *, loop: AbstractEventLoop | None = None)
2100 stdlib.asyncio.tasks.sleep?4(delay: float, result: _T)
2101 stdlib.asyncio.tasks.sleep?4(delay: float, result: _T, *, loop: AbstractEventLoop | None = None)
2102 stdlib.asyncio.tasks.wait?4(fs: Iterable[Awaitable[_T]], *, loop: AbstractEventLoop | None = None, timeout: float | None = None, return_when: str = "ALL_COMPLETED", )
2103 stdlib.asyncio.tasks.wait?4(fs: Iterable[Awaitable[_T]], *, timeout: float | None = None, return_when: str = "ALL_COMPLETED")
2104 stdlib.asyncio.tasks.wait?4(fs: Iterable[Task[_T]], *, timeout: float | None = None, return_when: str = "ALL_COMPLETED")
2105 stdlib.asyncio.tasks.wait?4(fs: Iterable[_FT], *, loop: AbstractEventLoop | None = None, timeout: float | None = None, return_when: str = "ALL_COMPLETED", )
2106 stdlib.asyncio.tasks.wait?4(fs: Iterable[_FT], *, timeout: float | None = None, return_when: str = "ALL_COMPLETED")
2107 stdlib.asyncio.tasks.wait_for?4(fut: _FutureLike[_T], timeout: float | None)
2108 stdlib.asyncio.tasks.wait_for?4(fut: _FutureLike[_T], timeout: float | None, *, loop: AbstractEventLoop | None = None)
2109 stdlib.asyncio.threads._P?8
2110 stdlib.asyncio.threads._R?8
2111 stdlib.asyncio.threads.to_thread?4(__func: Callable[_P, _R], *args: _P.args, **kwargs: _P.kwargs)
2112 stdlib.asyncio.timeouts.Timeout.expired?4()
2113 stdlib.asyncio.timeouts.Timeout.reschedule?4(when: float | None)
2114 stdlib.asyncio.timeouts.Timeout.when?4()
2115 stdlib.asyncio.timeouts.Timeout?1(when: float | None)
2116 stdlib.asyncio.timeouts.timeout?4(delay: float | None)
2117 stdlib.asyncio.timeouts.timeout_at?4(when: float | None)
2118 stdlib.asyncio.transports.BaseTransport.close?4()
2119 stdlib.asyncio.transports.BaseTransport.get_extra_info?4(name: str, default: Any = None)
2120 stdlib.asyncio.transports.BaseTransport.get_protocol?4()
2121 stdlib.asyncio.transports.BaseTransport.is_closing?4()
2122 stdlib.asyncio.transports.BaseTransport.set_protocol?4(protocol: BaseProtocol)
2123 stdlib.asyncio.transports.BaseTransport?1(extra: Mapping[str, Any] | None = None)
2124 stdlib.asyncio.transports.DatagramTransport.abort?4()
2125 stdlib.asyncio.transports.DatagramTransport.sendto?4(data: bytes | bytearray | memoryview, addr: _Address | None = None)
2126 stdlib.asyncio.transports.ReadTransport.is_reading?4()
2127 stdlib.asyncio.transports.ReadTransport.pause_reading?4()
2128 stdlib.asyncio.transports.ReadTransport.resume_reading?4()
2129 stdlib.asyncio.transports.SubprocessTransport.get_pid?4()
2130 stdlib.asyncio.transports.SubprocessTransport.get_pipe_transport?4(fd: int)
2131 stdlib.asyncio.transports.SubprocessTransport.get_returncode?4()
2132 stdlib.asyncio.transports.SubprocessTransport.kill?4()
2133 stdlib.asyncio.transports.SubprocessTransport.send_signal?4(signal: int)
2134 stdlib.asyncio.transports.SubprocessTransport.terminate?4()
2135 stdlib.asyncio.transports.WriteTransport.abort?4()
2136 stdlib.asyncio.transports.WriteTransport.can_write_eof?4()
2137 stdlib.asyncio.transports.WriteTransport.get_write_buffer_limits?4()
2138 stdlib.asyncio.transports.WriteTransport.get_write_buffer_size?4()
2139 stdlib.asyncio.transports.WriteTransport.set_write_buffer_limits?4(high: int | None = None, low: int | None = None)
2140 stdlib.asyncio.transports.WriteTransport.write?4(data: bytes | bytearray | memoryview)
2141 stdlib.asyncio.transports.WriteTransport.write_eof?4()
2142 stdlib.asyncio.transports.WriteTransport.writelines?4(list_of_data: Iterable[bytes | bytearray | memoryview])
2143 stdlib.asyncio.transports._FlowControlMixin?2(extra: Mapping[str, Any] | None = None, loop: AbstractEventLoop | None = None)
2144 stdlib.asyncio.trsock.TransportSocket._na?5(what: str)
2145 stdlib.asyncio.trsock.TransportSocket.accept?4()
2146 stdlib.asyncio.trsock.TransportSocket.bind?4(address: _Address)
2147 stdlib.asyncio.trsock.TransportSocket.connect?4(address: _Address)
2148 stdlib.asyncio.trsock.TransportSocket.connect_ex?4(address: _Address)
2149 stdlib.asyncio.trsock.TransportSocket.dup?4()
2150 stdlib.asyncio.trsock.TransportSocket.family?4()
2151 stdlib.asyncio.trsock.TransportSocket.fileno?4()
2152 stdlib.asyncio.trsock.TransportSocket.get_inheritable?4()
2153 stdlib.asyncio.trsock.TransportSocket.getpeername?4()
2154 stdlib.asyncio.trsock.TransportSocket.getsockbyname?4()
2155 stdlib.asyncio.trsock.TransportSocket.getsockname?4()
2156 stdlib.asyncio.trsock.TransportSocket.getsockopt?4(level: int, optname: int, buflen: int)
2157 stdlib.asyncio.trsock.TransportSocket.gettimeout?4()
2158 stdlib.asyncio.trsock.TransportSocket.ioctl?4(control: int, option: int | tuple[int, int, int] | bool)
2159 stdlib.asyncio.trsock.TransportSocket.listen?4(__backlog: int = ...)
2160 stdlib.asyncio.trsock.TransportSocket.proto?4()
2161 stdlib.asyncio.trsock.TransportSocket.setblocking?4(flag: bool)
2162 stdlib.asyncio.trsock.TransportSocket.setsockopt?4(level: int, optname: int, value: None, optlen: int)
2163 stdlib.asyncio.trsock.TransportSocket.settimeout?4(value: float | None)
2164 stdlib.asyncio.trsock.TransportSocket.shutdown?4(how: int)
2165 stdlib.asyncio.trsock.TransportSocket.type?4()
2166 stdlib.asyncio.trsock.TransportSocket?1(sock: socket.socket)
2167 stdlib.asyncio.trsock._Address?8
2168 stdlib.asyncio.trsock._CMSG?8
2169 stdlib.asyncio.trsock._RetAddress?8
2170 stdlib.asyncio.trsock._WriteBuffer?8
2171 stdlib.asyncio.trsock.close?4(self)
2172 stdlib.asyncio.trsock.detach?4(self)
2173 stdlib.asyncio.trsock.makefile?4(self)
2174 stdlib.asyncio.trsock.recv?4(self, bufsize: int, flags: int = ...)
2175 stdlib.asyncio.trsock.recv_into?4(self, buffer: _WriteBuffer, nbytes: int = ..., flags: int = ...)
2176 stdlib.asyncio.trsock.recvfrom?4(self, bufsize: int, flags: int = ...)
2177 stdlib.asyncio.trsock.recvfrom_into?4(self, buffer: _WriteBuffer, nbytes: int = ..., flags: int = ...)
2178 stdlib.asyncio.trsock.recvmsg?4(self, __bufsize: int, __ancbufsize: int = ..., __flags: int = ...)
2179 stdlib.asyncio.trsock.recvmsg_into?4(self, __buffers: Iterable[_WriteBuffer], __ancbufsize: int = ..., __flags: int = ...)
2180 stdlib.asyncio.trsock.send?4(self, data: ReadableBuffer, flags: int = ...)
2181 stdlib.asyncio.trsock.sendall?4(self, data: ReadableBuffer, flags: int = ...)
2182 stdlib.asyncio.trsock.sendfile?4(self, file: BinaryIO, offset: int = ..., count: int | None = ...)
2183 stdlib.asyncio.trsock.sendmsg?4(self, __buffers: Iterable[ReadableBuffer], __ancdata: Iterable[_CMSG] = ..., __flags: int = ..., __address: _Address = ..., )
2184 stdlib.asyncio.trsock.sendmsg_afalg?4(self, msg: Iterable[ReadableBuffer] = ..., *, op: int, iv: Any = ..., assoclen: int = ..., flags: int = ...)
2185 stdlib.asyncio.trsock.sendto?4(self, data: ReadableBuffer, address: _Address)
2186 stdlib.asyncio.trsock.sendto?4(self, data: ReadableBuffer, flags: int, address: _Address)
2187 stdlib.asyncio.trsock.set_inheritable?4(self, inheritable: bool)
2188 stdlib.asyncio.trsock.share?4(self, process_id: int)
2189 stdlib.asyncio.unix_events.AbstractChildWatcher.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2190 stdlib.asyncio.unix_events.AbstractChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2191 stdlib.asyncio.unix_events.AbstractChildWatcher.close?4()
2192 stdlib.asyncio.unix_events.AbstractChildWatcher.is_active?4()
2193 stdlib.asyncio.unix_events.AbstractChildWatcher.remove_child_handler?4(pid: int)
2194 stdlib.asyncio.unix_events.AbstractChildWatcher_1.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2195 stdlib.asyncio.unix_events.AbstractChildWatcher_1.attach_loop?4(loop: AbstractEventLoop | None)
2196 stdlib.asyncio.unix_events.AbstractChildWatcher_1.close?4()
2197 stdlib.asyncio.unix_events.AbstractChildWatcher_1.is_active?4()
2198 stdlib.asyncio.unix_events.AbstractChildWatcher_1.remove_child_handler?4(pid: int)
2199 stdlib.asyncio.unix_events.BaseChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2200 stdlib.asyncio.unix_events.BaseChildWatcher.close?4()
2201 stdlib.asyncio.unix_events.BaseChildWatcher.is_active?4()
2202 stdlib.asyncio.unix_events.FastChildWatcher.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2203 stdlib.asyncio.unix_events.FastChildWatcher.remove_child_handler?4(pid: int)
2204 stdlib.asyncio.unix_events.FastChildWatcher_1.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2205 stdlib.asyncio.unix_events.FastChildWatcher_1.remove_child_handler?4(pid: int)
2206 stdlib.asyncio.unix_events.MultiLoopChildWatcher.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2207 stdlib.asyncio.unix_events.MultiLoopChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2208 stdlib.asyncio.unix_events.MultiLoopChildWatcher.close?4()
2209 stdlib.asyncio.unix_events.MultiLoopChildWatcher.is_active?4()
2210 stdlib.asyncio.unix_events.MultiLoopChildWatcher.remove_child_handler?4(pid: int)
2211 stdlib.asyncio.unix_events.MultiLoopChildWatcher_1.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2212 stdlib.asyncio.unix_events.MultiLoopChildWatcher_1.attach_loop?4(loop: AbstractEventLoop | None)
2213 stdlib.asyncio.unix_events.MultiLoopChildWatcher_1.close?4()
2214 stdlib.asyncio.unix_events.MultiLoopChildWatcher_1.is_active?4()
2215 stdlib.asyncio.unix_events.MultiLoopChildWatcher_1.remove_child_handler?4(pid: int)
2216 stdlib.asyncio.unix_events.PidfdChildWatcher.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2217 stdlib.asyncio.unix_events.PidfdChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2218 stdlib.asyncio.unix_events.PidfdChildWatcher.close?4()
2219 stdlib.asyncio.unix_events.PidfdChildWatcher.is_active?4()
2220 stdlib.asyncio.unix_events.PidfdChildWatcher.remove_child_handler?4(pid: int)
2221 stdlib.asyncio.unix_events.SafeChildWatcher.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2222 stdlib.asyncio.unix_events.SafeChildWatcher.remove_child_handler?4(pid: int)
2223 stdlib.asyncio.unix_events.SafeChildWatcher_1.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2224 stdlib.asyncio.unix_events.SafeChildWatcher_1.remove_child_handler?4(pid: int)
2225 stdlib.asyncio.unix_events.ThreadedChildWatcher.add_child_handler?4(pid: int, callback: Callable[[Unpack[_Ts]], object], *args: Unpack[_Ts])
2226 stdlib.asyncio.unix_events.ThreadedChildWatcher.attach_loop?4(loop: AbstractEventLoop | None)
2227 stdlib.asyncio.unix_events.ThreadedChildWatcher.close?4()
2228 stdlib.asyncio.unix_events.ThreadedChildWatcher.is_active?4()
2229 stdlib.asyncio.unix_events.ThreadedChildWatcher.remove_child_handler?4(pid: int)
2230 stdlib.asyncio.unix_events._Ts?8
2231 stdlib.asyncio.unix_events._UnixDefaultEventLoopPolicy.get_child_watcher?4()
2232 stdlib.asyncio.unix_events._UnixDefaultEventLoopPolicy.set_child_watcher?4(watcher: AbstractChildWatcher | None)
2233 stdlib.collections.ChainMap.copy?4()
2234 stdlib.collections.ChainMap.fromkeys?4(__iterable: Iterable[_T], __value: _S)
2235 stdlib.collections.ChainMap.get?4(key: _KT, default: _T)
2236 stdlib.collections.ChainMap.maps?7
2237 stdlib.collections.ChainMap.new_child?4(m: MutableMapping[_KT, _VT] | None = None)
2238 stdlib.collections.ChainMap.parents?4()
2239 stdlib.collections.ChainMap.pop?4(key: _KT, default: _T)
2240 stdlib.collections.ChainMap.setdefault?4(key: _KT, default: _VT)
2241 stdlib.collections.ChainMap?1(*maps: MutableMapping[_KT, _VT])
2242 stdlib.collections.Counter.copy?4()
2243 stdlib.collections.Counter.elements?4()
2244 stdlib.collections.Counter.fromkeys?4(iterable: Any, v: int | None = None)
2245 stdlib.collections.Counter.most_common?4(n: int | None = None)
2246 stdlib.collections.Counter.subtract?4(__iterable: Iterable[_T])
2247 stdlib.collections.Counter.total?4()
2248 stdlib.collections.Counter.update?4(__iterable: None = None, **kwargs: int)
2249 stdlib.collections.Counter?1(__iterable: Iterable[_T])
2250 stdlib.collections.OrderedDict.copy?4()
2251 stdlib.collections.OrderedDict.fromkeys?4(iterable: Iterable[_T], value: _S)
2252 stdlib.collections.OrderedDict.items?4()
2253 stdlib.collections.OrderedDict.keys?4()
2254 stdlib.collections.OrderedDict.move_to_end?4(key: _KT, last: bool = True)
2255 stdlib.collections.OrderedDict.pop?4(key: _KT, default: _T)
2256 stdlib.collections.OrderedDict.popitem?4(last: bool = True)
2257 stdlib.collections.OrderedDict.setdefault?4(key: _KT, default: _VT)
2258 stdlib.collections.OrderedDict.values?4()
2259 stdlib.collections.UserDict.copy?4()
2260 stdlib.collections.UserDict.data?7
2261 stdlib.collections.UserDict.fromkeys?4(iterable: Iterable[_T], value: _S)
2262 stdlib.collections.UserDict.get?4(key: _KT, default: _T)
2263 stdlib.collections.UserDict?1(bytes], __iterable: Iterable[list[bytes]])
2264 stdlib.collections.UserList.append?4(item: _T)
2265 stdlib.collections.UserList.copy?4()
2266 stdlib.collections.UserList.count?4(item: _T)
2267 stdlib.collections.UserList.data?7
2268 stdlib.collections.UserList.extend?4(other: Iterable[_T])
2269 stdlib.collections.UserList.index?4(item: _T, __start: SupportsIndex = 0, __stop: SupportsIndex = sys.maxsize)
2270 stdlib.collections.UserList.insert?4(i: int, item: _T)
2271 stdlib.collections.UserList.pop?4(i: int = -1)
2272 stdlib.collections.UserList.remove?4(item: _T)
2273 stdlib.collections.UserList.sort?4(*, key: Callable[[_T], SupportsRichComparison], reverse: bool = False)
2274 stdlib.collections.UserList?1(initlist: Iterable[_T])
2275 stdlib.collections.UserString.capitalize?4()
2276 stdlib.collections.UserString.casefold?4()
2277 stdlib.collections.UserString.center?4(width: int, *args: Any)
2278 stdlib.collections.UserString.count?4(sub: str | UserString, start: int = 0, end: int = sys.maxsize)
2279 stdlib.collections.UserString.data?7
2280 stdlib.collections.UserString.encode?4(encoding: str | None = None, errors: str | None = None)
2281 stdlib.collections.UserString.endswith?4(suffix: str | tuple[str, ...], start: int | None = 0, end: int | None = sys.maxsize)
2282 stdlib.collections.UserString.expandtabs?4(tabsize: int = 8)
2283 stdlib.collections.UserString.find?4(sub: str | UserString, start: int = 0, end: int = sys.maxsize)
2284 stdlib.collections.UserString.format?4(*args: Any, **kwds: Any)
2285 stdlib.collections.UserString.format_map?4(mapping: Mapping[str, Any])
2286 stdlib.collections.UserString.index?4(sub: str, start: int = 0, end: int = sys.maxsize)
2287 stdlib.collections.UserString.isalnum?4()
2288 stdlib.collections.UserString.isalpha?4()
2289 stdlib.collections.UserString.isascii?4()
2290 stdlib.collections.UserString.isdecimal?4()
2291 stdlib.collections.UserString.isdigit?4()
2292 stdlib.collections.UserString.isidentifier?4()
2293 stdlib.collections.UserString.islower?4()
2294 stdlib.collections.UserString.isnumeric?4()
2295 stdlib.collections.UserString.isprintable?4()
2296 stdlib.collections.UserString.isspace?4()
2297 stdlib.collections.UserString.istitle?4()
2298 stdlib.collections.UserString.isupper?4()
2299 stdlib.collections.UserString.join?4(seq: Iterable[str])
2300 stdlib.collections.UserString.ljust?4(width: int, *args: Any)
2301 stdlib.collections.UserString.lower?4()
2302 stdlib.collections.UserString.lstrip?4(chars: str | None = None)
2303 stdlib.collections.UserString.maketrans?7
2304 stdlib.collections.UserString.partition?4(sep: str)
2305 stdlib.collections.UserString.removeprefix?4(__prefix: str | UserString)
2306 stdlib.collections.UserString.removesuffix?4(__suffix: str | UserString)
2307 stdlib.collections.UserString.replace?4(old: str | UserString, new: str | UserString, maxsplit: int = -1)
2308 stdlib.collections.UserString.rfind?4(sub: str | UserString, start: int = 0, end: int = sys.maxsize)
2309 stdlib.collections.UserString.rindex?4(sub: str | UserString, start: int = 0, end: int = sys.maxsize)
2310 stdlib.collections.UserString.rjust?4(width: int, *args: Any)
2311 stdlib.collections.UserString.rpartition?4(sep: str)
2312 stdlib.collections.UserString.rsplit?4(sep: str | None = None, maxsplit: int = -1)
2313 stdlib.collections.UserString.rstrip?4(chars: str | None = None)
2314 stdlib.collections.UserString.split?4(sep: str | None = None, maxsplit: int = -1)
2315 stdlib.collections.UserString.splitlines?4(keepends: bool = False)
2316 stdlib.collections.UserString.startswith?4(prefix: str | tuple[str, ...], start: int | None = 0, end: int | None = sys.maxsize)
2317 stdlib.collections.UserString.strip?4(chars: str | None = None)
2318 stdlib.collections.UserString.swapcase?4()
2319 stdlib.collections.UserString.title?4()
2320 stdlib.collections.UserString.translate?4(*args: Any)
2321 stdlib.collections.UserString.upper?4()
2322 stdlib.collections.UserString.zfill?4(width: int)
2323 stdlib.collections.UserString?1(seq: object)
2324 stdlib.collections._KT?8
2325 stdlib.collections._KT_co?8
2326 stdlib.collections._S?8
2327 stdlib.collections._T1?8
2328 stdlib.collections._T2?8
2329 stdlib.collections._T?8
2330 stdlib.collections._VT?8
2331 stdlib.collections._VT_co?8
2332 stdlib.collections.defaultdict.copy?4()
2333 stdlib.collections.defaultdict.default_factory?7
2334 stdlib.collections.defaultdict?1(_VT], __default_factory: Callable[[], _VT] | None, __iterable: Iterable[tuple[str, _VT]], **kwargs: _VT, )
2335 stdlib.collections.deque.append?4(__x: _T)
2336 stdlib.collections.deque.appendleft?4(__x: _T)
2337 stdlib.collections.deque.copy?4()
2338 stdlib.collections.deque.count?4(__x: _T)
2339 stdlib.collections.deque.extend?4(__iterable: Iterable[_T])
2340 stdlib.collections.deque.extendleft?4(__iterable: Iterable[_T])
2341 stdlib.collections.deque.index?4(__x: _T, __start: int = 0, __stop: int = ...)
2342 stdlib.collections.deque.insert?4(__i: int, __x: _T)
2343 stdlib.collections.deque.maxlen?4()
2344 stdlib.collections.deque.pop?4()
2345 stdlib.collections.deque.popleft?4()
2346 stdlib.collections.deque.remove?4(__value: _T)
2347 stdlib.collections.deque.rotate?4(__n: int = 1)
2348 stdlib.collections.deque?1(iterable: Iterable[_T], maxlen: int | None = None)
2349 stdlib.collections.namedtuple?4(typename: str, field_names: str | Iterable[str], *, rename: bool = False, module: str | None = None, defaults: Iterable[Any] | None = None, )
2350 stdlib.os.CLD_CONTINUED?7
2351 stdlib.os.CLD_DUMPED?7
2352 stdlib.os.CLD_EXITED?7
2353 stdlib.os.CLD_KILLED?7
2354 stdlib.os.CLD_STOPPED?7
2355 stdlib.os.CLD_TRAPPED?7
2356 stdlib.os.DirEntry.inode?4()
2357 stdlib.os.DirEntry.is_dir?4(*, follow_symlinks: bool = True)
2358 stdlib.os.DirEntry.is_file?4(*, follow_symlinks: bool = True)
2359 stdlib.os.DirEntry.is_junction?4()
2360 stdlib.os.DirEntry.is_symlink?4()
2361 stdlib.os.DirEntry.name?4()
2362 stdlib.os.DirEntry.path?4()
2363 stdlib.os.DirEntry.stat?4(*, follow_symlinks: bool = True)
2364 stdlib.os.F_LOCK?7
2365 stdlib.os.F_OK?7
2366 stdlib.os.F_TEST?7
2367 stdlib.os.F_TLOCK?7
2368 stdlib.os.F_ULOCK?7
2369 stdlib.os.GRND_NONBLOCK?7
2370 stdlib.os.GRND_RANDOM?7
2371 stdlib.os.NGROUPS_MAX?7
2372 stdlib.os.O_ACCMODE?7
2373 stdlib.os.O_APPEND?7
2374 stdlib.os.O_ASYNC?7
2375 stdlib.os.O_BINARY?7
2376 stdlib.os.O_CLOEXEC?7
2377 stdlib.os.O_CREAT?7
2378 stdlib.os.O_DIRECT?7
2379 stdlib.os.O_DIRECTORY?7
2380 stdlib.os.O_DSYNC?7
2381 stdlib.os.O_EXCL?7
2382 stdlib.os.O_EXLOCK?7
2383 stdlib.os.O_LARGEFILE?7
2384 stdlib.os.O_NDELAY?7
2385 stdlib.os.O_NOATIME?7
2386 stdlib.os.O_NOCTTY?7
2387 stdlib.os.O_NOFOLLOW?7
2388 stdlib.os.O_NOINHERIT?7
2389 stdlib.os.O_NONBLOCK?7
2390 stdlib.os.O_PATH?7
2391 stdlib.os.O_RANDOM?7
2392 stdlib.os.O_RDONLY?7
2393 stdlib.os.O_RDWR?7
2394 stdlib.os.O_RSYNC?7
2395 stdlib.os.O_SEQUENTIAL?7
2396 stdlib.os.O_SHLOCK?7
2397 stdlib.os.O_SHORT_LIVED?7
2398 stdlib.os.O_SYNC?7
2399 stdlib.os.O_TEMPORARY?7
2400 stdlib.os.O_TEXT?7
2401 stdlib.os.O_TMPFILE?7
2402 stdlib.os.O_TRUNC?7
2403 stdlib.os.O_WRONLY?7
2404 stdlib.os.POSIX_FADV_DONTNEED?7
2405 stdlib.os.POSIX_FADV_NOREUSE?7
2406 stdlib.os.POSIX_FADV_NORMAL?7
2407 stdlib.os.POSIX_FADV_RANDOM?7
2408 stdlib.os.POSIX_FADV_SEQUENTIAL?7
2409 stdlib.os.POSIX_FADV_WILLNEED?7
2410 stdlib.os.PRIO_DARWIN_BG?7
2411 stdlib.os.PRIO_DARWIN_NONUI?7
2412 stdlib.os.PRIO_DARWIN_PROCESS?7
2413 stdlib.os.PRIO_DARWIN_THREAD?7
2414 stdlib.os.PRIO_PGRP?7
2415 stdlib.os.PRIO_PROCESS?7
2416 stdlib.os.PRIO_USER?7
2417 stdlib.os.P_ALL?7
2418 stdlib.os.P_NOWAIT?7
2419 stdlib.os.P_NOWAITO?7
2420 stdlib.os.P_PGID?7
2421 stdlib.os.P_PID?7
2422 stdlib.os.P_PIDFD?7
2423 stdlib.os.P_WAIT?7
2424 stdlib.os.RTLD_DEEPBIND?7
2425 stdlib.os.RTLD_GLOBAL?7
2426 stdlib.os.RTLD_LAZY?7
2427 stdlib.os.RTLD_LOCAL?7
2428 stdlib.os.RTLD_NODELETE?7
2429 stdlib.os.RTLD_NOLOAD?7
2430 stdlib.os.RTLD_NOW?7
2431 stdlib.os.R_OK?7
2432 stdlib.os.SCHED_BATCH?7
2433 stdlib.os.SCHED_FIFO?7
2434 stdlib.os.SCHED_IDLE?7
2435 stdlib.os.SCHED_OTHER?7
2436 stdlib.os.SCHED_RESET_ON_FORK?7
2437 stdlib.os.SCHED_RR?7
2438 stdlib.os.SCHED_SPORADIC?7
2439 stdlib.os.SEEK_CUR?7
2440 stdlib.os.SEEK_DATA?7
2441 stdlib.os.SEEK_END?7
2442 stdlib.os.SEEK_HOLE?7
2443 stdlib.os.SEEK_SET?7
2444 stdlib.os.SF_MNOWAIT?7
2445 stdlib.os.SF_NOCACHE?7
2446 stdlib.os.SF_NODISKIO?7
2447 stdlib.os.SF_SYNC?7
2448 stdlib.os.ST_APPEND?7
2449 stdlib.os.ST_MANDLOCK?7
2450 stdlib.os.ST_NOATIME?7
2451 stdlib.os.ST_NODEV?7
2452 stdlib.os.ST_NODIRATIME?7
2453 stdlib.os.ST_NOEXEC?7
2454 stdlib.os.ST_NOSUID?7
2455 stdlib.os.ST_RDONLY?7
2456 stdlib.os.ST_RELATIME?7
2457 stdlib.os.ST_SYNCHRONOUS?7
2458 stdlib.os.ST_WRITE?7
2459 stdlib.os.TMP_MAX?7
2460 stdlib.os.WCOREDUMP?4(__status: int)
2461 stdlib.os.WEXITED?7
2462 stdlib.os.WEXITSTATUS?4(status: int)
2463 stdlib.os.WIFCONTINUED?4(status: int)
2464 stdlib.os.WIFEXITED?4(status: int)
2465 stdlib.os.WIFSIGNALED?4(status: int)
2466 stdlib.os.WIFSTOPPED?4(status: int)
2467 stdlib.os.WNOWAIT?7
2468 stdlib.os.WSTOPPED?7
2469 stdlib.os.WSTOPSIG?4(status: int)
2470 stdlib.os.WTERMSIG?4(status: int)
2471 stdlib.os.W_OK?7
2472 stdlib.os.XATTR_CREATE?7
2473 stdlib.os.XATTR_REPLACE?7
2474 stdlib.os.XATTR_SIZE_MAX?7
2475 stdlib.os.X_OK?7
2476 stdlib.os._AddedDllDirectory.close?4()
2477 stdlib.os._AddedDllDirectory.path?7
2478 stdlib.os._AddedDllDirectory?2(path: str | None, cookie: _T, remove_dll_directory: Callable[[_T], object])
2479 stdlib.os._Environ.EX_CANTCREAT?7
2480 stdlib.os._Environ.EX_CONFIG?7
2481 stdlib.os._Environ.EX_DATAERR?7
2482 stdlib.os._Environ.EX_IOERR?7
2483 stdlib.os._Environ.EX_NOHOST?7
2484 stdlib.os._Environ.EX_NOINPUT?7
2485 stdlib.os._Environ.EX_NOPERM?7
2486 stdlib.os._Environ.EX_NOTFOUND?7
2487 stdlib.os._Environ.EX_NOUSER?7
2488 stdlib.os._Environ.EX_OK?7
2489 stdlib.os._Environ.EX_OSERR?7
2490 stdlib.os._Environ.EX_OSFILE?7
2491 stdlib.os._Environ.EX_PROTOCOL?7
2492 stdlib.os._Environ.EX_SOFTWARE?7
2493 stdlib.os._Environ.EX_TEMPFAIL?7
2494 stdlib.os._Environ.EX_UNAVAILABLE?7
2495 stdlib.os._Environ.EX_USAGE?7
2496 stdlib.os._Environ.P_DETACH?7
2497 stdlib.os._Environ.P_OVERLAY?7
2498 stdlib.os._Environ.WCONTINUED?7
2499 stdlib.os._Environ.WNOHANG?7
2500 stdlib.os._Environ.WUNTRACED?7
2501 stdlib.os._Environ.confstr_names?7
2502 stdlib.os._Environ.copy?4()
2503 stdlib.os._Environ.decodekey?7
2504 stdlib.os._Environ.decodevalue?7
2505 stdlib.os._Environ.encodekey?7
2506 stdlib.os._Environ.encodevalue?7
2507 stdlib.os._Environ.environb?7
2508 stdlib.os._Environ.pathconf_names?7
2509 stdlib.os._Environ.setdefault?4(key: AnyStr, value: AnyStr)
2510 stdlib.os._Environ.sysconf_names?7
2511 stdlib.os._Environ?2(data: MutableMapping[AnyStr, AnyStr], encodekey: _EnvironCodeFunc[AnyStr], decodekey: _EnvironCodeFunc[AnyStr], encodevalue: _EnvironCodeFunc[AnyStr], decodevalue: _EnvironCodeFunc[AnyStr], putenv: Callable[[AnyStr, AnyStr], object], unsetenv: Callable[[AnyStr, AnyStr], object], )
2512 stdlib.os._EnvironCodeFunc?8
2513 stdlib.os._ExecEnv?8
2514 stdlib.os._ExecVArgs?8
2515 stdlib.os._OnError?8
2516 stdlib.os._Opener?8
2517 stdlib.os._ScandirIterator.close?4()
2518 stdlib.os._T1?8
2519 stdlib.os._T2?8
2520 stdlib.os._T?8
2521 stdlib.os._exit?5(status: int)
2522 stdlib.os._wrap_close.close?4()
2523 stdlib.os._wrap_close?2(stream: _TextIOWrapper, proc: Popen[str])
2524 stdlib.os.abort?4()
2525 stdlib.os.access?4(path: FileDescriptorOrPath, mode: int, *, dir_fd: int | None = None, effective_ids: bool = False, follow_symlinks: bool = True)
2526 stdlib.os.add_dll_directory?4(path: str)
2527 stdlib.os.altsep?7
2528 stdlib.os.chdir?4(path: FileDescriptorOrPath)
2529 stdlib.os.chflags?4(path: StrOrBytesPath, flags: int, follow_symlinks: bool = True)
2530 stdlib.os.chmod?4(path: FileDescriptorOrPath, mode: int, *, dir_fd: int | None = None, follow_symlinks: bool = True)
2531 stdlib.os.chown?4(path: FileDescriptorOrPath, uid: int, gid: int, *, dir_fd: int | None = None, follow_symlinks: bool = True)
2532 stdlib.os.chroot?4(path: StrOrBytesPath)
2533 stdlib.os.close?4(fd: int)
2534 stdlib.os.closerange?4(__fd_low: int, __fd_high: int)
2535 stdlib.os.confstr?4(__name: str | int)
2536 stdlib.os.copy_file_range?4(src: int, dst: int, count: int, offset_src: int | None = ..., offset_dst: int | None = ...)
2537 stdlib.os.cpu_count?4()
2538 stdlib.os.ctermid?4()
2539 stdlib.os.curdir?7
2540 stdlib.os.defpath?7
2541 stdlib.os.device_encoding?4(fd: int)
2542 stdlib.os.devnull?7
2543 stdlib.os.dup2?4(fd: int, fd2: int, inheritable: bool = True)
2544 stdlib.os.dup?4(__fd: int)
2545 stdlib.os.environ?7
2546 stdlib.os.error?7
2547 stdlib.os.eventfd?4(initval: int, flags: int = 524288)
2548 stdlib.os.eventfd_read?4(fd: FileDescriptor)
2549 stdlib.os.eventfd_write?4(fd: FileDescriptor, value: int)
2550 stdlib.os.execl?4(file: StrOrBytesPath, __arg0: StrOrBytesPath, *args: StrOrBytesPath)
2551 stdlib.os.execle?4(file: StrOrBytesPath, *args: Unpack[tuple[StrOrBytesPath, Unpack[tuple[StrOrBytesPath, ...]], _ExecEnv]])
2552 stdlib.os.execlp?4(file: StrOrBytesPath, __arg0: StrOrBytesPath, *args: StrOrBytesPath)
2553 stdlib.os.execlpe?4(file: StrOrBytesPath, *args: Unpack[tuple[StrOrBytesPath, Unpack[tuple[StrOrBytesPath, ...]], _ExecEnv]])
2554 stdlib.os.execv?4(__path: StrOrBytesPath, __argv: _ExecVArgs)
2555 stdlib.os.execve?4(path: FileDescriptorOrPath, argv: _ExecVArgs, env: _ExecEnv)
2556 stdlib.os.execvp?4(file: StrOrBytesPath, args: _ExecVArgs)
2557 stdlib.os.execvpe?4(file: StrOrBytesPath, args: _ExecVArgs, env: _ExecEnv)
2558 stdlib.os.extsep?7
2559 stdlib.os.fchdir?4(fd: FileDescriptorLike)
2560 stdlib.os.fchmod?4(fd: int, mode: int)
2561 stdlib.os.fchown?4(fd: int, uid: int, gid: int)
2562 stdlib.os.fdatasync?4(fd: FileDescriptorLike)
2563 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryMode, buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = ..., opener: _Opener | None = ..., )
2564 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryMode, buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = ..., opener: _Opener | None = ..., )
2565 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryModeReading, buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = ..., opener: _Opener | None = ..., )
2566 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryModeUpdating, buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = ..., opener: _Opener | None = ..., )
2567 stdlib.os.fdopen?4(fd: int, mode: OpenBinaryModeWriting, buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = ..., opener: _Opener | None = ..., )
2568 stdlib.os.fdopen?4(fd: int, mode: OpenTextMode = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: _Opener | None = ..., )
2569 stdlib.os.fdopen?4(fd: int, mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = ..., newline: str | None = ..., closefd: bool = ..., opener: _Opener | None = ..., )
2570 stdlib.os.fork?4()
2571 stdlib.os.forkpty?4()
2572 stdlib.os.fpathconf?4(__fd: int, __name: str | int)
2573 stdlib.os.fsdecode?4(filename: StrOrBytesPath)
2574 stdlib.os.fsencode?4(filename: StrOrBytesPath)
2575 stdlib.os.fspath?4(path: PathLike[AnyStr])
2576 stdlib.os.fspath?4(path: bytes)
2577 stdlib.os.fspath?4(path: str)
2578 stdlib.os.fstat?4(fd: int)
2579 stdlib.os.fstatvfs?4(__fd: int)
2580 stdlib.os.fsync?4(fd: FileDescriptorLike)
2581 stdlib.os.ftruncate?4(__fd: int, __length: int)
2582 stdlib.os.fwalk?4(top: BytesPath, topdown: bool = True, onerror: _OnError | None = None, *, follow_symlinks: bool = False, dir_fd: int | None = None, )
2583 stdlib.os.fwalk?4(top: StrPath = ".", topdown: bool = True, onerror: _OnError | None = None, *, follow_symlinks: bool = False, dir_fd: int | None = None, )
2584 stdlib.os.get_blocking?4(__fd: int)
2585 stdlib.os.get_exec_path?4(env: Mapping[str, str] | None = None)
2586 stdlib.os.get_handle_inheritable?4(__handle: int)
2587 stdlib.os.get_inheritable?4(__fd: int)
2588 stdlib.os.get_terminal_size?4(__fd: int = ...)
2589 stdlib.os.getcwd?4()
2590 stdlib.os.getcwdb?4()
2591 stdlib.os.getegid?4()
2592 stdlib.os.getenv?4(key: str)
2593 stdlib.os.getenv?4(key: str, default: _T)
2594 stdlib.os.getenvb?4(key: bytes)
2595 stdlib.os.getenvb?4(key: bytes, default: _T)
2596 stdlib.os.geteuid?4()
2597 stdlib.os.getgid?4()
2598 stdlib.os.getgrouplist?4(__user: str, __group: int)
2599 stdlib.os.getgroups?4()
2600 stdlib.os.getloadavg?4()
2601 stdlib.os.getlogin?4()
2602 stdlib.os.getpgid?4(pid: int)
2603 stdlib.os.getpgrp?4()
2604 stdlib.os.getpid?4()
2605 stdlib.os.getppid?4()
2606 stdlib.os.getpriority?4(which: int, who: int)
2607 stdlib.os.getrandom?4(size: int, flags: int = 0)
2608 stdlib.os.getresgid?4()
2609 stdlib.os.getresuid?4()
2610 stdlib.os.getsid?4(__pid: int)
2611 stdlib.os.getuid?4()
2612 stdlib.os.getxattr?4(path: FileDescriptorOrPath, attribute: StrOrBytesPath, *, follow_symlinks: bool = True)
2613 stdlib.os.initgroups?4(__username: str, __gid: int)
2614 stdlib.os.isatty?4(__fd: int)
2615 stdlib.os.kill?4(__pid: int, __signal: int)
2616 stdlib.os.killpg?4(__pgid: int, __signal: int)
2617 stdlib.os.lchflags?4(path: StrOrBytesPath, flags: int)
2618 stdlib.os.lchmod?4(path: StrOrBytesPath, mode: int)
2619 stdlib.os.lchown?4(path: StrOrBytesPath, uid: int, gid: int)
2620 stdlib.os.linesep?7
2621 stdlib.os.link?4(src: StrOrBytesPath, dst: StrOrBytesPath, *, src_dir_fd: int | None = None, dst_dir_fd: int | None = None, follow_symlinks: bool = True, )
2622 stdlib.os.listdir?4(path: BytesPath)
2623 stdlib.os.listdir?4(path: StrPath | None = None)
2624 stdlib.os.listdir?4(path: int)
2625 stdlib.os.listdrives?4()
2626 stdlib.os.listmounts?4(volume: str)
2627 stdlib.os.listvolumes?4()
2628 stdlib.os.listxattr?4(path: FileDescriptorOrPath | None = None, *, follow_symlinks: bool = True)
2629 stdlib.os.lockf?4(__fd: int, __command: int, __length: int)
2630 stdlib.os.login_tty?4(__fd: int)
2631 stdlib.os.lseek?4(__fd: int, __position: int, __how: int)
2632 stdlib.os.lseek?4(__fd: int, __position: int, __whence: int)
2633 stdlib.os.lstat?4(path: StrOrBytesPath, *, dir_fd: int | None = None)
2634 stdlib.os.major?4(__device: int)
2635 stdlib.os.makedev?4(__major: int, __minor: int)
2636 stdlib.os.makedirs?4(name: StrOrBytesPath, mode: int = 0o777, exist_ok: bool = False)
2637 stdlib.os.memfd_create?4(name: str, flags: int = ...)
2638 stdlib.os.minor?4(__device: int)
2639 stdlib.os.mkdir?4(path: StrOrBytesPath, mode: int = 0o777, *, dir_fd: int | None = None)
2640 stdlib.os.mkfifo?4(path: StrOrBytesPath, mode: int = 0o666, *, dir_fd: int | None = None)
2641 stdlib.os.mknod?4(path: StrOrBytesPath, mode: int = 0o600, device: int = 0, *, dir_fd: int | None = None)
2642 stdlib.os.name?7
2643 stdlib.os.nice?4(__increment: int)
2644 stdlib.os.open?4(path: StrOrBytesPath, flags: int, mode: int = 0o777, *, dir_fd: int | None = None)
2645 stdlib.os.openpty?4()
2646 stdlib.os.pardir?7
2647 stdlib.os.path?7
2648 stdlib.os.pathconf?4(path: FileDescriptorOrPath, name: str | int)
2649 stdlib.os.pathsep?7
2650 stdlib.os.pidfd_open?4(pid: int, flags: int = ...)
2651 stdlib.os.pipe2?4(__flags: int)
2652 stdlib.os.pipe?4()
2653 stdlib.os.plock?4(__op: int)
2654 stdlib.os.popen?4(cmd: str, mode: str = "r", buffering: int = -1)
2655 stdlib.os.posix_fadvise?4(__fd: int, __offset: int, __length: int, __advice: int)
2656 stdlib.os.posix_fallocate?4(__fd: int, __offset: int, __length: int)
2657 stdlib.os.posix_spawn?4(__path: StrOrBytesPath, __argv: _ExecVArgs, __env: _ExecEnv, *, file_actions: Sequence[tuple[Any, ...]] | None = ..., setpgroup: int | None = ..., resetids: bool = ..., setsid: bool = ..., setsigmask: Iterable[int] = ..., setsigdef: Iterable[int] = ..., scheduler: tuple[Any, sched_param] | None = ..., )
2658 stdlib.os.posix_spawnp?4(__path: StrOrBytesPath, __argv: _ExecVArgs, __env: _ExecEnv, *, file_actions: Sequence[tuple[Any, ...]] | None = ..., setpgroup: int | None = ..., resetids: bool = ..., setsid: bool = ..., setsigmask: Iterable[int] = ..., setsigdef: Iterable[int] = ..., scheduler: tuple[Any, sched_param] | None = ..., )
2659 stdlib.os.pread?4(__fd: int, __length: int, __offset: int)
2660 stdlib.os.preadv?4(__fd: int, __buffers: SupportsLenAndGetItem[WriteableBuffer], __offset: int, __flags: int = 0)
2661 stdlib.os.putenv?4(__name: StrOrBytesPath, __value: StrOrBytesPath)
2662 stdlib.os.putenv?4(__name: str, __value: str)
2663 stdlib.os.pwrite?4(__fd: int, __buffer: ReadableBuffer, __offset: int)
2664 stdlib.os.pwritev?4(__fd: int, __buffers: SupportsLenAndGetItem[ReadableBuffer], __offset: int, __flags: int = 0)
2665 stdlib.os.read?4(__fd: int, __length: int)
2666 stdlib.os.readlink?4(path: GenericPath[AnyStr], *, dir_fd: int | None = None)
2667 stdlib.os.readv?4(__fd: int, __buffers: SupportsLenAndGetItem[WriteableBuffer])
2668 stdlib.os.register_at_fork?4(*, before: Callable[..., Any] | None = ..., after_in_parent: Callable[..., Any] | None = ..., after_in_child: Callable[..., Any] | None = ..., )
2669 stdlib.os.remove?4(path: StrOrBytesPath, *, dir_fd: int | None = None)
2670 stdlib.os.removedirs?4(name: StrOrBytesPath)
2671 stdlib.os.removexattr?4(path: FileDescriptorOrPath, attribute: StrOrBytesPath, *, follow_symlinks: bool = True)
2672 stdlib.os.rename?4(src: StrOrBytesPath, dst: StrOrBytesPath, *, src_dir_fd: int | None = None, dst_dir_fd: int | None = None)
2673 stdlib.os.renames?4(old: StrOrBytesPath, new: StrOrBytesPath)
2674 stdlib.os.replace?4(src: StrOrBytesPath, dst: StrOrBytesPath, *, src_dir_fd: int | None = None, dst_dir_fd: int | None = None)
2675 stdlib.os.rmdir?4(path: StrOrBytesPath, *, dir_fd: int | None = None)
2676 stdlib.os.scandir?4(path: GenericPath[AnyStr])
2677 stdlib.os.scandir?4(path: None = None)
2678 stdlib.os.scandir?4(path: int)
2679 stdlib.os.sched_get_priority_max?4(policy: int)
2680 stdlib.os.sched_get_priority_min?4(policy: int)
2681 stdlib.os.sched_getaffinity?4(__pid: int)
2682 stdlib.os.sched_getparam?4(__pid: int)
2683 stdlib.os.sched_getscheduler?4(__pid: int)
2684 stdlib.os.sched_priority?4(self)
2685 stdlib.os.sched_rr_get_interval?4(__pid: int)
2686 stdlib.os.sched_setaffinity?4(__pid: int, __mask: Iterable[int])
2687 stdlib.os.sched_setparam?4(__pid: int, __param: sched_param)
2688 stdlib.os.sched_setscheduler?4(__pid: int, __policy: int, __param: sched_param)
2689 stdlib.os.sched_yield?4()
2690 stdlib.os.sendfile?4(out_fd: FileDescriptor, in_fd: FileDescriptor, offset: int | None, count: int)
2691 stdlib.os.sendfile?4(out_fd: FileDescriptor, in_fd: FileDescriptor, offset: int, count: int, headers: Sequence[ReadableBuffer] = ..., trailers: Sequence[ReadableBuffer] = ..., flags: int = 0, )
2692 stdlib.os.sep?7
2693 stdlib.os.set_blocking?4(__fd: int, __blocking: bool)
2694 stdlib.os.set_handle_inheritable?4(__handle: int, __inheritable: bool)
2695 stdlib.os.set_inheritable?4(__fd: int, __inheritable: bool)
2696 stdlib.os.setegid?4(__egid: int)
2697 stdlib.os.seteuid?4(__euid: int)
2698 stdlib.os.setgid?4(__gid: int)
2699 stdlib.os.setgroups?4(__groups: Sequence[int])
2700 stdlib.os.setns?4(fd: FileDescriptorLike, nstype: int = 0)
2701 stdlib.os.setpgid?4(__pid: int, __pgrp: int)
2702 stdlib.os.setpgrp?4()
2703 stdlib.os.setpriority?4(which: int, who: int, priority: int)
2704 stdlib.os.setregid?4(__rgid: int, __egid: int)
2705 stdlib.os.setresgid?4(__rgid: int, __egid: int, __sgid: int)
2706 stdlib.os.setresuid?4(__ruid: int, __euid: int, __suid: int)
2707 stdlib.os.setreuid?4(__ruid: int, __euid: int)
2708 stdlib.os.setsid?4()
2709 stdlib.os.setuid?4(__uid: int)
2710 stdlib.os.setxattr?4(path: FileDescriptorOrPath, attribute: StrOrBytesPath, value: ReadableBuffer, flags: int = 0, *, follow_symlinks: bool = True, )
2711 stdlib.os.spawnl?4(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args: StrOrBytesPath)
2712 stdlib.os.spawnle?4(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args: Any)
2713 stdlib.os.spawnlp?4(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args: StrOrBytesPath)
2714 stdlib.os.spawnlpe?4(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args: Any)
2715 stdlib.os.spawnv?4(__mode: int, __path: StrOrBytesPath, __argv: _ExecVArgs)
2716 stdlib.os.spawnv?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs)
2717 stdlib.os.spawnve?4(__mode: int, __path: StrOrBytesPath, __argv: _ExecVArgs, __env: _ExecEnv)
2718 stdlib.os.spawnve?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs, env: _ExecEnv)
2719 stdlib.os.spawnvp?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs)
2720 stdlib.os.spawnvpe?4(mode: int, file: StrOrBytesPath, args: _ExecVArgs, env: _ExecEnv)
2721 stdlib.os.splice?4(src: FileDescriptor, dst: FileDescriptor, count: int, offset_src: int | None = ..., offset_dst: int | None = ..., flags: int = 0, )
2722 stdlib.os.startfile?4(filepath: StrOrBytesPath, operation: str = ...)
2723 stdlib.os.startfile?4(filepath: StrOrBytesPath, operation: str = ..., arguments: str = "", cwd: StrOrBytesPath | None = None, show_cmd: int = 1, )
2724 stdlib.os.stat?4(path: FileDescriptorOrPath, *, dir_fd: int | None = None, follow_symlinks: bool = True)
2725 stdlib.os.stat_result.st_atime?4()
2726 stdlib.os.stat_result.st_atime_ns?4()
2727 stdlib.os.stat_result.st_birthtime?4()
2728 stdlib.os.stat_result.st_birthtime_ns?4()
2729 stdlib.os.stat_result.st_blksize?4()
2730 stdlib.os.stat_result.st_blocks?4()
2731 stdlib.os.stat_result.st_ctime?4()
2732 stdlib.os.stat_result.st_ctime_ns?4()
2733 stdlib.os.stat_result.st_dev?4()
2734 stdlib.os.stat_result.st_file_attributes?4()
2735 stdlib.os.stat_result.st_flags?4()
2736 stdlib.os.stat_result.st_gen?4()
2737 stdlib.os.stat_result.st_gid?4()
2738 stdlib.os.stat_result.st_ino?4()
2739 stdlib.os.stat_result.st_mode?4()
2740 stdlib.os.stat_result.st_mtime?4()
2741 stdlib.os.stat_result.st_mtime_ns?4()
2742 stdlib.os.stat_result.st_nlink?4()
2743 stdlib.os.stat_result.st_rdev?4()
2744 stdlib.os.stat_result.st_reparse_tag?4()
2745 stdlib.os.stat_result.st_size?4()
2746 stdlib.os.stat_result.st_uid?4()
2747 stdlib.os.statvfs?4(path: FileDescriptorOrPath)
2748 stdlib.os.statvfs_result.f_bavail?4()
2749 stdlib.os.statvfs_result.f_bfree?4()
2750 stdlib.os.statvfs_result.f_blocks?4()
2751 stdlib.os.statvfs_result.f_bsize?4()
2752 stdlib.os.statvfs_result.f_favail?4()
2753 stdlib.os.statvfs_result.f_ffree?4()
2754 stdlib.os.statvfs_result.f_files?4()
2755 stdlib.os.statvfs_result.f_flag?4()
2756 stdlib.os.statvfs_result.f_frsize?4()
2757 stdlib.os.statvfs_result.f_fsid?4()
2758 stdlib.os.statvfs_result.f_namemax?4()
2759 stdlib.os.strerror?4(__code: int)
2760 stdlib.os.supports_bytes_environ?7
2761 stdlib.os.supports_dir_fd?7
2762 stdlib.os.supports_effective_ids?7
2763 stdlib.os.supports_fd?7
2764 stdlib.os.supports_follow_symlinks?7
2765 stdlib.os.symlink?4(src: StrOrBytesPath, dst: StrOrBytesPath, target_is_directory: bool = False, *, dir_fd: int | None = None)
2766 stdlib.os.sync?4()
2767 stdlib.os.sysconf?4(__name: str | int)
2768 stdlib.os.system?4(command: StrOrBytesPath)
2769 stdlib.os.tcgetpgrp?4(__fd: int)
2770 stdlib.os.tcsetpgrp?4(__fd: int, __pgid: int)
2771 stdlib.os.terminal_size.columns?4()
2772 stdlib.os.terminal_size.lines?4()
2773 stdlib.os.times?4()
2774 stdlib.os.times_result.children_system?4()
2775 stdlib.os.times_result.children_user?4()
2776 stdlib.os.times_result.elapsed?4()
2777 stdlib.os.times_result.system?4()
2778 stdlib.os.times_result.user?4()
2779 stdlib.os.truncate?4(path: FileDescriptorOrPath, length: int)
2780 stdlib.os.ttyname?4(__fd: int)
2781 stdlib.os.umask?4(__mask: int)
2782 stdlib.os.uname?4()
2783 stdlib.os.uname_result.machine?4()
2784 stdlib.os.uname_result.nodename?4()
2785 stdlib.os.uname_result.release?4()
2786 stdlib.os.uname_result.sysname?4()
2787 stdlib.os.uname_result.version?4()
2788 stdlib.os.unlink?4(path: StrOrBytesPath, *, dir_fd: int | None = None)
2789 stdlib.os.unsetenv?4(__name: StrOrBytesPath)
2790 stdlib.os.unsetenv?4(__name: str)
2791 stdlib.os.unshare?4(flags: int)
2792 stdlib.os.urandom?4(__size: int)
2793 stdlib.os.utime?4(path: FileDescriptorOrPath, times: tuple[int, int] | tuple[float, float] | None = None, *, ns: tuple[int, int] = ..., dir_fd: int | None = None, follow_symlinks: bool = True, )
2794 stdlib.os.wait3?4(options: int)
2795 stdlib.os.wait4?4(pid: int, options: int)
2796 stdlib.os.wait?4()
2797 stdlib.os.waitid?4(__idtype: int, __ident: int, __options: int)
2798 stdlib.os.waitid_result.si_code?4()
2799 stdlib.os.waitid_result.si_pid?4()
2800 stdlib.os.waitid_result.si_signo?4()
2801 stdlib.os.waitid_result.si_status?4()
2802 stdlib.os.waitid_result.si_uid?4()
2803 stdlib.os.waitpid?4(__pid: int, __options: int)
2804 stdlib.os.waitstatus_to_exitcode?4(status: int)
2805 stdlib.os.walk?4(top: GenericPath[AnyStr], topdown: bool = True, onerror: _OnError | None = None, followlinks: bool = False)
2806 stdlib.os.write?4(__fd: int, __data: ReadableBuffer)
2807 stdlib.os.writev?4(__fd: int, __buffers: SupportsLenAndGetItem[ReadableBuffer])
2808 stdlib.sys.UnraisableHookArgs.err_msg?7
2809 stdlib.sys.UnraisableHookArgs.exc_traceback?7
2810 stdlib.sys.UnraisableHookArgs.exc_type?7
2811 stdlib.sys.UnraisableHookArgs.exc_value?7
2812 stdlib.sys.UnraisableHookArgs.object?7
2813 stdlib.sys.UnraisableHookArgs.unraisablehook?7
2814 stdlib.sys._AsyncgenHook?8
2815 stdlib.sys._ExitCode?8
2816 stdlib.sys._MetaPathFinder._FlagTuple?8
2817 stdlib.sys._MetaPathFinder.abiflags?7
2818 stdlib.sys._MetaPathFinder.dllhandle?7
2819 stdlib.sys._MetaPathFinder.find_spec?4(__fullname: str, __path: Sequence[str] | None, __target: ModuleType | None = ...)
2820 stdlib.sys._MetaPathFinder.orig_argv?7
2821 stdlib.sys._MetaPathFinder.platlibdir?7
2822 stdlib.sys._MetaPathFinder.pycache_prefix?7
2823 stdlib.sys._MetaPathFinder.stdlib_module_names?7
2824 stdlib.sys._MetaPathFinder.winver?7
2825 stdlib.sys._OptExcInfo?8
2826 stdlib.sys._ReleaseLevel?8
2827 stdlib.sys._T?8
2828 stdlib.sys._ThreadInfoLock?8
2829 stdlib.sys._ThreadInfoName?8
2830 stdlib.sys._UninstantiableStructseq?8
2831 stdlib.sys._WinVersion.build?4()
2832 stdlib.sys._WinVersion.major?4()
2833 stdlib.sys._WinVersion.minor?4()
2834 stdlib.sys._WinVersion.platform?4()
2835 stdlib.sys._WinVersion.platform_version?4()
2836 stdlib.sys._WinVersion.product_type?4()
2837 stdlib.sys._WinVersion.service_pack?4()
2838 stdlib.sys._WinVersion.service_pack_major?4()
2839 stdlib.sys._WinVersion.service_pack_minor?4()
2840 stdlib.sys._WinVersion.suite_mask?4()
2841 stdlib.sys._asyncgen_hooks.finalizer?4()
2842 stdlib.sys._asyncgen_hooks.firstiter?4()
2843 stdlib.sys._clear_type_cache?5()
2844 stdlib.sys._current_frames?5()
2845 stdlib.sys._debugmallocstats?5()
2846 stdlib.sys._enablelegacywindowsfsencoding?5()
2847 stdlib.sys._flags.bytes_warning?4()
2848 stdlib.sys._flags.debug?4()
2849 stdlib.sys._flags.dev_mode?4()
2850 stdlib.sys._flags.dont_write_bytecode?4()
2851 stdlib.sys._flags.hash_randomization?4()
2852 stdlib.sys._flags.ignore_environment?4()
2853 stdlib.sys._flags.inspect?4()
2854 stdlib.sys._flags.interactive?4()
2855 stdlib.sys._flags.isolated?4()
2856 stdlib.sys._flags.no_site?4()
2857 stdlib.sys._flags.no_user_site?4()
2858 stdlib.sys._flags.optimize?4()
2859 stdlib.sys._flags.quiet?4()
2860 stdlib.sys._flags.safe_path?4()
2861 stdlib.sys._flags.utf8_mode?4()
2862 stdlib.sys._flags.verbose?4()
2863 stdlib.sys._flags.warn_default_encoding?4()
2864 stdlib.sys._float_info.dig?4()
2865 stdlib.sys._float_info.epsilon?4()
2866 stdlib.sys._float_info.mant_dig?4()
2867 stdlib.sys._float_info.max?4()
2868 stdlib.sys._float_info.max_10_exp?4()
2869 stdlib.sys._float_info.max_exp?4()
2870 stdlib.sys._float_info.min?4()
2871 stdlib.sys._float_info.min_10_exp?4()
2872 stdlib.sys._float_info.min_exp?4()
2873 stdlib.sys._float_info.radix?4()
2874 stdlib.sys._float_info.rounds?4()
2875 stdlib.sys._getframe?5(__depth: int = 0)
2876 stdlib.sys._hash_info.algorithm?4()
2877 stdlib.sys._hash_info.cutoff?4()
2878 stdlib.sys._hash_info.hash_bits?4()
2879 stdlib.sys._hash_info.imag?4()
2880 stdlib.sys._hash_info.inf?4()
2881 stdlib.sys._hash_info.modulus?4()
2882 stdlib.sys._hash_info.nan?4()
2883 stdlib.sys._hash_info.seed_bits?4()
2884 stdlib.sys._hash_info.width?4()
2885 stdlib.sys._implementation.cache_tag?7
2886 stdlib.sys._implementation.hexversion?7
2887 stdlib.sys._implementation.name?7
2888 stdlib.sys._implementation.version?7
2889 stdlib.sys._int_info.bits_per_digit?4()
2890 stdlib.sys._int_info.default_max_str_digits?4()
2891 stdlib.sys._int_info.sizeof_digit?4()
2892 stdlib.sys._int_info.str_digits_check_threshold?4()
2893 stdlib.sys._thread_info.lock?4()
2894 stdlib.sys._thread_info.name?4()
2895 stdlib.sys._thread_info.version?4()
2896 stdlib.sys._version_info.major?4()
2897 stdlib.sys._version_info.micro?4()
2898 stdlib.sys._version_info.minor?4()
2899 stdlib.sys._version_info.releaselevel?4()
2900 stdlib.sys._version_info.serial?4()
2901 stdlib.sys._xoptions?8
2902 stdlib.sys.activate_stack_trampoline?4(__backend: str)
2903 stdlib.sys.addaudithook?4(hook: Callable[[str, tuple[Any, ...]], Any])
2904 stdlib.sys.argv?7
2905 stdlib.sys.audit?4(__event: str, *args: Any)
2906 stdlib.sys.breakpointhook?4(*args: Any, **kwargs: Any)
2907 stdlib.sys.byteorder?7
2908 stdlib.sys.call_tracing?4(__func: Callable[..., _T], __args: Any)
2909 stdlib.sys.callstats?4()
2910 stdlib.sys.deactivate_stack_trampoline?4()
2911 stdlib.sys.exc_info?4()
2912 stdlib.sys.exception?4()
2913 stdlib.sys.exit?4(__status: _ExitCode = None)
2914 stdlib.sys.get_asyncgen_hooks?4()
2915 stdlib.sys.get_coroutine_origin_tracking_depth?4()
2916 stdlib.sys.get_coroutine_wrapper?4()
2917 stdlib.sys.get_int_max_str_digits?4()
2918 stdlib.sys.getallocatedblocks?4()
2919 stdlib.sys.getcheckinterval?4()
2920 stdlib.sys.getdefaultencoding?4()
2921 stdlib.sys.getdlopenflags?4()
2922 stdlib.sys.getfilesystemencodeerrors?4()
2923 stdlib.sys.getfilesystemencoding?4()
2924 stdlib.sys.getprofile?4()
2925 stdlib.sys.getrecursionlimit?4()
2926 stdlib.sys.getrefcount?4(__object: Any)
2927 stdlib.sys.getsizeof?4(obj: object, default: int = ...)
2928 stdlib.sys.getswitchinterval?4()
2929 stdlib.sys.gettotalrefcount?4()
2930 stdlib.sys.gettrace?4()
2931 stdlib.sys.getunicodeinternedsize?4()
2932 stdlib.sys.getwindowsversion?4()
2933 stdlib.sys.implementation?7
2934 stdlib.sys.intern?4(__string: str)
2935 stdlib.sys.is_finalizing?4()
2936 stdlib.sys.is_stack_trampoline_active?4()
2937 stdlib.sys.maxsize?7
2938 stdlib.sys.modules?7
2939 stdlib.sys.path?7
2940 stdlib.sys.platform?7
2941 stdlib.sys.ps1?7
2942 stdlib.sys.ps2?7
2943 stdlib.sys.set_asyncgen_hooks?4(firstiter: _AsyncgenHook = ..., finalizer: _AsyncgenHook = ...)
2944 stdlib.sys.set_coroutine_origin_tracking_depth?4(depth: int)
2945 stdlib.sys.set_coroutine_wrapper?4(__wrapper: _CoroWrapper)
2946 stdlib.sys.set_int_max_str_digits?4(maxdigits: int)
2947 stdlib.sys.setcheckinterval?4(__n: int)
2948 stdlib.sys.setdlopenflags?4(__flags: int)
2949 stdlib.sys.setprofile?4(profilefunc: ProfileFunction | None)
2950 stdlib.sys.setrecursionlimit?4(__limit: int)
2951 stdlib.sys.setswitchinterval?4(__interval: float)
2952 stdlib.sys.settrace?4(tracefunc: TraceFunction | None)
2953 stdlib.sys.stderr?7
2954 stdlib.sys.stdin?7
2955 stdlib.sys.stdout?7
2956 stdlib.sys.tracebacklimit?7
2957 stdlib.sys.version?7
2958 stdlib.sys.version_info?7
2959 types.AsyncGeneratorType.aclose?4()
2960 types.AsyncGeneratorType.ag_await?4()
2961 types.AsyncGeneratorType.ag_suspended?4()
2962 types.AsyncGeneratorType.asend?4(__val: _SendT_contra)
2963 types.AsyncGeneratorType.athrow?4(__typ: BaseException, __val: None = None, __tb: TracebackType | None = ...)
2964 types.BuiltinMethodType?7
2965 types.CodeType.co_argcount?4()
2966 types.CodeType.co_cellvars?4()
2967 types.CodeType.co_code?4()
2968 types.CodeType.co_consts?4()
2969 types.CodeType.co_exceptiontable?4()
2970 types.CodeType.co_filename?4()
2971 types.CodeType.co_firstlineno?4()
2972 types.CodeType.co_flags?4()
2973 types.CodeType.co_freevars?4()
2974 types.CodeType.co_kwonlyargcount?4()
2975 types.CodeType.co_lines?4()
2976 types.CodeType.co_linetable?4()
2977 types.CodeType.co_lnotab?4()
2978 types.CodeType.co_name?4()
2979 types.CodeType.co_names?4()
2980 types.CodeType.co_nlocals?4()
2981 types.CodeType.co_positions?4()
2982 types.CodeType.co_posonlyargcount?4()
2983 types.CodeType.co_qualname?4()
2984 types.CodeType.co_stacksize?4()
2985 types.CodeType.co_varnames?4()
2986 types.CodeType.replace?4(*, co_argcount: int = -1, co_posonlyargcount: int = -1, co_kwonlyargcount: int = -1, co_nlocals: int = -1, co_stacksize: int = -1, co_flags: int = -1, co_firstlineno: int = -1, co_code: bytes = ..., co_consts: tuple[object, ...] = ..., co_names: tuple[str, ...] = ..., co_varnames: tuple[str, ...] = ..., co_freevars: tuple[str, ...] = ..., co_cellvars: tuple[str, ...] = ..., co_filename: str = ..., co_name: str = ..., co_lnotab: bytes = ..., )
2987 types.CoroutineType.close?4()
2988 types.CoroutineType.cr_origin?4()
2989 types.CoroutineType.cr_suspended?4()
2990 types.CoroutineType.send?4(__arg: _SendT_contra)
2991 types.CoroutineType.throw?4(__typ: BaseException, __val: None = None, __tb: TracebackType | None = ...)
2992 types.DynamicClassAttribute?7
2993 types.FrameType.clear?4()
2994 types.FrameType.f_back?4()
2995 types.FrameType.f_builtins?4()
2996 types.FrameType.f_code?4()
2997 types.FrameType.f_globals?4()
2998 types.FrameType.f_lasti?4()
2999 types.FrameType.f_lineno?4()
3000 types.FrameType.f_locals?4()
3001 types.FrameType.f_trace?7
3002 types.FrameType.f_trace_lines?7
3003 types.FrameType.f_trace_opcodes?7
3004 types.GeneratorType.gi_suspended?4()
3005 types.GeneratorType.gi_yieldfrom?4()
3006 types.GeneratorType.send?4(__arg: _SendT_contra)
3007 types.GeneratorType.throw?4(__typ: BaseException, __val: None = None, __tb: TracebackType | None = ...)
3008 types.LambdaType?7
3009 types.MappingProxyType.copy?4()
3010 types.MappingProxyType.items?4()
3011 types.MappingProxyType.keys?4()
3012 types.MappingProxyType.values?4()
3013 types.ModuleType?1(name: str, doc: str | None = ...)
3014 types.SimpleNamespace?1(**kwargs: Any)
3015 types.TracebackType.tb_frame?4()
3016 types.TracebackType.tb_lasti?4()
3017 types.TracebackType.tb_lineno?4()
3018 types.TracebackType.tb_next?7
3019 types._Cell.cell_contents?7
3020 types._Fn?8
3021 types._KT?8
3022 types._LoaderProtocol.load_module?4(__fullname: str)
3023 types._P?8
3024 types._R?8
3025 types._ReturnT_co?8
3026 types._SendT_contra?8
3027 types._T1?8
3028 types._T2?8
3029 types._VT_co?8
3030 types._YieldT_co?8
3031 types.coroutine?4(func: Callable[_P, Generator[Any, Any, _R]])
3032 types.coroutine?4(func: _Fn)
3033 types.get_original_bases?4(__cls: type)
3034 types.new_class?4(name: str, bases: Iterable[object] = (), kwds: dict[str, Any] | None = None, exec_body: Callable[[dict[str, Any]], object] | None = None, )
3035 types.prepare_class?4(name: str, bases: tuple[type, ...] = (), kwds: dict[str, Any] | None = None)
3036 types.resolve_bases?4(bases: Iterable[object])
3037 typing.AbstractSet._hash?5()
3038 typing.AbstractSet.isdisjoint?4(other: Iterable[Any])
3039 typing.Any?7
3040 typing.AnyStr?7
3041 typing.AsyncContextManager?7
3042 typing.AsyncGenerator.aclose?4()
3043 typing.AsyncGenerator.ag_await?4()
3044 typing.AsyncGenerator.ag_code?4()
3045 typing.AsyncGenerator.ag_frame?4()
3046 typing.AsyncGenerator.ag_running?4()
3047 typing.AsyncGenerator.asend?4(__value: _SendT_contra)
3048 typing.AsyncGenerator.athrow?4(__typ: BaseException, __val: None = None, __tb: TracebackType | None = None)
3049 typing.ByteString?7
3050 typing.Callable?7
3051 typing.ChainMap?7
3052 typing.ClassVar?7
3053 typing.ContextManager?7
3054 typing.Coroutine.close?4()
3055 typing.Coroutine.cr_await?4()
3056 typing.Coroutine.cr_code?4()
3057 typing.Coroutine.cr_frame?4()
3058 typing.Coroutine.cr_running?4()
3059 typing.Coroutine.send?4(__value: _SendT_contra)
3060 typing.Coroutine.throw?4(__typ: BaseException, __val: None = None, __tb: TracebackType | None = None)
3061 typing.Counter?7
3062 typing.DefaultDict?7
3063 typing.Deque?7
3064 typing.Dict?7
3065 typing.ForwardRef._evaluate?5(globalns: dict[str, Any] | None, localns: dict[str, Any] | None)
3066 typing.ForwardRef?1(arg: str, is_argument: bool = True)
3067 typing.FrozenSet?7
3068 typing.Generator.close?4()
3069 typing.Generator.gi_code?4()
3070 typing.Generator.gi_frame?4()
3071 typing.Generator.gi_running?4()
3072 typing.Generator.gi_yieldfrom?4()
3073 typing.Generator.send?4(__value: _SendT_contra)
3074 typing.Generator.throw?4(__typ: BaseException, __val: None = None, __tb: TracebackType | None = None)
3075 typing.Generic?7
3076 typing.IO.close?4()
3077 typing.IO.closed?4()
3078 typing.IO.fileno?4()
3079 typing.IO.flush?4()
3080 typing.IO.isatty?4()
3081 typing.IO.mode?4()
3082 typing.IO.name?4()
3083 typing.IO.read?4(__n: int = -1)
3084 typing.IO.readable?4()
3085 typing.IO.readline?4(__limit: int = -1)
3086 typing.IO.readlines?4(__hint: int = -1)
3087 typing.IO.seek?4(__offset: int, __whence: int = 0)
3088 typing.IO.seekable?4()
3089 typing.IO.tell?4()
3090 typing.IO.truncate?4(__size: int | None = None)
3091 typing.IO.writable?4()
3092 typing.IO.write?4(__s: AnyStr)
3093 typing.IO.writelines?4(__lines: Iterable[AnyStr])
3094 typing.ItemsView?1(mapping: Mapping[_KT_co, _VT_co])
3095 typing.KeysView?1(mapping: Mapping[_KT_co, Any])
3096 typing.List?7
3097 typing.Mapping.get?4(__key: _KT, default: _VT_co | _T)
3098 typing.Mapping.items?4()
3099 typing.Mapping.keys?4()
3100 typing.Mapping.values?4()
3101 typing.MappingView?1(mapping: Mapping[Any, Any])
3102 typing.MutableMapping.clear?4()
3103 typing.MutableMapping.pop?4(__key: _KT, default: _T)
3104 typing.MutableMapping.popitem?4()
3105 typing.MutableMapping.setdefault?4(__key: _KT, __default: _VT)
3106 typing.MutableMapping.update?4(**kwargs: _VT)
3107 typing.MutableSequence.append?4(value: _T)
3108 typing.MutableSequence.clear?4()
3109 typing.MutableSequence.extend?4(values: Iterable[_T])
3110 typing.MutableSequence.insert?4(index: int, value: _T)
3111 typing.MutableSequence.pop?4(index: int = -1)
3112 typing.MutableSequence.remove?4(value: _T)
3113 typing.MutableSequence.reverse?4()
3114 typing.MutableSet.add?4(value: _T)
3115 typing.MutableSet.clear?4()
3116 typing.MutableSet.discard?4(value: _T)
3117 typing.MutableSet.pop?4()
3118 typing.MutableSet.remove?4(value: _T)
3119 typing.NamedTuple._asdict?5()
3120 typing.NamedTuple._field_defaults?8
3121 typing.NamedTuple._field_types?8
3122 typing.NamedTuple._fields?8
3123 typing.NamedTuple._make?5(iterable: Iterable[Any])
3124 typing.NamedTuple._replace?5(**kwargs: Any)
3125 typing.NamedTuple?1(__typename: str, __fields: None = None, **kwargs: Any)
3126 typing.NewType?1(name: str, tp: Any)
3127 typing.NewType?4(name: str, tp: Any)
3128 typing.NoReturn?7
3129 typing.Optional?7
3130 typing.OrderedDict?7
3131 typing.ParamSpec.args?4()
3132 typing.ParamSpec.kwargs?4()
3133 typing.ParamSpec?1(name: str, *, bound: Any | None = None, contravariant: bool = False, covariant: bool = False)
3134 typing.ParamSpecArgs?1(origin: ParamSpec)
3135 typing.ParamSpecKwargs?1(origin: ParamSpec)
3136 typing.Protocol?7
3137 typing.Sequence.count?4(value: Any)
3138 typing.Sequence.index?4(value: Any, start: int = 0, stop: int = ...)
3139 typing.Set?7
3140 typing.TYPE_CHECKING?7
3141 typing.Text?7
3142 typing.TextIO.buffer?4()
3143 typing.TextIO.encoding?4()
3144 typing.TextIO.errors?4()
3145 typing.TextIO.line_buffering?4()
3146 typing.TextIO.newlines?4()
3147 typing.Tuple?7
3148 typing.Type?7
3149 typing.TypeAliasType?1(name: str, value: Any, *, type_params: tuple[TypeVar | ParamSpec | TypeVarTuple, ...] = ())
3150 typing.TypeVar?1(name: str, *constraints: Any, bound: Any | None = None, covariant: bool = False, contravariant: bool = False)
3151 typing.TypeVarTuple?1(name: str)
3152 typing.Union?7
3153 typing.ValuesView?1(mapping: Mapping[Any, _VT_co])
3154 typing._Alias.Annotated?7
3155 typing._F?8
3156 typing._KT?8
3157 typing._KT_co?8
3158 typing._P?8
3159 typing._ProtocolMeta?2(*args: Any, **kwargs: Any)
3160 typing._ReturnT_co?8
3161 typing._S?8
3162 typing._SendT_contra?8
3163 typing._T?8
3164 typing._TC?8
3165 typing._T_co?8
3166 typing._TypedDict.copy?4()
3167 typing._TypedDict.items?4()
3168 typing._TypedDict.keys?4()
3169 typing._TypedDict.pop?4(k: _Never, default: _T = ...)
3170 typing._TypedDict.setdefault?4(k: _Never, default: object)
3171 typing._TypedDict.update?4(__m: _T)
3172 typing._TypedDict.values?4()
3173 typing._VT?8
3174 typing._VT_co?8
3175 typing._YieldT_co?8
3176 typing._get_type_hints_obj_allowed_types?8
3177 typing._promote?8
3178 typing._type_repr?5(obj: object)
3179 typing.assert_never?4(__arg: Never)
3180 typing.assert_type?4(__val: _T, __typ: Any)
3181 typing.cast?4(typ: Type[_T], val: Any)
3182 typing.cast?4(typ: object, val: Any)
3183 typing.cast?4(typ: str, val: Any)
3184 typing.clear_overloads?4()
3185 typing.dataclass_transform?4(*, eq_default: bool = True, order_default: bool = False, kw_only_default: bool = False, frozen_default: bool = False, field_specifiers: tuple[type[Any] | Callable[..., Any], ...] = (), **kwargs: Any, )
3186 typing.final?4(f: _T)
3187 typing.get_args?4(tp: Any)
3188 typing.get_origin?4(tp: Any)
3189 typing.get_origin?4(tp: GenericAlias)
3190 typing.get_origin?4(tp: ParamSpecArgs | ParamSpecKwargs)
3191 typing.get_origin?4(tp: UnionType)
3192 typing.get_overloads?4(func: Callable[..., object])
3193 typing.get_protocol_members?4(__tp: type)
3194 typing.get_type_hints?4(obj: _get_type_hints_obj_allowed_types, globalns: dict[str, Any] | None = None, localns: dict[str, Any] | None = None)
3195 typing.get_type_hints?4(obj: _get_type_hints_obj_allowed_types, globalns: dict[str, Any] | None = None, localns: dict[str, Any] | None = None, include_extras: bool = False, )
3196 typing.is_protocol?4(__tp: type)
3197 typing.is_typeddict?4(tp: object)
3198 typing.no_type_check?4(arg: _F)
3199 typing.no_type_check_decorator?4(decorator: Callable[_P, _T])
3200 typing.overload?4(func: _F)
3201 typing.override?4(__method: _F)
3202 typing.reveal_type?4(__obj: _T)
3203 typing.runtime_checkable?4(cls: _TC)
3204 typing.type_check_only?4(func_or_cls: _F)
3205 typing_extensions.Annotated?7
3206 typing_extensions.Doc.documentation?7
3207 typing_extensions.Doc?1(__documentation: str)
3208 typing_extensions.Final?7
3209 typing_extensions.IntVar?4(name: str)
3210 typing_extensions.Literal?7
3211 typing_extensions.NamedTuple._asdict?5()
3212 typing_extensions.NamedTuple._field_defaults?8
3213 typing_extensions.NamedTuple._field_types?8
3214 typing_extensions.NamedTuple._fields?8
3215 typing_extensions.NamedTuple._make?5(iterable: Iterable[Any])
3216 typing_extensions.NamedTuple._replace?5(**kwargs: Any)
3217 typing_extensions.NamedTuple?1(typename: str, fields: None = None, **kwargs: Any)
3218 typing_extensions.NewType?1(name: str, tp: Any)
3219 typing_extensions.OrderedDict?7
3220 typing_extensions.ParamSpec.args?4()
3221 typing_extensions.ParamSpec.kwargs?4()
3222 typing_extensions.ParamSpec?1(name: str, *, bound: None | type[Any] | str = None, contravariant: bool = False, covariant: bool = False, default: type[Any] | str | None = None, )
3223 typing_extensions.ParamSpecArgs?1(origin: ParamSpec)
3224 typing_extensions.ParamSpecKwargs?1(origin: ParamSpec)
3225 typing_extensions.Protocol?7
3226 typing_extensions.ReadOnly?7
3227 typing_extensions.SupportsIndex.Concatenate?7
3228 typing_extensions.SupportsIndex.LiteralString?7
3229 typing_extensions.SupportsIndex.Never?7
3230 typing_extensions.SupportsIndex.NotRequired?7
3231 typing_extensions.SupportsIndex.Required?7
3232 typing_extensions.SupportsIndex.Self?7
3233 typing_extensions.SupportsIndex.TypeAlias?7
3234 typing_extensions.SupportsIndex.TypeGuard?7
3235 typing_extensions.SupportsIndex.Unpack?7
3236 typing_extensions.SupportsIndex.assert_never?4()
3237 typing_extensions.SupportsIndex.assert_type?4(__typ: Any)
3238 typing_extensions.SupportsIndex.clear_overloads?4()
3239 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, )
3240 typing_extensions.SupportsIndex.get_overloads?4(object])
3241 typing_extensions.SupportsIndex.is_typeddict?4()
3242 typing_extensions.SupportsIndex.reveal_type?4()
3243 typing_extensions.TypeAliasType?1(name: str, value: Any, *, type_params: tuple[TypeVar | ParamSpec | TypeVarTuple, ...] = ())
3244 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, )
3245 typing_extensions.TypeVarTuple?1(name: str, *, default: Any | None = None)
3246 typing_extensions.TypedDict?7
3247 typing_extensions._AnnotatedAlias?8
3248 typing_extensions._F?8
3249 typing_extensions._T?8
3250 typing_extensions._TC?8
3251 typing_extensions._TypedDict.copy?4()
3252 typing_extensions._TypedDict.items?4()
3253 typing_extensions._TypedDict.keys?4()
3254 typing_extensions._TypedDict.pop?4(k: Never, default: _T = ...)
3255 typing_extensions._TypedDict.setdefault?4(k: Never, default: object)
3256 typing_extensions._TypedDict.update?4(__m: _T)
3257 typing_extensions._TypedDict.values?4()
3258 typing_extensions.deprecated.category?7
3259 typing_extensions.deprecated.message?7
3260 typing_extensions.deprecated.stacklevel?7
3261 typing_extensions.deprecated?1(__message: str, *, category: type[Warning] | None = ..., stacklevel: int = 1)
3262 typing_extensions.final?4(f: _F)
3263 typing_extensions.get_args?4(tp: Any)
3264 typing_extensions.get_origin?4(tp: Any)
3265 typing_extensions.get_origin?4(tp: GenericAlias)
3266 typing_extensions.get_origin?4(tp: ParamSpecArgs | ParamSpecKwargs)
3267 typing_extensions.get_origin?4(tp: UnionType)
3268 typing_extensions.get_original_bases?4(__cls: type)
3269 typing_extensions.get_protocol_members?4(__tp: type)
3270 typing_extensions.get_type_hints?4(obj: Callable[..., Any], globalns: dict[str, Any] | None = None, localns: dict[str, Any] | None = None, include_extras: bool = False, )
3271 typing_extensions.is_protocol?4(__tp: type)
3272 typing_extensions.override?4(__arg: _F)
3273 typing_extensions.runtime?7
3274 typing_extensions.runtime_checkable?4(cls: _TC)
3275 update.Boost.all?7
3276 update.Boost.docstub?7
3277 update.Boost.file?7
3278 update.Boost.stub_name?7
3279 update.find_toplevel_vars?4(module: Path)
3280 update.merge_docstubs_into_stdlib?4(*, dist_stdlib_path: Path, docstubs_path: Path, boardstub_path: Optional[Path] = None, dry_run=False)
3281 update.re_var_typ?7
3282 update.re_var_val?7
3283 update.stdlib_modules_to_keep?7
3284 update.stdlib_submodules_to_remove?7
3285 update.update?4(clone: bool = False, typeshed: bool = False, merge: bool = True, build: bool = True)
3286 update.update_module_vars?4(module: Path, keep: set)
3287 update.update_public_interface?4(boost: Boost, module_path: Path)
3288 update.update_stdlib_from_typeshed?4(dist_stdlib_path: Path, typeshed_path: Path)

eric ide

mercurial