AttributeStore
==============

.. currentmodule:: Stoner.tools

.. autoclass:: AttributeStore
   :show-inheritance:

   .. rubric:: Methods Summary

   .. autosummary::

      ~AttributeStore.clear
      ~AttributeStore.copy
      ~AttributeStore.fromkeys
      ~AttributeStore.get
      ~AttributeStore.items
      ~AttributeStore.keys
      ~AttributeStore.pop
      ~AttributeStore.popitem
      ~AttributeStore.setdefault
      ~AttributeStore.update
      ~AttributeStore.values

   .. rubric:: Methods Documentation

   .. automethod:: clear
   .. automethod:: copy
   .. automethod:: fromkeys
   .. automethod:: get
   .. automethod:: items
   .. automethod:: keys
   .. automethod:: pop
   .. automethod:: popitem
   .. automethod:: setdefault
   .. automethod:: update
   .. automethod:: values
