Closed jbasko closed 7 years ago
Allow iterator key kwarg value to be a function which is called (key, value) pair to calculate what's the key.
For example iter_paths(key=operator.itemgetter(1))
Allow iterator key kwarg value to be a function which is called (key, value) pair to calculate what's the key.
For example iter_paths(key=operator.itemgetter(1))