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.
| def hardwareprofile::distros::mythtv_data::orddict::OrdDict::__iter__ | ( | self | ) |
Definition at line 80 of file orddict.py.
| def hardwareprofile::distros::mythtv_data::orddict::OrdDict::iterkeys | ( | self | ) |
Definition at line 83 of file orddict.py.
| def hardwareprofile::distros::mythtv_data::orddict::OrdDict::keys | ( | self | ) |
Definition at line 86 of file orddict.py.
| def hardwareprofile::distros::mythtv_data::orddict::OrdDict::itervalues | ( | self | ) |
Definition at line 89 of file orddict.py.
| def hardwareprofile::distros::mythtv_data::orddict::OrdDict::values | ( | self | ) |
Definition at line 92 of file orddict.py.
| def hardwareprofile::distros::mythtv_data::orddict::OrdDict::iteritems | ( | self | ) |
Definition at line 95 of file orddict.py.
| def hardwareprofile::distros::mythtv_data::orddict::OrdDict::items | ( | self | ) |
Definition at line 98 of file orddict.py.
| def hardwareprofile::distros::mythtv_data::orddict::OrdDict::copy | ( | self | ) |
Definition at line 101 of file orddict.py.
| def hardwareprofile::distros::mythtv_data::orddict::OrdDict::clear | ( | self | ) |
Definition at line 115 of file orddict.py.
Definition at line 117 of file orddict.py.
1.6.3