.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2017 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.agw.fmcustomizedlg .. highlight:: python .. _wx.lib.agw.fmcustomizedlg.OrderedDict: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.fmcustomizedlg.OrderedDict** ========================================================================================================================================== An ordered dictionary implementation. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class OrderedDict:

| |super_classes| Known Superclasses ================================== `UserDict.UserDict `_ | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.fmcustomizedlg.OrderedDict.__init__` :meth:`~wx.lib.agw.fmcustomizedlg.OrderedDict.clear` :meth:`~wx.lib.agw.fmcustomizedlg.OrderedDict.copy` :meth:`~wx.lib.agw.fmcustomizedlg.OrderedDict.items` :meth:`~wx.lib.agw.fmcustomizedlg.OrderedDict.keys` :meth:`~wx.lib.agw.fmcustomizedlg.OrderedDict.popitem` :meth:`~wx.lib.agw.fmcustomizedlg.OrderedDict.setdefault` :meth:`~wx.lib.agw.fmcustomizedlg.OrderedDict.update` :meth:`~wx.lib.agw.fmcustomizedlg.OrderedDict.values` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: OrderedDict(UserDict) An ordered dictionary implementation. .. method:: __init__(self, dict = None) .. method:: clear(self) .. method:: copy(self) .. method:: items(self) .. method:: keys(self) .. method:: popitem(self) .. method:: setdefault(self, key, failobj = None) .. method:: update(self, dict) .. method:: values(self)