Home
last modified time | relevance | path

Searched refs:_max_height_and_y_coords (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dzoomheight.py15 _max_height_and_y_coords = {} variable in ZoomHeight
65 if screen_dimensions not in self._max_height_and_y_coords:
102 self._max_height_and_y_coords[screen_dimensions] = maxheight, maxy
107 return self._max_height_and_y_coords[screen_dimensions]

Completed in 1 milliseconds