unix port: add help(), help('modules')
This commit is contained in:
parent
50438b51aa
commit
4c710cf13b
@ -323,3 +323,6 @@ void mp_unix_mark_exec(void);
|
|||||||
// For debugging purposes, make printf() available to any source file.
|
// For debugging purposes, make printf() available to any source file.
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define MICROPY_PY_BUILTINS_HELP (1)
|
||||||
|
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
|
||||||
|
Loading…
Reference in New Issue
Block a user