gpython
gpython copied to clipboard
builtin: implement help
right now:
>>> import math
>>> help(math)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
FIXME line of source goes here
NameError: NameError: "name 'help' is not defined"