builtin: implement dir
Open
- Dominant language
- Go
- Stars
- 1k
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
right now, `gpython` fails with:
```python
>>> import math
>>> dir(math)
Traceback (most recent call last):
File "", line 1, in
FIXME line of source goes here
NameError: NameError: "name 'dir' is not defined"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.