mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
tests/basics/builtin_help: Add test for help('modules').
This commit is contained in:
@@ -13,5 +13,6 @@ help(int) # help for a class
|
||||
help(1) # help for an instance
|
||||
import micropython
|
||||
help(micropython) # help for a module
|
||||
help('modules') # list available modules
|
||||
|
||||
print('done') # so last bit of output is predictable
|
||||
|
||||
Reference in New Issue
Block a user