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
Classes | Namespaces | Functions
iterables.py File Reference

Classes

class  Cope.experimental.iterables.MultiAccessDict
 

Namespaces

namespace  Cope
 
namespace  Cope.experimental
 
namespace  Cope.experimental.iterables
 

Functions

def Cope.experimental.iterables.drop_duplicates (iterable, Literal['set', 'sorted set', 'generator', 'manual', 'other'] method='sorted set')
 
def Cope.experimental.iterables.addDicts (*dicts)