TaggedDict¶ class asdf.tagged.TaggedDict(data=None, tag=None)[source]¶ Bases: Generic[_KT, _VT], Tagged[dict[_KT, _VT]], UserDict[_KT, _VT], dict[_KT, _VT] A Python dict with a tag attached. Attributes Summary flow_style property_order Attributes Documentation flow_style = None¶ property_order = None¶