AsdfDictNode
- class asdf.lazy_nodes.AsdfDictNode(data=None, af_ref=None)[source]
Bases:
_AsdfNode
,UserDict
An class that acts like a
dict
. The values for thisdict
will start out as tagged nodes which will only be converted to custom objects the first time the corresponding key is used (the custom object will then be cached for later reuse).