diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-22 12:12:54 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-22 12:12:54 +1100 |
commit | f5172af1c430cd3c20f83b8e7fe0d3ffb812e1ac (patch) | |
tree | 5552cb81395ed539d4569cc9972ca2011c6e4d3b /unix/mpconfigport_coverage.h | |
parent | 9de91914fb7520bd946b87b1832a002c5725f7e8 (diff) | |
download | micropython-f5172af1c430cd3c20f83b8e7fe0d3ffb812e1ac.tar.gz micropython-f5172af1c430cd3c20f83b8e7fe0d3ffb812e1ac.zip |
py/builtinhelp: Implement help('modules') to list available modules.
This is how CPython does it, and it's very useful to help users discover
the available modules for a given port, especially built-in and frozen
modules. The function does not list modules that are in the filesystem
because this would require a fair bit of work to do correctly, and is very
port specific (depending on the filesystem).
Diffstat (limited to 'unix/mpconfigport_coverage.h')
0 files changed, 0 insertions, 0 deletions