diff options
author | Artyom Skrobov <tyomitch@gmail.com> | 2021-04-03 16:56:02 -0400 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-05-02 23:11:14 +1000 |
commit | ca35c0059c8895839809f3e11873f96fc8cb4ab5 (patch) | |
tree | 08b617efd0be3436f9caa264f0ee3787360a3167 /tests/unix/extra_coverage.py.exp | |
parent | 7556e01f14bb9f0ae32eff1d191985d302f1183e (diff) |
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>
Diffstat (limited to 'tests/unix/extra_coverage.py.exp')
-rw-r--r-- | tests/unix/extra_coverage.py.exp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index ab4d97774..ea91813fc 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -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 |