Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
|
Exactly the same thing as a regular dict, except you can get and set multiple items at once, and it returns a list of the asked for items, or sets all of the items to the specified value. More...
Public Member Functions | |
def | __getitem__ (self, *keys) |
def | __setitem__ (self, *keys, value) |
Exactly the same thing as a regular dict, except you can get and set multiple items at once, and it returns a list of the asked for items, or sets all of the items to the specified value.
Definition at line 45 of file iterables.py.