.. $Id$  -*- rst -*-
.. pyformex reference manual --- mydict
.. CREATED WITH py2rst.py: DO NOT EDIT

.. include:: ../defines.inc
.. include:: ../links.inc

.. _sec:ref-mydict:

:mod:`mydict` --- 
==================

.. automodule:: mydict
   :synopsis: 



   .. autoclass:: Dict


      Dict objects have the following methods:

      .. automethod:: update(data={})
      .. automethod:: get(key,default)
      .. automethod:: setdefault(key,default)

   .. autoclass:: CDict


      CDict objects have the following methods:


**Functions defined in the module mydict**

   .. autofunction:: cascade(d,key)
   .. autofunction:: returnNone(key)
   .. autofunction:: raiseKeyError(key)

   
.. moduleauthor:: pyFormex project (http://pyformex.org)

.. End

