Tkinter.DictProxyType¶
-
Tkinter.DictProxyType¶ alias of
dictproxy
Methods¶
__format__ |
default object formatter |
__new__((S, ...) |
|
__reduce__ |
helper for pickle |
__reduce_ex__ |
helper for pickle |
__sizeof__(() -> int) |
size of object in memory, in bytes |
__subclasshook__ |
Abstract classes can override this to customize issubclass(). |
copy(() -> a shallow copy of D) |
|
get((k[,d]) -> D[k] if D.has_key(k), ...) |
|
has_key((k) -> True if D has a key k, else False) |
|
items(() -> list of D’s (key, value) pairs, ...) |
|
iteritems(() -> an iterator over the (key, ...) |
|
iterkeys(() -> an iterator over the keys of D) |
|
itervalues(...) |
|
keys(() -> list of D’s keys) |
|
values(() -> list of D’s values) |