Searched defs:sort_func (Results 1 – 3 of 3) sorted by relevance
217 def sort_func(item): function255 def sort_func(item): function263 def sort_func(item, processor=sort_func or (lambda x: x)): function
607 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local
548 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local