Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
|
Classes | |
class | MultiAccessDict |
Functions | |
def | drop_duplicates (iterable, Literal['set', 'sorted set', 'generator', 'manual', 'other'] method='sorted set') |
def | addDicts (*dicts) |
def Cope.experimental.iterables.addDicts | ( | * | dicts | ) |
Basically the same thing as Dict.update(), except returns a copy (and can take multiple parameters)
def Cope.experimental.iterables.drop_duplicates | ( | iterable, | |
Literal['set', 'sorted set', 'generator', 'manual', 'other'] | method = 'sorted set' |
||
) |