micropython/lib/utils
Colin Hogben 2b46da234c lib/utils/pyhelp: Extract implementation of help(obj) to a library function.
Several ports use identical code for the 1-argument form of the builtin
help function.  Move this code to a library function to allow easier
re-use by ports.
2016-04-25 18:54:09 +03:00
..
printf.c lib/utils/printf: Rework overriding printer of DEBUG_printf(). 2016-04-13 11:53:12 +03:00
pyexec.c lib/utils/pyexec: Condition-out GC calls from pyexec. 2016-04-19 09:22:40 +01:00
pyexec.h esp8266: Disallow recursive calls to REPL. 2016-04-01 12:53:50 +03:00
pyhelp.c lib/utils/pyhelp: Extract implementation of help(obj) to a library function. 2016-04-25 18:54:09 +03:00
pyhelp.h lib/utils/pyhelp: Extract implementation of help(obj) to a library function. 2016-04-25 18:54:09 +03:00