summaryrefslogtreecommitdiff
path: root/py/builtinhelp.c
AgeCommit message (Expand)Author
2018-05-02py/builtinhelp: Change occurrence of mp_uint_t to size_t.Damien George
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-09-12py/builtinhelp: Change signature of help text var from pointer to array.Damien George
2017-09-10py/builtinhelp: Simplify code slightly by extracting object type.Damien George
2017-01-22py/builtinhelp: Implement help('modules') to list available modules.Damien George
2017-01-22py: Add builtin help function to core, with default help msg.Damien George