Bases: _abcoll.MutableMapping
A dictionary-like object with attributes.
Initialization
Parameters : |
|
---|
clear | |
copy | Return a deep copy. |
equals | True if two instances are logically equal, False otherwise. |
get | |
get_keys | Return a list of the key names which match a regular expression. |
has_key | Return true if and only if the dictionary contains the given key. |
items | |
iteritems | |
iterkeys | |
itervalues | |
keys | |
pop | |
popitem | |
setdefault | |
update | |
values |