micropython/tests/unix
Artyom Skrobov ca35c0059c 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>
2021-05-02 23:11:14 +10:00
..
extra_coverage.py examples: Add example code for user C modules, both C and C++. 2020-10-29 15:30:42 +11:00
extra_coverage.py.exp py/repl: Autocomplete builtin modules. 2021-05-02 23:11:14 +10:00
ffi_callback.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
ffi_callback.py.exp tests: Add testcase for ffi callbacks. 2014-12-15 02:18:54 +02:00
ffi_float.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
ffi_float.py.exp tests/ffi_float: Split tgammaf() testcase to a separate test. 2015-08-29 17:24:29 +03:00
ffi_float2.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
ffi_float2.py.exp tests/ffi_float: Split tgammaf() testcase to a separate test. 2015-08-29 17:24:29 +03:00
time.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00