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

◆ invert_dict()

dict Cope.misc.invert_dict ( dict  d)

Returns the dict given, but with the keys as values and the values as keys.

Definition at line 288 of file misc.py.