APIs/MicroPython/micropython-v1_24_1-webassembly.api

Wed, 16 Apr 2025 17:14:04 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 16 Apr 2025 17:14:04 +0200
branch
eric7
changeset 84
31f974770ea6
permissions
-rw-r--r--

Updated MircroPython API files for v1.24.1.

__builtins__.Const_T?7
__builtins__.const?4(expr: Const_T)
base64.b16decode?4(s, casefold: bool = False)
base64.b16encode?4(s)
base64.b32decode?4(s, casefold: bool = False, map01: Incomplete | None = None)
base64.b32encode?4(s)
base64.b64decode?4(s, altchars: Incomplete | None = None, validate: bool = False)
base64.b64encode?4(s, altchars: Incomplete | None = None)
base64.decode?4(input, output)
base64.decodebytes?4(s)
base64.encode?4(input, output)
base64.encodebytes?4(s)
base64.standard_b64decode?4(s)
base64.standard_b64encode?4(s)
base64.urlsafe_b64decode?4(s)
base64.urlsafe_b64encode?4(s)
binascii.PAD?7
binascii._transform?5(n)
binascii.a2b_base64?4(ascii)
binascii.a2b_hex?7
binascii.b2a_base64?4(bin, newline: bool = True)
binascii.b2a_hex?7
binascii.table_a2b_base64?7
binascii.table_b2a_base64?7
binascii.unhexlify?4(data)
cmath._C?8
cmath.cos?4(z: _C, /)
cmath.e?7
cmath.exp?4(z: _C, /)
cmath.log10?4(z: _C, /)
cmath.log?4(z: _C, /)
cmath.phase?4(z: _C, /)
cmath.pi?7
cmath.polar?4(z: _C, /)
cmath.rect?4(r: float, phi: float, /)
cmath.sin?4(z: _C, /)
cmath.sqrt?4(z: _C, /)
copy.copy?4(x)
copy.deepcopy?4(x, memo: Incomplete | None = None, _nil=[])
copy.error?7
datetime.MAXYEAR?7
datetime.MINYEAR?7
datetime._DBM?8
datetime._DIM?8
datetime._TIME_SPEC?8
datetime._d2iso?5(o)
datetime._date?5(y, m, d)
datetime._dbm?5(y, m)
datetime._dby?5(y)
datetime._dim?5(y, m)
datetime._iso2d?5(s)
datetime._iso2t?5(s)
datetime._leap?5(y)
datetime._o2ymd?5(n)
datetime._t2iso?5(td, timespec, dt, tz)
datetime._time?5(h, m, s, us, fold)
datetime._ymd2o?5(y, m, d)
datetime.date._hash?8
datetime.date._ord?8
datetime.date.day?4()
datetime.date.fromisoformat?4(s)
datetime.date.fromordinal?4(n)
datetime.date.fromtimestamp?4(ts)
datetime.date.isoformat?4()
datetime.date.isoweekday?4()
datetime.date.month?4()
datetime.date.replace?4(year: Incomplete | None = None, month: Incomplete | None = None, day: Incomplete | None = None)
datetime.date.timetuple?4()
datetime.date.today?4()
datetime.date.toordinal?4()
datetime.date.tuple?4()
datetime.date.weekday?4()
datetime.date.year?4()
datetime.date?1(year, month, day)
datetime.datetime._cmp?5(other)
datetime.datetime._d?8
datetime.datetime._fd?8
datetime.datetime._hash?8
datetime.datetime._sub?5(other)
datetime.datetime._t?8
datetime.datetime._tz?8
datetime.datetime.astimezone?4(tz: Incomplete | None = None)
datetime.datetime.combine?4(date, time, tzinfo: Incomplete | None = None)
datetime.datetime.date?4()
datetime.datetime.day?4()
datetime.datetime.dst?4()
datetime.datetime.fold?4()
datetime.datetime.fromisoformat?4(s)
datetime.datetime.fromordinal?4(n)
datetime.datetime.fromtimestamp?4(ts, tz: Incomplete | None = None)
datetime.datetime.hour?4()
datetime.datetime.isoformat?4(sep: str = "T", timespec: str = "auto")
datetime.datetime.isoweekday?4()
datetime.datetime.microsecond?4()
datetime.datetime.minute?4()
datetime.datetime.month?4()
datetime.datetime.now?4(tz: Incomplete | None = None)
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, )
datetime.datetime.second?4()
datetime.datetime.time?4()
datetime.datetime.timestamp?4()
datetime.datetime.timetuple?4()
datetime.datetime.timetz?4()
datetime.datetime.toordinal?4()
datetime.datetime.tuple?4()
datetime.datetime.tzinfo?4()
datetime.datetime.tzname?4()
datetime.datetime.utcoffset?4()
datetime.datetime.weekday?4()
datetime.datetime.year?4()
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, )
datetime.time._fd?8
datetime.time._hash?8
datetime.time._sub?5(other)
datetime.time._td?8
datetime.time._tz?8
datetime.time.dst?4()
datetime.time.fold?4()
datetime.time.fromisoformat?4(s)
datetime.time.hour?4()
datetime.time.isoformat?4(timespec: str = "auto")
datetime.time.microsecond?4()
datetime.time.minute?4()
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, )
datetime.time.second?4()
datetime.time.tuple?4()
datetime.time.tzinfo?4()
datetime.time.tzname?4()
datetime.time.utcoffset?4()
datetime.time?1(hour: int = 0, minute: int = 0, second: int = 0, microsecond: int = 0, tzinfo: Incomplete | None = None, *, fold: int = 0)
datetime.timedelta._format?5(spec: int = 0)
datetime.timedelta._hash?8
datetime.timedelta._tuple?5(n)
datetime.timedelta._us?8
datetime.timedelta.days?4()
datetime.timedelta.isoformat?4()
datetime.timedelta.microseconds?4()
datetime.timedelta.seconds?4()
datetime.timedelta.total_seconds?4()
datetime.timedelta.tuple?4()
datetime.timedelta?1(days: int = 0, seconds: int = 0, microseconds: int = 0, milliseconds: int = 0, minutes: int = 0, hours: int = 0, weeks: int = 0, )
datetime.timezone._hash?8
datetime.timezone._name?8
datetime.timezone._offset?8
datetime.timezone.dst?4(dt)
datetime.timezone.fromutc?4(dt)
datetime.timezone.tzname?4(dt)
datetime.timezone.utcoffset?4(dt)
datetime.timezone?1(offset, name: Incomplete | None = None)
datetime.tzinfo.dst?4(dt)
datetime.tzinfo.fromutc?4(dt)
datetime.tzinfo.isoformat?4(dt)
datetime.tzinfo.tzname?4(dt)
datetime.tzinfo.utcoffset?4(dt)
deflate.AUTO?7
deflate.DeflateIO.close?4(*args, **kwargs)
deflate.DeflateIO.read?4(*args, **kwargs)
deflate.DeflateIO.readinto?4(*args, **kwargs)
deflate.DeflateIO.readline?4(*args, **kwargs)
deflate.DeflateIO.write?4(*args, **kwargs)
deflate.DeflateIO?1(stream, format=AUTO, wbits=0, close=False, /)
deflate.GZIP?7
deflate.RAW?7
deflate.ZLIB?7
errno.EACCES?7
errno.EADDRINUSE?7
errno.EAGAIN?7
errno.EALREADY?7
errno.EBADF?7
errno.ECONNABORTED?7
errno.ECONNREFUSED?7
errno.ECONNRESET?7
errno.EEXIST?7
errno.EHOSTUNREACH?7
errno.EINPROGRESS?7
errno.EINVAL?7
errno.EIO?7
errno.EISDIR?7
errno.ENOBUFS?7
errno.ENODEV?7
errno.ENOENT?7
errno.ENOMEM?7
errno.ENOTCONN?7
errno.EOPNOTSUPP?7
errno.EPERM?7
errno.ETIMEDOUT?7
errno.errorcode?7
fnmatch.filter?4(names, pat)
fnmatch.fnmatch?4(name, pat)
fnmatch.fnmatchcase?4(name, pat)
fnmatch.translate?4(pat)
framebuf.FrameBuffer.blit?4(fbuf: FrameBuffer, x: int, y: int, key: int = -1, pallet: FrameBuffer | None = None, /, )
framebuf.FrameBuffer.ellipse?4(x, y, xr, yr, c, f, m: Optional[Any] = None)
framebuf.FrameBuffer.fill?4(c: int, /)
framebuf.FrameBuffer.fill_rect?4(*args, **kwargs)
framebuf.FrameBuffer.hline?4(x: int, y: int, w: int, c: int, /)
framebuf.FrameBuffer.line?4(x1: int, y1: int, x2: int, y2: int, c: int, /)
framebuf.FrameBuffer.pixel?4(x: int, y: int, c: int, /)
framebuf.FrameBuffer.poly?4(x, y, coords, c, f: Optional[Any] = None)
framebuf.FrameBuffer.rect?4(x: int, y: int, w: int, h: int, c: int, /)
framebuf.FrameBuffer.scroll?4(xstep: int, ystep: int, /)
framebuf.FrameBuffer.text?4(s: str, x: int, y: int, c: int = 1, /)
framebuf.FrameBuffer.vline?4(x: int, y: int, h: int, c: int, /)
framebuf.FrameBuffer1?4(*args, **kwargs)
framebuf.FrameBuffer?1(buffer: AnyWritableBuf, width: int, height: int, format: int, stride: int = ..., /, )
framebuf.GS2_HMSB?7
framebuf.GS4_HMSB?7
framebuf.GS8?7
framebuf.MONO_HLSB?7
framebuf.MONO_HMSB?7
framebuf.MONO_VLSB?7
framebuf.MVLSB?7
framebuf.RGB565?7
functools.partial?4(func, *args, **kwargs)
functools.reduce?4(function, iterable, initializer: Incomplete | None = None)
functools.update_wrapper?4(wrapper, wrapped, assigned: Incomplete | None = None, updated: Incomplete | None = None)
functools.wraps?4(wrapped, assigned: Incomplete | None = None, updated: Incomplete | None = None)
gc.collect?4()
gc.disable?4()
gc.enable?4()
gc.isenabled?4(*args, **kwargs)
gc.mem_alloc?4()
gc.mem_free?4()
gc.threshold?4()
gc.threshold?4(amount: int)
gzip.GzipFile?1(*, fileobj, mode)
gzip._WBITS?8
gzip.compress?4(data)
gzip.decompress?4(data)
gzip.open?4(filename, mode: str = "rb")
hashlib.sha1?1(data: AnyReadableBuf)
hashlib.sha256.digest?4(*args, **kwargs)
hashlib.sha256.update?4(*args, **kwargs)
hashlib.sha256?1(data: AnyReadableBuf)
heapq._T?8
heapq.heapify?4(x: list[Any], /)
heapq.heappop?4(heap: list[_T], /)
heapq.heappush?4(heap: list[_T], item: _T, /)
hmac.HMAC._current?5()
hmac.HMAC._inner?8
hmac.HMAC._outer?8
hmac.HMAC.block_size?7
hmac.HMAC.copy?4()
hmac.HMAC.digest?4()
hmac.HMAC.digest_size?7
hmac.HMAC.hexdigest?4()
hmac.HMAC.name?4()
hmac.HMAC.update?4(msg)
hmac.HMAC?1(key, msg: Incomplete | None = None, digestmod: Incomplete | None = None)
hmac.new?4(key, msg: Incomplete | None = None, digestmod: Incomplete | None = None)
html._escape_map?8
html._escape_map_full?8
html.escape?4(s, quote: bool = True)
inspect._Class.meth?4()
inspect._Instance?8
inspect.currentframe?4()
inspect.getargspec?4(func)
inspect.getfile?4(obj)
inspect.getframeinfo?4(frame, context: int = 1)
inspect.getmembers?4(obj, pred: Incomplete | None = None)
inspect.getmodule?4(obj, _filename: Incomplete | None = None)
inspect.getmro?4(cls)
inspect.getsource?4(obj)
inspect.getsourcefile?4(obj)
inspect.isclass?4(obj)
inspect.isfunction?4(obj)
inspect.isgenerator?4(obj)
inspect.isgeneratorfunction?4(obj)
inspect.ismethod?4(obj)
inspect.ismodule?4(obj)
itertools.accumulate?4(iterable, func=...)
itertools.chain?4(*p)
itertools.count?4(start: int = 0, step: int = 1)
itertools.cycle?4(p)
itertools.islice?4(p, start, stop=(), step: int = 1)
itertools.repeat?4(el, n: Incomplete | None = None)
itertools.starmap?4(function, iterable)
itertools.tee?4(iterable, n: int = 2)
js.Element?7
js.Error?7
js.Event?7
js.Function?7
js.JSON?7
js.Lock?7
js.Object?7
js.Reflect?7
js.Storage?7
js.SyntaxError?7
js.TypeError?7
js.Uint8Array?7
js.WebSocket?7
js.addEventListener?7
js.buffer?7
js.clearTimeout?7
js.close?7
js.console?7
js.crypto?7
js.document?7
js.escape?7
js.eval?7
js.event?7
js.fetch?7
js.find?7
js.globalThis?7
js.length?7
js.name?7
js.new?4(cls, *args, **kwargs)
js.onclose?7
js.onerror?7
js.onmessage?7
js.open?7
js.parent?7
js.print?7
js.prompt?7
js.scroll?7
js.self?7
js.setTimeout?7
js.stop?7
js.undefined?7
js.window?7
jsffi.JsProxy?1(*argv, **kwargs)
jsffi.create_proxy?4(*args, **kwargs)
jsffi.mem_info?4(*args, **kwargs)
jsffi.to_js?4(*args, **kwargs)
locale.getpreferredencoding?4()
logging.CRITICAL?7
logging.DEBUG?7
logging.ERROR?7
logging.FileHandler.close?4()
logging.FileHandler?1(filename, mode: str = "a", encoding: str = "UTF-8")
logging.Formatter.datefmt?7
logging.Formatter.fmt?7
logging.Formatter.format?4(record)
logging.Formatter.formatTime?4(datefmt, record)
logging.Formatter.usesTime?4()
logging.Formatter?1(fmt: Incomplete | None = None, datefmt: Incomplete | None = None)
logging.Handler.close?4()
logging.Handler.format?4(record)
logging.Handler.formatter?7
logging.Handler.level?7
logging.Handler.setFormatter?4(formatter)
logging.Handler.setLevel?4(level)
logging.Handler?1(level=...)
logging.INFO?7
logging.LogRecord.asctime?7
logging.LogRecord.ct?7
logging.LogRecord.levelname?7
logging.LogRecord.levelno?7
logging.LogRecord.message?7
logging.LogRecord.msecs?7
logging.LogRecord.name?7
logging.LogRecord.set?4(name, level, message)
logging.Logger.addHandler?4(handler)
logging.Logger.critical?4(msg, *args)
logging.Logger.debug?4(msg, *args)
logging.Logger.error?4(msg, *args)
logging.Logger.exception?4(msg, *args, exc_info: bool = True)
logging.Logger.getEffectiveLevel?4()
logging.Logger.handlers?7
logging.Logger.hasHandlers?4()
logging.Logger.info?4(msg, *args)
logging.Logger.isEnabledFor?4(level)
logging.Logger.level?7
logging.Logger.log?4(level, msg, *args)
logging.Logger.name?7
logging.Logger.record?7
logging.Logger.setLevel?4(level)
logging.Logger.warning?4(msg, *args)
logging.Logger?1(name, level=...)
logging.NOTSET?7
logging.StreamHandler.close?4()
logging.StreamHandler.emit?4(record)
logging.StreamHandler.stream?7
logging.StreamHandler.terminator?7
logging.StreamHandler?1(stream: Incomplete | None = None)
logging.WARNING?7
logging._DEFAULT_LEVEL?8
logging._default_datefmt?8
logging._default_fmt?8
logging._level_dict?8
logging._loggers?8
logging._stream?8
logging.addLevelName?4(level, name)
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, )
logging.critical?4(msg, *args)
logging.debug?4(msg, *args)
logging.error?4(msg, *args)
logging.exception?4(msg, *args)
logging.getLogger?4(name: Incomplete | None = None)
logging.info?4(msg, *args)
logging.log?4(level, msg, *args)
logging.shutdown?4()
logging.warning?4(msg, *args)
math.acos?4(x: SupportsFloat, /)
math.acosh?4(x: SupportsFloat, /)
math.asin?4(x: SupportsFloat, /)
math.asinh?4(x: SupportsFloat, /)
math.atan2?4(y: SupportsFloat, x: SupportsFloat, /)
math.atan?4(x: SupportsFloat, /)
math.atanh?4(x: SupportsFloat, /)
math.ceil?4(x: SupportsFloat, /)
math.copysign?4(x: SupportsFloat, y: SupportsFloat, /)
math.cos?4(x: SupportsFloat, /)
math.cosh?4(x: SupportsFloat, /)
math.degrees?4(x: SupportsFloat, /)
math.e?7
math.erf?4(x: SupportsFloat, /)
math.erfc?4(x: SupportsFloat, /)
math.exp?4(x: SupportsFloat, /)
math.expm1?4(x: SupportsFloat, /)
math.fabs?4(x: SupportsFloat, /)
math.factorial?4(*args, **kwargs)
math.floor?4(x: SupportsFloat, /)
math.fmod?4(x: SupportsFloat, y: SupportsFloat, /)
math.frexp?4(x: SupportsFloat, /)
math.gamma?4(x: SupportsFloat, /)
math.inf?7
math.isclose?4(*args, **kwargs)
math.isfinite?4(x: SupportsFloat, /)
math.isinf?4(x: SupportsFloat, /)
math.isnan?4(x: SupportsFloat, /)
math.ldexp?4(x: SupportsFloat, exp: int, /)
math.lgamma?4(x: SupportsFloat, /)
math.log10?4(x: SupportsFloat, /)
math.log2?4(x: SupportsFloat, /)
math.log?4(x: SupportsFloat, /)
math.modf?4(x: SupportsFloat, /)
math.nan?7
math.pi?7
math.pow?4(x: SupportsFloat, y: SupportsFloat, /)
math.radians?4(x: SupportsFloat, /)
math.sin?4(x: SupportsFloat, /)
math.sinh?4(x: SupportsFloat, /)
math.sqrt?4(x: SupportsFloat, /)
math.tan?4(x: SupportsFloat, /)
math.tanh?4(x: SupportsFloat, /)
math.tau?7
math.trunc?4(x: SupportsFloat, /)
micropython.Const_T?7
micropython.RingIO.any?4()
micropython.RingIO.close?4()
micropython.RingIO.read?4(nbytes: Optional[Any] = None)
micropython.RingIO.readinto?4(buf, nbytes: Optional[Any] = None)
micropython.RingIO.readline?4(nbytes: Optional[Any] = None)
micropython.RingIO.write?4(buf)
micropython.RingIO?1(size)
micropython._F?8
micropython._Param?8
micropython._Ret?8
micropython._T?8
micropython.asm_thumb?4(_func: Callable[_Param, _Ret], /)
micropython.asm_xtensa?4(_func: Callable[_Param, _Ret], /)
micropython.const?4(expr: Const_T, /)
micropython.heap_lock?4()
micropython.heap_unlock?4()
micropython.kbd_intr?4(chr: int)
micropython.mem_info?4()
micropython.mem_info?4(verbose: Any, /)
micropython.native?4(_func: Callable[_Param, _Ret], /)
micropython.opt_level?4()
micropython.opt_level?4(level: int, /)
micropython.pystack_use?4(*args, **kwargs)
micropython.qstr_info?4()
micropython.qstr_info?4(verbose: bool, /)
micropython.schedule?4(func: Callable[[_T], None], arg: _T, /)
micropython.stack_use?4()
micropython.viper?4(_func: Callable[_Param, _Ret], /)
mip.HEADERS_TO_IGNORE?7
mip.Response.close?4(*args, **kwargs)
mip.Response.content?7
mip.Response.json?4(*args, **kwargs)
mip.Response.text?7
mip.Response?1(*argv, **kwargs)
mip.StringIO.close?4(*args, **kwargs)
mip.StringIO.flush?4(*args, **kwargs)
mip.StringIO.getvalue?4(*args, **kwargs)
mip.StringIO.read?4(*args, **kwargs)
mip.StringIO.readinto?4(*args, **kwargs)
mip.StringIO.readline?4(*args, **kwargs)
mip.StringIO.seek?4(*args, **kwargs)
mip.StringIO.tell?4(*args, **kwargs)
mip.StringIO.write?4(*args, **kwargs)
mip.StringIO?1(*argv, **kwargs)
mip._A?8
mip._B?8
mip._C?8
mip._CHUNK_SIZE?8
mip._D?8
mip._E?8
mip._F?8
mip._check_exists?5(*args, **kwargs)
mip._chunk?5(*args, **kwargs)
mip._download_file?5(*args, **kwargs)
mip._ensure_path_exists?5(*args, **kwargs)
mip._install_json?5(*args, **kwargs)
mip._install_package?5(*args, **kwargs)
mip._rewrite_url?5(*args, **kwargs)
mip.get?4(*args, **kwargs)
mip.install?4(*args, **kwargs)
mip.request?4(*args, **kwargs)
operator.attrgetter?4(attr)
operator.eq?4(a, b)
operator.floordiv?4(a, b)
operator.ge?4(a, b)
operator.gt?4(a, b)
operator.le?4(a, b)
operator.lt?4(a, b)
operator.mod?4(a, b)
operator.ne?4(a, b)
operator.truediv?4(a, b)
os.chdir?4(path)
os.dupterm?4(stream_object, index=0, /)
os.dupterm_notify?4(obj_in: Any, /)
os.getcwd?4()
os.ilistdir?4(dir: Optional[Any] = None)
os.listdir?4(dir: Optional[Any] = None)
os.mkdir?4(path)
os.mount?4(fsobj, mount_point, *, readonly=False)
os.path.abspath?4(s)
os.path.basename?4(path)
os.path.dirname?4(path)
os.path.exists?4(path)
os.path.expanduser?4(s)
os.path.isdir?4(path)
os.path.isfile?4(path)
os.path.join?4(*args)
os.path.lexists?7
os.path.normcase?4(s)
os.path.normpath?4(s)
os.path.sep?7
os.path.split?4(path)
os.remove?4(path)
os.rename?4(old_path, new_path)
os.rmdir?4(path)
os.statvfs?4(path)
os.sync?4()
os.umount?4(mount_point)
os.urandom?4(n: int)
pathlib.Path._glob?5(path, pattern, recursive)
pathlib.Path._path?8
pathlib.Path.absolute?4()
pathlib.Path.exists?4()
pathlib.Path.glob?4(pattern)
pathlib.Path.is_dir?4()
pathlib.Path.is_file?4()
pathlib.Path.mkdir?4(parents: bool = False, exist_ok: bool = False)
pathlib.Path.name?4()
pathlib.Path.open?4(mode: str = "r", encoding: Incomplete | None = None)
pathlib.Path.parent?4()
pathlib.Path.read_bytes?4()
pathlib.Path.read_text?4(encoding: Incomplete | None = None)
pathlib.Path.rename?4(target)
pathlib.Path.resolve?4()
pathlib.Path.rglob?4(pattern)
pathlib.Path.rmdir?4()
pathlib.Path.stat?4()
pathlib.Path.stem?4()
pathlib.Path.suffix?4()
pathlib.Path.touch?4(exist_ok: bool = True)
pathlib.Path.unlink?4(missing_ok: bool = False)
pathlib.Path.with_suffix?4(suffix)
pathlib.Path.write_bytes?4(data)
pathlib.Path.write_text?4(data, encoding: Incomplete | None = None)
pathlib.Path?1(*segments)
pathlib._SEP?8
pathlib._clean_segment?5(segment)
pathlib._mode_if_exists?5(path)
platform.libc_ver?4()
platform.platform?4()
platform.python_compiler?4()
pyscript.display.HTML?1(html)
pyscript.display._MIME_METHODS?8
pyscript.display._MIME_RENDERERS?8
pyscript.display.display?4(*values, target=None, append: bool = True)
pyscript.events.Event.add_listener?4(listener)
pyscript.events.Event.remove_listener?4(*args)
pyscript.events.Event.trigger?4(result)
pyscript.events.Event?1()
pyscript.events.when?4(target, *args, **kwargs)
pyscript.fetch._DirectResponse.arrayBuffer?4()
pyscript.fetch._DirectResponse.blob?4()
pyscript.fetch._DirectResponse.bytearray?4()
pyscript.fetch._DirectResponse.json?4()
pyscript.fetch._DirectResponse.setup?4(response)
pyscript.fetch._DirectResponse.text?4()
pyscript.fetch._DirectResponse?2(promise)
pyscript.fetch._Response.arrayBuffer?4()
pyscript.fetch._Response.blob?4()
pyscript.fetch._Response.bytearray?4()
pyscript.fetch._Response.json?4()
pyscript.fetch._Response.text?4()
pyscript.fetch._Response?2(response)
pyscript.fetch.fetch?4(url, **kw)
pyscript.ffi.create_proxy?7
pyscript.ffi.from_entries?7
pyscript.ffi.to_js?7
pyscript.flatted._Known?2()
pyscript.flatted._String?2(value)
pyscript.flatted.parse?4(value, *args, **kwargs)
pyscript.flatted.stringify?4(value, *args, **kwargs)
pyscript.fs.mount?4(path, mode=..., root=..., id=...)
pyscript.fs.mounted?7
pyscript.fs.sync?4(path)
pyscript.fs.unmount?4(path)
pyscript.magic_js.JSModule.PyWorker?7
pyscript.magic_js.JSModule.current_target?4()
pyscript.magic_js.JSModule.document?7
pyscript.magic_js.JSModule.js_import?7
pyscript.magic_js.JSModule.sync?7
pyscript.magic_js.JSModule.window?7
pyscript.magic_js.JSModule?1(name)
pyscript.magic_js.RUNNING_IN_WORKER?7
pyscript.magic_js.config?7
pyscript.media.Device.get_stream?4()
pyscript.media.Device.group?4()
pyscript.media.Device.id?4()
pyscript.media.Device.kind?4()
pyscript.media.Device.label?4()
pyscript.media.Device.load?4(audio=..., video=...)
pyscript.media.Device?1(device)
pyscript.media.list_devices?4()
pyscript.storage.Storage.clear?4()
pyscript.storage.Storage.sync?4()
pyscript.storage.Storage?1(store)
pyscript.storage.storage?4(name=..., storage_class=...)
pyscript.util.NotSupported?1(name, error)
pyscript.util.as_bytearray?4(buffer)
pyscript.util.is_awaitable?4(obj)
pyscript.web.Classes.add?4(*class_names)
pyscript.web.Classes.contains?4(class_name)
pyscript.web.Classes.remove?4(*class_names)
pyscript.web.Classes.replace?4(old_class, new_class)
pyscript.web.Classes.toggle?4(*class_names)
pyscript.web.Classes?1(element: Element)
pyscript.web.ClassesCollection.add?4(*class_names)
pyscript.web.ClassesCollection.contains?4(class_name)
pyscript.web.ClassesCollection.remove?4(*class_names)
pyscript.web.ClassesCollection.replace?4(old_class, new_class)
pyscript.web.ClassesCollection.toggle?4(*class_names)
pyscript.web.ClassesCollection?1(collection)
pyscript.web.ContainerElement?1(*args, children=..., dom_element=..., style=..., classes=..., **kwargs)
pyscript.web.ELEMENT_CLASSES?7
pyscript.web.Element.append?4(*items)
pyscript.web.Element.children?4()
pyscript.web.Element.classes?4()
pyscript.web.Element.clone?4(clone_id=...)
pyscript.web.Element.element_classes_by_tag_name?7
pyscript.web.Element.find?4(selector)
pyscript.web.Element.get_event?4(name)
pyscript.web.Element.get_tag_name?4()
pyscript.web.Element.parent?4()
pyscript.web.Element.register_element_classes?4(element_classes)
pyscript.web.Element.show_me?4()
pyscript.web.Element.style?4()
pyscript.web.Element.unregister_element_classes?4(element_classes)
pyscript.web.Element.update?4(classes=..., style=..., **kwargs)
pyscript.web.Element.wrap_dom_element?4(dom_element)
pyscript.web.Element?1(dom_element=..., classes=..., style=..., **kwargs)
pyscript.web.ElementCollection.classes?4()
pyscript.web.ElementCollection.elements?4()
pyscript.web.ElementCollection.find?4(selector)
pyscript.web.ElementCollection.style?4()
pyscript.web.ElementCollection.wrap_dom_elements?4(dom_elements)
pyscript.web.ElementCollection?1(elements: List[Element])
pyscript.web.HasOptions.options?4()
pyscript.web.Options.add?4(value=..., html=..., text=..., before=..., **kwargs)
pyscript.web.Options.clear?4()
pyscript.web.Options.options?4()
pyscript.web.Options.remove?4(index)
pyscript.web.Options.selected?4()
pyscript.web.Options?1(element)
pyscript.web.Page.append?4(*items)
pyscript.web.Page.find?4(selector)
pyscript.web.Page.title?4(value)
pyscript.web.Page?1()
pyscript.web.Style.remove?4(key)
pyscript.web.Style.set?4(**kwargs)
pyscript.web.Style.visible?4(value)
pyscript.web.Style?1(element: Element)
pyscript.web.StyleCollection.remove?4(key)
pyscript.web.StyleCollection?1(collection)
pyscript.web.canvas.download?4(filename: str = ...)
pyscript.web.canvas.draw?4(what, width=..., height=...)
pyscript.web.page?7
pyscript.web.video.snap?4(to: Element | str = ..., width: int | None = ..., height: int | None = ...)
pyscript.web.wrap_dom_element?4(dom_element)
pyscript.websocket.EventMessage?1(event)
pyscript.websocket.WebSocket.CLOSED?7
pyscript.websocket.WebSocket.CLOSING?7
pyscript.websocket.WebSocket.CONNECTING?7
pyscript.websocket.WebSocket.OPEN?7
pyscript.websocket.WebSocket.close?4(**kw)
pyscript.websocket.WebSocket.send?4(data)
pyscript.websocket.WebSocket?1(**kw)
pyscript.websocket.code?7
pyscript.websocket.methods?7
pyscript.websocket.protocols?7
pyscript.websocket.reason?7
pyscript.workers._get?8
pyscript.workers.create_named_worker?4(src=..., name=..., config=..., type=...)
pyscript.workers.workers?7
random._T?8
random.choice?4(sequence: Subscriptable, /)
random.getrandbits?4(n: int, /)
random.randint?4(a: int, b: int, /)
random.random?4()
random.randrange?4(start: int, stop: int, /)
random.randrange?4(start: int, stop: int, step: int, /)
random.randrange?4(stop: int, /)
random.seed?4(n: int | None = None, /)
random.uniform?4(a: float, b: float)
select.POLLERR?7
select.POLLHUP?7
select.POLLIN?7
select.POLLOUT?7
select.poll.ipoll?4(timeout=-1, flags=0, /)
select.poll.modify?4(obj, eventmask)
select.poll.poll?4(timeout=-1, /)
select.poll.register?4(obj, eventmask: Optional[Any] = None)
select.poll.unregister?4(obj)
select.poll?1()
select.select?4(rlist: Iterable[Any], wlist: Iterable[Any], xlist: Iterable[Any], timeout: int = -1, /, )
stat.SF_APPEND?7
stat.SF_ARCHIVED?7
stat.SF_IMMUTABLE?7
stat.SF_NOUNLINK?7
stat.SF_SNAPSHOT?7
stat.ST_ATIME?7
stat.ST_CTIME?7
stat.ST_DEV?7
stat.ST_GID?7
stat.ST_INO?7
stat.ST_MODE?7
stat.ST_MTIME?7
stat.ST_NLINK?7
stat.ST_SIZE?7
stat.ST_UID?7
stat.S_ENFMT?7
stat.S_IEXEC?7
stat.S_IFBLK?7
stat.S_IFCHR?7
stat.S_IFDIR?7
stat.S_IFIFO?7
stat.S_IFLNK?7
stat.S_IFMT?4(mode)
stat.S_IFREG?7
stat.S_IFSOCK?7
stat.S_IMODE?4(mode)
stat.S_IREAD?7
stat.S_IRGRP?7
stat.S_IROTH?7
stat.S_IRUSR?7
stat.S_IRWXG?7
stat.S_IRWXO?7
stat.S_IRWXU?7
stat.S_ISBLK?4(mode)
stat.S_ISCHR?4(mode)
stat.S_ISDIR?4(mode)
stat.S_ISFIFO?4(mode)
stat.S_ISGID?7
stat.S_ISLNK?4(mode)
stat.S_ISREG?4(mode)
stat.S_ISSOCK?4(mode)
stat.S_ISUID?7
stat.S_ISVTX?7
stat.S_IWGRP?7
stat.S_IWOTH?7
stat.S_IWRITE?7
stat.S_IWUSR?7
stat.S_IXGRP?7
stat.S_IXOTH?7
stat.S_IXUSR?7
stat.UF_APPEND?7
stat.UF_COMPRESSED?7
stat.UF_HIDDEN?7
stat.UF_IMMUTABLE?7
stat.UF_NODUMP?7
stat.UF_NOUNLINK?7
stat.UF_OPAQUE?7
stat._filemode_table?8
stat.filemode?4(mode)
string.ascii_letters?7
string.ascii_lowercase?7
string.ascii_uppercase?7
string.digits?7
string.hexdigits?7
string.octdigits?7
string.printable?7
string.punctuation?7
string.translate?4(s, map)
string.whitespace?7
tarfile.DIRTYPE?7
tarfile.FileSection.align?7
tarfile.FileSection.content_len?7
tarfile.FileSection.f?7
tarfile.FileSection.read?4(sz: int = 65536)
tarfile.FileSection.readinto?4(buf)
tarfile.FileSection.skip?4()
tarfile.FileSection?1(f, content_len, aligned_len)
tarfile.REGTYPE?7
tarfile.TarFile.close?4()
tarfile.TarFile.extractfile?4(tarinfo)
tarfile.TarFile.f?7
tarfile.TarFile.mode?7
tarfile.TarFile.next?4()
tarfile.TarFile.offset?7
tarfile.TarFile.subf?7
tarfile.TarFile?1(name: Incomplete | None = None, mode: str = "r", fileobj: Incomplete | None = None)
tarfile.TarInfo.isdir?4()
tarfile.TarInfo.isreg?4()
tarfile.TarInfo.mode?7
tarfile.TarInfo.name?7
tarfile.TarInfo.type?4()
tarfile.TarInfo?1(name: str = "")
tarfile._BLOCKSIZE?8
tarfile._S_IFDIR?8
tarfile._S_IFMT?8
tarfile._S_IFREG?8
tarfile._TAR_HEADER?8
tarfile._roundup?5(val, align)
tarfile.write._BLOCKSIZE?8
tarfile.write._NUL?8
tarfile.write._RECORDSIZE?8
tarfile.write._TAR_HEADER?8
tarfile.write._close_write?5(self)
tarfile.write._open_write?5(self, name, mode, fileobj)
tarfile.write.add?4(self, name, recursive: bool = True)
tarfile.write.addfile?4(self, tarinfo, fileobj: Incomplete | None = None)
time._Ticks?8
time._TicksCPU?8
time._TicksMs?8
time._TicksUs?8
time.const?4(*args, **kwargs)
time.gmtime?4(secs: int | None = None, /)
time.localtime?4(secs: int | None = None, /)
time.mktime?4(local_time: _TimeTuple, /)
time.sleep?4(seconds: float, /)
time.sleep_ms?4(ms: int, /)
time.sleep_us?4(us: int, /)
time.strftime?4(*args, **kwargs)
time.ticks_add?4(ticks: _Ticks, delta: int, /)
time.ticks_cpu?4()
time.ticks_diff?4(ticks1: _Ticks, ticks2: _Ticks, /)
time.ticks_ms?4()
time.ticks_us?4()
time.time?4()
time.time_ns?4()
uctypes.ARRAY?7
uctypes.BFINT16?7
uctypes.BFINT32?7
uctypes.BFINT8?7
uctypes.BFUINT16?7
uctypes.BFUINT32?7
uctypes.BFUINT8?7
uctypes.BF_LEN?7
uctypes.BF_POS?7
uctypes.BIG_ENDIAN?7
uctypes.FLOAT32?7
uctypes.FLOAT64?7
uctypes.INT16?7
uctypes.INT32?7
uctypes.INT64?7
uctypes.INT8?7
uctypes.INT?7
uctypes.LITTLE_ENDIAN?7
uctypes.LONG?7
uctypes.LONGLONG?7
uctypes.NATIVE?7
uctypes.PTR?7
uctypes.SHORT?7
uctypes.UINT16?7
uctypes.UINT32?7
uctypes.UINT64?7
uctypes.UINT8?7
uctypes.UINT?7
uctypes.ULONG?7
uctypes.ULONGLONG?7
uctypes.USHORT?7
uctypes.VOID?7
uctypes._ArrayOfAggregateProperty?8
uctypes._ArrayProperty?8
uctypes._BitfieldProperty?8
uctypes._PointerToAPrimitiveProperty?8
uctypes._PointerToAaAggregateProperty?8
uctypes._RecursiveProperty?8
uctypes._ScalarProperty?8
uctypes._descriptor?8
uctypes._property?8
uctypes.addressof?4(obj: AnyReadableBuf, /)
uctypes.bytearray_at?4(addr: int, size: int, /)
uctypes.bytes_at?4(addr: int, size: int, /)
uctypes.sizeof?4(struct: struct | _descriptor | dict, layout_type: int = NATIVE, /)
uctypes.struct?1(addr: int, descriptor: _descriptor, layout_type: int = NATIVE, /)
uhashlib.sha256.digest?4(*args, **kwargs)
uhashlib.sha256.update?4(*args, **kwargs)
uhashlib.sha256?1(*argv, **kwargs)
uheapq.heapify?4(*args, **kwargs)
uheapq.heappop?4(*args, **kwargs)
uheapq.heappush?4(*args, **kwargs)
unittest.AssertRaisesContext.exception?7
unittest.AssertRaisesContext.expected?7
unittest.AssertRaisesContext?1(exc)
unittest.SubtestContext.msg?7
unittest.SubtestContext.params?7
unittest.SubtestContext?1(msg: Incomplete | None = None, params: Incomplete | None = None)
unittest.TestCase._cleanups?8
unittest.TestCase.addCleanup?4(func, *args, **kwargs)
unittest.TestCase.assertAlmostEqual?4(x, y, places: Incomplete | None = None, msg: str = "", delta: Incomplete | None = None)
unittest.TestCase.assertEqual?4(x, y, msg: str = "")
unittest.TestCase.assertFalse?4(x, msg: str = "")
unittest.TestCase.assertGreaterEqual?4(x, y, msg: Incomplete | None = None)
unittest.TestCase.assertIn?4(x, y, msg: str = "")
unittest.TestCase.assertIs?4(x, y, msg: str = "")
unittest.TestCase.assertIsInstance?4(x, y, msg: str = "")
unittest.TestCase.assertIsNone?4(x, msg: str = "")
unittest.TestCase.assertIsNot?4(x, y, msg: str = "")
unittest.TestCase.assertIsNotNone?4(x, msg: str = "")
unittest.TestCase.assertLessEqual?4(x, y, msg: Incomplete | None = None)
unittest.TestCase.assertNotAlmostEqual?4(x, y, places: Incomplete | None = None, msg: str = "", delta: Incomplete | None = None)
unittest.TestCase.assertNotEqual?4(x, y, msg: str = "")
unittest.TestCase.assertRaises?4(exc, func: Incomplete | None = None, *args, **kwargs)
unittest.TestCase.assertTrue?4(x, msg: str = "")
unittest.TestCase.assertWarns?4(warn)
unittest.TestCase.doCleanups?4()
unittest.TestCase.fail?4(msg: str = "")
unittest.TestCase.skipTest?4(reason)
unittest.TestCase.subTest?4(msg: Incomplete | None = None, **params)
unittest.TestCase?1()
unittest.TestResult._newFailures?8
unittest.TestResult.errors?7
unittest.TestResult.errorsNum?7
unittest.TestResult.failures?7
unittest.TestResult.failuresNum?7
unittest.TestResult.printErrorList?4(lst)
unittest.TestResult.printErrors?4()
unittest.TestResult.skipped?7
unittest.TestResult.skippedNum?7
unittest.TestResult.testsRun?7
unittest.TestResult.wasSuccessful?4()
unittest.TestResult?1()
unittest.TestRunner.run?4(suite: TestSuite)
unittest.TestSuite._load_module?5(mod)
unittest.TestSuite._tests?8
unittest.TestSuite.addTest?4(cls)
unittest.TestSuite.name?7
unittest.TestSuite.run?4(result)
unittest.TestSuite?1(name: str = "")
unittest.TextTestRunner?7
unittest._capture_exc?5(exc, exc_traceback)
unittest._handle_test_exception?5(current_test: tuple, test_result: TestResult, exc_info: tuple, verbose: bool = True)
unittest._run_suite?5(c, test_result: TestResult, suite_name: str = "")
unittest.expectedFailure?4(test)
unittest.main?4(module: str = "__main__", testRunner: Incomplete | None = None)
unittest.skip?4(msg)
unittest.skipIf?4(cond, msg)
unittest.skipUnless?4(cond, msg)
urandom.choice?4(*args, **kwargs)
urandom.getrandbits?4(*args, **kwargs)
urandom.randint?4(*args, **kwargs)
urandom.random?4(*args, **kwargs)
urandom.randrange?4(*args, **kwargs)
urandom.seed?4(*args, **kwargs)
urandom.uniform?4(*args, **kwargs)
ure.compile?4(*args, **kwargs)
ure.match?4(*args, **kwargs)
ure.search?4(*args, **kwargs)
ure.sub?4(*args, **kwargs)
uu.decode?4(in_file, out_file: Incomplete | None = None, mode: Incomplete | None = None, quiet: bool = False)
uu.encode?4(in_file, out_file, name: Incomplete | None = None, mode: Incomplete | None = None)
vfs.AbstractBlockDev.ioctl?4(op: int)
vfs.AbstractBlockDev.readblocks?4(block_num: int, buf: bytearray, offset: int)
vfs.AbstractBlockDev.writeblocks?4(block_num: int, buf: bytes | bytearray, offset: int, /)
vfs.VfsPosix.chdir?4(*args, **kwargs)
vfs.VfsPosix.getcwd?4(*args, **kwargs)
vfs.VfsPosix.ilistdir?4(*args, **kwargs)
vfs.VfsPosix.mkdir?4(*args, **kwargs)
vfs.VfsPosix.mount?4(*args, **kwargs)
vfs.VfsPosix.open?4(*args, **kwargs)
vfs.VfsPosix.remove?4(*args, **kwargs)
vfs.VfsPosix.rename?4(*args, **kwargs)
vfs.VfsPosix.rmdir?4(*args, **kwargs)
vfs.VfsPosix.stat?4(*args, **kwargs)
vfs.VfsPosix.statvfs?4(*args, **kwargs)
vfs.VfsPosix.umount?4(*args, **kwargs)
vfs.VfsPosix?1(root: str | None = None)
vfs.mount?4(fsobj, mount_point: str, *, readonly: bool = False)
vfs.umount?4(mount_point: Incomplete)
zlib._MAX_WBITS?8
zlib._decode_wbits?5(wbits, decompress)
zlib.compress?4(data, wbits=...)
zlib.decompress?4(data, wbits=...)

eric ide

mercurial