Skip to content

Commit 4c710cf

Browse files
committed
unix port: add help(), help('modules')
1 parent 50438b5 commit 4c710cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/unix/mpconfigport.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,3 +323,6 @@ void mp_unix_mark_exec(void);
323323
// For debugging purposes, make printf() available to any source file.
324324
#include <stdio.h>
325325
#endif
326+
327+
#define MICROPY_PY_BUILTINS_HELP (1)
328+
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)

0 commit comments

Comments
 (0)