CustomType
==========

.. currentmodule:: asdf

.. autoclass:: CustomType
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~CustomType.handle_dynamic_subclasses
      ~CustomType.has_required_modules
      ~CustomType.name
      ~CustomType.organization
      ~CustomType.requires
      ~CustomType.standard
      ~CustomType.supported_versions
      ~CustomType.types
      ~CustomType.validators
      ~CustomType.version
      ~CustomType.yaml_tag

   .. rubric:: Methods Summary

   .. autosummary::

      ~CustomType.from_tree
      ~CustomType.from_tree_tagged
      ~CustomType.incompatible_version
      ~CustomType.make_yaml_tag
      ~CustomType.names
      ~CustomType.tag_base
      ~CustomType.to_tree
      ~CustomType.to_tree_tagged

   .. rubric:: Attributes Documentation

   .. autoattribute:: handle_dynamic_subclasses
   .. autoattribute:: has_required_modules
   .. autoattribute:: name
   .. autoattribute:: organization
   .. autoattribute:: requires
   .. autoattribute:: standard
   .. autoattribute:: supported_versions
   .. autoattribute:: types
   .. autoattribute:: validators
   .. autoattribute:: version
   .. autoattribute:: yaml_tag

   .. rubric:: Methods Documentation

   .. automethod:: from_tree
   .. automethod:: from_tree_tagged
   .. automethod:: incompatible_version
   .. automethod:: make_yaml_tag
   .. automethod:: names
   .. automethod:: tag_base
   .. automethod:: to_tree
   .. automethod:: to_tree_tagged
