Inherits UserDict.
Public Member Functions | |
def | __init__ |
def | __delitem__ |
def | __setitem__ |
def | clear |
def | copy |
def | items |
def | keys |
def | popitem |
def | setdefault |
def | update |
def | values |
Private Attributes | |
_keys |
def odict.odict.__init__ | ( | self, | |
dict = None |
|||
) |
def odict.odict.__delitem__ | ( | self, | |
key | |||
) |
def odict.odict.__setitem__ | ( | self, | |
key, | |||
item | |||
) |
Definition at line 17 of file odict.py.
References odict.odict._keys.
def odict.odict.clear | ( | self | ) |
Definition at line 21 of file odict.py.
References odict.odict._keys.
def odict.odict.copy | ( | self | ) |
Definition at line 25 of file odict.py.
References odict.odict._keys.
def odict.odict.items | ( | self | ) |
Definition at line 30 of file odict.py.
References odict.odict._keys, odict.odict.values(), and recipes.almahelpers.SpwInfo.values.
def odict.odict.keys | ( | self | ) |
Definition at line 33 of file odict.py.
References odict.odict._keys.
def odict.odict.popitem | ( | self | ) |
Definition at line 36 of file odict.py.
References odict.odict._keys.
def odict.odict.setdefault | ( | self, | |
key, | |||
failobj = None |
|||
) |
Definition at line 47 of file odict.py.
References odict.odict._keys.
def odict.odict.update | ( | self, | |
dict | |||
) |
Definition at line 51 of file odict.py.
References odict.odict._keys.
def odict.odict.values | ( | self | ) |
Definition at line 56 of file odict.py.
References odict.odict._keys, __casac__.tablerow.tablerow.get(), asap.asapgrid._SDGridPlotter.get(), and __casac__.calanalysis.calanalysis.get().
Referenced by odict.odict.items().
odict.odict._keys [private] |
Definition at line 5 of file odict.py.
Referenced by odict.odict.__setitem__(), odict.odict.clear(), odict.odict.copy(), odict.odict.items(), odict.odict.keys(), odict.odict.popitem(), odict.odict.setdefault(), odict.odict.update(), and odict.odict.values().