unix port: add help(), help('modules')

This commit is contained in:
Jeff Epler 2020-02-14 09:34:44 -06:00 committed by Jeff Epler
parent 50438b51aa
commit 4c710cf13b

View File

@ -323,3 +323,6 @@ void mp_unix_mark_exec(void);
// For debugging purposes, make printf() available to any source file.
#include <stdio.h>
#endif
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)