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

  /external/python/cpython2/Demo/tkinter/guido/
sortvisu.py 28 YGRID = 10
60 height=(self.maxvalue+1)*YGRID)
325 y2 = (self.array.maxvalue+1)*YGRID
326 y1 = y2 - (self.value)*YGRID
  /external/python/cpython3/Tools/demo/
sortvisu.py 25 YGRID = 10
60 height=(self.maxvalue+1)*YGRID)
327 y2 = (self.array.maxvalue+1)*YGRID
328 y1 = y2 - (self.value)*YGRID

Completed in 72 milliseconds