builtins id dir function not found
Open
- Dominant language
- Go
- Stars
- 1k
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
```
>>> import builtins
>>> builtins.id
Traceback (most recent call last):
File "", line 1, in
AttributeError: "'module' has no attribute 'id'"
>>>
>>> builtins.dir
Traceback (most recent call last):
File "", line 1, in
AttributeError: "'module' has no attribute 'dir'"
vars
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.