Sun, 25 Aug 2019 19:25:37 +0200
Started to add the stubs for MicroPython.
array.array.append?4(value) array.array.extend?4(iterable) array.array?1(typecode, iterable=None) btree.BTree.close?4() btree.BTree.flush?4() btree.BTree.get?4(key, default=None) btree.BTree.items?4(start_key=None, end_key=None, flags=0) btree.BTree.keys?4(start_key=None, end_key=None, flags=0) btree.BTree.values?4(start_key=None, end_key=None, flags=0) btree.DESC?7 btree.INCL?7 btree.open?4(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) cmath.cos?4(z) cmath.e?7 cmath.exp?4(z) cmath.log10?4(z) cmath.log?4(z) cmath.phase?4(z) cmath.pi?7 cmath.polar?4(z) cmath.rect?4(r, phi) cmath.sin?4(z) cmath.sqrt?4(z) framebuf.FrameBuffer.blit?4(fbuf, x, y, key=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=None) framebuf.FrameBuffer.rect?4(x, y, w, h, c) framebuf.FrameBuffer.scroll?4(xstep, ystep) framebuf.FrameBuffer.text?4(s, x, y, c=None) framebuf.FrameBuffer.vline?4(x, y, h, c) framebuf.FrameBuffer?1(buffer, width, height, format, stride=None) framebuf.GS2_HMSB?7 framebuf.GS4_HMSB?7 framebuf.GS8?7 framebuf.MONO_HLSB?7 framebuf.MONO_HMSB?7 framebuf.MONO_VLSB?7 framebuf.RGB565?7 gc.collect?4() gc.disable?4() gc.enable?4() gc.mem_alloc?4() gc.mem_free?4() gc.threshold?4() gc.threshold?4(amount) machine.ADC.channel?4(id, *, pin) machine.ADC.deinit?4() machine.ADC.init?4() machine.ADC?1(id=0, *, bits=12) machine.ADCChannel.deinit?4() machine.ADCChannel.init?4() machine.ADCChannel.value?4() machine.DEEPSLEEP?7 machine.DEEPSLEEP_RESET?7 machine.HARD_RESET?7 machine.IDLE?7 machine.PIN_WAKE?7 machine.PWRON_RESET?7 machine.Pin.ALT?7 machine.Pin.ALT_OPEN_DRAIN?7 machine.Pin.HIGH_POWER?7 machine.Pin.IN?7 machine.Pin.IRQ_FALLING?7 machine.Pin.IRQ_HIGH_LEVEL?7 machine.Pin.IRQ_LOW_LEVEL?7 machine.Pin.IRQ_RISING?7 machine.Pin.LOW_POWER?7 machine.Pin.MED_POWER?7 machine.Pin.OPEN_DRAIN?7 machine.Pin.OUT?7 machine.Pin.PULL_DOWN?7 machine.Pin.PULL_HOLD?7 machine.Pin.PULL_UP?7 machine.Pin.drive?4(drive=None) machine.Pin.init?4(mode=-1, pull=-1, *, value, drive, alt) machine.Pin.irq?4(handler=None, trigger=(IRQ_FALLING | IRQ_RISING), *, priority=1, wake=None, hard=False) machine.Pin.mode?4(mode=-1) machine.Pin.off?4() machine.Pin.on?4() machine.Pin.pull?4(pull=-1) machine.Pin.value?4(x=None) machine.Pin?1(id, mode=-1, pull=-1, *, value, drive, alt) machine.RTC_WAKE?7 machine.SLEEP?7 machine.SOFT_RESET?7 machine.Signal.off?4() machine.Signal.on?4() machine.Signal.value?4(x=None) machine.Signal?1(pin, *, invert=False) machine.UART.RX_ANY?7 machine.UART.any?4() machine.UART.deinit?4() machine.UART.init?4(bits=8, parity=None, stop=1, *, ...) machine.UART.irq?4(trigger, priority=1, handler=None, wake=machine.IDLE) machine.UART.read?4(nbytes=None) machine.UART.readinto?4(buf, nbytes=None) machine.UART.readline?4() machine.UART.sendbreak?4() machine.UART.write?4(buf) machine.UART?1(id, *args) machine.WDT_RESET?7 machine.WLAN_WAKE?7 machine.adcchannel?4() machine.deepsleep?4(time_ms=None) machine.disable_irq?4() machine.enable_irq?4(state) machine.freq?4() machine.idle?4() machine.lightsleep?4(time_ms=None) machine.reset?4() machine.reset_cause?4() machine.rng?4() machine.sleep?4() machine.time_pulse_us?4(pin, pulse_level, timeout_us=1000000) machine.unique_id?4() machine.wake_reason?4() math.acos?4(x) math.acosh?4(x) math.asin?4(x) math.asinh?4(x) math.atan2?4(y, x) math.atan?4(x) math.atanh?4(x) math.ceil?4(x) math.copysign?4(x, y) math.cos?4(x) math.cosh?4(x) math.degrees?4(x) math.e?7 math.erf?4(x) math.erfc?4(x) math.exp?4(x) math.expm1?4(x) math.fabs?4(x) math.floor?4(x) math.fmod?4(x, y) math.frexp?4(x) math.gamma?4(x) math.isfinite?4(x) math.isinf?4(x) math.isnan?4(x) math.ldexp?4(x, exp) math.lgamma?4(x) math.log10?4(x) math.log2?4(x) math.log?4(x) math.modf?4(x) math.pi?7 math.pow?4(x, y) math.radians?4(x) math.sin?4(x) math.sinh?4(x) math.sqrt?4(x) math.tan?4(x) math.tanh?4(x) math.trunc?4(x) sys.argv?7 sys.atexit?4(func) sys.byteorder?7 sys.exit?4(retval=0) sys.implementation?7 sys.maxsize?7 sys.modules?7 sys.path?7 sys.platform?7 sys.print_exception?4(exc, file=sys.stdout) sys.stderr?7 sys.stdin?7 sys.stdout?7 sys.version?7 sys.version_info?7 ubinascii.a2b_base64?4(data) ubinascii.b2a_base64?4(data) ubinascii.hexlify?4(data, sep="") ubinascii.unhexlify?4(data) ucollections.OrderedDict?1(iterableOfKeyValue) ucollections.deque.append?4(x) ucollections.deque.popleft?4() ucollections.deque?1(iterable, maxlen, flags=0) ucollections.namedtuple?1(name, fields) uerrno.EACCES?7 uerrno.EADDRINUSE?7 uerrno.EAGAIN?7 uerrno.EALREADY?7 uerrno.EBADF?7 uerrno.ECONNABORTED?7 uerrno.ECONNREFUSED?7 uerrno.ECONNRESET?7 uerrno.EEXIST?7 uerrno.EHOSTUNREACH?7 uerrno.EINPROGRESS?7 uerrno.EINVAL?7 uerrno.EIO?7 uerrno.EISDIR?7 uerrno.ENOBUFS?7 uerrno.ENODEV?7 uerrno.ENOENT?7 uerrno.ENOMEM?7 uerrno.ENOTCONN?7 uerrno.EOPNOTSUPP?7 uerrno.EPERM?7 uerrno.ETIMEDOUT?7 uerrno.errorcode?7 uhashlib.md5.digest?4() uhashlib.md5.update?4(data) uhashlib.md5?1(data=bytes()) uhashlib.sha1.digest?4() uhashlib.sha1.update?4(data) uhashlib.sha1?1(data=bytes()) uhashlib.sha256.digest?4() uhashlib.sha256.update?4(data) uhashlib.sha256?1(data=bytes()) uheapq.heapify?4(x) uheapq.heappop?4(heap) uheapq.heappush?4(heap, item) uio.BytesIO.close?4() uio.BytesIO.flush?4() uio.BytesIO.getvalue?4() uio.BytesIO.read?4(size=-1) uio.BytesIO.readinto?4(b) uio.BytesIO.readline?4(size=-1) uio.BytesIO.seek?4(offset, whence=0) uio.BytesIO.write?4(b) uio.BytesIO?1(initial_value=b"") uio.FileIO.close?4() uio.FileIO.flush?4() uio.FileIO.read?4(size=-1) uio.FileIO.readinto?4(b) uio.FileIO.readline?4(size=-1) uio.FileIO.readlines?4(hint=-1) uio.FileIO.seek?4(offset, whence=0) uio.FileIO.tell?4() uio.FileIO.write?4(b) uio.FileIO?1(name, mode='r', **kwargs) uio.StringIO.close?4() uio.StringIO.flush?4() uio.StringIO.getvalue?4() uio.StringIO.read?4(size=-1) uio.StringIO.readinto?4(b) uio.StringIO.readline?4(size=-1) uio.StringIO.seek?4(offset, whence=0) uio.StringIO.write?4(s) uio.StringIO?1(initial_value="") uio.TextIOWrapper.close?4() uio.TextIOWrapper.flush?4() uio.TextIOWrapper.read?4(size=-1) uio.TextIOWrapper.readinto?4(b) uio.TextIOWrapper.readline?4(size=-1) uio.TextIOWrapper.readlines?4(hint=-1) uio.TextIOWrapper.seek?4(offset, whence=0) uio.TextIOWrapper.tell?4() uio.TextIOWrapper.write?4(s) uio.TextIOWrapper?1(name, mode='r', **kwargs) uio.open?4(name, mode='r', **kwargs) ujson.dump?4(obj, stream) ujson.dumps?4(obj) ujson.load?4(stream) ujson.loads?4(string) uos.AbstractBlockDev.ioctl?4(op, arg) uos.AbstractBlockDev.readblocks?4(block_num, buf) uos.AbstractBlockDev.writeblocks?4(block_num, buf) uos.AbstractBlockDev?1() uos.VfsFat.mkfs?4() uos.VfsFat?1(block_dev) uos.chdir?4(path) uos.dupterm?4(stream_object, index=0) uos.getcwd?4() uos.ilistdir?4(dir=".") uos.listdir?4(dir=".") uos.mkdir?4(path) uos.mount?4(fsobj, mount_point, *, readonly) uos.remove?4(path) uos.rename?4(old_path, new_path) uos.rmdir?4(path) uos.stat?4(path) uos.statvfs?4(path) uos.sync?4() uos.umount?4(mount_point) uos.uname?4() uos.urandom?4(n) ure.DEBUG?7 ure.compile?4(regex_str, flags=0) ure.match?4(regex_str, string) ure.match_object.end?4(index=0) ure.match_object.group?4(index) ure.match_object.groups?4() ure.match_object.span?4(index=0) ure.match_object.start?4(index=0) ure.regex_object.match?4(string) ure.regex_object.search?4(string) ure.regex_object.split?4(string, max_split=-1) ure.regex_object.sub?4(replace, string, count=0, flags=0) ure.search?4(regex_str, string) ure.sub?4(regex_str, replace, string, count=0, flags=0) uselect.POLLERR?7 uselect.POLLHUP?7 uselect.POLLIN?7 uselect.POLLOUT?7 uselect.Poll.ipoll?4(timeout=-1, flags=0) uselect.Poll.modify?4(obj, eventmask) uselect.Poll.poll?4(timeout=-1) uselect.Poll.register?4(obj, eventmask = POLLIN | POLLOUT) uselect.Poll.unregister?4(obj) uselect.poll?4() uselect.select?4(rlist, wlist, xlist, timeout=-1) usocket.AF_INET6?7 usocket.AF_INET?7 usocket.IPPROTO_IP?7 usocket.IPPROTO_TCP?7 usocket.IPPROTO_UDP?7 usocket.IP_ADD_MEMBERSHIP?7 usocket.SOCK_DGRAM?7 usocket.SOCK_RAW?7 usocket.SOCK_STREAM?7 usocket.SOL_SOCKET?7 usocket.SO_REUSEADDR?7 usocket.Socket.accept?4() usocket.Socket.bind?4(address) usocket.Socket.close?4() usocket.Socket.connect?4(address) usocket.Socket.listen?4(backlog=None) usocket.Socket.makefile?4(mode='rb', buffering=0) usocket.Socket.read?4(size=None) usocket.Socket.readinto?4(buf, nbytes=None) usocket.Socket.readline?4() usocket.Socket.recv?4(bufsize) usocket.Socket.recvfrom?4(bufsize) usocket.Socket.send?4(bytes) usocket.Socket.sendall?4(bytes) usocket.Socket.sendto?4(bytes, address) usocket.Socket.setblocking?4(flag) usocket.Socket.setsockopt?4(level, optname, value) usocket.Socket.settimeout?4(value) usocket.Socket.write?4(buf) usocket.getaddrinfo?4(host, port, af=0, type=0, proto=0, flags=0) usocket.inet_ntop?4(af, bin_addr) usocket.inet_pton?4(af, txt_addr) usocket.socket?4(af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP) ussl.CERT_NONE?7 ussl.CERT_OPTIONAL?7 ussl.CERT_REQUIRED?7 ussl.wrap_socket?4(sock, server_side=False, keyfile=None, certfile=None, cert_reqs=CERT_NONE, ca_certs=None) ustruct.calcsize?4(fmt) ustruct.pack?4(fmt, *variables) ustruct.pack_into?4(fmt, buffer, offset, *variables) ustruct.unpack?4(fmt, data) ustruct.unpack_from?4(fmt, data, offset=0) utime.localtime?4(secs=None) utime.sleep?4(seconds) utime.sleep_ms?4(ms) utime.sleep_us?4(us) utime.ticks_add?4(ticks, delta) utime.ticks_cpu?4() utime.ticks_diff?4(ticks1, ticks2) utime.ticks_ms?4() utime.ticks_us?4() utime.time?4() uzlib.DecompIO?1(stream, wbits=0) uzlib.decompress?4(data, wbits=0, bufsize=0)