SubclassMetadata

class asdf.tags.core.SubclassMetadata[source]

Bases: dict, AsdfType

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.

Attributes Summary

has_required_modules

name

supported_versions

types

version

yaml_tag

Attributes Documentation

has_required_modules = True
name = 'core/subclass_metadata'
supported_versions = []
types = []
version = AsdfVersion('1.0.0')
yaml_tag = 'tag:stsci.edu:asdf/core/subclass_metadata-1.0.0'