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 | Functions
Cope.experimental.iterables Namespace Reference

Classes

class  MultiAccessDict
 

Functions

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

Function Documentation

◆ addDicts()

def Cope.experimental.iterables.addDicts ( dicts)
 Basically the same thing as Dict.update(), except returns a copy
    (and can take multiple parameters)

◆ drop_duplicates()

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