wx.lib.agw.fmcustomizedlg.OrderedDict
An ordered dictionary implementation.
Class Hierarchy
Inheritance diagram for class
OrderedDict:
Methods Summary
Class API
-
class
OrderedDict
(UserDict)
An ordered dictionary implementation.
Methods
-
__init__
(self, dict = None)
-
clear
(self)
-
copy
(self)
-
items
(self)
-
keys
(self)
-
popitem
(self)
-
setdefault
(self, key, failobj = None)
-
update
(self, dict)
-
values
(self)