gpython icon indicating copy to clipboard operation
gpython copied to clipboard

builtin: implement dir

Open sbinet opened this issue 6 years ago • 0 comments

right now, gpython fails with:

>>> import math
>>> dir(math)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
    FIXME line of source goes here
NameError: NameError: "name 'dir' is not defined"

sbinet avatar Aug 23 '18 17:08 sbinet