RegexpDict
==========

.. currentmodule:: Stoner.core.base

.. autoclass:: RegexpDict
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~RegexpDict.allowed_keys

   .. rubric:: Methods Summary

   .. autosummary::

      ~RegexpDict.clear
      ~RegexpDict.copy
      ~RegexpDict.fromkeys
      ~RegexpDict.get
      ~RegexpDict.has_key
      ~RegexpDict.items
      ~RegexpDict.keys
      ~RegexpDict.move_to_end
      ~RegexpDict.pop
      ~RegexpDict.popitem
      ~RegexpDict.setdefault
      ~RegexpDict.update
      ~RegexpDict.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: allowed_keys

   .. rubric:: Methods Documentation

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