atom.dict module
- class atom.dict.Dict(key=None, value=None, default=None)[source]
Bases:
atom.catom.Member
A value of type dict.
- clone()[source]
Create a clone of the member.
This will clone the internal dict key and value members if they exist.