builtins id dir function not found
Đang mở
- Ngôn ngữ chính
- Go
- Star
- 1k
- Fork
- 105
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
```
>>> 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
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.