Searched defs:sort_func (Results 1 – 7 of 7) sorted by relevance
30 lws_list_ptr_sort_func_t sort_func) in lws_list_ptr_insert()
602 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Subscript() local
422 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Subscript() local
234 def sort_func(item): function
290 def sort_func(item): function
370 def sort_func(item: t.Tuple[t.Any, t.Any]) -> t.Any: function