APIs/MicroPython/micropython-v1_19_1-esp8266.api

branch
eric7
changeset 57
67e7ac09e569
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/APIs/MicroPython/micropython-v1_19_1-esp8266.api	Wed Sep 28 17:44:38 2022 +0200
@@ -0,0 +1,828 @@
+_onewire.crc8?4(*args, **kwargs)
+_onewire.readbit?4(*args, **kwargs)
+_onewire.readbyte?4(*args, **kwargs)
+_onewire.reset?4(*args, **kwargs)
+_onewire.writebit?4(*args, **kwargs)
+_onewire.writebyte?4(*args, **kwargs)
+apa102.APA102.write?4()
+apa102.APA102?1(clock_pin, data_pin, n, bpp: int = ...)
+array.array.append?4(val)
+array.array.decode?4(*args, **kwargs)
+array.array.extend?4(iterable)
+array.array?1(typecode, iterable: Optional[Any] = None)
+binascii.a2b_base64?4(data)
+binascii.b2a_base64?4(data, *, newline=True)
+binascii.hexlify?4(data, sep: Optional[Any] = None)
+binascii.unhexlify?4(data)
+btree.open?4(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0)
+collections.OrderedDict.clear?4(*args, **kwargs)
+collections.OrderedDict.copy?4(*args, **kwargs)
+collections.OrderedDict.fromkeys?4(*args, **kwargs)
+collections.OrderedDict.get?4(*args, **kwargs)
+collections.OrderedDict.items?4(*args, **kwargs)
+collections.OrderedDict.keys?4(*args, **kwargs)
+collections.OrderedDict.pop?4(*args, **kwargs)
+collections.OrderedDict.popitem?4(*args, **kwargs)
+collections.OrderedDict.setdefault?4(*args, **kwargs)
+collections.OrderedDict.update?4(*args, **kwargs)
+collections.OrderedDict.values?4(*args, **kwargs)
+collections.OrderedDict?1(*args)
+collections.deque.append?4(x)
+collections.deque.popleft?4()
+collections.deque?1(iterable, maxlen, flags: Optional[Any] = None)
+collections.namedtuple?4(name, fields)
+dht.DHT11.humidity?4()
+dht.DHT11.temperature?4()
+dht.DHT22.humidity?4()
+dht.DHT22.temperature?4()
+dht.DHTBase.measure?4()
+dht.DHTBase?1(pin)
+ds18x20.DS18X20.convert_temp?4()
+ds18x20.DS18X20.read_scratch?4(rom)
+ds18x20.DS18X20.read_temp?4(rom)
+ds18x20.DS18X20.scan?4()
+ds18x20.DS18X20.write_scratch?4(rom, buf)
+ds18x20.DS18X20?1(onewire)
+esp.apa102_write?4(*args, **kwargs)
+esp.check_fw?4(*args, **kwargs)
+esp.deepsleep?4(time_us=0, /)
+esp.dht_readinto?4(*args, **kwargs)
+esp.esf_free_bufs?4(*args, **kwargs)
+esp.flash_erase?4(sector_no)
+esp.flash_id?4()
+esp.flash_read?4(byte_offset, length_or_buffer)
+esp.flash_size?4()
+esp.flash_user_start?4()
+esp.flash_write?4(byte_offset, bytes)
+esp.free?4(*args, **kwargs)
+esp.freemem?4(*args, **kwargs)
+esp.malloc?4(*args, **kwargs)
+esp.meminfo?4(*args, **kwargs)
+esp.osdebug?4(level)
+esp.set_native_code_location?4(start, length)
+esp.sleep_type?4(sleep_type: Optional[Any] = None)
+ffi.DynMod.func?4(ret, name, params)
+ffi.DynMod.var?4(type, name)
+ffi.DynMod?1(name)
+ffi.Func?1(f, restype)
+ffi.Var.get?4()
+ffi.Var?1(v)
+ffi.callback?4(ret, func, params)
+ffi.func?4(ret, addr, params)
+ffi.open?4(name)
+flashbdev.FlashBdev.ioctl?4(op, arg)
+flashbdev.FlashBdev.readblocks?4(n, buf, off: int = ...)
+flashbdev.FlashBdev.writeblocks?4(n, buf, off: Incomplete | None = ...)
+flashbdev.FlashBdev?1(start_sec, blocks)
+framebuf.FrameBuffer.blit?4(fbuf, x, y, key=-1, palette=None)
+framebuf.FrameBuffer.fill?4(c)
+framebuf.FrameBuffer.fill_rect?4(x, y, w, h, c)
+framebuf.FrameBuffer.hline?4(x, y, w, c)
+framebuf.FrameBuffer.line?4(x1, y1, x2, y2, c)
+framebuf.FrameBuffer.pixel?4(x, y, c: Optional[Any] = None)
+framebuf.FrameBuffer.rect?4(x, y, w, h, c)
+framebuf.FrameBuffer.scroll?4(xstep, ystep)
+framebuf.FrameBuffer.text?4(s, x, y, c: Optional[Any] = None)
+framebuf.FrameBuffer.vline?4(x, y, h, c)
+framebuf.FrameBuffer1?4(*args, **kwargs)
+framebuf.FrameBuffer?1(buffer, width, height, format, stride=-1, /)
+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(amount: Optional[Any] = None)
+hashlib.sha1.digest?4(*args, **kwargs)
+hashlib.sha1.update?4(*args, **kwargs)
+hashlib.sha1?1(data: Optional[Any] = None)
+hashlib.sha256.digest?4(*args, **kwargs)
+hashlib.sha256.update?4(*args, **kwargs)
+hashlib.sha256?1(data: Optional[Any] = None)
+heapq.heapify?4(x)
+heapq.heappop?4(heap)
+heapq.heappush?4(heap, item)
+inisetup.check_bootsec?4()
+inisetup.fs_corrupted?4()
+inisetup.setup?4()
+inisetup.wifi?4()
+io.BytesIO.close?4(*args, **kwargs)
+io.BytesIO.flush?4(*args, **kwargs)
+io.BytesIO.getvalue?4()
+io.BytesIO.read?4(*args, **kwargs)
+io.BytesIO.readinto?4(*args, **kwargs)
+io.BytesIO.readline?4(*args, **kwargs)
+io.BytesIO.seek?4(*args, **kwargs)
+io.BytesIO.tell?4(*args, **kwargs)
+io.BytesIO.write?4(*args, **kwargs)
+io.BytesIO?1(string: Optional[Any] = None)
+io.FileIO.close?4(*args, **kwargs)
+io.FileIO.flush?4(*args, **kwargs)
+io.FileIO.read?4(*args, **kwargs)
+io.FileIO.readinto?4(*args, **kwargs)
+io.FileIO.readline?4(*args, **kwargs)
+io.FileIO.readlines?4(*args, **kwargs)
+io.FileIO.seek?4(*args, **kwargs)
+io.FileIO.tell?4(*args, **kwargs)
+io.FileIO.write?4(*args, **kwargs)
+io.FileIO?1(*args)
+io.IOBase?1(*argv, **kwargs)
+io.StringIO.close?4(*args, **kwargs)
+io.StringIO.flush?4(*args, **kwargs)
+io.StringIO.getvalue?4(*args, **kwargs)
+io.StringIO.read?4(*args, **kwargs)
+io.StringIO.readinto?4(*args, **kwargs)
+io.StringIO.readline?4(*args, **kwargs)
+io.StringIO.seek?4(*args, **kwargs)
+io.StringIO.tell?4(*args, **kwargs)
+io.StringIO.write?4(*args, **kwargs)
+io.StringIO?1(string: Optional[Any] = None)
+io.TextIOWrapper.close?4(*args, **kwargs)
+io.TextIOWrapper.flush?4(*args, **kwargs)
+io.TextIOWrapper.read?4(*args, **kwargs)
+io.TextIOWrapper.readinto?4(*args, **kwargs)
+io.TextIOWrapper.readline?4(*args, **kwargs)
+io.TextIOWrapper.readlines?4(*args, **kwargs)
+io.TextIOWrapper.seek?4(*args, **kwargs)
+io.TextIOWrapper.tell?4(*args, **kwargs)
+io.TextIOWrapper.write?4(*args, **kwargs)
+io.TextIOWrapper?1(*args)
+io.open?4(name, mode="r", **kwargs)
+json.dump?4(obj, stream, separators=None)
+json.dumps?4(obj, separators=None)
+json.load?4(stream)
+json.loads?4(str)
+lwip.callback?4(*args, **kwargs)
+lwip.getaddrinfo?4(*args, **kwargs)
+lwip.print_pcbs?4(*args, **kwargs)
+lwip.reset?4(*args, **kwargs)
+lwip.socket.accept?4(*args, **kwargs)
+lwip.socket.bind?4(*args, **kwargs)
+lwip.socket.close?4(*args, **kwargs)
+lwip.socket.connect?4(*args, **kwargs)
+lwip.socket.listen?4(*args, **kwargs)
+lwip.socket.makefile?4(*args, **kwargs)
+lwip.socket.read?4(*args, **kwargs)
+lwip.socket.readinto?4(*args, **kwargs)
+lwip.socket.readline?4(*args, **kwargs)
+lwip.socket.recv?4(*args, **kwargs)
+lwip.socket.recvfrom?4(*args, **kwargs)
+lwip.socket.send?4(*args, **kwargs)
+lwip.socket.sendall?4(*args, **kwargs)
+lwip.socket.sendto?4(*args, **kwargs)
+lwip.socket.setblocking?4(*args, **kwargs)
+lwip.socket.setsockopt?4(*args, **kwargs)
+lwip.socket.settimeout?4(*args, **kwargs)
+lwip.socket.write?4(*args, **kwargs)
+lwip.socket?1(*argv, **kwargs)
+machine.ADC.read?4(*args, **kwargs)
+machine.ADC.read_u16?4()
+machine.ADC?1(id, *, sample_ns, atten)
+machine.I2C.init?4(scl, sda, *, freq=400000)
+machine.I2C.readfrom?4(addr, nbytes, stop=True, /)
+machine.I2C.readfrom_into?4(addr, buf, stop=True, /)
+machine.I2C.readfrom_mem?4(addr, memaddr, nbytes, *, addrsize=8)
+machine.I2C.readfrom_mem_into?4(addr, memaddr, buf, *, addrsize=8)
+machine.I2C.readinto?4(buf, nack=True, /)
+machine.I2C.scan?4()
+machine.I2C.start?4()
+machine.I2C.stop?4()
+machine.I2C.write?4(buf)
+machine.I2C.writeto?4(addr, buf, stop=True, /)
+machine.I2C.writeto_mem?4(addr, memaddr, buf, *, addrsize=8)
+machine.I2C.writevto?4(addr, vector, stop=True, /)
+machine.I2C?1(id, *, scl, sda, freq=400000)
+machine.PWM.deinit?4()
+machine.PWM.duty?4(*args, **kwargs)
+machine.PWM.freq?4(value: Optional[Any] = None)
+machine.PWM.init?4(*, freq, duty_u16, duty_ns)
+machine.PWM?1(dest, *, freq, duty_u16, duty_ns)
+machine.Pin.init?4(mode=-1, pull=-1, *, value=None, drive=0, alt=-1)
+machine.Pin.irq?4(handler=None, trigger=IRQ_FALLING, *, priority=1, wake=None, hard=False)
+machine.Pin.off?4()
+machine.Pin.on?4()
+machine.Pin.value?4(x: Optional[Any] = None)
+machine.Pin?1(id, mode=-1, pull=-1, *, value=None, drive=0, alt=-1)
+machine.RTC.alarm?4(id, time, *, repeat=False)
+machine.RTC.alarm_left?4(alarm_id=0)
+machine.RTC.datetime?4(datetimetuple: Optional[Any] = None)
+machine.RTC.irq?4(*, trigger, handler=None, wake=IDLE)
+machine.RTC.memory?4(*args, **kwargs)
+machine.RTC?1(id=0, *args)
+machine.SPI.deinit?4()
+machine.SPI.init?4(baudrate=1000000, *, polarity=0, phase=0, bits=8, firstbit=MSB, sck=None, mosi=None, miso=None, pins: Optional[Tuple])
+machine.SPI.read?4(nbytes, write=0x00)
+machine.SPI.readinto?4(buf, write=0x00)
+machine.SPI.write?4(buf)
+machine.SPI.write_readinto?4(write_buf, read_buf)
+machine.SPI?1(id, *args)
+machine.Signal.off?4()
+machine.Signal.on?4()
+machine.Signal.value?4(x: Optional[Any] = None)
+machine.Signal?1(pin_obj, invert=False)
+machine.SoftI2C.init?4(*args, **kwargs)
+machine.SoftI2C.readfrom?4(*args, **kwargs)
+machine.SoftI2C.readfrom_into?4(*args, **kwargs)
+machine.SoftI2C.readfrom_mem?4(*args, **kwargs)
+machine.SoftI2C.readfrom_mem_into?4(*args, **kwargs)
+machine.SoftI2C.readinto?4(*args, **kwargs)
+machine.SoftI2C.scan?4(*args, **kwargs)
+machine.SoftI2C.start?4(*args, **kwargs)
+machine.SoftI2C.stop?4(*args, **kwargs)
+machine.SoftI2C.write?4(*args, **kwargs)
+machine.SoftI2C.writeto?4(*args, **kwargs)
+machine.SoftI2C.writeto_mem?4(*args, **kwargs)
+machine.SoftI2C.writevto?4(*args, **kwargs)
+machine.SoftI2C?1(scl, sda, *, freq=400000, timeout=50000)
+machine.SoftSPI.deinit?4(*args, **kwargs)
+machine.SoftSPI.init?4(*args, **kwargs)
+machine.SoftSPI.read?4(*args, **kwargs)
+machine.SoftSPI.readinto?4(*args, **kwargs)
+machine.SoftSPI.write?4(*args, **kwargs)
+machine.SoftSPI.write_readinto?4(*args, **kwargs)
+machine.SoftSPI?1(baudrate=500000, *, polarity=0, phase=0, bits=8, firstbit=MSB, sck=None, mosi=None, miso=None)
+machine.Timer.deinit?4()
+machine.Timer.init?4(*, mode=PERIODIC, period=-1, callback=None)
+machine.Timer?1(id, /, *args)
+machine.UART.any?4()
+machine.UART.init?4(baudrate=9600, bits=8, parity=None, stop=1, *args)
+machine.UART.read?4(nbytes: Optional[Any] = None)
+machine.UART.readinto?4(buf, nbytes: Optional[Any] = None)
+machine.UART.readline?4()
+machine.UART.write?4(buf)
+machine.UART?1(id, *args)
+machine.WDT.feed?4()
+machine.WDT?1(id=0, timeout=5000)
+machine.bitstream?4(pin, encoding, timing, data, /)
+machine.deepsleep?4(time_ms: Optional[Any] = None)
+machine.disable_irq?4()
+machine.enable_irq?4(state)
+machine.freq?4(hz: Optional[Any] = None)
+machine.idle?4()
+machine.lightsleep?4(time_ms: Optional[Any] = None)
+machine.reset?4()
+machine.reset_cause?4()
+machine.sleep?4()
+machine.soft_reset?4()
+machine.time_pulse_us?4(pin, pulse_level, timeout_us=1000000, /)
+machine.unique_id?4()
+math.acos?4(x)
+math.asin?4(x)
+math.atan2?4(y, x)
+math.atan?4(x)
+math.ceil?4(x)
+math.copysign?4(x, y)
+math.cos?4(x)
+math.degrees?4(x)
+math.exp?4(x)
+math.fabs?4(x)
+math.floor?4(x)
+math.fmod?4(x, y)
+math.frexp?4(x)
+math.isfinite?4(x)
+math.isinf?4(x)
+math.isnan?4(x)
+math.ldexp?4(x, exp)
+math.log?4(x)
+math.modf?4(x)
+math.pow?4(x, y)
+math.radians?4(x)
+math.sin?4(x)
+math.sqrt?4(x)
+math.tan?4(x)
+math.trunc?4(x)
+neopixel.NeoPixel.fill?4(v)
+neopixel.NeoPixel.write?4()
+neopixel.NeoPixel?1(pin, n, bpp: int = ..., timing: int = ...)
+network.WLAN.active?4(is_active: Optional[Any] = None)
+network.WLAN.config?4(param)
+network.WLAN.connect?4(ssid=None, password=None, *, bssid=None)
+network.WLAN.disconnect?4()
+network.WLAN.ifconfig?4(configtuple: Optional[Any] = None)
+network.WLAN.isconnected?4()
+network.WLAN.scan?4()
+network.WLAN.status?4(param: Optional[Any] = None)
+network.WLAN?1(interface_id)
+network.phy_mode?4(*args, **kwargs)
+ntptime.settime?4()
+ntptime.time?4()
+onewire.OneWire._search_rom?5(l_rom, diff)
+onewire.OneWire.crc8?4(data)
+onewire.OneWire.readbit?4()
+onewire.OneWire.readbyte?4()
+onewire.OneWire.readinto?4(buf)
+onewire.OneWire.reset?4(required: bool = ...)
+onewire.OneWire.scan?4()
+onewire.OneWire.select_rom?4(rom)
+onewire.OneWire.write?4(buf)
+onewire.OneWire.writebit?4(value)
+onewire.OneWire.writebyte?4(value)
+onewire.OneWire?1(pin)
+os.VfsLfs2.chdir?4(*args, **kwargs)
+os.VfsLfs2.getcwd?4(*args, **kwargs)
+os.VfsLfs2.ilistdir?4(*args, **kwargs)
+os.VfsLfs2.mkdir?4(*args, **kwargs)
+os.VfsLfs2.mkfs?4(readsize=32, progsize=32, lookahead=32)
+os.VfsLfs2.mount?4(*args, **kwargs)
+os.VfsLfs2.open?4(*args, **kwargs)
+os.VfsLfs2.remove?4(*args, **kwargs)
+os.VfsLfs2.rename?4(*args, **kwargs)
+os.VfsLfs2.rmdir?4(*args, **kwargs)
+os.VfsLfs2.stat?4(*args, **kwargs)
+os.VfsLfs2.statvfs?4(*args, **kwargs)
+os.VfsLfs2.umount?4(*args, **kwargs)
+os.VfsLfs2?1(block_dev, readsize=32, progsize=32, lookahead=32, mtime=True)
+os.chdir?4(path)
+os.dupterm?4(stream_object, index=0, /)
+os.dupterm_notify?4(*args, **kwargs)
+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)
+os.remove?4(path)
+os.rename?4(old_path, new_path)
+os.rmdir?4(path)
+os.stat?4(path)
+os.statvfs?4(path)
+os.umount?4(mount_point)
+os.uname?4()
+os.unlink?4(*args, **kwargs)
+os.urandom?4(n)
+port_diag.main?4()
+pycopy.const?4(x)
+pycopy.mem_alloc?4()
+pycopy.mem_free?4()
+pycopy.native?4(x)
+pycopy.viper?4(x)
+pycopy_imphook.ImphookFileLoader.create_module?4(spec)
+pycopy_imphook.ImphookFileLoader.exec_module?4(mod)
+pycopy_imphook.setimphook?4(hook, exts)
+random.getrandbits?4(n)
+random.seed?4(n=None, /)
+re.compile?4(*args, **kwargs)
+re.match?4(*args, **kwargs)
+re.search?4(*args, **kwargs)
+re.sub?4(*args, **kwargs)
+robust.MQTTClient.DEBUG?7
+robust.MQTTClient.DELAY?7
+robust.MQTTClient.delay?4(i)
+robust.MQTTClient.log?4(in_reconnect, e)
+robust.MQTTClient.publish?4(topic, msg, retain=False, qos=0)
+robust.MQTTClient.reconnect?4()
+robust.MQTTClient.wait_msg?4()
+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?1(rlist, wlist, xlist, timeout: Optional[Any] = None)
+simple.MQTTClient._recv_len?5()
+simple.MQTTClient._send_str?5(s)
+simple.MQTTClient.check_msg?4()
+simple.MQTTClient.connect?4(clean_session=True)
+simple.MQTTClient.disconnect?4()
+simple.MQTTClient.ping?4()
+simple.MQTTClient.publish?4(topic, msg, retain=False, qos=0)
+simple.MQTTClient.set_callback?4(f)
+simple.MQTTClient.set_last_will?4(topic, msg, retain=False, qos=0)
+simple.MQTTClient.subscribe?4(topic, qos=0)
+simple.MQTTClient.wait_msg?4()
+simple.MQTTClient?1(client_id, server, port=0, user=None, password=None, keepalive=0, ssl=False, ssl_params={}, )
+socket.callback?4(*args, **kwargs)
+socket.getaddrinfo?4(host, port, af=0, type=0, proto=0, flags=0, /)
+socket.print_pcbs?4(*args, **kwargs)
+socket.reset?4(*args, **kwargs)
+socket.socket.accept?4()
+socket.socket.bind?4(address)
+socket.socket.close?4()
+socket.socket.connect?4(address)
+socket.socket.listen?4(backlog: Optional[Any] = None)
+socket.socket.makefile?4(mode="rb", buffering=0, /)
+socket.socket.read?4(size: Optional[Any] = None)
+socket.socket.readinto?4(buf, nbytes: Optional[Any] = None)
+socket.socket.readline?4()
+socket.socket.recv?4(bufsize)
+socket.socket.recvfrom?4(bufsize)
+socket.socket.send?4(bytes)
+socket.socket.sendall?4(bytes)
+socket.socket.sendto?4(bytes, address)
+socket.socket.setblocking?4(flag)
+socket.socket.setsockopt?4(level, optname, value)
+socket.socket.settimeout?4(value)
+socket.socket.write?4(buf)
+socket.socket?1(af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)
+ssd1306.SSD1306.contrast?4(contrast)
+ssd1306.SSD1306.init_display?4()
+ssd1306.SSD1306.invert?4(invert)
+ssd1306.SSD1306.poweroff?4()
+ssd1306.SSD1306.poweron?4()
+ssd1306.SSD1306.rotate?4(rotate)
+ssd1306.SSD1306.show?4()
+ssd1306.SSD1306?1(width, height, external_vcc)
+ssd1306.SSD1306_I2C.write_cmd?4(cmd)
+ssd1306.SSD1306_I2C.write_data?4(buf)
+ssd1306.SSD1306_I2C?1(width, height, i2c, addr: int = ..., external_vcc: bool = ...)
+ssd1306.SSD1306_SPI.write_cmd?4(cmd)
+ssd1306.SSD1306_SPI.write_data?4(buf)
+ssd1306.SSD1306_SPI?1(width, height, spi, dc, res, cs, external_vcc: bool = ...)
+ssl.wrap_socket?4(sock, server_side=False, keyfile=None, certfile=None, cert_reqs=CERT_NONE, ca_certs=None, do_handshake=True)
+struct.calcsize?4(fmt)
+struct.pack?4(fmt, v1, v2, *args)
+struct.pack_into?4(fmt, buffer, offset, v1, v2, *args)
+struct.unpack?4(fmt, data)
+struct.unpack_from?4(fmt, data, offset=0, /)
+sys.exit?4(retval=0, /)
+sys.print_exception?4(exc, file=stdout, /)
+time.gmtime?4(secs: Optional[Any] = None)
+time.localtime?4(secs: Optional[Any] = None)
+time.mktime?4()
+time.sleep?4(seconds)
+time.sleep_ms?4(ms)
+time.sleep_us?4(us)
+time.ticks_add?4(ticks, delta)
+time.ticks_cpu?4()
+time.ticks_diff?4(ticks1, ticks2)
+time.ticks_ms?4()
+time.ticks_us?4()
+time.time?1()
+time.time_ns?4()
+uasyncio._attrs?8
+uasyncio.core.IOQueue._dequeue?5(s)
+uasyncio.core.IOQueue._enqueue?5(s, idx)
+uasyncio.core.IOQueue.queue_read?4(s)
+uasyncio.core.IOQueue.queue_write?4(s)
+uasyncio.core.IOQueue.remove?4(task)
+uasyncio.core.IOQueue.wait_io_event?4(dt)
+uasyncio.core.IOQueue?1()
+uasyncio.core.Loop._exc_handler?8
+uasyncio.core.Loop.call_exception_handler?4()
+uasyncio.core.Loop.close?4()
+uasyncio.core.Loop.create_task?4()
+uasyncio.core.Loop.default_exception_handler?4(context)
+uasyncio.core.Loop.get_exception_handler?4()
+uasyncio.core.Loop.run_forever?4()
+uasyncio.core.Loop.run_until_complete?4()
+uasyncio.core.Loop.set_exception_handler?4()
+uasyncio.core.Loop.stop?4()
+uasyncio.core.SingletonGenerator?1()
+uasyncio.core._exc_context?8
+uasyncio.core._promote_to_task?5(aw)
+uasyncio.core._stop_task?8
+uasyncio.core._stopper?5()
+uasyncio.core.create_task?4(coro)
+uasyncio.core.current_task?4()
+uasyncio.core.get_event_loop?4(runq_len=0, waitq_len=0)
+uasyncio.core.new_event_loop?4()
+uasyncio.core.run?4(coro)
+uasyncio.core.run_until_complete?4(main_task=None)
+uasyncio.core.sleep?4(t)
+uasyncio.core.sleep_ms?4(t, sgen=SingletonGenerator())
+uasyncio.event.Event.clear?4()
+uasyncio.event.Event.is_set?4()
+uasyncio.event.Event.set?4()
+uasyncio.event.Event.wait?4()
+uasyncio.event.Event?1()
+uasyncio.event.ThreadSafeFlag.ioctl?4(req, flags)
+uasyncio.event.ThreadSafeFlag.set?4()
+uasyncio.event.ThreadSafeFlag.wait?4()
+uasyncio.event.ThreadSafeFlag?1()
+uasyncio.funcs._Remove.remove?4()
+uasyncio.funcs._run?5(waiter, aw)
+uasyncio.funcs.done?4(t, er)
+uasyncio.funcs.gather?4(*aws, return_exceptions=False)
+uasyncio.funcs.wait_for?4(aw, timeout, sleep=core.sleep)
+uasyncio.funcs.wait_for_ms?4(aw, timeout)
+uasyncio.lock.Lock.acquire?4()
+uasyncio.lock.Lock.locked?4()
+uasyncio.lock.Lock.release?4()
+uasyncio.lock.Lock?1()
+uasyncio.stream.Server._serve?5(s, cb)
+uasyncio.stream.Server.close?4()
+uasyncio.stream.Server.wait_closed?4()
+uasyncio.stream.Stream.close?4()
+uasyncio.stream.Stream.drain?4()
+uasyncio.stream.Stream.get_extra_info?4(v)
+uasyncio.stream.Stream.read?4(n)
+uasyncio.stream.Stream.readexactly?4(n)
+uasyncio.stream.Stream.readinto?4(buf)
+uasyncio.stream.Stream.readline?4()
+uasyncio.stream.Stream.wait_closed?4()
+uasyncio.stream.Stream.write?4(buf)
+uasyncio.stream.Stream?1(s, e={})
+uasyncio.stream.StreamReader?7
+uasyncio.stream.StreamWriter?7
+uasyncio.stream.open_connection?4(host, port)
+uasyncio.stream.start_server?4(cb, host, port, backlog=5)
+uasyncio.stream.stream_awrite?4(self, buf, off=0, sz=-1)
+uasyncio.task.Task.cancel?4()
+uasyncio.task.Task.done?4()
+uasyncio.task.Task?1(coro, globals=None)
+uasyncio.task.TaskQueue.peek?4()
+uasyncio.task.TaskQueue.pop?4()
+uasyncio.task.TaskQueue.push?4(v, key=None)
+uasyncio.task.TaskQueue.remove?4(v)
+uasyncio.task.TaskQueue?1()
+uasyncio.task.ph_delete?4(heap, node)
+uasyncio.task.ph_meld?4(h1, h2)
+uasyncio.task.ph_pairing?4(child)
+uasyncio.uasyncio.core.IOQueue._dequeue?5(s)
+uasyncio.uasyncio.core.IOQueue._enqueue?5(s, idx)
+uasyncio.uasyncio.core.IOQueue.queue_read?4(s)
+uasyncio.uasyncio.core.IOQueue.queue_write?4(s)
+uasyncio.uasyncio.core.IOQueue.remove?4(task)
+uasyncio.uasyncio.core.IOQueue.wait_io_event?4(dt)
+uasyncio.uasyncio.core.IOQueue?1()
+uasyncio.uasyncio.core.Loop.call_exception_handler?4()
+uasyncio.uasyncio.core.Loop.close?4()
+uasyncio.uasyncio.core.Loop.create_task?4()
+uasyncio.uasyncio.core.Loop.default_exception_handler?4(context)
+uasyncio.uasyncio.core.Loop.get_exception_handler?4()
+uasyncio.uasyncio.core.Loop.run_forever?4()
+uasyncio.uasyncio.core.Loop.run_until_complete?4()
+uasyncio.uasyncio.core.Loop.set_exception_handler?4()
+uasyncio.uasyncio.core.Loop.stop?4()
+uasyncio.uasyncio.core.SingletonGenerator?1()
+uasyncio.uasyncio.core._promote_to_task?5(aw)
+uasyncio.uasyncio.core._stopper?5()
+uasyncio.uasyncio.core.create_task?4(coro)
+uasyncio.uasyncio.core.current_task?4()
+uasyncio.uasyncio.core.get_event_loop?4(runq_len: int = ..., waitq_len: int = ...)
+uasyncio.uasyncio.core.new_event_loop?4()
+uasyncio.uasyncio.core.run?4(coro)
+uasyncio.uasyncio.core.run_until_complete?4(main_task: Incomplete | None = ...)
+uasyncio.uasyncio.core.sleep?4(t)
+uasyncio.uasyncio.core.sleep_ms?4(t, sgen=...)
+uasyncio.uasyncio.event.Event.clear?4()
+uasyncio.uasyncio.event.Event.is_set?4()
+uasyncio.uasyncio.event.Event.set?4()
+uasyncio.uasyncio.event.Event.wait?4()
+uasyncio.uasyncio.event.Event?1()
+uasyncio.uasyncio.event.ThreadSafeFlag.ioctl?4(req, flags)
+uasyncio.uasyncio.event.ThreadSafeFlag.set?4()
+uasyncio.uasyncio.event.ThreadSafeFlag.wait?4()
+uasyncio.uasyncio.event.ThreadSafeFlag?1()
+uasyncio.uasyncio.funcs._Remove.remove?4()
+uasyncio.uasyncio.funcs._run?5(waiter, aw)
+uasyncio.uasyncio.funcs.gather?4(*aws, return_exceptions: bool = ...)
+uasyncio.uasyncio.funcs.wait_for?4(aw, timeout, sleep=...)
+uasyncio.uasyncio.funcs.wait_for_ms?4(aw, timeout)
+uasyncio.uasyncio.lock.Lock.acquire?4()
+uasyncio.uasyncio.lock.Lock.locked?4()
+uasyncio.uasyncio.lock.Lock.release?4()
+uasyncio.uasyncio.lock.Lock?1()
+uasyncio.uasyncio.stream.Server._serve?5(s, cb)
+uasyncio.uasyncio.stream.Server.close?4()
+uasyncio.uasyncio.stream.Server.wait_closed?4()
+uasyncio.uasyncio.stream.Stream.close?4()
+uasyncio.uasyncio.stream.Stream.drain?4()
+uasyncio.uasyncio.stream.Stream.get_extra_info?4(v)
+uasyncio.uasyncio.stream.Stream.read?4(n)
+uasyncio.uasyncio.stream.Stream.readexactly?4(n)
+uasyncio.uasyncio.stream.Stream.readinto?4(buf)
+uasyncio.uasyncio.stream.Stream.readline?4()
+uasyncio.uasyncio.stream.Stream.wait_closed?4()
+uasyncio.uasyncio.stream.Stream.write?4(buf)
+uasyncio.uasyncio.stream.Stream?1(s, e=...)
+uasyncio.uasyncio.stream.StreamReader?7
+uasyncio.uasyncio.stream.StreamWriter?7
+uasyncio.uasyncio.stream.open_connection?4(host, port)
+uasyncio.uasyncio.stream.start_server?4(cb, host, port, backlog: int = ...)
+uasyncio.uasyncio.stream.stream_awrite?4(self, buf, off: int = ..., sz: int = ...)
+uasyncio.uasyncio.task.Task.cancel?4()
+uasyncio.uasyncio.task.Task.done?4()
+uasyncio.uasyncio.task.Task?1(coro, globals: Incomplete | None = ...)
+uasyncio.uasyncio.task.TaskQueue.peek?4()
+uasyncio.uasyncio.task.TaskQueue.pop?4()
+uasyncio.uasyncio.task.TaskQueue.push?4(v, key: Incomplete | None = ...)
+uasyncio.uasyncio.task.TaskQueue.remove?4(v)
+uasyncio.uasyncio.task.TaskQueue?1()
+uasyncio.uasyncio.task.ph_delete?4(heap, node)
+uasyncio.uasyncio.task.ph_meld?4(h1, h2)
+uasyncio.uasyncio.task.ph_pairing?4(child)
+ubinascii.a2b_base64?4(data)
+ubinascii.b2a_base64?4(data, *, newline=True)
+ubinascii.hexlify?4(data, sep: Optional[Any] = None)
+ubinascii.unhexlify?4(data)
+ucollections.deque.append?4(x)
+ucollections.deque.popleft?4()
+ucollections.deque?1(iterable, maxlen, flags: int = ...)
+ucryptolib.aes.decrypt?4(in_buf, out_buf: Optional[Any] = None)
+ucryptolib.aes.encrypt?4(in_buf, out_buf: Optional[Any] = None)
+ucryptolib.aes?1(key, mode, IV: Optional[Any] = None)
+uctypes.bytearray_at?4(addr, sz)
+uhashlib._hash.digest?4()
+uhashlib._hash.update?4(data)
+uhashlib._hash?2(data: Union[Any, None] = ...)
+uheapq.heapify?4(x)
+uheapq.heappop?4(heap)
+uheapq.heappush?4(heap, item)
+uio.UioStream.write?4(data, off: Union[Any, None] = ..., sz: Union[Any, None] = ...)
+uio.UioStream?1(s, is_bin)
+uio.open?4(name, mode: str = ..., *args, **kw)
+ujson.load?4(stream)
+ujson.loads?4(s)
+umachine.ADC.read?4(*args, **kwargs)
+umachine.ADC.read_u16?4()
+umachine.ADC?1(id, *, sample_ns, atten)
+umachine.I2C.init?4(scl, sda, *, freq=400000)
+umachine.I2C.readfrom?4(addr, nbytes, stop=True, /)
+umachine.I2C.readfrom_into?4(addr, buf, stop=True, /)
+umachine.I2C.readfrom_mem?4(addr, memaddr, nbytes, *, addrsize=8)
+umachine.I2C.readfrom_mem_into?4(addr, memaddr, buf, *, addrsize=8)
+umachine.I2C.readinto?4(buf, nack=True, /)
+umachine.I2C.scan?4()
+umachine.I2C.start?4()
+umachine.I2C.stop?4()
+umachine.I2C.write?4(buf)
+umachine.I2C.writeto?4(addr, buf, stop=True, /)
+umachine.I2C.writeto_mem?4(addr, memaddr, buf, *, addrsize=8)
+umachine.I2C.writevto?4(addr, vector, stop=True, /)
+umachine.I2C?1(id, *, scl, sda, freq=400000)
+umachine.PWM.deinit?4()
+umachine.PWM.duty?4(*args, **kwargs)
+umachine.PWM.freq?4(value: Optional[Any] = None)
+umachine.PWM.init?4(*, freq, duty_u16, duty_ns)
+umachine.PWM?1(dest, *, freq, duty_u16, duty_ns)
+umachine.Pin.init?4(mode=-1, pull=-1, *, value=None, drive=0, alt=-1)
+umachine.Pin.irq?4(handler=None, trigger=IRQ_FALLING, *, priority=1, wake=None, hard=False)
+umachine.Pin.off?4()
+umachine.Pin.on?4()
+umachine.Pin.value?4(x: Optional[Any] = None)
+umachine.Pin?1(id, mode=-1, pull=-1, *, value=None, drive=0, alt=-1)
+umachine.RTC.alarm?4(id, time, *, repeat=False)
+umachine.RTC.alarm_left?4(alarm_id=0)
+umachine.RTC.datetime?4(datetimetuple: Optional[Any] = None)
+umachine.RTC.irq?4(*, trigger, handler=None, wake=IDLE)
+umachine.RTC.memory?4(*args, **kwargs)
+umachine.RTC?1(id=0, *args)
+umachine.SPI.deinit?4()
+umachine.SPI.init?4(baudrate=1000000, *, polarity=0, phase=0, bits=8, firstbit=MSB, sck=None, mosi=None, miso=None, pins: Optional[Tuple])
+umachine.SPI.read?4(nbytes, write=0x00)
+umachine.SPI.readinto?4(buf, write=0x00)
+umachine.SPI.write?4(buf)
+umachine.SPI.write_readinto?4(write_buf, read_buf)
+umachine.SPI?1(id, *args)
+umachine.Signal.off?4()
+umachine.Signal.on?4()
+umachine.Signal.value?4(x: Optional[Any] = None)
+umachine.Signal?1(pin_obj, invert=False)
+umachine.SoftI2C.init?4(*args, **kwargs)
+umachine.SoftI2C.readfrom?4(*args, **kwargs)
+umachine.SoftI2C.readfrom_into?4(*args, **kwargs)
+umachine.SoftI2C.readfrom_mem?4(*args, **kwargs)
+umachine.SoftI2C.readfrom_mem_into?4(*args, **kwargs)
+umachine.SoftI2C.readinto?4(*args, **kwargs)
+umachine.SoftI2C.scan?4(*args, **kwargs)
+umachine.SoftI2C.start?4(*args, **kwargs)
+umachine.SoftI2C.stop?4(*args, **kwargs)
+umachine.SoftI2C.write?4(*args, **kwargs)
+umachine.SoftI2C.writeto?4(*args, **kwargs)
+umachine.SoftI2C.writeto_mem?4(*args, **kwargs)
+umachine.SoftI2C.writevto?4(*args, **kwargs)
+umachine.SoftI2C?1(scl, sda, *, freq=400000, timeout=50000)
+umachine.SoftSPI.deinit?4(*args, **kwargs)
+umachine.SoftSPI.init?4(*args, **kwargs)
+umachine.SoftSPI.read?4(*args, **kwargs)
+umachine.SoftSPI.readinto?4(*args, **kwargs)
+umachine.SoftSPI.write?4(*args, **kwargs)
+umachine.SoftSPI.write_readinto?4(*args, **kwargs)
+umachine.SoftSPI?1(baudrate=500000, *, polarity=0, phase=0, bits=8, firstbit=MSB, sck=None, mosi=None, miso=None)
+umachine.Timer.deinit?4()
+umachine.Timer.init?4(*, mode=PERIODIC, period=-1, callback=None)
+umachine.Timer?1(id, /, *args)
+umachine.UART.any?4()
+umachine.UART.init?4(baudrate=9600, bits=8, parity=None, stop=1, *args)
+umachine.UART.read?4(nbytes: Optional[Any] = None)
+umachine.UART.readinto?4(buf, nbytes: Optional[Any] = None)
+umachine.UART.readline?4()
+umachine.UART.write?4(buf)
+umachine.UART?1(id, *args)
+umachine.WDT.feed?4()
+umachine.WDT?1(id=0, timeout=5000)
+umachine.bitstream?4(pin, encoding, timing, data, /)
+umachine.deepsleep?4(time_ms: Optional[Any] = None)
+umachine.disable_irq?4()
+umachine.enable_irq?4(state)
+umachine.freq?4(hz: Optional[Any] = None)
+umachine.idle?4()
+umachine.lightsleep?4(time_ms: Optional[Any] = None)
+umachine.reset?4()
+umachine.reset_cause?4()
+umachine.sleep?4()
+umachine.soft_reset?4()
+umachine.time_pulse_us?4(pin, pulse_level, timeout_us=1000000, /)
+umachine.unique_id?4()
+upip._makedirs?5(name, mode: int = ...)
+upip.cleanup?4()
+upip.expandhome?4(s)
+upip.fatal?4(msg, exc: Incomplete | None = ...)
+upip.get_install_path?4()
+upip.get_pkg_metadata?4(name)
+upip.help?4()
+upip.install?4(to_install, install_path: Incomplete | None = ...)
+upip.install_pkg?4(pkg_spec, install_path)
+upip.install_tar?4(f, prefix)
+upip.main?4()
+upip.op_split?4(path)
+upip.save_file?4(fname, subf)
+upip.url_open?4(url)
+upip_utarfile.FileSection.read?4(sz: int = ...)
+upip_utarfile.FileSection.readinto?4(buf)
+upip_utarfile.FileSection.skip?4()
+upip_utarfile.FileSection?1(f, content_len, aligned_len)
+upip_utarfile.TarFile.extractfile?4(tarinfo)
+upip_utarfile.TarFile.next?4()
+upip_utarfile.TarFile?1(name: Incomplete | None = ..., fileobj: Incomplete | None = ...)
+upip_utarfile.roundup?4(val, align)
+upysh.cat?4(f)
+upysh.cd?7
+upysh.cp?4(s, t)
+upysh.head?4(f, n: int = ...)
+upysh.mkdir?7
+upysh.mv?7
+upysh.newfile?4(path)
+upysh.rm?4(d, recursive: bool = ...)
+upysh.rmdir?7
+urandom.getrandbits?4(n)
+urandom.seed?4(n=None, /)
+ure.compile?4(pattern, flags: int = ...)
+ure.match?4(pattern, string)
+ure.search?4(pattern, string)
+ure.sub?4(pattern, repl, string, count: int = ..., flags: int = ...)
+urequest.urlopen?4(url, data=None, method="GET")
+urequests.Response.close?4()
+urequests.Response.content?4()
+urequests.Response.json?4()
+urequests.Response.text?4()
+urequests.Response?1(f)
+urequests.delete?4(url, **kw)
+urequests.get?4(url, **kw)
+urequests.head?4(url, **kw)
+urequests.patch?4(url, **kw)
+urequests.post?4(url, **kw)
+urequests.put?4(url, **kw)
+urequests.request?4(method, url, data: Incomplete | None = ..., json: Incomplete | None = ..., headers=..., stream: Incomplete | None = ...)
+uselect.poll.ipoll?4(timeout: int = ...)
+uselect.poll.register?4(stream, events, userdata: Union[Any, None] = ...)
+uselect.poll?1()
+ussl.wrap_socket?4(*args, **kw)
+ustruct.calcsize?4(fmt)
+ustruct.pack?4(fmt, v1, v2, *args)
+ustruct.pack_into?4(fmt, buffer, offset, v1, v2, *args)
+ustruct.unpack?4(fmt, data)
+ustruct.unpack_from?4(fmt, data, offset=0, /)
+usys.exit?4(retval=0, /)
+usys.print_exception?4(exc, file=stdout, /)
+utime.sleep_ms?4(t)
+utime.sleep_us?4(t)
+utime.ticks_add?4(t, delta)
+utime.ticks_cpu?7
+utime.ticks_diff?4(a, b)
+utime.ticks_ms?4()
+utime.ticks_us?4()
+utimeq.Entry?1(time, obj, userdata)
+utimeq.utimeq.peektime?4()
+utimeq.utimeq.pop?4(arr)
+utimeq.utimeq.push?4(time, obj, userdata)
+utimeq.utimeq.remove?4(id)
+utimeq.utimeq?1(sz)
+utokenize.get_indent?4(l)
+utokenize.get_str?4(l, readline)
+utokenize.tokenize?4(readline)
+uwebsocket.websocket.close?4(*args, **kwargs)
+uwebsocket.websocket.ioctl?4(*args, **kwargs)
+uwebsocket.websocket.read?4(*args, **kwargs)
+uwebsocket.websocket.readinto?4(*args, **kwargs)
+uwebsocket.websocket.readline?4(*args, **kwargs)
+uwebsocket.websocket.write?4(*args, **kwargs)
+uwebsocket.websocket?1(*argv, **kwargs)
+uzlib.DecompIO.read?4(size)
+uzlib.DecompIO?1(stream, dict_bits, dictbuf: Union[Any, None] = ...)
+webrepl.accept_conn?4(listen_sock)
+webrepl.setup_conn?4(port, accept_handler)
+webrepl.start?4(port: int = ..., password: Incomplete | None = ..., accept_handler=...)
+webrepl.start_foreground?4(port: int = ..., password: Incomplete | None = ...)
+webrepl.stop?4()
+webrepl_setup.change_daemon?4(action)
+webrepl_setup.exists?4(fname)
+webrepl_setup.get_daemon_status?4()
+webrepl_setup.getpass?4(prompt)
+webrepl_setup.input_choice?4(prompt, choices)
+webrepl_setup.input_pass?4()
+webrepl_setup.main?4()
+websocket.websocket.close?4(*args, **kwargs)
+websocket.websocket.ioctl?4(*args, **kwargs)
+websocket.websocket.read?4(*args, **kwargs)
+websocket.websocket.readinto?4(*args, **kwargs)
+websocket.websocket.readline?4(*args, **kwargs)
+websocket.websocket.write?4(*args, **kwargs)
+websocket.websocket?1(*argv, **kwargs)
+websocket_helper.client_handshake?4(sock)
+websocket_helper.server_handshake?4(sock)
+zlib.DecompIO.read?4(*args, **kwargs)
+zlib.DecompIO.readinto?4(*args, **kwargs)
+zlib.DecompIO.readline?4(*args, **kwargs)
+zlib.DecompIO?1(stream, wbits=0, /)
+zlib.decompress?4(data, wbits=0, bufsize=0, /)

eric ide

mercurial