mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
py/repl: Autocomplete builtin modules.
Doing "import <tab>" will now complete/list built-in modules. Originally at adafruit#4548 and adafruit#4608 Signed-off-by: Artyom Skrobov <tyomitch@gmail.com>
This commit is contained in:
committed by
Damien George
parent
7556e01f14
commit
ca35c0059c
@@ -27,6 +27,20 @@ RuntimeError:
|
||||
RuntimeError:
|
||||
# repl
|
||||
ame__
|
||||
mport
|
||||
|
||||
builtins micropython _thread _uasyncio
|
||||
btree cexample cmath cppexample
|
||||
ffi framebuf gc math
|
||||
termios uarray ubinascii ucollections
|
||||
ucryptolib uctypes uerrno uhashlib
|
||||
uheapq uio ujson umachine
|
||||
uos urandom ure uselect
|
||||
usocket ussl ustruct usys
|
||||
utime utimeq uwebsocket uzlib
|
||||
ime
|
||||
|
||||
utime utimeq
|
||||
|
||||
argv atexit byteorder exc_info
|
||||
exit getsizeof implementation maxsize
|
||||
|
||||
Reference in New Issue
Block a user