HomeSort by relevance Sort by last modified time
    Searched defs:sortby (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Demo/tkinter/ttk/
treeview_multicolumn.py 25 def sortby(tree, col, descending): function
37 command=lambda col=col: sortby(tree, col, int(not descending)))
77 command=lambda c=col: sortby(self.tree, c, 0))
  /external/toolchain-utils/cros_utils/
pstat.py 60 sortby(listoflists,sortcols)
655 def sortby(listoflists, sortcols): function
660 Usage: sortby(listoflists,sortcols)
    [all...]

Completed in 76 milliseconds