6 lines
105 B
Python

from operator import itemgetter
by_name = itemgetter(0)
by_index = itemgetter(1)
default_sort = by_name