ComplexType
===========

.. currentmodule:: asdf.tags.core

.. autoclass:: ComplexType
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ComplexType.has_required_modules
      ~ComplexType.name
      ~ComplexType.supported_versions
      ~ComplexType.types
      ~ComplexType.version
      ~ComplexType.yaml_tag

   .. rubric:: Methods Summary

   .. autosummary::

      ~ComplexType.from_tree
      ~ComplexType.to_tree

   .. rubric:: Attributes Documentation

   .. autoattribute:: has_required_modules
   .. autoattribute:: name
   .. autoattribute:: supported_versions
   .. autoattribute:: types
   .. autoattribute:: version
   .. autoattribute:: yaml_tag

   .. rubric:: Methods Documentation

   .. automethod:: from_tree
   .. automethod:: to_tree
