importcollectionsfrom.constantimportConstantfrom.external_referenceimportExternalArrayReferencefrom.integerimportIntegerTypefrom.ndarrayimportNDArrayTypefrom.streamimportStream__all__=["AsdfObject","Constant","Software","HistoryEntry","ExtensionMetadata","SubclassMetadata","NDArrayType","IntegerType","ExternalArrayReference","Stream",]# AsdfObject inherits both collections.UserDict and dict to allow it# to pass an isinstance(..., dict) check and to allow it to be "lazy"# loaded when "lazy_tree=True".
[docs]classSubclassMetadata(dict):""" The tagged object supported by this class is part of an experimental feature that has since been dropped from this library. This class remains so that ASDF files that used that feature will still deserialize without warnings. """