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

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

.. _sec:ref-odict:

:mod:`odict` --- Specialized dictionary type structures.
========================================================

.. automodule:: odict
   :synopsis: Specialized dictionary type structures.



   .. autoclass:: ODict


      ODict objects have the following methods:

      .. automethod:: update(data={})
      .. automethod:: sort(keys)
      .. automethod:: keys()
      .. automethod:: values()
      .. automethod:: items()

   .. autoclass:: KeyedList


      KeyedList objects have the following methods:

      .. automethod:: items()

**Functions defined in the module odict**


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

.. End

