|
MythTV
0.26-pre
|
Public Member Functions | |
| def | __new__ |
| def | __getattr__ |
| def | __setattr__ |
| def | __delattr__ |
| def | __setitem__ |
| def | __delitem__ |
| def | update |
| def | __iter__ |
| def | iterkeys |
| def | keys |
| def | itervalues |
| def | values |
| def | iteritems |
| def | items |
| def | copy |
| def | clear |
Private Attributes | |
| _field_order | |
OrdData.__init__(raw) -> OrdData object
A modified dictionary, that maintains the order of items.
Data can be accessed as attributes or items.
Definition at line 25 of file orddict.py.
| def hardwareprofile.distros.mythtv_data.orddict.OrdDict.__new__ | ( | cls, | |
| args, | |||
| kwargs | |||
| ) |
Definition at line 33 of file orddict.py.
| def hardwareprofile.distros.mythtv_data.orddict.OrdDict.__getattr__ | ( | self, | |
| name | |||
| ) |
Definition at line 38 of file orddict.py.
| def hardwareprofile.distros.mythtv_data.orddict.OrdDict.__setattr__ | ( | self, | |
| name, | |||
| value | |||
| ) |
Definition at line 47 of file orddict.py.
| def hardwareprofile.distros.mythtv_data.orddict.OrdDict.__delattr__ | ( | self, | |
| name | |||
| ) |
Definition at line 53 of file orddict.py.
| def hardwareprofile.distros.mythtv_data.orddict.OrdDict.__setitem__ | ( | self, | |
| name, | |||
| value | |||
| ) |
Definition at line 59 of file orddict.py.
| def hardwareprofile.distros.mythtv_data.orddict.OrdDict.__delitem__ | ( | self, | |
| name | |||
| ) |
Definition at line 64 of file orddict.py.
| def hardwareprofile.distros.mythtv_data.orddict.OrdDict.update | ( | self, | |
| data, | |||
| kwdata | |||
| ) |
Definition at line 68 of file orddict.py.
Definition at line 80 of file orddict.py.
Definition at line 83 of file orddict.py.
Referenced by hardwareprofile.distros.mythtv_data.orddict.OrdDict.__iter__(), hardwareprofile.distros.mythtv_data.orddict.OrdDict.iteritems(), hardwareprofile.distros.mythtv_data.orddict.OrdDict.itervalues(), and hardwareprofile.distros.mythtv_data.orddict.OrdDict.keys().
Definition at line 86 of file orddict.py.
Definition at line 89 of file orddict.py.
Referenced by hardwareprofile.distros.mythtv_data.orddict.OrdDict.iteritems(), and hardwareprofile.distros.mythtv_data.orddict.OrdDict.values().
Definition at line 92 of file orddict.py.
Definition at line 95 of file orddict.py.
Referenced by hardwareprofile.distros.mythtv_data.orddict.OrdDict.items(), and hardwareprofile.distros.mythtv_data.orddict.OrdDict.update().
Definition at line 98 of file orddict.py.
Referenced by hardwareprofile.distros.mythtv_data.orddict.OrdDict.copy().
Definition at line 101 of file orddict.py.
Definition at line 115 of file orddict.py.
Definition at line 115 of file orddict.py.
Referenced by hardwareprofile.distros.mythtv_data.orddict.OrdDict::clear(), and hardwareprofile.distros.mythtv_data.orddict.OrdDict::iterkeys().
1.7.6.1