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

  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
support.py 95 def pixels_conv(value): function
  /external/python/cpython3/Lib/tkinter/test/
support.py 95 def pixels_conv(value): function
widget_tests.py 8 get_tk_patchlevel, pixels_conv, tcl_obj_eq)
169 expected = pixels_conv(value) * self.scaling
  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 8 get_tk_patchlevel, pixels_conv, tcl_obj_eq)
188 expected = pixels_conv(value) * self.scaling
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_geometry_managers.py 7 from test_ttk.support import pixels_conv, tcl_version, requires_tcl
543 self._str(int_round(pixels_conv('.5c') * self.scaling)))
554 self._str(int_round(pixels_conv('.5c') * self.scaling)))
567 self._str(int_round(pixels_conv('.5c') * self.scaling)))
580 self._str(int_round(pixels_conv('.5c') * self.scaling)))
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_geometry_managers.py 7 from tkinter.test.support import pixels_conv, tcl_version, requires_tcl
545 self._str(round(pixels_conv('.5c') * self.scaling)))
556 self._str(round(pixels_conv('.5c') * self.scaling)))
569 self._str(round(pixels_conv('.5c') * self.scaling)))
582 self._str(round(pixels_conv('.5c') * self.scaling)))
    [all...]

Completed in 554 milliseconds