-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
According to the documentation:
This object behaves like a dict.
>>> isinstance(dcf.layers, defcon.LayerSet)
True
>>> dcf.layers.keys()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'LayerSet' object has no attribute 'keys'
>>> dcf.layers.values()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'LayerSet' object has no attribute 'values'
>>> dcf.layers.items()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'LayerSet' object has no attribute 'items'Metadata
Metadata
Assignees
Labels
No labels