Closed
Description
in gpython
>>>> d = {'a' : 1}
>>>> d.get('a')
Traceback (most recent call last):
File "test.py", line 13, in <module>
FIXME line of source goes here
AttributeError: "'dict' has no attribute 'get'"
2019/09/29 16:24:04 AttributeError: "'dict' has no attribute 'get'"
in python
>>>> d = {'a' : 1}
>>>> d.get('a')
1
Metadata
Metadata
Assignees
Labels
No labels