APIs/MicroPython/micropython-v1_24_1-rp2-rpi_pico_w.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 _boot.bdev?7
4 _boot.fs?7
5 _boot_fat.bdev?7
6 _onewire.crc8?4(*args, **kwargs)
7 _onewire.readbit?4(*args, **kwargs)
8 _onewire.readbyte?4(*args, **kwargs)
9 _onewire.reset?4(*args, **kwargs)
10 _onewire.writebit?4(*args, **kwargs)
11 _onewire.writebyte?4(*args, **kwargs)
12 _thread.LockType.acquire?4(*args, **kwargs)
13 _thread.LockType.locked?4(*args, **kwargs)
14 _thread.LockType.release?4(*args, **kwargs)
15 _thread.LockType?1(*argv, **kwargs)
16 _thread.allocate_lock?4(*args, **kwargs)
17 _thread.exit?4(*args, **kwargs)
18 _thread.get_ident?4(*args, **kwargs)
19 _thread.stack_size?4(*args, **kwargs)
20 _thread.start_new_thread?4(*args, **kwargs)
21 aioble.ADDR_PUBLIC?7
22 aioble.ADDR_RANDOM?7
23 aioble.central.ScanResult._decode_field?5(*adv_type)
24 aioble.central.ScanResult._update?5(adv_type, rssi, adv_data)
25 aioble.central.ScanResult.adv_data?7
26 aioble.central.ScanResult.connectable?7
27 aioble.central.ScanResult.device?7
28 aioble.central.ScanResult.manufacturer?4(filter: Incomplete | None = None)
29 aioble.central.ScanResult.name?4()
30 aioble.central.ScanResult.resp_data?7
31 aioble.central.ScanResult.rssi?7
32 aioble.central.ScanResult.services?4()
33 aioble.central.ScanResult?1(device)
34 aioble.central._ADV_DIRECT_IND?8
35 aioble.central._ADV_IND?8
36 aioble.central._ADV_NONCONN_IND?8
37 aioble.central._ADV_SCAN_IND?8
38 aioble.central._ADV_TYPE_APPEARANCE?8
39 aioble.central._ADV_TYPE_FLAGS?8
40 aioble.central._ADV_TYPE_MANUFACTURER?8
41 aioble.central._ADV_TYPE_NAME?8
42 aioble.central._ADV_TYPE_SHORT_NAME?8
43 aioble.central._ADV_TYPE_UUID128_COMPLETE?8
44 aioble.central._ADV_TYPE_UUID128_INCOMPLETE?8
45 aioble.central._ADV_TYPE_UUID16_COMPLETE?8
46 aioble.central._ADV_TYPE_UUID16_INCOMPLETE?8
47 aioble.central._ADV_TYPE_UUID32_COMPLETE?8
48 aioble.central._ADV_TYPE_UUID32_INCOMPLETE?8
49 aioble.central._IRQ_PERIPHERAL_CONNECT?8
50 aioble.central._IRQ_PERIPHERAL_DISCONNECT?8
51 aioble.central._IRQ_SCAN_DONE?8
52 aioble.central._IRQ_SCAN_RESULT?8
53 aioble.central._SCAN_RSP?8
54 aioble.central._active_scanner?8
55 aioble.central._cancel_pending?5()
56 aioble.central._central_irq?5(event, data)
57 aioble.central._central_shutdown?5()
58 aioble.central._connect?5(connection, timeout_ms, scan_duration_ms, min_conn_interval_us, max_conn_interval_us)
59 aioble.central._connecting?8
60 aioble.central.scan._active?8
61 aioble.central.scan._done?8
62 aioble.central.scan._duration_ms?8
63 aioble.central.scan._event?8
64 aioble.central.scan._interval_us?8
65 aioble.central.scan._queue?8
66 aioble.central.scan._results?8
67 aioble.central.scan._window_us?8
68 aioble.central.scan.cancel?4()
69 aioble.central.scan?1(duration_ms, interval_us: Incomplete | None = None, window_us: Incomplete | None = None, active: bool = False)
70 aioble.client.BaseClientCharacteristic._check?5(flag)
71 aioble.client.BaseClientCharacteristic._find?5(value_handle)
72 aioble.client.BaseClientCharacteristic._read_data?8
73 aioble.client.BaseClientCharacteristic._read_done?5(value_handle, status)
74 aioble.client.BaseClientCharacteristic._read_event?8
75 aioble.client.BaseClientCharacteristic._read_result?5(value_handle, data)
76 aioble.client.BaseClientCharacteristic._read_status?8
77 aioble.client.BaseClientCharacteristic._register_with_connection?5()
78 aioble.client.BaseClientCharacteristic._value_handle?8
79 aioble.client.BaseClientCharacteristic._write_done?5(value_handle, status)
80 aioble.client.BaseClientCharacteristic._write_event?8
81 aioble.client.BaseClientCharacteristic._write_status?8
82 aioble.client.BaseClientCharacteristic.properties?7
83 aioble.client.BaseClientCharacteristic.read?4(timeout_ms: int = 1000)
84 aioble.client.BaseClientCharacteristic.uuid?7
85 aioble.client.BaseClientCharacteristic.write?4(data, response: Incomplete | None = None, timeout_ms: int = 1000)
86 aioble.client.BaseClientCharacteristic?1(value_handle, properties, uuid)
87 aioble.client.ClientCharacteristic._connection?5()
88 aioble.client.ClientCharacteristic._end_handle?8
89 aioble.client.ClientCharacteristic._indicate_event?8
90 aioble.client.ClientCharacteristic._indicate_queue?8
91 aioble.client.ClientCharacteristic._notified_indicated?5(queue, event, timeout_ms)
92 aioble.client.ClientCharacteristic._notify_event?8
93 aioble.client.ClientCharacteristic._notify_queue?8
94 aioble.client.ClientCharacteristic._on_indicate?5(value_handle, indicate_data)
95 aioble.client.ClientCharacteristic._on_notify?5(value_handle, notify_data)
96 aioble.client.ClientCharacteristic._on_notify_indicate?5(queue, event, data)
97 aioble.client.ClientCharacteristic._start_discovery?5(uuid: Incomplete | None = None)
98 aioble.client.ClientCharacteristic.connection?7
99 aioble.client.ClientCharacteristic.descriptor?4(uuid, timeout_ms: int = 2000)
100 aioble.client.ClientCharacteristic.descriptors?4(timeout_ms: int = 2000)
101 aioble.client.ClientCharacteristic.indicated?4(timeout_ms: Incomplete | None = None)
102 aioble.client.ClientCharacteristic.notified?4(timeout_ms: Incomplete | None = None)
103 aioble.client.ClientCharacteristic.service?7
104 aioble.client.ClientCharacteristic.subscribe?4(notify: bool = True, indicate: bool = False)
105 aioble.client.ClientCharacteristic?1(service, end_handle, value_handle, properties, uuid)
106 aioble.client.ClientDescriptor._connection?5()
107 aioble.client.ClientDescriptor._start_discovery?5(uuid: Incomplete | None = None)
108 aioble.client.ClientDescriptor.characteristic?7
109 aioble.client.ClientDescriptor?1(characteristic, dsc_handle, uuid)
110 aioble.client.ClientDiscover._args?8
111 aioble.client.ClientDiscover._connection?8
112 aioble.client.ClientDiscover._disc_type?8
113 aioble.client.ClientDiscover._discover_done?5(status)
114 aioble.client.ClientDiscover._discover_result?5(*args)
115 aioble.client.ClientDiscover._event?8
116 aioble.client.ClientDiscover._parent?8
117 aioble.client.ClientDiscover._queue?8
118 aioble.client.ClientDiscover._start?5()
119 aioble.client.ClientDiscover._status?8
120 aioble.client.ClientDiscover._timeout_ms?8
121 aioble.client.ClientDiscover?1(connection, disc_type, parent, timeout_ms, *args)
122 aioble.client.ClientService._end_handle?8
123 aioble.client.ClientService._start_discovery?5(uuid: Incomplete | None = None)
124 aioble.client.ClientService._start_handle?8
125 aioble.client.ClientService.characteristic?4(uuid, timeout_ms: int = 2000)
126 aioble.client.ClientService.characteristics?4(uuid: Incomplete | None = None, timeout_ms: int = 2000)
127 aioble.client.ClientService.connection?7
128 aioble.client.ClientService.uuid?7
129 aioble.client.ClientService?1(connection, start_handle, end_handle, uuid)
130 aioble.client._CCCD_INDICATE?8
131 aioble.client._CCCD_NOTIFY?8
132 aioble.client._CCCD_UUID?8
133 aioble.client._FLAG_INDICATE?8
134 aioble.client._FLAG_NOTIFY?8
135 aioble.client._FLAG_READ?8
136 aioble.client._FLAG_WRITE?8
137 aioble.client._FLAG_WRITE_NO_RESPONSE?8
138 aioble.client._IRQ_GATTC_CHARACTERISTIC_DONE?8
139 aioble.client._IRQ_GATTC_CHARACTERISTIC_RESULT?8
140 aioble.client._IRQ_GATTC_DESCRIPTOR_DONE?8
141 aioble.client._IRQ_GATTC_DESCRIPTOR_RESULT?8
142 aioble.client._IRQ_GATTC_INDICATE?8
143 aioble.client._IRQ_GATTC_NOTIFY?8
144 aioble.client._IRQ_GATTC_READ_DONE?8
145 aioble.client._IRQ_GATTC_READ_RESULT?8
146 aioble.client._IRQ_GATTC_SERVICE_DONE?8
147 aioble.client._IRQ_GATTC_SERVICE_RESULT?8
148 aioble.client._IRQ_GATTC_WRITE_DONE?8
149 aioble.client._client_irq?5(event, data)
150 aioble.core.GattError._status?8
151 aioble.core.GattError?1(status)
152 aioble.core._irq_handlers?8
153 aioble.core._shutdown_handlers?8
154 aioble.core.ble?7
155 aioble.core.ble_irq?4(event, data)
156 aioble.core.config?4(*args, **kwargs)
157 aioble.core.ensure_active?4()
158 aioble.core.log_error?4(*args)
159 aioble.core.log_info?4(*args)
160 aioble.core.log_level?7
161 aioble.core.log_warn?4(*args)
162 aioble.core.register_irq_handler?4(irq, shutdown)
163 aioble.core.stop?4()
164 aioble.device.Device._connection?8
165 aioble.device.Device.addr?7
166 aioble.device.Device.addr_hex?4()
167 aioble.device.Device.addr_type?7
168 aioble.device.Device.connect?4(timeout_ms: int = 10000, scan_duration_ms: Incomplete | None = None, min_conn_interval_us: Incomplete | None = None, max_conn_interval_us: Incomplete | None = None, )
169 aioble.device.Device?1(addr_type, addr)
170 aioble.device.DeviceConnection._characteristics?8
171 aioble.device.DeviceConnection._conn_handle?8
172 aioble.device.DeviceConnection._connected?8
173 aioble.device.DeviceConnection._discover?8
174 aioble.device.DeviceConnection._event?8
175 aioble.device.DeviceConnection._l2cap_channel?8
176 aioble.device.DeviceConnection._mtu_event?8
177 aioble.device.DeviceConnection._pair_event?8
178 aioble.device.DeviceConnection._run_task?5()
179 aioble.device.DeviceConnection._task?8
180 aioble.device.DeviceConnection._timeouts?8
181 aioble.device.DeviceConnection.authenticated?7
182 aioble.device.DeviceConnection.bonded?7
183 aioble.device.DeviceConnection.device?7
184 aioble.device.DeviceConnection.device_task?4()
185 aioble.device.DeviceConnection.disconnect?4(timeout_ms: int = 2000)
186 aioble.device.DeviceConnection.disconnected?4(timeout_ms: Incomplete | None = None, disconnect: bool = False)
187 aioble.device.DeviceConnection.encrypted?7
188 aioble.device.DeviceConnection.exchange_mtu?4(mtu: Incomplete | None = None, timeout_ms: int = 1000)
189 aioble.device.DeviceConnection.is_connected?4()
190 aioble.device.DeviceConnection.key_size?7
191 aioble.device.DeviceConnection.l2cap_accept?4(psm, mtu, timeout_ms: Incomplete | None = None)
192 aioble.device.DeviceConnection.l2cap_connect?4(psm, mtu, timeout_ms: int = 1000)
193 aioble.device.DeviceConnection.mtu?7
194 aioble.device.DeviceConnection.pair?4(*args, **kwargs)
195 aioble.device.DeviceConnection.service?4(uuid, timeout_ms: int = 2000)
196 aioble.device.DeviceConnection.services?4(uuid: Incomplete | None = None, timeout_ms: int = 2000)
197 aioble.device.DeviceConnection.timeout?4(timeout_ms)
198 aioble.device.DeviceConnection?1(device)
199 aioble.device.DeviceTimeout._connection?8
200 aioble.device.DeviceTimeout._task?8
201 aioble.device.DeviceTimeout._timeout_ms?8
202 aioble.device.DeviceTimeout._timeout_sleep?5()
203 aioble.device.DeviceTimeout._timeout_task?8
204 aioble.device.DeviceTimeout?1(connection, timeout_ms)
205 aioble.device._IRQ_MTU_EXCHANGED?8
206 aioble.device._device_irq?5(event, data)
207 aioble.l2cap.L2CAPChannel._assert_connected?5()
208 aioble.l2cap.L2CAPChannel._cid?8
209 aioble.l2cap.L2CAPChannel._connection?8
210 aioble.l2cap.L2CAPChannel._data_ready?8
211 aioble.l2cap.L2CAPChannel._event?8
212 aioble.l2cap.L2CAPChannel._stalled?8
213 aioble.l2cap.L2CAPChannel._status?8
214 aioble.l2cap.L2CAPChannel.available?4()
215 aioble.l2cap.L2CAPChannel.disconnect?4(timeout_ms: int = 1000)
216 aioble.l2cap.L2CAPChannel.disconnected?4(timeout_ms: int = 1000)
217 aioble.l2cap.L2CAPChannel.flush?4(timeout_ms: Incomplete | None = None)
218 aioble.l2cap.L2CAPChannel.our_mtu?7
219 aioble.l2cap.L2CAPChannel.peer_mtu?7
220 aioble.l2cap.L2CAPChannel.recvinto?4(buf, timeout_ms: Incomplete | None = None)
221 aioble.l2cap.L2CAPChannel.send?4(buf, timeout_ms: Incomplete | None = None, chunk_size: Incomplete | None = None)
222 aioble.l2cap.L2CAPChannel?1(connection)
223 aioble.l2cap._IRQ_L2CAP_ACCEPT?8
224 aioble.l2cap._IRQ_L2CAP_CONNECT?8
225 aioble.l2cap._IRQ_L2CAP_DISCONNECT?8
226 aioble.l2cap._IRQ_L2CAP_RECV?8
227 aioble.l2cap._IRQ_L2CAP_SEND_READY?8
228 aioble.l2cap._l2cap_irq?5(event, data)
229 aioble.l2cap._l2cap_shutdown?5()
230 aioble.l2cap._listening?8
231 aioble.l2cap.accept?4(connection, psm, mtu, timeout_ms)
232 aioble.l2cap.connect?4(connection, psm, mtu, timeout_ms)
233 aioble.peripheral._ADV_PAYLOAD_MAX_LEN?8
234 aioble.peripheral._ADV_TYPE_APPEARANCE?8
235 aioble.peripheral._ADV_TYPE_FLAGS?8
236 aioble.peripheral._ADV_TYPE_MANUFACTURER?8
237 aioble.peripheral._ADV_TYPE_NAME?8
238 aioble.peripheral._ADV_TYPE_UUID128_COMPLETE?8
239 aioble.peripheral._ADV_TYPE_UUID128_MORE?8
240 aioble.peripheral._ADV_TYPE_UUID16_COMPLETE?8
241 aioble.peripheral._ADV_TYPE_UUID16_MORE?8
242 aioble.peripheral._ADV_TYPE_UUID32_COMPLETE?8
243 aioble.peripheral._ADV_TYPE_UUID32_MORE?8
244 aioble.peripheral._IRQ_CENTRAL_CONNECT?8
245 aioble.peripheral._IRQ_CENTRAL_DISCONNECT?8
246 aioble.peripheral._append?5(adv_data, resp_data, adv_type, value)
247 aioble.peripheral._connect_event?8
248 aioble.peripheral._incoming_connection?8
249 aioble.peripheral._peripheral_irq?5(event, data)
250 aioble.peripheral._peripheral_shutdown?5()
251 aioble.peripheral.advertise?4(interval_us, adv_data: Incomplete | None = None, resp_data: Incomplete | None = None, connectable: bool = True, limited_disc: bool = False, br_edr: bool = False, name: Incomplete | None = None, services: Incomplete | None = None, appearance: int = 0, manufacturer: Incomplete | None = None, timeout_ms: Incomplete | None = None, )
252 aioble.security._DEFAULT_PATH?8
253 aioble.security._IO_CAPABILITY_DISPLAY_ONLY?8
254 aioble.security._IO_CAPABILITY_DISPLAY_YESNO?8
255 aioble.security._IO_CAPABILITY_KEYBOARD_DISPLAY?8
256 aioble.security._IO_CAPABILITY_KEYBOARD_ONLY?8
257 aioble.security._IO_CAPABILITY_NO_INPUT_OUTPUT?8
258 aioble.security._IRQ_ENCRYPTION_UPDATE?8
259 aioble.security._IRQ_GET_SECRET?8
260 aioble.security._IRQ_PASSKEY_ACTION?8
261 aioble.security._IRQ_SET_SECRET?8
262 aioble.security._PASSKEY_ACTION_DISP?8
263 aioble.security._PASSKEY_ACTION_INPUT?8
264 aioble.security._PASSKEY_ACTION_NUMCMP?8
265 aioble.security._modified?8
266 aioble.security._path?8
267 aioble.security._save_secrets?5(arg: Incomplete | None = None)
268 aioble.security._secrets?8
269 aioble.security._security_irq?5(event, data)
270 aioble.security._security_shutdown?5()
271 aioble.security.load_secrets?4(path: Incomplete | None = None)
272 aioble.security.pair?4(connection, bond: bool = True, le_secure: bool = True, mitm: bool = False, io=..., timeout_ms: int = 20000)
273 aioble.server.BaseCharacteristic._init_capture?5()
274 aioble.server.BaseCharacteristic._initial?8
275 aioble.server.BaseCharacteristic._register?5(value_handle)
276 aioble.server.BaseCharacteristic._remote_read?5(value_handle)
277 aioble.server.BaseCharacteristic._remote_write?5(value_handle)
278 aioble.server.BaseCharacteristic._run_capture_task?5()
279 aioble.server.BaseCharacteristic._value_handle?8
280 aioble.server.BaseCharacteristic._write_data?8
281 aioble.server.BaseCharacteristic.on_read?4(connection)
282 aioble.server.BaseCharacteristic.read?4()
283 aioble.server.BaseCharacteristic.write?4(data, send_update: bool = False)
284 aioble.server.BaseCharacteristic.written?4(timeout_ms: Incomplete | None = None)
285 aioble.server.BufferedCharacteristic._append?8
286 aioble.server.BufferedCharacteristic._max_len?8
287 aioble.server.BufferedCharacteristic._register?5(value_handle)
288 aioble.server.BufferedCharacteristic?1(*args, max_len: int = 20, append: bool = False, **kwargs)
289 aioble.server.Characteristic._indicate_connection?8
290 aioble.server.Characteristic._indicate_done?5(value_handle, status)
291 aioble.server.Characteristic._indicate_event?8
292 aioble.server.Characteristic._indicate_status?8
293 aioble.server.Characteristic._initial?8
294 aioble.server.Characteristic._tuple?5()
295 aioble.server.Characteristic._value_handle?8
296 aioble.server.Characteristic._write_data?8
297 aioble.server.Characteristic._write_event?8
298 aioble.server.Characteristic.descriptors?7
299 aioble.server.Characteristic.flags?7
300 aioble.server.Characteristic.indicate?4(connection, data: Incomplete | None = None, timeout_ms: int = 1000)
301 aioble.server.Characteristic.notify?4(connection, data: Incomplete | None = None)
302 aioble.server.Characteristic.uuid?7
303 aioble.server.Characteristic?1(service, uuid, read: bool = False, write: bool = False, write_no_response: bool = False, notify: bool = False, indicate: bool = False, initial: Incomplete | None = None, capture: bool = False, )
304 aioble.server.Descriptor._initial?8
305 aioble.server.Descriptor._tuple?5()
306 aioble.server.Descriptor._value_handle?8
307 aioble.server.Descriptor._write_data?8
308 aioble.server.Descriptor._write_event?8
309 aioble.server.Descriptor.flags?7
310 aioble.server.Descriptor.uuid?7
311 aioble.server.Descriptor?1(characteristic, uuid, read: bool = False, write: bool = False, initial: Incomplete | None = None)
312 aioble.server.Service._tuple?5()
313 aioble.server.Service.characteristics?7
314 aioble.server.Service.uuid?7
315 aioble.server.Service?1(uuid)
316 aioble.server._FLAG_INDICATE?8
317 aioble.server._FLAG_NOTIFY?8
318 aioble.server._FLAG_READ?8
319 aioble.server._FLAG_READ_AUTHENTICATED?8
320 aioble.server._FLAG_READ_AUTHORIZED?8
321 aioble.server._FLAG_READ_ENCRYPTED?8
322 aioble.server._FLAG_WRITE?8
323 aioble.server._FLAG_WRITE_AUTHENTICATED?8
324 aioble.server._FLAG_WRITE_AUTHORIZED?8
325 aioble.server._FLAG_WRITE_CAPTURE?8
326 aioble.server._FLAG_WRITE_ENCRYPTED?8
327 aioble.server._FLAG_WRITE_NO_RESPONSE?8
328 aioble.server._IRQ_GATTS_INDICATE_DONE?8
329 aioble.server._IRQ_GATTS_READ_REQUEST?8
330 aioble.server._IRQ_GATTS_WRITE?8
331 aioble.server._WRITE_CAPTURE_QUEUE_LIMIT?8
332 aioble.server._registered_characteristics?8
333 aioble.server._server_irq?5(event, data)
334 aioble.server._server_shutdown?5()
335 aioble.server.register_services?4(*services)
336 binascii.a2b_base64?4(data: str | bytes, /)
337 binascii.b2a_base64?4(data: bytes, /)
338 binascii.crc32?4(*args, **kwargs)
339 binascii.hexlify?4(data: bytes, sep: str | bytes = ..., /)
340 binascii.unhexlify?4(data: str | bytes, /)
341 bluetooth.BLE.active?4(active: bool, /)
342 bluetooth.BLE.config?4(**kwargs)
343 bluetooth.BLE.gap_advertise?4(interval_us: int, adv_data: AnyReadableBuf | None = None, /, *, resp_data: AnyReadableBuf | None = None, connectable: bool = True, )
344 bluetooth.BLE.gap_connect?4(addr_type: int, addr: bytes, scan_duration_ms: int = 2000, min_conn_interval_us: int | None = None, max_conn_interval_us: int | None = None, /, )
345 bluetooth.BLE.gap_disconnect?4(conn_handle: memoryview, /)
346 bluetooth.BLE.gap_scan?4(duration_ms: int, interval_us: int = 1280000, window_us: int = 11250, active: bool = False, /, )
347 bluetooth.BLE.gattc_discover_characteristics?4(conn_handle: memoryview, start_handle: int, end_handle: int, uuid: UUID | None = None, /, )
348 bluetooth.BLE.gattc_discover_descriptors?4(conn_handle: memoryview, start_handle: int, end_handle: int, /)
349 bluetooth.BLE.gattc_discover_services?4(conn_handle: memoryview, uuid: UUID | None = None, /)
350 bluetooth.BLE.gattc_exchange_mtu?4(conn_handle: memoryview, /)
351 bluetooth.BLE.gattc_read?4(conn_handle: memoryview, value_handle: memoryview, /)
352 bluetooth.BLE.gattc_write?4(conn_handle: memoryview, value_handle: memoryview, data: bytes, mode: int = 0, /, )
353 bluetooth.BLE.gatts_indicate?4(conn_handle: memoryview, value_handle: memoryview, /)
354 bluetooth.BLE.gatts_notify?4(value_handle: memoryview, data: bytes, /)
355 bluetooth.BLE.gatts_read?4(value_handle: memoryview, /)
356 bluetooth.BLE.gatts_register_services?4(services_definition: tuple[_Service, ...], /)
357 bluetooth.BLE.gatts_set_buffer?4(conn_handle: memoryview, len: int, append: bool = False, /)
358 bluetooth.BLE.gatts_write?4(value_handle: memoryview, data: bytes, send_update: bool = False, /)
359 bluetooth.BLE.irq?4(handler: Callable[[int, tuple[memoryview, ...]], Any], /)
360 bluetooth.BLE?1()
361 bluetooth.FLAG_INDICATE?7
362 bluetooth.FLAG_NOTIFY?7
363 bluetooth.FLAG_READ?7
364 bluetooth.FLAG_WRITE?7
365 bluetooth.FLAG_WRITE_NO_RESPONSE?7
366 bluetooth.UUID?1(value: int | str, /)
367 bluetooth._Characteristic?8
368 bluetooth._Descriptor?8
369 bluetooth._Flag?8
370 bluetooth._Service?8
371 cmath._C?8
372 cmath.cos?4(z: _C, /)
373 cmath.e?7
374 cmath.exp?4(z: _C, /)
375 cmath.log10?4(z: _C, /)
376 cmath.log?4(z: _C, /)
377 cmath.phase?4(z: _C, /)
378 cmath.pi?7
379 cmath.polar?4(z: _C, /)
380 cmath.rect?4(r: float, phi: float, /)
381 cmath.sin?4(z: _C, /)
382 cmath.sqrt?4(z: _C, /)
383 cryptolib.aes.decrypt?4(in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /)
384 cryptolib.aes.encrypt?4(in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /)
385 cryptolib.aes?1(key: AnyReadableBuf, mode: int, IV: AnyReadableBuf, /)
386 deflate.AUTO?7
387 deflate.DeflateIO.close?4(*args, **kwargs)
388 deflate.DeflateIO.read?4(*args, **kwargs)
389 deflate.DeflateIO.readinto?4(*args, **kwargs)
390 deflate.DeflateIO.readline?4(*args, **kwargs)
391 deflate.DeflateIO?1(stream, format=AUTO, wbits=0, close=False, /)
392 deflate.GZIP?7
393 deflate.RAW?7
394 deflate.ZLIB?7
395 dht.DHT11.humidity?4()
396 dht.DHT11.temperature?4()
397 dht.DHT22.humidity?4()
398 dht.DHT22.temperature?4()
399 dht.DHTBase.buf?7
400 dht.DHTBase.measure?4()
401 dht.DHTBase.pin?7
402 dht.DHTBase?1(pin)
403 ds18x20.DS18X20.buf?7
404 ds18x20.DS18X20.convert_temp?4()
405 ds18x20.DS18X20.ow?7
406 ds18x20.DS18X20.read_scratch?4(rom)
407 ds18x20.DS18X20.read_temp?4(rom)
408 ds18x20.DS18X20.scan?4()
409 ds18x20.DS18X20.write_scratch?4(rom, buf)
410 ds18x20.DS18X20?1(onewire)
411 ds18x20._CONVERT?8
412 ds18x20._RD_SCRATCH?8
413 ds18x20._WR_SCRATCH?8
414 errno.EACCES?7
415 errno.EADDRINUSE?7
416 errno.EAGAIN?7
417 errno.EALREADY?7
418 errno.EBADF?7
419 errno.ECONNABORTED?7
420 errno.ECONNREFUSED?7
421 errno.ECONNRESET?7
422 errno.EEXIST?7
423 errno.EHOSTUNREACH?7
424 errno.EINPROGRESS?7
425 errno.EINVAL?7
426 errno.EIO?7
427 errno.EISDIR?7
428 errno.ENOBUFS?7
429 errno.ENODEV?7
430 errno.ENOENT?7
431 errno.ENOMEM?7
432 errno.ENOTCONN?7
433 errno.EOPNOTSUPP?7
434 errno.EPERM?7
435 errno.ETIMEDOUT?7
436 errno.errorcode?7
437 framebuf.FrameBuffer.blit?4(fbuf: FrameBuffer, x: int, y: int, key: int = -1, pallet: FrameBuffer | None = None, /, )
438 framebuf.FrameBuffer.ellipse?4(x, y, xr, yr, c, f, m: Optional[Any] = None)
439 framebuf.FrameBuffer.fill?4(c: int, /)
440 framebuf.FrameBuffer.fill_rect?4(*args, **kwargs)
441 framebuf.FrameBuffer.hline?4(x: int, y: int, w: int, c: int, /)
442 framebuf.FrameBuffer.line?4(x1: int, y1: int, x2: int, y2: int, c: int, /)
443 framebuf.FrameBuffer.pixel?4(x: int, y: int, c: int, /)
444 framebuf.FrameBuffer.poly?4(x, y, coords, c, f: Optional[Any] = None)
445 framebuf.FrameBuffer.rect?4(x: int, y: int, w: int, h: int, c: int, /)
446 framebuf.FrameBuffer.scroll?4(xstep: int, ystep: int, /)
447 framebuf.FrameBuffer.text?4(s: str, x: int, y: int, c: int = 1, /)
448 framebuf.FrameBuffer.vline?4(x: int, y: int, h: int, c: int, /)
449 framebuf.FrameBuffer1?4(*args, **kwargs)
450 framebuf.FrameBuffer?1(buffer: AnyWritableBuf, width: int, height: int, format: int, stride: int = ..., /, )
451 framebuf.GS2_HMSB?7
452 framebuf.GS4_HMSB?7
453 framebuf.GS8?7
454 framebuf.MONO_HLSB?7
455 framebuf.MONO_HMSB?7
456 framebuf.MONO_VLSB?7
457 framebuf.MVLSB?7
458 framebuf.RGB565?7
459 gc.collect?4()
460 gc.disable?4()
461 gc.enable?4()
462 gc.isenabled?4(*args, **kwargs)
463 gc.mem_alloc?4()
464 gc.mem_free?4()
465 gc.threshold?4()
466 gc.threshold?4(amount: int)
467 hashlib.sha1.digest?4(*args, **kwargs)
468 hashlib.sha1.update?4(*args, **kwargs)
469 hashlib.sha1?1(data: AnyReadableBuf)
470 hashlib.sha256.digest?4(*args, **kwargs)
471 hashlib.sha256.update?4(*args, **kwargs)
472 hashlib.sha256?1(data: AnyReadableBuf)
473 heapq._T?8
474 heapq.heapify?4(x: list[Any], /)
475 heapq.heappop?4(heap: list[_T], /)
476 heapq.heappush?4(heap: list[_T], item: _T, /)
477 lwip.AF_INET6?7
478 lwip.AF_INET?7
479 lwip.IPPROTO_IP?7
480 lwip.IPPROTO_TCP?7
481 lwip.IP_ADD_MEMBERSHIP?7
482 lwip.IP_DROP_MEMBERSHIP?7
483 lwip.SOCK_DGRAM?7
484 lwip.SOCK_RAW?7
485 lwip.SOCK_STREAM?7
486 lwip.SOL_SOCKET?7
487 lwip.SO_BROADCAST?7
488 lwip.SO_REUSEADDR?7
489 lwip.TCP_NODELAY?7
490 lwip.callback?4(*args, **kwargs)
491 lwip.getaddrinfo?4(*args, **kwargs)
492 lwip.print_pcbs?4(*args, **kwargs)
493 lwip.reset?4(*args, **kwargs)
494 lwip.socket.accept?4(*args, **kwargs)
495 lwip.socket.bind?4(*args, **kwargs)
496 lwip.socket.close?4(*args, **kwargs)
497 lwip.socket.connect?4(*args, **kwargs)
498 lwip.socket.listen?4(*args, **kwargs)
499 lwip.socket.makefile?4(*args, **kwargs)
500 lwip.socket.read?4(*args, **kwargs)
501 lwip.socket.readinto?4(*args, **kwargs)
502 lwip.socket.readline?4(*args, **kwargs)
503 lwip.socket.recv?4(*args, **kwargs)
504 lwip.socket.recvfrom?4(*args, **kwargs)
505 lwip.socket.send?4(*args, **kwargs)
506 lwip.socket.sendall?4(*args, **kwargs)
507 lwip.socket.sendto?4(*args, **kwargs)
508 lwip.socket.setblocking?4(*args, **kwargs)
509 lwip.socket.setsockopt?4(*args, **kwargs)
510 lwip.socket.settimeout?4(*args, **kwargs)
511 lwip.socket.write?4(*args, **kwargs)
512 lwip.socket?1(*argv, **kwargs)
513 machine.ADC.ATTN_0DB?7
514 machine.ADC.ATTN_11DB?7
515 machine.ADC.ATTN_2_5DB?7
516 machine.ADC.ATTN_6DB?7
517 machine.ADC.CORE_TEMP?7
518 machine.ADC.CORE_VBAT?7
519 machine.ADC.CORE_VREF?7
520 machine.ADC.VREF?7
521 machine.ADC.WIDTH_10BIT?7
522 machine.ADC.WIDTH_11BIT?7
523 machine.ADC.WIDTH_12BIT?7
524 machine.ADC.WIDTH_9BIT?7
525 machine.ADC.read_u16?4()
526 machine.ADC?1(pin: PinLike, /)
527 machine.ATTN_0DB?7
528 machine.BUILTIN_CDC.desc_cfg?7
529 machine.BUILTIN_CDC.desc_dev?7
530 machine.BUILTIN_CDC.ep_max?7
531 machine.BUILTIN_CDC.itf_max?7
532 machine.BUILTIN_CDC.str_max?7
533 machine.BUILTIN_CDC?1(*argv, **kwargs)
534 machine.BUILTIN_DEFAULT.desc_cfg?7
535 machine.BUILTIN_DEFAULT.desc_dev?7
536 machine.BUILTIN_DEFAULT.ep_max?7
537 machine.BUILTIN_DEFAULT.itf_max?7
538 machine.BUILTIN_DEFAULT.str_max?7
539 machine.BUILTIN_DEFAULT?1(*argv, **kwargs)
540 machine.BUILTIN_NONE.desc_cfg?7
541 machine.BUILTIN_NONE.desc_dev?7
542 machine.BUILTIN_NONE.ep_max?7
543 machine.BUILTIN_NONE.itf_max?7
544 machine.BUILTIN_NONE.str_max?7
545 machine.BUILTIN_NONE?1(*argv, **kwargs)
546 machine.DEEPSLEEP?7
547 machine.DEEPSLEEP_RESET?7
548 machine.HARD_RESET?7
549 machine.I2C.init?4(*, scl: PinLike, sda: PinLike, freq: int = 400_000)
550 machine.I2C.readfrom?4(addr: int, nbytes: int, stop: bool = True, /)
551 machine.I2C.readfrom_into?4(addr: int, buf: AnyWritableBuf, stop: bool = True, /)
552 machine.I2C.readfrom_mem?4(addr: int, memaddr: int, nbytes: int, /, *, addrsize: int = 8)
553 machine.I2C.readfrom_mem_into?4(addr: int, memaddr: int, buf: AnyWritableBuf, /, *, addrsize: int = 8)
554 machine.I2C.readinto?4(buf: AnyWritableBuf, nack: bool = True, /)
555 machine.I2C.scan?4()
556 machine.I2C.start?4()
557 machine.I2C.stop?4()
558 machine.I2C.write?4(buf: AnyReadableBuf, /)
559 machine.I2C.writeto?4(addr: int, buf: AnyReadableBuf, stop: bool = True, /)
560 machine.I2C.writeto_mem?4(addr: int, memaddr: int, buf: AnyReadableBuf, /, *, addrsize: int = 8)
561 machine.I2C.writevto?4(addr: int, vector: Sequence[AnyReadableBuf], stop: bool = True, /)
562 machine.I2C?1(*, scl: PinLike, sda: PinLike, freq: int = 400_000)
563 machine.I2S.MONO?7
564 machine.I2S.RX?7
565 machine.I2S.STEREO?7
566 machine.I2S.TX?7
567 machine.I2S.deinit?4()
568 machine.I2S.init?4(*, sck: PinLike, ws: PinLike, sd: PinLike, mode: int, bits: int, format: int, rate: int, ibuf: int, )
569 machine.I2S.irq?4(handler: Callable[[], None], /, )
570 machine.I2S.readinto?4(buf: AnyWritableBuf, /, )
571 machine.I2S.shift?4(bits: int, shift: int, /, )
572 machine.I2S.write?4(buf: AnyReadableBuf, /, )
573 machine.I2S?1(id: ID_T, /, *, sck: PinLike, ws: PinLike, sd: PinLike, mode: int, bits: int, format: int, rate: int, ibuf: int, )
574 machine.IDLE?7
575 machine.ID_T?7
576 machine.PIN_WAKE?7
577 machine.PWM.deinit?4()
578 machine.PWM.duty_ns?4(value: int, /, )
579 machine.PWM.duty_u16?4(value: int, /, )
580 machine.PWM.freq?4(value: int, /, )
581 machine.PWM.init?4(*, freq: int = ..., duty_u16: int = ..., duty_ns: int = ...)
582 machine.PWM?1(dest: PinLike, /, *, freq: int = ..., duty_u16: int = ..., duty_ns: int = ..., )
583 machine.PWRON_RESET?7
584 machine.Pin.ALT?7
585 machine.Pin.ALT_GPCK?7
586 machine.Pin.ALT_I2C?7
587 machine.Pin.ALT_OPEN_DRAIN?7
588 machine.Pin.ALT_PIO0?7
589 machine.Pin.ALT_PIO1?7
590 machine.Pin.ALT_PWM?7
591 machine.Pin.ALT_SIO?7
592 machine.Pin.ALT_SPI?7
593 machine.Pin.ALT_UART?7
594 machine.Pin.ALT_USB?7
595 machine.Pin.ANALOG?7
596 machine.Pin.DRIVE_0?7
597 machine.Pin.DRIVE_1?7
598 machine.Pin.DRIVE_2?7
599 machine.Pin.IN?7
600 machine.Pin.IRQ_FALLING?7
601 machine.Pin.IRQ_HIGH_LEVEL?7
602 machine.Pin.IRQ_LOW_LEVEL?7
603 machine.Pin.IRQ_RISING?7
604 machine.Pin.OPEN_DRAIN?7
605 machine.Pin.OUT?7
606 machine.Pin.PULL_DOWN?7
607 machine.Pin.PULL_HOLD?7
608 machine.Pin.PULL_UP?7
609 machine.Pin.drive?4(/)
610 machine.Pin.high?4()
611 machine.Pin.init?4(mode: int = -1, pull: int = -1, *, value: Any = None, drive: int | None = None, alt: int | None = None, )
612 machine.Pin.irq?4(/, handler: Callable[[Pin], None] | None = None, trigger: int = (IRQ_FALLING | IRQ_RISING), *, priority: int = 1, wake: int | None = None, hard: bool = False, )
613 machine.Pin.low?4()
614 machine.Pin.mode?4(mode: int, /)
615 machine.Pin.off?4()
616 machine.Pin.on?4()
617 machine.Pin.pull?4(pull: int, /)
618 machine.Pin.toggle?4()
619 machine.Pin.value?4(x: Any, /)
620 machine.Pin?1(id: Any, /, mode: int = -1, pull: int = -1, *, value: Any = None, drive: int | None = None, alt: int | None = None, )
621 machine.PinLike?7
622 machine.RTC.ALARM0?7
623 machine.RTC.alarm?4(id: int, time: tuple[int, int, int, int, int, int, int, int], /)
624 machine.RTC.datetime?4(datetimetuple: Any | None = None)
625 machine.RTC.init?4(datetime: tuple[int, int, int, int, int, int, int, int], /)
626 machine.RTC?1(id: int = 0, /, *, datetime: tuple[int, int, int, int, int, int, int, int])
627 machine.RTC_WAKE?7
628 machine.SDCard.readblocks?4(block_num: int, buf: bytearray, offset: int)
629 machine.SDCard.writeblocks?4(block_num: int, buf: bytes | bytearray, offset: int, /)
630 machine.SLEEP?7
631 machine.SOFT_RESET?7
632 machine.SPI.CONTROLLER?7
633 machine.SPI.LSB?7
634 machine.SPI.MSB?7
635 machine.SPI.deinit?4()
636 machine.SPI.init?4(baudrate: int = 1_000_000, *, polarity: int = 0, phase: int = 0, bits: int = 8, firstbit: int = MSB, pins: tuple[PinLike, PinLike, PinLike] | None = None, )
637 machine.SPI.read?4(nbytes: int, write: int = 0x00, /)
638 machine.SPI.readinto?4(buf: AnyWritableBuf, write: int = 0x00, /)
639 machine.SPI.write?4(buf: AnyReadableBuf, /)
640 machine.SPI.write_readinto?4(write_buf: AnyReadableBuf, read_buf: AnyWritableBuf, /)
641 machine.SPI?1(id: int, /, baudrate: int = 1_000_000, *, polarity: int = 0, phase: int = 0, bits: int = 8, firstbit: int = MSB, pins: tuple[PinLike, PinLike, PinLike] | None = None, )
642 machine.Signal.off?4()
643 machine.Signal.on?4()
644 machine.Signal.value?4(x: Any, /)
645 machine.Signal?1(id: PinLike, /, mode: int = -1, pull: int = -1, *, value: Any = None, drive: int | None = None, alt: int | None = None, invert: bool = False, )
646 machine.SoftI2C.init?4(*args, **kwargs)
647 machine.SoftI2C.readfrom?4(*args, **kwargs)
648 machine.SoftI2C.readfrom_into?4(*args, **kwargs)
649 machine.SoftI2C.readfrom_mem?4(*args, **kwargs)
650 machine.SoftI2C.readfrom_mem_into?4(*args, **kwargs)
651 machine.SoftI2C.readinto?4(*args, **kwargs)
652 machine.SoftI2C.scan?4(*args, **kwargs)
653 machine.SoftI2C.start?4(*args, **kwargs)
654 machine.SoftI2C.stop?4(*args, **kwargs)
655 machine.SoftI2C.write?4(*args, **kwargs)
656 machine.SoftI2C.writeto?4(*args, **kwargs)
657 machine.SoftI2C.writeto_mem?4(*args, **kwargs)
658 machine.SoftI2C.writevto?4(*args, **kwargs)
659 machine.SoftI2C?1(scl, sda, *, freq=400000, timeout=50000)
660 machine.SoftSPI.LSB?7
661 machine.SoftSPI.MSB?7
662 machine.SoftSPI.deinit?4(*args, **kwargs)
663 machine.SoftSPI.init?4(*args, **kwargs)
664 machine.SoftSPI.read?4(*args, **kwargs)
665 machine.SoftSPI.readinto?4(*args, **kwargs)
666 machine.SoftSPI.write?4(*args, **kwargs)
667 machine.SoftSPI.write_readinto?4(*args, **kwargs)
668 machine.SoftSPI?1(baudrate=500000, *, polarity=0, phase=0, bits=8, firstbit=MSB, sck: PinLike | None = None, mosi: PinLike | None = None, miso: PinLike | None = None, )
669 machine.Timer.ONE_SHOT?7
670 machine.Timer.PERIODIC?7
671 machine.Timer.deinit?4()
672 machine.Timer.init?4(*, mode: int = PERIODIC, tick_hz: int | None = None, callback: Callable[[Timer], None] | None = None, )
673 machine.Timer?1(id: int, /, *, mode: int = PERIODIC, tick_hz: int | None = None, callback: Callable[[Timer], None] | None = None, )
674 machine.UART.CTS?7
675 machine.UART.IDLE?7
676 machine.UART.INV_RX?7
677 machine.UART.INV_TX?7
678 machine.UART.IRQ_BREAK?7
679 machine.UART.IRQ_RX?7
680 machine.UART.IRQ_RXIDLE?7
681 machine.UART.IRQ_TXIDLE?7
682 machine.UART.RTS?7
683 machine.UART.any?4()
684 machine.UART.deinit?4()
685 machine.UART.flush?4()
686 machine.UART.init?4(/, baudrate: int = 9600, bits: int = 8, parity: int | None = None, stop: int = 1, *, pins: tuple[PinLike, PinLike, PinLike, PinLike] | None = None, )
687 machine.UART.irq?4(trigger: int, priority: int = 1, handler: Callable[[UART], None] | None = None, wake: int = IDLE, /, )
688 machine.UART.read?4(nbytes: int, /)
689 machine.UART.readinto?4(buf: AnyWritableBuf, nbytes: int, /)
690 machine.UART.readline?4()
691 machine.UART.sendbreak?4()
692 machine.UART.txdone?4()
693 machine.UART.write?4(buf: AnyReadableBuf, /)
694 machine.UART?1(id: ID_T, /, baudrate: int = 9600, bits: int = 8, parity: int | None = None, stop: int = 1, *, pins: tuple[PinLike, PinLike, PinLike, PinLike] | None = None, )
695 machine.USBDevice.BUILTIN_CDC?7
696 machine.USBDevice.BUILTIN_CDC_MSC?7
697 machine.USBDevice.BUILTIN_DEFAULT?7
698 machine.USBDevice.BUILTIN_MSC?7
699 machine.USBDevice.BUILTIN_NONE?7
700 machine.USBDevice.active?4(value: Any | None = None, /)
701 machine.USBDevice.config?4(desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None, reset_cb=None, control_xfer_cb=None, xfer_cb=None, )
702 machine.USBDevice.remote_wakeup?4()
703 machine.USBDevice.stall?4(ep, stall: bool | None = None, /)
704 machine.USBDevice.submit_xfer?4(ep, buffer, /)
705 machine.USBDevice?1()
706 machine.WDT.feed?4()
707 machine.WDT?1(*, id: int = 0, timeout: int = 5000)
708 machine.WDT_RESET?7
709 machine.WLAN_WAKE?7
710 machine.bitstream?4(pin, encoding, timing, data, /)
711 machine.board.GP0?7
712 machine.board.GP10?7
713 machine.board.GP11?7
714 machine.board.GP12?7
715 machine.board.GP13?7
716 machine.board.GP14?7
717 machine.board.GP15?7
718 machine.board.GP16?7
719 machine.board.GP17?7
720 machine.board.GP18?7
721 machine.board.GP19?7
722 machine.board.GP1?7
723 machine.board.GP20?7
724 machine.board.GP21?7
725 machine.board.GP22?7
726 machine.board.GP26?7
727 machine.board.GP27?7
728 machine.board.GP28?7
729 machine.board.GP2?7
730 machine.board.GP3?7
731 machine.board.GP4?7
732 machine.board.GP5?7
733 machine.board.GP6?7
734 machine.board.GP7?7
735 machine.board.GP8?7
736 machine.board.GP9?7
737 machine.board.LED?7
738 machine.board.WL_GPIO0?7
739 machine.board.WL_GPIO1?7
740 machine.board.WL_GPIO2?7
741 machine.board?1(*argv, **kwargs)
742 machine.bootloader?4(value: Optional[Any] = None)
743 machine.cpu.EXT_GPIO0?7
744 machine.cpu.EXT_GPIO1?7
745 machine.cpu.EXT_GPIO2?7
746 machine.cpu.GPIO0?7
747 machine.cpu.GPIO10?7
748 machine.cpu.GPIO11?7
749 machine.cpu.GPIO12?7
750 machine.cpu.GPIO13?7
751 machine.cpu.GPIO14?7
752 machine.cpu.GPIO15?7
753 machine.cpu.GPIO16?7
754 machine.cpu.GPIO17?7
755 machine.cpu.GPIO18?7
756 machine.cpu.GPIO19?7
757 machine.cpu.GPIO1?7
758 machine.cpu.GPIO20?7
759 machine.cpu.GPIO21?7
760 machine.cpu.GPIO22?7
761 machine.cpu.GPIO23?7
762 machine.cpu.GPIO24?7
763 machine.cpu.GPIO25?7
764 machine.cpu.GPIO26?7
765 machine.cpu.GPIO27?7
766 machine.cpu.GPIO28?7
767 machine.cpu.GPIO29?7
768 machine.cpu.GPIO2?7
769 machine.cpu.GPIO3?7
770 machine.cpu.GPIO4?7
771 machine.cpu.GPIO5?7
772 machine.cpu.GPIO6?7
773 machine.cpu.GPIO7?7
774 machine.cpu.GPIO8?7
775 machine.cpu.GPIO9?7
776 machine.cpu?1(*argv, **kwargs)
777 machine.deepsleep?4()
778 machine.deepsleep?4(time_ms: int, /)
779 machine.dht_readinto?4(*args, **kwargs)
780 machine.disable_irq?4()
781 machine.enable_irq?4(state: bool = True, /)
782 machine.freq?4()
783 machine.freq?4(hz: int, /)
784 machine.freq?4(self)
785 machine.freq?4(self, value: int, /, )
786 machine.idle?4()
787 machine.lightsleep?4()
788 machine.lightsleep?4(time_ms: int, /)
789 machine.mem16?7
790 machine.mem32?7
791 machine.mem8?7
792 machine.reset?4()
793 machine.reset_cause?4()
794 machine.soft_reset?4()
795 machine.time_pulse_us?4(pin: Pin, pulse_level: int, timeout_us: int = 1_000_000, /)
796 machine.unique_id?4()
797 math.acos?4(x: SupportsFloat, /)
798 math.acosh?4(x: SupportsFloat, /)
799 math.asin?4(x: SupportsFloat, /)
800 math.asinh?4(x: SupportsFloat, /)
801 math.atan2?4(y: SupportsFloat, x: SupportsFloat, /)
802 math.atan?4(x: SupportsFloat, /)
803 math.atanh?4(x: SupportsFloat, /)
804 math.ceil?4(x: SupportsFloat, /)
805 math.copysign?4(x: SupportsFloat, y: SupportsFloat, /)
806 math.cos?4(x: SupportsFloat, /)
807 math.cosh?4(x: SupportsFloat, /)
808 math.degrees?4(x: SupportsFloat, /)
809 math.e?7
810 math.erf?4(x: SupportsFloat, /)
811 math.erfc?4(x: SupportsFloat, /)
812 math.exp?4(x: SupportsFloat, /)
813 math.expm1?4(x: SupportsFloat, /)
814 math.fabs?4(x: SupportsFloat, /)
815 math.factorial?4(*args, **kwargs)
816 math.floor?4(x: SupportsFloat, /)
817 math.fmod?4(x: SupportsFloat, y: SupportsFloat, /)
818 math.frexp?4(x: SupportsFloat, /)
819 math.gamma?4(x: SupportsFloat, /)
820 math.inf?7
821 math.isclose?4(*args, **kwargs)
822 math.isfinite?4(x: SupportsFloat, /)
823 math.isinf?4(x: SupportsFloat, /)
824 math.isnan?4(x: SupportsFloat, /)
825 math.ldexp?4(x: SupportsFloat, exp: int, /)
826 math.lgamma?4(x: SupportsFloat, /)
827 math.log10?4(x: SupportsFloat, /)
828 math.log2?4(x: SupportsFloat, /)
829 math.log?4(x: SupportsFloat, /)
830 math.modf?4(x: SupportsFloat, /)
831 math.nan?7
832 math.pi?7
833 math.pow?4(x: SupportsFloat, y: SupportsFloat, /)
834 math.radians?4(x: SupportsFloat, /)
835 math.sin?4(x: SupportsFloat, /)
836 math.sinh?4(x: SupportsFloat, /)
837 math.sqrt?4(x: SupportsFloat, /)
838 math.tan?4(x: SupportsFloat, /)
839 math.tanh?4(x: SupportsFloat, /)
840 math.tau?7
841 math.trunc?4(x: SupportsFloat, /)
842 micropython.Const_T?7
843 micropython.RingIO.any?4()
844 micropython.RingIO.close?4()
845 micropython.RingIO.read?4(nbytes: Optional[Any] = None)
846 micropython.RingIO.readinto?4(buf, nbytes: Optional[Any] = None)
847 micropython.RingIO.readline?4(nbytes: Optional[Any] = None)
848 micropython.RingIO.write?4(buf)
849 micropython.RingIO?1(size)
850 micropython._F?8
851 micropython._Param?8
852 micropython._Ret?8
853 micropython._T?8
854 micropython.alloc_emergency_exception_buf?4(size: int, /)
855 micropython.asm_thumb?4(_func: Callable[_Param, _Ret], /)
856 micropython.asm_xtensa?4(_func: Callable[_Param, _Ret], /)
857 micropython.const?4(expr: Const_T, /)
858 micropython.heap_lock?4()
859 micropython.heap_unlock?4()
860 micropython.kbd_intr?4(chr: int)
861 micropython.mem_info?4()
862 micropython.mem_info?4(verbose: Any, /)
863 micropython.native?4(_func: Callable[_Param, _Ret], /)
864 micropython.opt_level?4()
865 micropython.opt_level?4(level: int, /)
866 micropython.qstr_info?4()
867 micropython.qstr_info?4(verbose: bool, /)
868 micropython.schedule?4(func: Callable[[_T], None], arg: _T, /)
869 micropython.stack_use?4()
870 micropython.viper?4(_func: Callable[_Param, _Ret], /)
871 mip._CHUNK_SIZE?8
872 mip._PACKAGE_INDEX?8
873 mip._check_exists?5(path, short_hash)
874 mip._chunk?5(src, dest)
875 mip._download_file?5(url, dest)
876 mip._ensure_path_exists?5(path)
877 mip._install_json?5(package_json_url, index, target, version, mpy)
878 mip._install_package?5(package, index, target, version, mpy)
879 mip._rewrite_url?5(url, branch: Incomplete | None = None)
880 mip.install?4(package, index: Incomplete | None = None, target: Incomplete | None = None, version: Incomplete | None = None, mpy: bool = True)
881 neopixel.NeoPixel.ORDER?7
882 neopixel.NeoPixel.bpp?7
883 neopixel.NeoPixel.buf?7
884 neopixel.NeoPixel.fill?4(v)
885 neopixel.NeoPixel.n?7
886 neopixel.NeoPixel.pin?7
887 neopixel.NeoPixel.timing?7
888 neopixel.NeoPixel.write?4()
889 neopixel.NeoPixel?1(pin, n, bpp: int = 3, timing: int = 1)
890 neopixel._Color?8
891 network.AP_IF?7
892 network.AbstractNIC.active?4(is_active: bool | int, /)
893 network.AbstractNIC.config?4(**kwargs: Any)
894 network.AbstractNIC.connect?4(service_id: Any, key: str | None = None, /, **kwargs: Any)
895 network.AbstractNIC.ifconfig?4(ip_mask_gateway_dns: tuple[str, str, str, str], /)
896 network.AbstractNIC.status?4(param: str, /)
897 network.LAN.active?4(is_active: bool | int, /)
898 network.STAT_CONNECTING?7
899 network.STAT_CONNECT_FAIL?7
900 network.STAT_GOT_IP?7
901 network.STAT_IDLE?7
902 network.STAT_NO_AP_FOUND?7
903 network.STAT_WRONG_PASSWORD?7
904 network.STA_IF?7
905 network.WLAN.IF_AP?7
906 network.WLAN.IF_STA?7
907 network.WLAN.PM_NONE?7
908 network.WLAN.PM_PERFORMANCE?7
909 network.WLAN.PM_POWERSAVE?7
910 network.WLAN.SEC_OPEN?7
911 network.WLAN.SEC_WPA_WPA2?7
912 network.WLAN.active?4(is_active: bool | int, /)
913 network.WLAN.config?4(**kwargs: Any)
914 network.WLAN.connect?4(ssid: str | None = None, password: str | None = None, /, *, bssid: bytes | None = None, )
915 network.WLAN.deinit?4(*args, **kwargs)
916 network.WLAN.disconnect?4()
917 network.WLAN.ifconfig?4(ip_mask_gateway_dns: tuple[str, str, str, str], /)
918 network.WLAN.ioctl?4(*args, **kwargs)
919 network.WLAN.ipconfig?4(*args, **kwargs)
920 network.WLAN.isconnected?4()
921 network.WLAN.scan?4()
922 network.WLAN.send_ethernet?4(*args, **kwargs)
923 network.WLAN.status?4(param: str, /)
924 network.WLAN?1(interface_id: int, /)
925 network.WLANWiPy.antenna?4(antenna: int, /)
926 network.WLANWiPy.auth?4(auth: int, /)
927 network.WLANWiPy.channel?4(channel: int, /)
928 network.WLANWiPy.mac?4(mac: bytes, /)
929 network.WLANWiPy.mode?4(mode: int, /)
930 network.WLANWiPy.ssid?4(ssid: str, /)
931 network.WLANWiPy?1(id: int, /, *, mode: int, ssid: str, auth: tuple[str, str], channel: int, antenna: int, )
932 network.country?4(*args, **kwargs)
933 network.hostname?4(*args, **kwargs)
934 network.ipconfig?4(*args, **kwargs)
935 network.route?4(*args, **kwargs)
936 ntptime.host?7
937 ntptime.settime?4()
938 ntptime.time?4()
939 ntptime.timeout?7
940 onewire.OneWire.MATCH_ROM?7
941 onewire.OneWire.SEARCH_ROM?7
942 onewire.OneWire.SKIP_ROM?7
943 onewire.OneWire._search_rom?5(l_rom, diff)
944 onewire.OneWire.crc8?4(data)
945 onewire.OneWire.pin?7
946 onewire.OneWire.readbit?4()
947 onewire.OneWire.readbyte?4()
948 onewire.OneWire.readinto?4(buf)
949 onewire.OneWire.reset?4(required: bool = False)
950 onewire.OneWire.scan?4()
951 onewire.OneWire.select_rom?4(rom)
952 onewire.OneWire.write?4(buf)
953 onewire.OneWire.writebit?4(value)
954 onewire.OneWire.writebyte?4(value)
955 onewire.OneWire?1(pin)
956 platform.libc_ver?4()
957 platform.platform?4()
958 platform.python_compiler?4()
959 random._T?8
960 random.choice?4(sequence: Subscriptable, /)
961 random.getrandbits?4(n: int, /)
962 random.randint?4(a: int, b: int, /)
963 random.random?4()
964 random.randrange?4(start: int, stop: int, /)
965 random.randrange?4(start: int, stop: int, step: int, /)
966 random.randrange?4(stop: int, /)
967 random.seed?4(n: int | None = None, /)
968 random.uniform?4(a: float, b: float)
969 requests.Response._cached?8
970 requests.Response.close?4()
971 requests.Response.content?4()
972 requests.Response.encoding?7
973 requests.Response.json?4()
974 requests.Response.raw?7
975 requests.Response.text?4()
976 requests.Response?1(f)
977 requests.delete?4(url, **kw)
978 requests.get?4(url, **kw)
979 requests.head?4(url, **kw)
980 requests.patch?4(url, **kw)
981 requests.post?4(url, **kw)
982 requests.put?4(url, **kw)
983 requests.request?4(method, url, data: Incomplete | None = None, json: Incomplete | None = None, headers: Incomplete | None = None, stream: Incomplete | None = None, auth: Incomplete | None = None, timeout: Incomplete | None = None, parse_headers: bool = True, )
984 rp2.DMA.active?4(value: Any | None = None)
985 rp2.DMA.close?4()
986 rp2.DMA.config?4(read: int | AnyReadableBuf | None = None, write: int | AnyWritableBuf | None = None, count: int = -1, ctrl: int = -1, trigger: bool = False, )
987 rp2.DMA.irq?4(handler=None, hard=False)
988 rp2.DMA.pack_ctrl?4(default=None, **kwargs)
989 rp2.DMA.unpack_ctrl?4(value)
990 rp2.DMA?1(read: int | AnyReadableBuf | None = None, write: int | AnyWritableBuf | None = None, count: int = -1, ctrl: int = -1, trigger: bool = False, )
991 rp2.Flash.ioctl?4(op: int)
992 rp2.Flash.readblocks?4(block_num: int, buf: bytearray, offset: int)
993 rp2.Flash.writeblocks?4(block_num: int, buf: bytes | bytearray, offset: int, /)
994 rp2.Flash?1()
995 rp2.PIO.IN_HIGH?7
996 rp2.PIO.IN_LOW?7
997 rp2.PIO.IRQ_SM0?7
998 rp2.PIO.IRQ_SM1?7
999 rp2.PIO.IRQ_SM2?7
1000 rp2.PIO.IRQ_SM3?7
1001 rp2.PIO.JOIN_NONE?7
1002 rp2.PIO.JOIN_RX?7
1003 rp2.PIO.JOIN_TX?7
1004 rp2.PIO.OUT_HIGH?7
1005 rp2.PIO.OUT_LOW?7
1006 rp2.PIO.SHIFT_LEFT?7
1007 rp2.PIO.SHIFT_RIGHT?7
1008 rp2.PIO.add_program?4(program: _PIO_ASM_Program)
1009 rp2.PIO.irq?4(handler: Optional[Callable[[PIO], None]] = None, trigger: _IRQ_TRIGGERS | None = None, hard: bool = False, )
1010 rp2.PIO.remove_program?4(program: Optional[_PIO_ASM_Program] = None)
1011 rp2.PIO.state_machine?4(id: int, program: _PIO_ASM_Program, *args, **kwargs)
1012 rp2.PIO?1(id)
1013 rp2.PIOASMEmit.delay?4(delay: int)
1014 rp2.PIOASMEmit.in_?4(src: int, data)
1015 rp2.PIOASMEmit.irq?4(mod, index: Incomplete | None = ...)
1016 rp2.PIOASMEmit.jmp?4(condition, label: Incomplete | None = ...)
1017 rp2.PIOASMEmit.label?4(label: str)
1018 rp2.PIOASMEmit.mov?4(dest, src, operation: int | None = None)
1019 rp2.PIOASMEmit.nop?4()
1020 rp2.PIOASMEmit.out?4(destination: int, bit_count: int)
1021 rp2.PIOASMEmit.pull?4(block: int = block, timeout: int = 0)
1022 rp2.PIOASMEmit.push?4(value: int = ..., value2: int = ...)
1023 rp2.PIOASMEmit.set?4(destination: int, data)
1024 rp2.PIOASMEmit.side?4(value: int)
1025 rp2.PIOASMEmit.start_pass?4(pass_)
1026 rp2.PIOASMEmit.wait?4(polarity: int, src: int, index: int, /)
1027 rp2.PIOASMEmit.word?4(instr, label: Incomplete | None = ...)
1028 rp2.PIOASMEmit.wrap?4()
1029 rp2.PIOASMEmit.wrap_target?4()
1030 rp2.PIOASMEmit?1(*, out_init: int | List | None = ..., set_init: int | List | None = ..., sideset_init: int | List | None = ..., in_shiftdir: int = ..., out_shiftdir: int = ..., autopush: bool = ..., autopull: bool = ..., push_thresh: int = ..., pull_thresh: int = ..., fifo_join: int = ..., )
1031 rp2.StateMachine.active?4(value: Optional[Any] = None)
1032 rp2.StateMachine.exec?4(instr)
1033 rp2.StateMachine.get?4(buf=None, shift=0)
1034 rp2.StateMachine.init?4(program: int, freq: int = 1, *, in_base: Pin | None = None, out_base: Pin | None = None, set_base: Pin | None = None, jmp_pin: Pin | None = None, sideset_base: Pin | None = None, in_shiftdir: int | None = None, out_shiftdir: int | None = None, push_thresh: int | None = None, pull_thresh: int | None = None, )
1035 rp2.StateMachine.irq?4(handler=None, trigger=0 | 1, hard=False)
1036 rp2.StateMachine.put?4(value, shift=0)
1037 rp2.StateMachine.restart?4()
1038 rp2.StateMachine.rx_fifo?4()
1039 rp2.StateMachine.tx_fifo?4()
1040 rp2.StateMachine?1(program: int, freq: int = 1, *, in_base: Pin | None = None, out_base: Pin | None = None, set_base: Pin | None = None, jmp_pin: Pin | None = None, sideset_base: Pin | None = None, in_shiftdir: int | None = None, out_shiftdir: int | None = None, push_thresh: int | None = None, pull_thresh: int | None = None, )
1041 rp2._IRQ_TRIGGERS?8
1042 rp2._PIO_ASM_Program?8
1043 rp2._pio_funcs?8
1044 rp2.asm_pio.delay?4(delay: int)
1045 rp2.asm_pio.exec?7
1046 rp2.asm_pio.gpio?7
1047 rp2.asm_pio.in_?4(src, data)
1048 rp2.asm_pio.invert?4(x: int)
1049 rp2.asm_pio.irq?4(mod, index: Incomplete | None = ...)
1050 rp2.asm_pio.isr?7
1051 rp2.asm_pio.jmp?4(condition, label: Incomplete | None = ...)
1052 rp2.asm_pio.label?4(label: str)
1053 rp2.asm_pio.mov?4(dest, src, operation: Optional[int] = None)
1054 rp2.asm_pio.nop?4()
1055 rp2.asm_pio.null?7
1056 rp2.asm_pio.osr?7
1057 rp2.asm_pio.out?4(destination: int, bit_count: int)
1058 rp2.asm_pio.pc?7
1059 rp2.asm_pio.pindirs?7
1060 rp2.asm_pio.pins?7
1061 rp2.asm_pio.pull?4(block: int = block, timeout: int = 0)
1062 rp2.asm_pio.push?4(value: int = ..., value2: int = ...)
1063 rp2.asm_pio.rel?4(x: int)
1064 rp2.asm_pio.reverse?4(x: int)
1065 rp2.asm_pio.set?4(destination, data)
1066 rp2.asm_pio.side?4(value: int)
1067 rp2.asm_pio.status?7
1068 rp2.asm_pio.wait?4(polarity: int, src: int, index: int, /)
1069 rp2.asm_pio.word?4(instr, label: Incomplete | None = ...)
1070 rp2.asm_pio.wrap?4()
1071 rp2.asm_pio.wrap_target?4()
1072 rp2.asm_pio.x?7
1073 rp2.asm_pio.y?7
1074 rp2.asm_pio?4(*, out_init: Union[Pin, List[Pin], int, List[int], None] = None, set_init: Union[Pin, List[Pin], int, List[int], None] = None, sideset_init: Union[Pin, List[Pin], int, List[int], None] = None, in_shiftdir=0, out_shiftdir=0, autopush=False, autopull=False, push_thresh=32, pull_thresh=32, fifo_join=PIO.JOIN_NONE, )
1075 rp2.asm_pio_encode?4(instr, sideset_count, sideset_opt=False)
1076 rp2.bootsel_button?4()
1077 rp2.const?4(*args, **kwargs)
1078 rp2.country?4(*args, **kwargs)
1079 select.POLLERR?7
1080 select.POLLHUP?7
1081 select.POLLIN?7
1082 select.POLLOUT?7
1083 select.poll.ipoll?4(timeout=-1, flags=0, /)
1084 select.poll.modify?4(obj, eventmask)
1085 select.poll.poll?4(timeout=-1, /)
1086 select.poll.register?4(obj, eventmask: Optional[Any] = None)
1087 select.poll.unregister?4(obj)
1088 select.poll?1()
1089 select.select?4(rlist: Iterable[Any], wlist: Iterable[Any], xlist: Iterable[Any], timeout: int = -1, /, )
1090 socket.AF_INET6?7
1091 socket.AF_INET?7
1092 socket.IPPROTO_IP?7
1093 socket.IPPROTO_SEC?7
1094 socket.IPPROTO_TCP?7
1095 socket.IPPROTO_UDP?7
1096 socket.IP_ADD_MEMBERSHIP?7
1097 socket.IP_DROP_MEMBERSHIP?7
1098 socket.SOCK_DGRAM?7
1099 socket.SOCK_RAW?7
1100 socket.SOCK_STREAM?7
1101 socket.SOL_SOCKET?7
1102 socket.SO_BROADCAST?7
1103 socket.SO_REUSEADDR?7
1104 socket.Socket?7
1105 socket.TCP_NODELAY?7
1106 socket._Address?8
1107 socket.callback?4(*args, **kwargs)
1108 socket.getaddrinfo?4(host: str, port: int, af: int = 0, type: int = 0, proto: int = 0, flags: int = 0, /, )
1109 socket.print_pcbs?4(*args, **kwargs)
1110 socket.reset?4(*args, **kwargs)
1111 socket.socket.accept?4()
1112 socket.socket.bind?4(address: _Address | bytes, /)
1113 socket.socket.close?4()
1114 socket.socket.connect?4(address: _Address | bytes, /)
1115 socket.socket.listen?4(backlog: int = ..., /)
1116 socket.socket.makefile?4(mode: str, buffering: int = 0, /)
1117 socket.socket.read?4(size: int, /)
1118 socket.socket.readinto?4(buf: AnyWritableBuf, nbytes: int, /)
1119 socket.socket.readline?4()
1120 socket.socket.recv?4(bufsize: int, /)
1121 socket.socket.recvfrom?4(bufsize: int, /)
1122 socket.socket.send?4(bytes: AnyReadableBuf, /)
1123 socket.socket.sendall?4(bytes: AnyReadableBuf, /)
1124 socket.socket.sendto?4(bytes: AnyReadableBuf, address: _Address, /)
1125 socket.socket.setblocking?4(value: bool, /)
1126 socket.socket.setsockopt?4(level: int, optname: int, value: AnyReadableBuf | int, /)
1127 socket.socket.settimeout?4(value: float | None, /)
1128 socket.socket.write?4(buf: AnyReadableBuf, /)
1129 socket.socket?1(af: int = AF_INET, type: int = SOCK_STREAM, proto: int = IPPROTO_TCP, /, )
1130 ssl.SSLContext._context?8
1131 ssl.SSLContext.load_cert_chain?4(certfile, keyfile)
1132 ssl.SSLContext.load_verify_locations?4(cafile: Incomplete | None = None, cadata: Incomplete | None = None)
1133 ssl.SSLContext.verify_mode?4(val)
1134 ssl.SSLContext.wrap_socket?4(sock, server_side: bool = False, do_handshake_on_connect: bool = True, server_hostname: Incomplete | None = None)
1135 ssl.SSLContext?1(*args)
1136 ssl.SSLSocket.cipher?4(*argv, **kwargs)
1137 ssl.SSLSocket.close?4(*argv, **kwargs)
1138 ssl.SSLSocket.getpeercert?4(*argv, **kwargs)
1139 ssl.SSLSocket.ioctl?4(*argv, **kwargs)
1140 ssl.SSLSocket.read?4(*argv, **kwargs)
1141 ssl.SSLSocket.readinto?4(*argv, **kwargs)
1142 ssl.SSLSocket.readline?4(*argv, **kwargs)
1143 ssl.SSLSocket.recv?4(*argv, **kwargs)
1144 ssl.SSLSocket.recv_into?4(*argv, **kwargs)
1145 ssl.SSLSocket.send?4(*argv, **kwargs)
1146 ssl.SSLSocket.sendall?4(*argv, **kwargs)
1147 ssl.SSLSocket.setblocking?4(*argv, **kwargs)
1148 ssl.SSLSocket.write?4(*argv, **kwargs)
1149 ssl.wrap_socket?4(sock, server_side: bool = False, key: Incomplete | None = None, cert: Incomplete | None = None, cert_reqs=..., cadata: Incomplete | None = None, server_hostname: Incomplete | None = None, do_handshake: bool = True, )
1150 time._Ticks?8
1151 time._TicksCPU?8
1152 time._TicksMs?8
1153 time._TicksUs?8
1154 time.gmtime?4(secs: int | None = None, /)
1155 time.localtime?4(secs: int | None = None, /)
1156 time.mktime?4(local_time: _TimeTuple, /)
1157 time.sleep?4(seconds: float, /)
1158 time.sleep_ms?4(ms: int, /)
1159 time.sleep_us?4(us: int, /)
1160 time.ticks_add?4(ticks: _Ticks, delta: int, /)
1161 time.ticks_cpu?4()
1162 time.ticks_diff?4(ticks1: _Ticks, ticks2: _Ticks, /)
1163 time.ticks_ms?4()
1164 time.ticks_us?4()
1165 time.time?4()
1166 time.time_ns?4()
1167 tls.CERT_NONE?7
1168 tls.CERT_OPTIONAL?7
1169 tls.CERT_REQUIRED?7
1170 tls.MBEDTLS_VERSION?7
1171 tls.PROTOCOL_TLS_CLIENT?7
1172 tls.PROTOCOL_TLS_SERVER?7
1173 tls.SSLContext.get_ciphers?4(*args, **kwargs)
1174 tls.SSLContext.load_cert_chain?4(*args, **kwargs)
1175 tls.SSLContext.load_verify_locations?4(*args, **kwargs)
1176 tls.SSLContext.set_ciphers?4(*args, **kwargs)
1177 tls.SSLContext.wrap_socket?4(*args, **kwargs)
1178 tls.SSLContext?1(*argv, **kwargs)
1179 ucryptolib.aes.decrypt?4(*args, **kwargs)
1180 ucryptolib.aes.encrypt?4(*args, **kwargs)
1181 ucryptolib.aes?1(*argv, **kwargs)
1182 uctypes.ARRAY?7
1183 uctypes.BFINT16?7
1184 uctypes.BFINT32?7
1185 uctypes.BFINT8?7
1186 uctypes.BFUINT16?7
1187 uctypes.BFUINT32?7
1188 uctypes.BFUINT8?7
1189 uctypes.BF_LEN?7
1190 uctypes.BF_POS?7
1191 uctypes.BIG_ENDIAN?7
1192 uctypes.FLOAT32?7
1193 uctypes.FLOAT64?7
1194 uctypes.INT16?7
1195 uctypes.INT32?7
1196 uctypes.INT64?7
1197 uctypes.INT8?7
1198 uctypes.INT?7
1199 uctypes.LITTLE_ENDIAN?7
1200 uctypes.LONG?7
1201 uctypes.LONGLONG?7
1202 uctypes.NATIVE?7
1203 uctypes.PTR?7
1204 uctypes.SHORT?7
1205 uctypes.UINT16?7
1206 uctypes.UINT32?7
1207 uctypes.UINT64?7
1208 uctypes.UINT8?7
1209 uctypes.UINT?7
1210 uctypes.ULONG?7
1211 uctypes.ULONGLONG?7
1212 uctypes.USHORT?7
1213 uctypes.VOID?7
1214 uctypes._ArrayOfAggregateProperty?8
1215 uctypes._ArrayProperty?8
1216 uctypes._BitfieldProperty?8
1217 uctypes._PointerToAPrimitiveProperty?8
1218 uctypes._PointerToAaAggregateProperty?8
1219 uctypes._RecursiveProperty?8
1220 uctypes._ScalarProperty?8
1221 uctypes._descriptor?8
1222 uctypes._property?8
1223 uctypes.addressof?4(obj: AnyReadableBuf, /)
1224 uctypes.bytearray_at?4(addr: int, size: int, /)
1225 uctypes.bytes_at?4(addr: int, size: int, /)
1226 uctypes.sizeof?4(struct: struct | _descriptor | dict, layout_type: int = NATIVE, /)
1227 uctypes.struct?1(addr: int, descriptor: _descriptor, layout_type: int = NATIVE, /)
1228 uhashlib.sha1.digest?4(*args, **kwargs)
1229 uhashlib.sha1.update?4(*args, **kwargs)
1230 uhashlib.sha1?1(*argv, **kwargs)
1231 uhashlib.sha256.digest?4(*args, **kwargs)
1232 uhashlib.sha256.update?4(*args, **kwargs)
1233 uhashlib.sha256?1(*argv, **kwargs)
1234 uheapq.heapify?4(*args, **kwargs)
1235 uheapq.heappop?4(*args, **kwargs)
1236 uheapq.heappush?4(*args, **kwargs)
1237 urandom.choice?4(*args, **kwargs)
1238 urandom.getrandbits?4(*args, **kwargs)
1239 urandom.randint?4(*args, **kwargs)
1240 urandom.random?4(*args, **kwargs)
1241 urandom.randrange?4(*args, **kwargs)
1242 urandom.seed?4(*args, **kwargs)
1243 urandom.uniform?4(*args, **kwargs)
1244 ure.compile?4(*args, **kwargs)
1245 ure.match?4(*args, **kwargs)
1246 ure.search?4(*args, **kwargs)
1247 ure.sub?4(*args, **kwargs)
1248 uwebsocket.websocket.close?4(*args, **kwargs)
1249 uwebsocket.websocket.ioctl?4(*args, **kwargs)
1250 uwebsocket.websocket.read?4(*args, **kwargs)
1251 uwebsocket.websocket.readinto?4(*args, **kwargs)
1252 uwebsocket.websocket.readline?4(*args, **kwargs)
1253 uwebsocket.websocket.write?4(*args, **kwargs)
1254 uwebsocket.websocket?1(*argv, **kwargs)
1255 vfs.AbstractBlockDev.ioctl?4(op: int)
1256 vfs.AbstractBlockDev.readblocks?4(block_num: int, buf: bytearray, offset: int)
1257 vfs.AbstractBlockDev.writeblocks?4(block_num: int, buf: bytes | bytearray, offset: int, /)
1258 vfs.VfsFat.chdir?4(*args, **kwargs)
1259 vfs.VfsFat.getcwd?4(*args, **kwargs)
1260 vfs.VfsFat.ilistdir?4(*args, **kwargs)
1261 vfs.VfsFat.mkdir?4(*args, **kwargs)
1262 vfs.VfsFat.mkfs?4()
1263 vfs.VfsFat.mount?4(*args, **kwargs)
1264 vfs.VfsFat.open?4(*args, **kwargs)
1265 vfs.VfsFat.remove?4(*args, **kwargs)
1266 vfs.VfsFat.rename?4(*args, **kwargs)
1267 vfs.VfsFat.rmdir?4(*args, **kwargs)
1268 vfs.VfsFat.stat?4(*args, **kwargs)
1269 vfs.VfsFat.statvfs?4(*args, **kwargs)
1270 vfs.VfsFat.umount?4(*args, **kwargs)
1271 vfs.VfsFat?1(block_dev: AbstractBlockDev)
1272 vfs.VfsLfs2.chdir?4(*args, **kwargs)
1273 vfs.VfsLfs2.getcwd?4(*args, **kwargs)
1274 vfs.VfsLfs2.ilistdir?4(*args, **kwargs)
1275 vfs.VfsLfs2.mkdir?4(*args, **kwargs)
1276 vfs.VfsLfs2.mkfs?4(readsize=32, progsize=32, lookahead=32)
1277 vfs.VfsLfs2.mount?4(*args, **kwargs)
1278 vfs.VfsLfs2.open?4(*args, **kwargs)
1279 vfs.VfsLfs2.remove?4(*args, **kwargs)
1280 vfs.VfsLfs2.rename?4(*args, **kwargs)
1281 vfs.VfsLfs2.rmdir?4(*args, **kwargs)
1282 vfs.VfsLfs2.stat?4(*args, **kwargs)
1283 vfs.VfsLfs2.statvfs?4(*args, **kwargs)
1284 vfs.VfsLfs2.umount?4(*args, **kwargs)
1285 vfs.VfsLfs2?1(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookahead=32, mtime=True)
1286 vfs.mount?4(fsobj, mount_point: str, *, readonly: bool = False)
1287 vfs.umount?4(mount_point: Incomplete)
1288 webrepl.DEBUG?7
1289 webrepl._DEFAULT_STATIC_HOST?8
1290 webrepl.accept_conn?4(listen_sock)
1291 webrepl.client_s?7
1292 webrepl.listen_s?7
1293 webrepl.send_html?4(cl)
1294 webrepl.server_handshake?4(cl)
1295 webrepl.setup_conn?4(port, accept_handler)
1296 webrepl.start?4(port: int = 8266, password: Incomplete | None = None, accept_handler=...)
1297 webrepl.start_foreground?4(port: int = 8266, password: Incomplete | None = None)
1298 webrepl.static_host?7
1299 webrepl.stop?4()
1300 webrepl_setup.CONFIG?7
1301 webrepl_setup.RC?7
1302 webrepl_setup.change_daemon?4(action)
1303 webrepl_setup.exists?4(fname)
1304 webrepl_setup.get_daemon_status?4()
1305 webrepl_setup.getpass?4(prompt)
1306 webrepl_setup.input_choice?4(prompt, choices)
1307 webrepl_setup.input_pass?4()
1308 webrepl_setup.main?4()
1309 websocket.websocket.close?4(*args, **kwargs)
1310 websocket.websocket.ioctl?4(*args, **kwargs)
1311 websocket.websocket.read?4(*args, **kwargs)
1312 websocket.websocket.readinto?4(*args, **kwargs)
1313 websocket.websocket.readline?4(*args, **kwargs)
1314 websocket.websocket.write?4(*args, **kwargs)
1315 websocket.websocket?1(*argv, **kwargs)

eric ide

mercurial