10 cmath.pi?7 |
19 cmath.pi?7 |
11 cmath.polar?4(z) |
20 cmath.polar?4(z) |
12 cmath.rect?4(r, phi) |
21 cmath.rect?4(r, phi) |
13 cmath.sin?4(z) |
22 cmath.sin?4(z) |
14 cmath.sqrt?4(z) |
23 cmath.sqrt?4(z) |
|
24 framebuf.FrameBuffer.blit?4(fbuf, x, y, key=None) |
|
25 framebuf.FrameBuffer.fill?4(c) |
|
26 framebuf.FrameBuffer.fill_rect?4(x, y, w, h, c) |
|
27 framebuf.FrameBuffer.hline?4(x, y, w, c) |
|
28 framebuf.FrameBuffer.line?4(x1, y1, x2, y2, c) |
|
29 framebuf.FrameBuffer.pixel?4(x, y, c=None) |
|
30 framebuf.FrameBuffer.rect?4(x, y, w, h, c) |
|
31 framebuf.FrameBuffer.scroll?4(xstep, ystep) |
|
32 framebuf.FrameBuffer.text?4(s, x, y, c=None) |
|
33 framebuf.FrameBuffer.vline?4(x, y, h, c) |
|
34 framebuf.FrameBuffer?1(buffer, width, height, format, stride=None) |
|
35 framebuf.GS2_HMSB?7 |
|
36 framebuf.GS4_HMSB?7 |
|
37 framebuf.GS8?7 |
|
38 framebuf.MONO_HLSB?7 |
|
39 framebuf.MONO_HMSB?7 |
|
40 framebuf.MONO_VLSB?7 |
|
41 framebuf.RGB565?7 |
15 gc.collect?4() |
42 gc.collect?4() |
16 gc.disable?4() |
43 gc.disable?4() |
17 gc.enable?4() |
44 gc.enable?4() |
18 gc.mem_alloc?4() |
45 gc.mem_alloc?4() |
19 gc.mem_free?4() |
46 gc.mem_free?4() |
20 gc.threshold?4() |
47 gc.threshold?4() |
21 gc.threshold?4(amount) |
48 gc.threshold?4(amount) |
|
49 machine.ADC.channel?4(id, *, pin) |
|
50 machine.ADC.deinit?4() |
|
51 machine.ADC.init?4() |
|
52 machine.ADC?1(id=0, *, bits=12) |
|
53 machine.ADCChannel.deinit?4() |
|
54 machine.ADCChannel.init?4() |
|
55 machine.ADCChannel.value?4() |
|
56 machine.DEEPSLEEP?7 |
|
57 machine.DEEPSLEEP_RESET?7 |
|
58 machine.HARD_RESET?7 |
|
59 machine.IDLE?7 |
|
60 machine.PIN_WAKE?7 |
|
61 machine.PWRON_RESET?7 |
|
62 machine.Pin.ALT?7 |
|
63 machine.Pin.ALT_OPEN_DRAIN?7 |
|
64 machine.Pin.HIGH_POWER?7 |
|
65 machine.Pin.IN?7 |
|
66 machine.Pin.IRQ_FALLING?7 |
|
67 machine.Pin.IRQ_HIGH_LEVEL?7 |
|
68 machine.Pin.IRQ_LOW_LEVEL?7 |
|
69 machine.Pin.IRQ_RISING?7 |
|
70 machine.Pin.LOW_POWER?7 |
|
71 machine.Pin.MED_POWER?7 |
|
72 machine.Pin.OPEN_DRAIN?7 |
|
73 machine.Pin.OUT?7 |
|
74 machine.Pin.PULL_DOWN?7 |
|
75 machine.Pin.PULL_HOLD?7 |
|
76 machine.Pin.PULL_UP?7 |
|
77 machine.Pin.drive?4(drive=None) |
|
78 machine.Pin.init?4(mode=-1, pull=-1, *, value, drive, alt) |
|
79 machine.Pin.irq?4(handler=None, trigger=(IRQ_FALLING | IRQ_RISING), *, priority=1, wake=None, hard=False) |
|
80 machine.Pin.mode?4(mode=-1) |
|
81 machine.Pin.off?4() |
|
82 machine.Pin.on?4() |
|
83 machine.Pin.pull?4(pull=-1) |
|
84 machine.Pin.value?4(x=None) |
|
85 machine.Pin?1(id, mode=-1, pull=-1, *, value, drive, alt) |
|
86 machine.RTC_WAKE?7 |
|
87 machine.SLEEP?7 |
|
88 machine.SOFT_RESET?7 |
|
89 machine.Signal.off?4() |
|
90 machine.Signal.on?4() |
|
91 machine.Signal.value?4(x=None) |
|
92 machine.Signal?1(pin, *, invert=False) |
|
93 machine.UART.RX_ANY?7 |
|
94 machine.UART.any?4() |
|
95 machine.UART.deinit?4() |
|
96 machine.UART.init?4(bits=8, parity=None, stop=1, *, ...) |
|
97 machine.UART.irq?4(trigger, priority=1, handler=None, wake=machine.IDLE) |
|
98 machine.UART.read?4(nbytes=None) |
|
99 machine.UART.readinto?4(buf, nbytes=None) |
|
100 machine.UART.readline?4() |
|
101 machine.UART.sendbreak?4() |
|
102 machine.UART.write?4(buf) |
|
103 machine.UART?1(id, *args) |
|
104 machine.WDT_RESET?7 |
|
105 machine.WLAN_WAKE?7 |
|
106 machine.adcchannel?4() |
|
107 machine.deepsleep?4(time_ms=None) |
|
108 machine.disable_irq?4() |
|
109 machine.enable_irq?4(state) |
|
110 machine.freq?4() |
|
111 machine.idle?4() |
|
112 machine.lightsleep?4(time_ms=None) |
|
113 machine.reset?4() |
|
114 machine.reset_cause?4() |
|
115 machine.rng?4() |
|
116 machine.sleep?4() |
|
117 machine.time_pulse_us?4(pin, pulse_level, timeout_us=1000000) |
|
118 machine.unique_id?4() |
|
119 machine.wake_reason?4() |
|
120 math.acos?4(x) |
|
121 math.acosh?4(x) |
|
122 math.asin?4(x) |
|
123 math.asinh?4(x) |
|
124 math.atan2?4(y, x) |
|
125 math.atan?4(x) |
|
126 math.atanh?4(x) |
|
127 math.ceil?4(x) |
|
128 math.copysign?4(x, y) |
|
129 math.cos?4(x) |
|
130 math.cosh?4(x) |
|
131 math.degrees?4(x) |
|
132 math.e?7 |
|
133 math.erf?4(x) |
|
134 math.erfc?4(x) |
|
135 math.exp?4(x) |
|
136 math.expm1?4(x) |
|
137 math.fabs?4(x) |
|
138 math.floor?4(x) |
|
139 math.fmod?4(x, y) |
|
140 math.frexp?4(x) |
|
141 math.gamma?4(x) |
|
142 math.isfinite?4(x) |
|
143 math.isinf?4(x) |
|
144 math.isnan?4(x) |
|
145 math.ldexp?4(x, exp) |
|
146 math.lgamma?4(x) |
|
147 math.log10?4(x) |
|
148 math.log2?4(x) |
|
149 math.log?4(x) |
|
150 math.modf?4(x) |
|
151 math.pi?7 |
|
152 math.pow?4(x, y) |
|
153 math.radians?4(x) |
|
154 math.sin?4(x) |
|
155 math.sinh?4(x) |
|
156 math.sqrt?4(x) |
|
157 math.tan?4(x) |
|
158 math.tanh?4(x) |
|
159 math.trunc?4(x) |
|
160 sys.argv?7 |
|
161 sys.atexit?4(func) |
|
162 sys.byteorder?7 |
|
163 sys.exit?4(retval=0) |
|
164 sys.implementation?7 |
|
165 sys.maxsize?7 |
|
166 sys.modules?7 |
|
167 sys.path?7 |
|
168 sys.platform?7 |
|
169 sys.print_exception?4(exc, file=sys.stdout) |
|
170 sys.stderr?7 |
|
171 sys.stdin?7 |
|
172 sys.stdout?7 |
|
173 sys.version?7 |
|
174 sys.version_info?7 |
|
175 ubinascii.a2b_base64?4(data) |
|
176 ubinascii.b2a_base64?4(data) |
|
177 ubinascii.hexlify?4(data, sep="") |
|
178 ubinascii.unhexlify?4(data) |
|
179 ucollections.OrderedDict?1(iterableOfKeyValue) |
|
180 ucollections.deque.append?4(x) |
|
181 ucollections.deque.popleft?4() |
|
182 ucollections.deque?1(iterable, maxlen, flags=0) |
|
183 ucollections.namedtuple?1(name, fields) |
|
184 uerrno.EACCES?7 |
|
185 uerrno.EADDRINUSE?7 |
|
186 uerrno.EAGAIN?7 |
|
187 uerrno.EALREADY?7 |
|
188 uerrno.EBADF?7 |
|
189 uerrno.ECONNABORTED?7 |
|
190 uerrno.ECONNREFUSED?7 |
|
191 uerrno.ECONNRESET?7 |
|
192 uerrno.EEXIST?7 |
|
193 uerrno.EHOSTUNREACH?7 |
|
194 uerrno.EINPROGRESS?7 |
|
195 uerrno.EINVAL?7 |
|
196 uerrno.EIO?7 |
|
197 uerrno.EISDIR?7 |
|
198 uerrno.ENOBUFS?7 |
|
199 uerrno.ENODEV?7 |
|
200 uerrno.ENOENT?7 |
|
201 uerrno.ENOMEM?7 |
|
202 uerrno.ENOTCONN?7 |
|
203 uerrno.EOPNOTSUPP?7 |
|
204 uerrno.EPERM?7 |
|
205 uerrno.ETIMEDOUT?7 |
|
206 uerrno.errorcode?7 |
|
207 uhashlib.md5.digest?4() |
|
208 uhashlib.md5.update?4(data) |
|
209 uhashlib.md5?1(data=bytes()) |
|
210 uhashlib.sha1.digest?4() |
|
211 uhashlib.sha1.update?4(data) |
|
212 uhashlib.sha1?1(data=bytes()) |
|
213 uhashlib.sha256.digest?4() |
|
214 uhashlib.sha256.update?4(data) |
|
215 uhashlib.sha256?1(data=bytes()) |
|
216 uheapq.heapify?4(x) |
|
217 uheapq.heappop?4(heap) |
|
218 uheapq.heappush?4(heap, item) |
|
219 uio.BytesIO.close?4() |
|
220 uio.BytesIO.flush?4() |
|
221 uio.BytesIO.getvalue?4() |
|
222 uio.BytesIO.read?4(size=-1) |
|
223 uio.BytesIO.readinto?4(b) |
|
224 uio.BytesIO.readline?4(size=-1) |
|
225 uio.BytesIO.seek?4(offset, whence=0) |
|
226 uio.BytesIO.write?4(b) |
|
227 uio.BytesIO?1(initial_value=b"") |
|
228 uio.FileIO.close?4() |
|
229 uio.FileIO.flush?4() |
|
230 uio.FileIO.read?4(size=-1) |
|
231 uio.FileIO.readinto?4(b) |
|
232 uio.FileIO.readline?4(size=-1) |
|
233 uio.FileIO.readlines?4(hint=-1) |
|
234 uio.FileIO.seek?4(offset, whence=0) |
|
235 uio.FileIO.tell?4() |
|
236 uio.FileIO.write?4(b) |
|
237 uio.FileIO?1(name, mode='r', **kwargs) |
|
238 uio.StringIO.close?4() |
|
239 uio.StringIO.flush?4() |
|
240 uio.StringIO.getvalue?4() |
|
241 uio.StringIO.read?4(size=-1) |
|
242 uio.StringIO.readinto?4(b) |
|
243 uio.StringIO.readline?4(size=-1) |
|
244 uio.StringIO.seek?4(offset, whence=0) |
|
245 uio.StringIO.write?4(s) |
|
246 uio.StringIO?1(initial_value="") |
|
247 uio.TextIOWrapper.close?4() |
|
248 uio.TextIOWrapper.flush?4() |
|
249 uio.TextIOWrapper.read?4(size=-1) |
|
250 uio.TextIOWrapper.readinto?4(b) |
|
251 uio.TextIOWrapper.readline?4(size=-1) |
|
252 uio.TextIOWrapper.readlines?4(hint=-1) |
|
253 uio.TextIOWrapper.seek?4(offset, whence=0) |
|
254 uio.TextIOWrapper.tell?4() |
|
255 uio.TextIOWrapper.write?4(s) |
|
256 uio.TextIOWrapper?1(name, mode='r', **kwargs) |
|
257 uio.open?4(name, mode='r', **kwargs) |
|
258 ujson.dump?4(obj, stream) |
|
259 ujson.dumps?4(obj) |
|
260 ujson.load?4(stream) |
|
261 ujson.loads?4(string) |
|
262 uos.AbstractBlockDev.ioctl?4(op, arg) |
|
263 uos.AbstractBlockDev.readblocks?4(block_num, buf) |
|
264 uos.AbstractBlockDev.writeblocks?4(block_num, buf) |
|
265 uos.AbstractBlockDev?1() |
|
266 uos.VfsFat.mkfs?4() |
|
267 uos.VfsFat?1(block_dev) |
|
268 uos.chdir?4(path) |
|
269 uos.dupterm?4(stream_object, index=0) |
|
270 uos.getcwd?4() |
|
271 uos.ilistdir?4(dir=".") |
|
272 uos.listdir?4(dir=".") |
|
273 uos.mkdir?4(path) |
|
274 uos.mount?4(fsobj, mount_point, *, readonly) |
|
275 uos.remove?4(path) |
|
276 uos.rename?4(old_path, new_path) |
|
277 uos.rmdir?4(path) |
|
278 uos.stat?4(path) |
|
279 uos.statvfs?4(path) |
|
280 uos.sync?4() |
|
281 uos.umount?4(mount_point) |
|
282 uos.uname?4() |
|
283 uos.urandom?4(n) |
|
284 ure.DEBUG?7 |
|
285 ure.compile?4(regex_str, flags=0) |
|
286 ure.match?4(regex_str, string) |
|
287 ure.match_object.end?4(index=0) |
|
288 ure.match_object.group?4(index) |
|
289 ure.match_object.groups?4() |
|
290 ure.match_object.span?4(index=0) |
|
291 ure.match_object.start?4(index=0) |
|
292 ure.regex_object.match?4(string) |
|
293 ure.regex_object.search?4(string) |
|
294 ure.regex_object.split?4(string, max_split=-1) |
|
295 ure.regex_object.sub?4(replace, string, count=0, flags=0) |
|
296 ure.search?4(regex_str, string) |
|
297 ure.sub?4(regex_str, replace, string, count=0, flags=0) |
|
298 uselect.POLLERR?7 |
|
299 uselect.POLLHUP?7 |
|
300 uselect.POLLIN?7 |
|
301 uselect.POLLOUT?7 |
|
302 uselect.Poll.ipoll?4(timeout=-1, flags=0) |
|
303 uselect.Poll.modify?4(obj, eventmask) |
|
304 uselect.Poll.poll?4(timeout=-1) |
|
305 uselect.Poll.register?4(obj, eventmask = POLLIN | POLLOUT) |
|
306 uselect.Poll.unregister?4(obj) |
|
307 uselect.poll?4() |
|
308 uselect.select?4(rlist, wlist, xlist, timeout=-1) |
|
309 usocket.AF_INET6?7 |
|
310 usocket.AF_INET?7 |
|
311 usocket.IPPROTO_IP?7 |
|
312 usocket.IPPROTO_TCP?7 |
|
313 usocket.IPPROTO_UDP?7 |
|
314 usocket.IP_ADD_MEMBERSHIP?7 |
|
315 usocket.SOCK_DGRAM?7 |
|
316 usocket.SOCK_RAW?7 |
|
317 usocket.SOCK_STREAM?7 |
|
318 usocket.SOL_SOCKET?7 |
|
319 usocket.SO_REUSEADDR?7 |
|
320 usocket.Socket.accept?4() |
|
321 usocket.Socket.bind?4(address) |
|
322 usocket.Socket.close?4() |
|
323 usocket.Socket.connect?4(address) |
|
324 usocket.Socket.listen?4(backlog=None) |
|
325 usocket.Socket.makefile?4(mode='rb', buffering=0) |
|
326 usocket.Socket.read?4(size=None) |
|
327 usocket.Socket.readinto?4(buf, nbytes=None) |
|
328 usocket.Socket.readline?4() |
|
329 usocket.Socket.recv?4(bufsize) |
|
330 usocket.Socket.recvfrom?4(bufsize) |
|
331 usocket.Socket.send?4(bytes) |
|
332 usocket.Socket.sendall?4(bytes) |
|
333 usocket.Socket.sendto?4(bytes, address) |
|
334 usocket.Socket.setblocking?4(flag) |
|
335 usocket.Socket.setsockopt?4(level, optname, value) |
|
336 usocket.Socket.settimeout?4(value) |
|
337 usocket.Socket.write?4(buf) |
|
338 usocket.getaddrinfo?4(host, port, af=0, type=0, proto=0, flags=0) |
|
339 usocket.inet_ntop?4(af, bin_addr) |
|
340 usocket.inet_pton?4(af, txt_addr) |
|
341 usocket.socket?4(af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP) |
|
342 ussl.CERT_NONE?7 |
|
343 ussl.CERT_OPTIONAL?7 |
|
344 ussl.CERT_REQUIRED?7 |
|
345 ussl.wrap_socket?4(sock, server_side=False, keyfile=None, certfile=None, cert_reqs=CERT_NONE, ca_certs=None) |
|
346 ustruct.calcsize?4(fmt) |
|
347 ustruct.pack?4(fmt, *variables) |
|
348 ustruct.pack_into?4(fmt, buffer, offset, *variables) |
|
349 ustruct.unpack?4(fmt, data) |
|
350 ustruct.unpack_from?4(fmt, data, offset=0) |
|
351 utime.localtime?4(secs=None) |
|
352 utime.sleep?4(seconds) |
|
353 utime.sleep_ms?4(ms) |
|
354 utime.sleep_us?4(us) |
|
355 utime.ticks_add?4(ticks, delta) |
|
356 utime.ticks_cpu?4() |
|
357 utime.ticks_diff?4(ticks1, ticks2) |
|
358 utime.ticks_ms?4() |
|
359 utime.ticks_us?4() |
|
360 utime.time?4() |
|
361 uzlib.DecompIO?1(stream, wbits=0) |
|
362 uzlib.decompress?4(data, wbits=0, bufsize=0) |