APIs/MicroPython/micropython-v1_24_1-webassembly.api

branch
eric7
changeset 84
31f974770ea6
equal deleted inserted replaced
83:96a323edb728 84:31f974770ea6
1 __builtins__.Const_T?7
2 __builtins__.const?4(expr: Const_T)
3 base64.b16decode?4(s, casefold: bool = False)
4 base64.b16encode?4(s)
5 base64.b32decode?4(s, casefold: bool = False, map01: Incomplete | None = None)
6 base64.b32encode?4(s)
7 base64.b64decode?4(s, altchars: Incomplete | None = None, validate: bool = False)
8 base64.b64encode?4(s, altchars: Incomplete | None = None)
9 base64.decode?4(input, output)
10 base64.decodebytes?4(s)
11 base64.encode?4(input, output)
12 base64.encodebytes?4(s)
13 base64.standard_b64decode?4(s)
14 base64.standard_b64encode?4(s)
15 base64.urlsafe_b64decode?4(s)
16 base64.urlsafe_b64encode?4(s)
17 binascii.PAD?7
18 binascii._transform?5(n)
19 binascii.a2b_base64?4(ascii)
20 binascii.a2b_hex?7
21 binascii.b2a_base64?4(bin, newline: bool = True)
22 binascii.b2a_hex?7
23 binascii.table_a2b_base64?7
24 binascii.table_b2a_base64?7
25 binascii.unhexlify?4(data)
26 cmath._C?8
27 cmath.cos?4(z: _C, /)
28 cmath.e?7
29 cmath.exp?4(z: _C, /)
30 cmath.log10?4(z: _C, /)
31 cmath.log?4(z: _C, /)
32 cmath.phase?4(z: _C, /)
33 cmath.pi?7
34 cmath.polar?4(z: _C, /)
35 cmath.rect?4(r: float, phi: float, /)
36 cmath.sin?4(z: _C, /)
37 cmath.sqrt?4(z: _C, /)
38 copy.copy?4(x)
39 copy.deepcopy?4(x, memo: Incomplete | None = None, _nil=[])
40 copy.error?7
41 datetime.MAXYEAR?7
42 datetime.MINYEAR?7
43 datetime._DBM?8
44 datetime._DIM?8
45 datetime._TIME_SPEC?8
46 datetime._d2iso?5(o)
47 datetime._date?5(y, m, d)
48 datetime._dbm?5(y, m)
49 datetime._dby?5(y)
50 datetime._dim?5(y, m)
51 datetime._iso2d?5(s)
52 datetime._iso2t?5(s)
53 datetime._leap?5(y)
54 datetime._o2ymd?5(n)
55 datetime._t2iso?5(td, timespec, dt, tz)
56 datetime._time?5(h, m, s, us, fold)
57 datetime._ymd2o?5(y, m, d)
58 datetime.date._hash?8
59 datetime.date._ord?8
60 datetime.date.day?4()
61 datetime.date.fromisoformat?4(s)
62 datetime.date.fromordinal?4(n)
63 datetime.date.fromtimestamp?4(ts)
64 datetime.date.isoformat?4()
65 datetime.date.isoweekday?4()
66 datetime.date.month?4()
67 datetime.date.replace?4(year: Incomplete | None = None, month: Incomplete | None = None, day: Incomplete | None = None)
68 datetime.date.timetuple?4()
69 datetime.date.today?4()
70 datetime.date.toordinal?4()
71 datetime.date.tuple?4()
72 datetime.date.weekday?4()
73 datetime.date.year?4()
74 datetime.date?1(year, month, day)
75 datetime.datetime._cmp?5(other)
76 datetime.datetime._d?8
77 datetime.datetime._fd?8
78 datetime.datetime._hash?8
79 datetime.datetime._sub?5(other)
80 datetime.datetime._t?8
81 datetime.datetime._tz?8
82 datetime.datetime.astimezone?4(tz: Incomplete | None = None)
83 datetime.datetime.combine?4(date, time, tzinfo: Incomplete | None = None)
84 datetime.datetime.date?4()
85 datetime.datetime.day?4()
86 datetime.datetime.dst?4()
87 datetime.datetime.fold?4()
88 datetime.datetime.fromisoformat?4(s)
89 datetime.datetime.fromordinal?4(n)
90 datetime.datetime.fromtimestamp?4(ts, tz: Incomplete | None = None)
91 datetime.datetime.hour?4()
92 datetime.datetime.isoformat?4(sep: str = "T", timespec: str = "auto")
93 datetime.datetime.isoweekday?4()
94 datetime.datetime.microsecond?4()
95 datetime.datetime.minute?4()
96 datetime.datetime.month?4()
97 datetime.datetime.now?4(tz: Incomplete | None = None)
98 datetime.datetime.replace?4(year: Incomplete | None = None, month: Incomplete | None = None, day: Incomplete | None = None, hour: Incomplete | None = None, minute: Incomplete | None = None, second: Incomplete | None = None, microsecond: Incomplete | None = None, tzinfo: bool = True, *, fold: Incomplete | None = None, )
99 datetime.datetime.second?4()
100 datetime.datetime.time?4()
101 datetime.datetime.timestamp?4()
102 datetime.datetime.timetuple?4()
103 datetime.datetime.timetz?4()
104 datetime.datetime.toordinal?4()
105 datetime.datetime.tuple?4()
106 datetime.datetime.tzinfo?4()
107 datetime.datetime.tzname?4()
108 datetime.datetime.utcoffset?4()
109 datetime.datetime.weekday?4()
110 datetime.datetime.year?4()
111 datetime.datetime?1(year, month, day, hour: int = 0, minute: int = 0, second: int = 0, microsecond: int = 0, tzinfo: Incomplete | None = None, *, fold: int = 0, )
112 datetime.time._fd?8
113 datetime.time._hash?8
114 datetime.time._sub?5(other)
115 datetime.time._td?8
116 datetime.time._tz?8
117 datetime.time.dst?4()
118 datetime.time.fold?4()
119 datetime.time.fromisoformat?4(s)
120 datetime.time.hour?4()
121 datetime.time.isoformat?4(timespec: str = "auto")
122 datetime.time.microsecond?4()
123 datetime.time.minute?4()
124 datetime.time.replace?4(hour: Incomplete | None = None, minute: Incomplete | None = None, second: Incomplete | None = None, microsecond: Incomplete | None = None, tzinfo: bool = True, *, fold: Incomplete | None = None, )
125 datetime.time.second?4()
126 datetime.time.tuple?4()
127 datetime.time.tzinfo?4()
128 datetime.time.tzname?4()
129 datetime.time.utcoffset?4()
130 datetime.time?1(hour: int = 0, minute: int = 0, second: int = 0, microsecond: int = 0, tzinfo: Incomplete | None = None, *, fold: int = 0)
131 datetime.timedelta._format?5(spec: int = 0)
132 datetime.timedelta._hash?8
133 datetime.timedelta._tuple?5(n)
134 datetime.timedelta._us?8
135 datetime.timedelta.days?4()
136 datetime.timedelta.isoformat?4()
137 datetime.timedelta.microseconds?4()
138 datetime.timedelta.seconds?4()
139 datetime.timedelta.total_seconds?4()
140 datetime.timedelta.tuple?4()
141 datetime.timedelta?1(days: int = 0, seconds: int = 0, microseconds: int = 0, milliseconds: int = 0, minutes: int = 0, hours: int = 0, weeks: int = 0, )
142 datetime.timezone._hash?8
143 datetime.timezone._name?8
144 datetime.timezone._offset?8
145 datetime.timezone.dst?4(dt)
146 datetime.timezone.fromutc?4(dt)
147 datetime.timezone.tzname?4(dt)
148 datetime.timezone.utcoffset?4(dt)
149 datetime.timezone?1(offset, name: Incomplete | None = None)
150 datetime.tzinfo.dst?4(dt)
151 datetime.tzinfo.fromutc?4(dt)
152 datetime.tzinfo.isoformat?4(dt)
153 datetime.tzinfo.tzname?4(dt)
154 datetime.tzinfo.utcoffset?4(dt)
155 deflate.AUTO?7
156 deflate.DeflateIO.close?4(*args, **kwargs)
157 deflate.DeflateIO.read?4(*args, **kwargs)
158 deflate.DeflateIO.readinto?4(*args, **kwargs)
159 deflate.DeflateIO.readline?4(*args, **kwargs)
160 deflate.DeflateIO.write?4(*args, **kwargs)
161 deflate.DeflateIO?1(stream, format=AUTO, wbits=0, close=False, /)
162 deflate.GZIP?7
163 deflate.RAW?7
164 deflate.ZLIB?7
165 errno.EACCES?7
166 errno.EADDRINUSE?7
167 errno.EAGAIN?7
168 errno.EALREADY?7
169 errno.EBADF?7
170 errno.ECONNABORTED?7
171 errno.ECONNREFUSED?7
172 errno.ECONNRESET?7
173 errno.EEXIST?7
174 errno.EHOSTUNREACH?7
175 errno.EINPROGRESS?7
176 errno.EINVAL?7
177 errno.EIO?7
178 errno.EISDIR?7
179 errno.ENOBUFS?7
180 errno.ENODEV?7
181 errno.ENOENT?7
182 errno.ENOMEM?7
183 errno.ENOTCONN?7
184 errno.EOPNOTSUPP?7
185 errno.EPERM?7
186 errno.ETIMEDOUT?7
187 errno.errorcode?7
188 fnmatch.filter?4(names, pat)
189 fnmatch.fnmatch?4(name, pat)
190 fnmatch.fnmatchcase?4(name, pat)
191 fnmatch.translate?4(pat)
192 framebuf.FrameBuffer.blit?4(fbuf: FrameBuffer, x: int, y: int, key: int = -1, pallet: FrameBuffer | None = None, /, )
193 framebuf.FrameBuffer.ellipse?4(x, y, xr, yr, c, f, m: Optional[Any] = None)
194 framebuf.FrameBuffer.fill?4(c: int, /)
195 framebuf.FrameBuffer.fill_rect?4(*args, **kwargs)
196 framebuf.FrameBuffer.hline?4(x: int, y: int, w: int, c: int, /)
197 framebuf.FrameBuffer.line?4(x1: int, y1: int, x2: int, y2: int, c: int, /)
198 framebuf.FrameBuffer.pixel?4(x: int, y: int, c: int, /)
199 framebuf.FrameBuffer.poly?4(x, y, coords, c, f: Optional[Any] = None)
200 framebuf.FrameBuffer.rect?4(x: int, y: int, w: int, h: int, c: int, /)
201 framebuf.FrameBuffer.scroll?4(xstep: int, ystep: int, /)
202 framebuf.FrameBuffer.text?4(s: str, x: int, y: int, c: int = 1, /)
203 framebuf.FrameBuffer.vline?4(x: int, y: int, h: int, c: int, /)
204 framebuf.FrameBuffer1?4(*args, **kwargs)
205 framebuf.FrameBuffer?1(buffer: AnyWritableBuf, width: int, height: int, format: int, stride: int = ..., /, )
206 framebuf.GS2_HMSB?7
207 framebuf.GS4_HMSB?7
208 framebuf.GS8?7
209 framebuf.MONO_HLSB?7
210 framebuf.MONO_HMSB?7
211 framebuf.MONO_VLSB?7
212 framebuf.MVLSB?7
213 framebuf.RGB565?7
214 functools.partial?4(func, *args, **kwargs)
215 functools.reduce?4(function, iterable, initializer: Incomplete | None = None)
216 functools.update_wrapper?4(wrapper, wrapped, assigned: Incomplete | None = None, updated: Incomplete | None = None)
217 functools.wraps?4(wrapped, assigned: Incomplete | None = None, updated: Incomplete | None = None)
218 gc.collect?4()
219 gc.disable?4()
220 gc.enable?4()
221 gc.isenabled?4(*args, **kwargs)
222 gc.mem_alloc?4()
223 gc.mem_free?4()
224 gc.threshold?4()
225 gc.threshold?4(amount: int)
226 gzip.GzipFile?1(*, fileobj, mode)
227 gzip._WBITS?8
228 gzip.compress?4(data)
229 gzip.decompress?4(data)
230 gzip.open?4(filename, mode: str = "rb")
231 hashlib.sha1?1(data: AnyReadableBuf)
232 hashlib.sha256.digest?4(*args, **kwargs)
233 hashlib.sha256.update?4(*args, **kwargs)
234 hashlib.sha256?1(data: AnyReadableBuf)
235 heapq._T?8
236 heapq.heapify?4(x: list[Any], /)
237 heapq.heappop?4(heap: list[_T], /)
238 heapq.heappush?4(heap: list[_T], item: _T, /)
239 hmac.HMAC._current?5()
240 hmac.HMAC._inner?8
241 hmac.HMAC._outer?8
242 hmac.HMAC.block_size?7
243 hmac.HMAC.copy?4()
244 hmac.HMAC.digest?4()
245 hmac.HMAC.digest_size?7
246 hmac.HMAC.hexdigest?4()
247 hmac.HMAC.name?4()
248 hmac.HMAC.update?4(msg)
249 hmac.HMAC?1(key, msg: Incomplete | None = None, digestmod: Incomplete | None = None)
250 hmac.new?4(key, msg: Incomplete | None = None, digestmod: Incomplete | None = None)
251 html._escape_map?8
252 html._escape_map_full?8
253 html.escape?4(s, quote: bool = True)
254 inspect._Class.meth?4()
255 inspect._Instance?8
256 inspect.currentframe?4()
257 inspect.getargspec?4(func)
258 inspect.getfile?4(obj)
259 inspect.getframeinfo?4(frame, context: int = 1)
260 inspect.getmembers?4(obj, pred: Incomplete | None = None)
261 inspect.getmodule?4(obj, _filename: Incomplete | None = None)
262 inspect.getmro?4(cls)
263 inspect.getsource?4(obj)
264 inspect.getsourcefile?4(obj)
265 inspect.isclass?4(obj)
266 inspect.isfunction?4(obj)
267 inspect.isgenerator?4(obj)
268 inspect.isgeneratorfunction?4(obj)
269 inspect.ismethod?4(obj)
270 inspect.ismodule?4(obj)
271 itertools.accumulate?4(iterable, func=...)
272 itertools.chain?4(*p)
273 itertools.count?4(start: int = 0, step: int = 1)
274 itertools.cycle?4(p)
275 itertools.islice?4(p, start, stop=(), step: int = 1)
276 itertools.repeat?4(el, n: Incomplete | None = None)
277 itertools.starmap?4(function, iterable)
278 itertools.tee?4(iterable, n: int = 2)
279 js.Element?7
280 js.Error?7
281 js.Event?7
282 js.Function?7
283 js.JSON?7
284 js.Lock?7
285 js.Object?7
286 js.Reflect?7
287 js.Storage?7
288 js.SyntaxError?7
289 js.TypeError?7
290 js.Uint8Array?7
291 js.WebSocket?7
292 js.addEventListener?7
293 js.buffer?7
294 js.clearTimeout?7
295 js.close?7
296 js.console?7
297 js.crypto?7
298 js.document?7
299 js.escape?7
300 js.eval?7
301 js.event?7
302 js.fetch?7
303 js.find?7
304 js.globalThis?7
305 js.length?7
306 js.name?7
307 js.new?4(cls, *args, **kwargs)
308 js.onclose?7
309 js.onerror?7
310 js.onmessage?7
311 js.open?7
312 js.parent?7
313 js.print?7
314 js.prompt?7
315 js.scroll?7
316 js.self?7
317 js.setTimeout?7
318 js.stop?7
319 js.undefined?7
320 js.window?7
321 jsffi.JsProxy?1(*argv, **kwargs)
322 jsffi.create_proxy?4(*args, **kwargs)
323 jsffi.mem_info?4(*args, **kwargs)
324 jsffi.to_js?4(*args, **kwargs)
325 locale.getpreferredencoding?4()
326 logging.CRITICAL?7
327 logging.DEBUG?7
328 logging.ERROR?7
329 logging.FileHandler.close?4()
330 logging.FileHandler?1(filename, mode: str = "a", encoding: str = "UTF-8")
331 logging.Formatter.datefmt?7
332 logging.Formatter.fmt?7
333 logging.Formatter.format?4(record)
334 logging.Formatter.formatTime?4(datefmt, record)
335 logging.Formatter.usesTime?4()
336 logging.Formatter?1(fmt: Incomplete | None = None, datefmt: Incomplete | None = None)
337 logging.Handler.close?4()
338 logging.Handler.format?4(record)
339 logging.Handler.formatter?7
340 logging.Handler.level?7
341 logging.Handler.setFormatter?4(formatter)
342 logging.Handler.setLevel?4(level)
343 logging.Handler?1(level=...)
344 logging.INFO?7
345 logging.LogRecord.asctime?7
346 logging.LogRecord.ct?7
347 logging.LogRecord.levelname?7
348 logging.LogRecord.levelno?7
349 logging.LogRecord.message?7
350 logging.LogRecord.msecs?7
351 logging.LogRecord.name?7
352 logging.LogRecord.set?4(name, level, message)
353 logging.Logger.addHandler?4(handler)
354 logging.Logger.critical?4(msg, *args)
355 logging.Logger.debug?4(msg, *args)
356 logging.Logger.error?4(msg, *args)
357 logging.Logger.exception?4(msg, *args, exc_info: bool = True)
358 logging.Logger.getEffectiveLevel?4()
359 logging.Logger.handlers?7
360 logging.Logger.hasHandlers?4()
361 logging.Logger.info?4(msg, *args)
362 logging.Logger.isEnabledFor?4(level)
363 logging.Logger.level?7
364 logging.Logger.log?4(level, msg, *args)
365 logging.Logger.name?7
366 logging.Logger.record?7
367 logging.Logger.setLevel?4(level)
368 logging.Logger.warning?4(msg, *args)
369 logging.Logger?1(name, level=...)
370 logging.NOTSET?7
371 logging.StreamHandler.close?4()
372 logging.StreamHandler.emit?4(record)
373 logging.StreamHandler.stream?7
374 logging.StreamHandler.terminator?7
375 logging.StreamHandler?1(stream: Incomplete | None = None)
376 logging.WARNING?7
377 logging._DEFAULT_LEVEL?8
378 logging._default_datefmt?8
379 logging._default_fmt?8
380 logging._level_dict?8
381 logging._loggers?8
382 logging._stream?8
383 logging.addLevelName?4(level, name)
384 logging.basicConfig?4(filename: Incomplete | None = None, filemode: str = "a", format: Incomplete | None = None, datefmt: Incomplete | None = None, level=..., stream: Incomplete | None = None, encoding: str = "UTF-8", force: bool = False, )
385 logging.critical?4(msg, *args)
386 logging.debug?4(msg, *args)
387 logging.error?4(msg, *args)
388 logging.exception?4(msg, *args)
389 logging.getLogger?4(name: Incomplete | None = None)
390 logging.info?4(msg, *args)
391 logging.log?4(level, msg, *args)
392 logging.shutdown?4()
393 logging.warning?4(msg, *args)
394 math.acos?4(x: SupportsFloat, /)
395 math.acosh?4(x: SupportsFloat, /)
396 math.asin?4(x: SupportsFloat, /)
397 math.asinh?4(x: SupportsFloat, /)
398 math.atan2?4(y: SupportsFloat, x: SupportsFloat, /)
399 math.atan?4(x: SupportsFloat, /)
400 math.atanh?4(x: SupportsFloat, /)
401 math.ceil?4(x: SupportsFloat, /)
402 math.copysign?4(x: SupportsFloat, y: SupportsFloat, /)
403 math.cos?4(x: SupportsFloat, /)
404 math.cosh?4(x: SupportsFloat, /)
405 math.degrees?4(x: SupportsFloat, /)
406 math.e?7
407 math.erf?4(x: SupportsFloat, /)
408 math.erfc?4(x: SupportsFloat, /)
409 math.exp?4(x: SupportsFloat, /)
410 math.expm1?4(x: SupportsFloat, /)
411 math.fabs?4(x: SupportsFloat, /)
412 math.factorial?4(*args, **kwargs)
413 math.floor?4(x: SupportsFloat, /)
414 math.fmod?4(x: SupportsFloat, y: SupportsFloat, /)
415 math.frexp?4(x: SupportsFloat, /)
416 math.gamma?4(x: SupportsFloat, /)
417 math.inf?7
418 math.isclose?4(*args, **kwargs)
419 math.isfinite?4(x: SupportsFloat, /)
420 math.isinf?4(x: SupportsFloat, /)
421 math.isnan?4(x: SupportsFloat, /)
422 math.ldexp?4(x: SupportsFloat, exp: int, /)
423 math.lgamma?4(x: SupportsFloat, /)
424 math.log10?4(x: SupportsFloat, /)
425 math.log2?4(x: SupportsFloat, /)
426 math.log?4(x: SupportsFloat, /)
427 math.modf?4(x: SupportsFloat, /)
428 math.nan?7
429 math.pi?7
430 math.pow?4(x: SupportsFloat, y: SupportsFloat, /)
431 math.radians?4(x: SupportsFloat, /)
432 math.sin?4(x: SupportsFloat, /)
433 math.sinh?4(x: SupportsFloat, /)
434 math.sqrt?4(x: SupportsFloat, /)
435 math.tan?4(x: SupportsFloat, /)
436 math.tanh?4(x: SupportsFloat, /)
437 math.tau?7
438 math.trunc?4(x: SupportsFloat, /)
439 micropython.Const_T?7
440 micropython.RingIO.any?4()
441 micropython.RingIO.close?4()
442 micropython.RingIO.read?4(nbytes: Optional[Any] = None)
443 micropython.RingIO.readinto?4(buf, nbytes: Optional[Any] = None)
444 micropython.RingIO.readline?4(nbytes: Optional[Any] = None)
445 micropython.RingIO.write?4(buf)
446 micropython.RingIO?1(size)
447 micropython._F?8
448 micropython._Param?8
449 micropython._Ret?8
450 micropython._T?8
451 micropython.asm_thumb?4(_func: Callable[_Param, _Ret], /)
452 micropython.asm_xtensa?4(_func: Callable[_Param, _Ret], /)
453 micropython.const?4(expr: Const_T, /)
454 micropython.heap_lock?4()
455 micropython.heap_unlock?4()
456 micropython.kbd_intr?4(chr: int)
457 micropython.mem_info?4()
458 micropython.mem_info?4(verbose: Any, /)
459 micropython.native?4(_func: Callable[_Param, _Ret], /)
460 micropython.opt_level?4()
461 micropython.opt_level?4(level: int, /)
462 micropython.pystack_use?4(*args, **kwargs)
463 micropython.qstr_info?4()
464 micropython.qstr_info?4(verbose: bool, /)
465 micropython.schedule?4(func: Callable[[_T], None], arg: _T, /)
466 micropython.stack_use?4()
467 micropython.viper?4(_func: Callable[_Param, _Ret], /)
468 mip.HEADERS_TO_IGNORE?7
469 mip.Response.close?4(*args, **kwargs)
470 mip.Response.content?7
471 mip.Response.json?4(*args, **kwargs)
472 mip.Response.text?7
473 mip.Response?1(*argv, **kwargs)
474 mip.StringIO.close?4(*args, **kwargs)
475 mip.StringIO.flush?4(*args, **kwargs)
476 mip.StringIO.getvalue?4(*args, **kwargs)
477 mip.StringIO.read?4(*args, **kwargs)
478 mip.StringIO.readinto?4(*args, **kwargs)
479 mip.StringIO.readline?4(*args, **kwargs)
480 mip.StringIO.seek?4(*args, **kwargs)
481 mip.StringIO.tell?4(*args, **kwargs)
482 mip.StringIO.write?4(*args, **kwargs)
483 mip.StringIO?1(*argv, **kwargs)
484 mip._A?8
485 mip._B?8
486 mip._C?8
487 mip._CHUNK_SIZE?8
488 mip._D?8
489 mip._E?8
490 mip._F?8
491 mip._check_exists?5(*args, **kwargs)
492 mip._chunk?5(*args, **kwargs)
493 mip._download_file?5(*args, **kwargs)
494 mip._ensure_path_exists?5(*args, **kwargs)
495 mip._install_json?5(*args, **kwargs)
496 mip._install_package?5(*args, **kwargs)
497 mip._rewrite_url?5(*args, **kwargs)
498 mip.get?4(*args, **kwargs)
499 mip.install?4(*args, **kwargs)
500 mip.request?4(*args, **kwargs)
501 operator.attrgetter?4(attr)
502 operator.eq?4(a, b)
503 operator.floordiv?4(a, b)
504 operator.ge?4(a, b)
505 operator.gt?4(a, b)
506 operator.le?4(a, b)
507 operator.lt?4(a, b)
508 operator.mod?4(a, b)
509 operator.ne?4(a, b)
510 operator.truediv?4(a, b)
511 os.chdir?4(path)
512 os.dupterm?4(stream_object, index=0, /)
513 os.dupterm_notify?4(obj_in: Any, /)
514 os.getcwd?4()
515 os.ilistdir?4(dir: Optional[Any] = None)
516 os.listdir?4(dir: Optional[Any] = None)
517 os.mkdir?4(path)
518 os.mount?4(fsobj, mount_point, *, readonly=False)
519 os.path.abspath?4(s)
520 os.path.basename?4(path)
521 os.path.dirname?4(path)
522 os.path.exists?4(path)
523 os.path.expanduser?4(s)
524 os.path.isdir?4(path)
525 os.path.isfile?4(path)
526 os.path.join?4(*args)
527 os.path.lexists?7
528 os.path.normcase?4(s)
529 os.path.normpath?4(s)
530 os.path.sep?7
531 os.path.split?4(path)
532 os.remove?4(path)
533 os.rename?4(old_path, new_path)
534 os.rmdir?4(path)
535 os.statvfs?4(path)
536 os.sync?4()
537 os.umount?4(mount_point)
538 os.urandom?4(n: int)
539 pathlib.Path._glob?5(path, pattern, recursive)
540 pathlib.Path._path?8
541 pathlib.Path.absolute?4()
542 pathlib.Path.exists?4()
543 pathlib.Path.glob?4(pattern)
544 pathlib.Path.is_dir?4()
545 pathlib.Path.is_file?4()
546 pathlib.Path.mkdir?4(parents: bool = False, exist_ok: bool = False)
547 pathlib.Path.name?4()
548 pathlib.Path.open?4(mode: str = "r", encoding: Incomplete | None = None)
549 pathlib.Path.parent?4()
550 pathlib.Path.read_bytes?4()
551 pathlib.Path.read_text?4(encoding: Incomplete | None = None)
552 pathlib.Path.rename?4(target)
553 pathlib.Path.resolve?4()
554 pathlib.Path.rglob?4(pattern)
555 pathlib.Path.rmdir?4()
556 pathlib.Path.stat?4()
557 pathlib.Path.stem?4()
558 pathlib.Path.suffix?4()
559 pathlib.Path.touch?4(exist_ok: bool = True)
560 pathlib.Path.unlink?4(missing_ok: bool = False)
561 pathlib.Path.with_suffix?4(suffix)
562 pathlib.Path.write_bytes?4(data)
563 pathlib.Path.write_text?4(data, encoding: Incomplete | None = None)
564 pathlib.Path?1(*segments)
565 pathlib._SEP?8
566 pathlib._clean_segment?5(segment)
567 pathlib._mode_if_exists?5(path)
568 platform.libc_ver?4()
569 platform.platform?4()
570 platform.python_compiler?4()
571 pyscript.display.HTML?1(html)
572 pyscript.display._MIME_METHODS?8
573 pyscript.display._MIME_RENDERERS?8
574 pyscript.display.display?4(*values, target=None, append: bool = True)
575 pyscript.events.Event.add_listener?4(listener)
576 pyscript.events.Event.remove_listener?4(*args)
577 pyscript.events.Event.trigger?4(result)
578 pyscript.events.Event?1()
579 pyscript.events.when?4(target, *args, **kwargs)
580 pyscript.fetch._DirectResponse.arrayBuffer?4()
581 pyscript.fetch._DirectResponse.blob?4()
582 pyscript.fetch._DirectResponse.bytearray?4()
583 pyscript.fetch._DirectResponse.json?4()
584 pyscript.fetch._DirectResponse.setup?4(response)
585 pyscript.fetch._DirectResponse.text?4()
586 pyscript.fetch._DirectResponse?2(promise)
587 pyscript.fetch._Response.arrayBuffer?4()
588 pyscript.fetch._Response.blob?4()
589 pyscript.fetch._Response.bytearray?4()
590 pyscript.fetch._Response.json?4()
591 pyscript.fetch._Response.text?4()
592 pyscript.fetch._Response?2(response)
593 pyscript.fetch.fetch?4(url, **kw)
594 pyscript.ffi.create_proxy?7
595 pyscript.ffi.from_entries?7
596 pyscript.ffi.to_js?7
597 pyscript.flatted._Known?2()
598 pyscript.flatted._String?2(value)
599 pyscript.flatted.parse?4(value, *args, **kwargs)
600 pyscript.flatted.stringify?4(value, *args, **kwargs)
601 pyscript.fs.mount?4(path, mode=..., root=..., id=...)
602 pyscript.fs.mounted?7
603 pyscript.fs.sync?4(path)
604 pyscript.fs.unmount?4(path)
605 pyscript.magic_js.JSModule.PyWorker?7
606 pyscript.magic_js.JSModule.current_target?4()
607 pyscript.magic_js.JSModule.document?7
608 pyscript.magic_js.JSModule.js_import?7
609 pyscript.magic_js.JSModule.sync?7
610 pyscript.magic_js.JSModule.window?7
611 pyscript.magic_js.JSModule?1(name)
612 pyscript.magic_js.RUNNING_IN_WORKER?7
613 pyscript.magic_js.config?7
614 pyscript.media.Device.get_stream?4()
615 pyscript.media.Device.group?4()
616 pyscript.media.Device.id?4()
617 pyscript.media.Device.kind?4()
618 pyscript.media.Device.label?4()
619 pyscript.media.Device.load?4(audio=..., video=...)
620 pyscript.media.Device?1(device)
621 pyscript.media.list_devices?4()
622 pyscript.storage.Storage.clear?4()
623 pyscript.storage.Storage.sync?4()
624 pyscript.storage.Storage?1(store)
625 pyscript.storage.storage?4(name=..., storage_class=...)
626 pyscript.util.NotSupported?1(name, error)
627 pyscript.util.as_bytearray?4(buffer)
628 pyscript.util.is_awaitable?4(obj)
629 pyscript.web.Classes.add?4(*class_names)
630 pyscript.web.Classes.contains?4(class_name)
631 pyscript.web.Classes.remove?4(*class_names)
632 pyscript.web.Classes.replace?4(old_class, new_class)
633 pyscript.web.Classes.toggle?4(*class_names)
634 pyscript.web.Classes?1(element: Element)
635 pyscript.web.ClassesCollection.add?4(*class_names)
636 pyscript.web.ClassesCollection.contains?4(class_name)
637 pyscript.web.ClassesCollection.remove?4(*class_names)
638 pyscript.web.ClassesCollection.replace?4(old_class, new_class)
639 pyscript.web.ClassesCollection.toggle?4(*class_names)
640 pyscript.web.ClassesCollection?1(collection)
641 pyscript.web.ContainerElement?1(*args, children=..., dom_element=..., style=..., classes=..., **kwargs)
642 pyscript.web.ELEMENT_CLASSES?7
643 pyscript.web.Element.append?4(*items)
644 pyscript.web.Element.children?4()
645 pyscript.web.Element.classes?4()
646 pyscript.web.Element.clone?4(clone_id=...)
647 pyscript.web.Element.element_classes_by_tag_name?7
648 pyscript.web.Element.find?4(selector)
649 pyscript.web.Element.get_event?4(name)
650 pyscript.web.Element.get_tag_name?4()
651 pyscript.web.Element.parent?4()
652 pyscript.web.Element.register_element_classes?4(element_classes)
653 pyscript.web.Element.show_me?4()
654 pyscript.web.Element.style?4()
655 pyscript.web.Element.unregister_element_classes?4(element_classes)
656 pyscript.web.Element.update?4(classes=..., style=..., **kwargs)
657 pyscript.web.Element.wrap_dom_element?4(dom_element)
658 pyscript.web.Element?1(dom_element=..., classes=..., style=..., **kwargs)
659 pyscript.web.ElementCollection.classes?4()
660 pyscript.web.ElementCollection.elements?4()
661 pyscript.web.ElementCollection.find?4(selector)
662 pyscript.web.ElementCollection.style?4()
663 pyscript.web.ElementCollection.wrap_dom_elements?4(dom_elements)
664 pyscript.web.ElementCollection?1(elements: List[Element])
665 pyscript.web.HasOptions.options?4()
666 pyscript.web.Options.add?4(value=..., html=..., text=..., before=..., **kwargs)
667 pyscript.web.Options.clear?4()
668 pyscript.web.Options.options?4()
669 pyscript.web.Options.remove?4(index)
670 pyscript.web.Options.selected?4()
671 pyscript.web.Options?1(element)
672 pyscript.web.Page.append?4(*items)
673 pyscript.web.Page.find?4(selector)
674 pyscript.web.Page.title?4(value)
675 pyscript.web.Page?1()
676 pyscript.web.Style.remove?4(key)
677 pyscript.web.Style.set?4(**kwargs)
678 pyscript.web.Style.visible?4(value)
679 pyscript.web.Style?1(element: Element)
680 pyscript.web.StyleCollection.remove?4(key)
681 pyscript.web.StyleCollection?1(collection)
682 pyscript.web.canvas.download?4(filename: str = ...)
683 pyscript.web.canvas.draw?4(what, width=..., height=...)
684 pyscript.web.page?7
685 pyscript.web.video.snap?4(to: Element | str = ..., width: int | None = ..., height: int | None = ...)
686 pyscript.web.wrap_dom_element?4(dom_element)
687 pyscript.websocket.EventMessage?1(event)
688 pyscript.websocket.WebSocket.CLOSED?7
689 pyscript.websocket.WebSocket.CLOSING?7
690 pyscript.websocket.WebSocket.CONNECTING?7
691 pyscript.websocket.WebSocket.OPEN?7
692 pyscript.websocket.WebSocket.close?4(**kw)
693 pyscript.websocket.WebSocket.send?4(data)
694 pyscript.websocket.WebSocket?1(**kw)
695 pyscript.websocket.code?7
696 pyscript.websocket.methods?7
697 pyscript.websocket.protocols?7
698 pyscript.websocket.reason?7
699 pyscript.workers._get?8
700 pyscript.workers.create_named_worker?4(src=..., name=..., config=..., type=...)
701 pyscript.workers.workers?7
702 random._T?8
703 random.choice?4(sequence: Subscriptable, /)
704 random.getrandbits?4(n: int, /)
705 random.randint?4(a: int, b: int, /)
706 random.random?4()
707 random.randrange?4(start: int, stop: int, /)
708 random.randrange?4(start: int, stop: int, step: int, /)
709 random.randrange?4(stop: int, /)
710 random.seed?4(n: int | None = None, /)
711 random.uniform?4(a: float, b: float)
712 select.POLLERR?7
713 select.POLLHUP?7
714 select.POLLIN?7
715 select.POLLOUT?7
716 select.poll.ipoll?4(timeout=-1, flags=0, /)
717 select.poll.modify?4(obj, eventmask)
718 select.poll.poll?4(timeout=-1, /)
719 select.poll.register?4(obj, eventmask: Optional[Any] = None)
720 select.poll.unregister?4(obj)
721 select.poll?1()
722 select.select?4(rlist: Iterable[Any], wlist: Iterable[Any], xlist: Iterable[Any], timeout: int = -1, /, )
723 stat.SF_APPEND?7
724 stat.SF_ARCHIVED?7
725 stat.SF_IMMUTABLE?7
726 stat.SF_NOUNLINK?7
727 stat.SF_SNAPSHOT?7
728 stat.ST_ATIME?7
729 stat.ST_CTIME?7
730 stat.ST_DEV?7
731 stat.ST_GID?7
732 stat.ST_INO?7
733 stat.ST_MODE?7
734 stat.ST_MTIME?7
735 stat.ST_NLINK?7
736 stat.ST_SIZE?7
737 stat.ST_UID?7
738 stat.S_ENFMT?7
739 stat.S_IEXEC?7
740 stat.S_IFBLK?7
741 stat.S_IFCHR?7
742 stat.S_IFDIR?7
743 stat.S_IFIFO?7
744 stat.S_IFLNK?7
745 stat.S_IFMT?4(mode)
746 stat.S_IFREG?7
747 stat.S_IFSOCK?7
748 stat.S_IMODE?4(mode)
749 stat.S_IREAD?7
750 stat.S_IRGRP?7
751 stat.S_IROTH?7
752 stat.S_IRUSR?7
753 stat.S_IRWXG?7
754 stat.S_IRWXO?7
755 stat.S_IRWXU?7
756 stat.S_ISBLK?4(mode)
757 stat.S_ISCHR?4(mode)
758 stat.S_ISDIR?4(mode)
759 stat.S_ISFIFO?4(mode)
760 stat.S_ISGID?7
761 stat.S_ISLNK?4(mode)
762 stat.S_ISREG?4(mode)
763 stat.S_ISSOCK?4(mode)
764 stat.S_ISUID?7
765 stat.S_ISVTX?7
766 stat.S_IWGRP?7
767 stat.S_IWOTH?7
768 stat.S_IWRITE?7
769 stat.S_IWUSR?7
770 stat.S_IXGRP?7
771 stat.S_IXOTH?7
772 stat.S_IXUSR?7
773 stat.UF_APPEND?7
774 stat.UF_COMPRESSED?7
775 stat.UF_HIDDEN?7
776 stat.UF_IMMUTABLE?7
777 stat.UF_NODUMP?7
778 stat.UF_NOUNLINK?7
779 stat.UF_OPAQUE?7
780 stat._filemode_table?8
781 stat.filemode?4(mode)
782 string.ascii_letters?7
783 string.ascii_lowercase?7
784 string.ascii_uppercase?7
785 string.digits?7
786 string.hexdigits?7
787 string.octdigits?7
788 string.printable?7
789 string.punctuation?7
790 string.translate?4(s, map)
791 string.whitespace?7
792 tarfile.DIRTYPE?7
793 tarfile.FileSection.align?7
794 tarfile.FileSection.content_len?7
795 tarfile.FileSection.f?7
796 tarfile.FileSection.read?4(sz: int = 65536)
797 tarfile.FileSection.readinto?4(buf)
798 tarfile.FileSection.skip?4()
799 tarfile.FileSection?1(f, content_len, aligned_len)
800 tarfile.REGTYPE?7
801 tarfile.TarFile.close?4()
802 tarfile.TarFile.extractfile?4(tarinfo)
803 tarfile.TarFile.f?7
804 tarfile.TarFile.mode?7
805 tarfile.TarFile.next?4()
806 tarfile.TarFile.offset?7
807 tarfile.TarFile.subf?7
808 tarfile.TarFile?1(name: Incomplete | None = None, mode: str = "r", fileobj: Incomplete | None = None)
809 tarfile.TarInfo.isdir?4()
810 tarfile.TarInfo.isreg?4()
811 tarfile.TarInfo.mode?7
812 tarfile.TarInfo.name?7
813 tarfile.TarInfo.type?4()
814 tarfile.TarInfo?1(name: str = "")
815 tarfile._BLOCKSIZE?8
816 tarfile._S_IFDIR?8
817 tarfile._S_IFMT?8
818 tarfile._S_IFREG?8
819 tarfile._TAR_HEADER?8
820 tarfile._roundup?5(val, align)
821 tarfile.write._BLOCKSIZE?8
822 tarfile.write._NUL?8
823 tarfile.write._RECORDSIZE?8
824 tarfile.write._TAR_HEADER?8
825 tarfile.write._close_write?5(self)
826 tarfile.write._open_write?5(self, name, mode, fileobj)
827 tarfile.write.add?4(self, name, recursive: bool = True)
828 tarfile.write.addfile?4(self, tarinfo, fileobj: Incomplete | None = None)
829 time._Ticks?8
830 time._TicksCPU?8
831 time._TicksMs?8
832 time._TicksUs?8
833 time.const?4(*args, **kwargs)
834 time.gmtime?4(secs: int | None = None, /)
835 time.localtime?4(secs: int | None = None, /)
836 time.mktime?4(local_time: _TimeTuple, /)
837 time.sleep?4(seconds: float, /)
838 time.sleep_ms?4(ms: int, /)
839 time.sleep_us?4(us: int, /)
840 time.strftime?4(*args, **kwargs)
841 time.ticks_add?4(ticks: _Ticks, delta: int, /)
842 time.ticks_cpu?4()
843 time.ticks_diff?4(ticks1: _Ticks, ticks2: _Ticks, /)
844 time.ticks_ms?4()
845 time.ticks_us?4()
846 time.time?4()
847 time.time_ns?4()
848 uctypes.ARRAY?7
849 uctypes.BFINT16?7
850 uctypes.BFINT32?7
851 uctypes.BFINT8?7
852 uctypes.BFUINT16?7
853 uctypes.BFUINT32?7
854 uctypes.BFUINT8?7
855 uctypes.BF_LEN?7
856 uctypes.BF_POS?7
857 uctypes.BIG_ENDIAN?7
858 uctypes.FLOAT32?7
859 uctypes.FLOAT64?7
860 uctypes.INT16?7
861 uctypes.INT32?7
862 uctypes.INT64?7
863 uctypes.INT8?7
864 uctypes.INT?7
865 uctypes.LITTLE_ENDIAN?7
866 uctypes.LONG?7
867 uctypes.LONGLONG?7
868 uctypes.NATIVE?7
869 uctypes.PTR?7
870 uctypes.SHORT?7
871 uctypes.UINT16?7
872 uctypes.UINT32?7
873 uctypes.UINT64?7
874 uctypes.UINT8?7
875 uctypes.UINT?7
876 uctypes.ULONG?7
877 uctypes.ULONGLONG?7
878 uctypes.USHORT?7
879 uctypes.VOID?7
880 uctypes._ArrayOfAggregateProperty?8
881 uctypes._ArrayProperty?8
882 uctypes._BitfieldProperty?8
883 uctypes._PointerToAPrimitiveProperty?8
884 uctypes._PointerToAaAggregateProperty?8
885 uctypes._RecursiveProperty?8
886 uctypes._ScalarProperty?8
887 uctypes._descriptor?8
888 uctypes._property?8
889 uctypes.addressof?4(obj: AnyReadableBuf, /)
890 uctypes.bytearray_at?4(addr: int, size: int, /)
891 uctypes.bytes_at?4(addr: int, size: int, /)
892 uctypes.sizeof?4(struct: struct | _descriptor | dict, layout_type: int = NATIVE, /)
893 uctypes.struct?1(addr: int, descriptor: _descriptor, layout_type: int = NATIVE, /)
894 uhashlib.sha256.digest?4(*args, **kwargs)
895 uhashlib.sha256.update?4(*args, **kwargs)
896 uhashlib.sha256?1(*argv, **kwargs)
897 uheapq.heapify?4(*args, **kwargs)
898 uheapq.heappop?4(*args, **kwargs)
899 uheapq.heappush?4(*args, **kwargs)
900 unittest.AssertRaisesContext.exception?7
901 unittest.AssertRaisesContext.expected?7
902 unittest.AssertRaisesContext?1(exc)
903 unittest.SubtestContext.msg?7
904 unittest.SubtestContext.params?7
905 unittest.SubtestContext?1(msg: Incomplete | None = None, params: Incomplete | None = None)
906 unittest.TestCase._cleanups?8
907 unittest.TestCase.addCleanup?4(func, *args, **kwargs)
908 unittest.TestCase.assertAlmostEqual?4(x, y, places: Incomplete | None = None, msg: str = "", delta: Incomplete | None = None)
909 unittest.TestCase.assertEqual?4(x, y, msg: str = "")
910 unittest.TestCase.assertFalse?4(x, msg: str = "")
911 unittest.TestCase.assertGreaterEqual?4(x, y, msg: Incomplete | None = None)
912 unittest.TestCase.assertIn?4(x, y, msg: str = "")
913 unittest.TestCase.assertIs?4(x, y, msg: str = "")
914 unittest.TestCase.assertIsInstance?4(x, y, msg: str = "")
915 unittest.TestCase.assertIsNone?4(x, msg: str = "")
916 unittest.TestCase.assertIsNot?4(x, y, msg: str = "")
917 unittest.TestCase.assertIsNotNone?4(x, msg: str = "")
918 unittest.TestCase.assertLessEqual?4(x, y, msg: Incomplete | None = None)
919 unittest.TestCase.assertNotAlmostEqual?4(x, y, places: Incomplete | None = None, msg: str = "", delta: Incomplete | None = None)
920 unittest.TestCase.assertNotEqual?4(x, y, msg: str = "")
921 unittest.TestCase.assertRaises?4(exc, func: Incomplete | None = None, *args, **kwargs)
922 unittest.TestCase.assertTrue?4(x, msg: str = "")
923 unittest.TestCase.assertWarns?4(warn)
924 unittest.TestCase.doCleanups?4()
925 unittest.TestCase.fail?4(msg: str = "")
926 unittest.TestCase.skipTest?4(reason)
927 unittest.TestCase.subTest?4(msg: Incomplete | None = None, **params)
928 unittest.TestCase?1()
929 unittest.TestResult._newFailures?8
930 unittest.TestResult.errors?7
931 unittest.TestResult.errorsNum?7
932 unittest.TestResult.failures?7
933 unittest.TestResult.failuresNum?7
934 unittest.TestResult.printErrorList?4(lst)
935 unittest.TestResult.printErrors?4()
936 unittest.TestResult.skipped?7
937 unittest.TestResult.skippedNum?7
938 unittest.TestResult.testsRun?7
939 unittest.TestResult.wasSuccessful?4()
940 unittest.TestResult?1()
941 unittest.TestRunner.run?4(suite: TestSuite)
942 unittest.TestSuite._load_module?5(mod)
943 unittest.TestSuite._tests?8
944 unittest.TestSuite.addTest?4(cls)
945 unittest.TestSuite.name?7
946 unittest.TestSuite.run?4(result)
947 unittest.TestSuite?1(name: str = "")
948 unittest.TextTestRunner?7
949 unittest._capture_exc?5(exc, exc_traceback)
950 unittest._handle_test_exception?5(current_test: tuple, test_result: TestResult, exc_info: tuple, verbose: bool = True)
951 unittest._run_suite?5(c, test_result: TestResult, suite_name: str = "")
952 unittest.expectedFailure?4(test)
953 unittest.main?4(module: str = "__main__", testRunner: Incomplete | None = None)
954 unittest.skip?4(msg)
955 unittest.skipIf?4(cond, msg)
956 unittest.skipUnless?4(cond, msg)
957 urandom.choice?4(*args, **kwargs)
958 urandom.getrandbits?4(*args, **kwargs)
959 urandom.randint?4(*args, **kwargs)
960 urandom.random?4(*args, **kwargs)
961 urandom.randrange?4(*args, **kwargs)
962 urandom.seed?4(*args, **kwargs)
963 urandom.uniform?4(*args, **kwargs)
964 ure.compile?4(*args, **kwargs)
965 ure.match?4(*args, **kwargs)
966 ure.search?4(*args, **kwargs)
967 ure.sub?4(*args, **kwargs)
968 uu.decode?4(in_file, out_file: Incomplete | None = None, mode: Incomplete | None = None, quiet: bool = False)
969 uu.encode?4(in_file, out_file, name: Incomplete | None = None, mode: Incomplete | None = None)
970 vfs.AbstractBlockDev.ioctl?4(op: int)
971 vfs.AbstractBlockDev.readblocks?4(block_num: int, buf: bytearray, offset: int)
972 vfs.AbstractBlockDev.writeblocks?4(block_num: int, buf: bytes | bytearray, offset: int, /)
973 vfs.VfsPosix.chdir?4(*args, **kwargs)
974 vfs.VfsPosix.getcwd?4(*args, **kwargs)
975 vfs.VfsPosix.ilistdir?4(*args, **kwargs)
976 vfs.VfsPosix.mkdir?4(*args, **kwargs)
977 vfs.VfsPosix.mount?4(*args, **kwargs)
978 vfs.VfsPosix.open?4(*args, **kwargs)
979 vfs.VfsPosix.remove?4(*args, **kwargs)
980 vfs.VfsPosix.rename?4(*args, **kwargs)
981 vfs.VfsPosix.rmdir?4(*args, **kwargs)
982 vfs.VfsPosix.stat?4(*args, **kwargs)
983 vfs.VfsPosix.statvfs?4(*args, **kwargs)
984 vfs.VfsPosix.umount?4(*args, **kwargs)
985 vfs.VfsPosix?1(root: str | None = None)
986 vfs.mount?4(fsobj, mount_point: str, *, readonly: bool = False)
987 vfs.umount?4(mount_point: Incomplete)
988 zlib._MAX_WBITS?8
989 zlib._decode_wbits?5(wbits, decompress)
990 zlib.compress?4(data, wbits=...)
991 zlib.decompress?4(data, wbits=...)

eric ide

mercurial