Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

builtinhelp.c

  • Damien George's avatar
    f5172af1
    py/builtinhelp: Implement help('modules') to list available modules. · f5172af1
    Damien George authored
    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).
    f5172af1
    History
    py/builtinhelp: Implement help('modules') to list available modules.
    Damien George authored
    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).