Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches
Cope.experimental.iterables.MultiAccessDict Class Reference

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)
 

Detailed Description

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.


The documentation for this class was generated from the following file: