Home
last modified time | relevance | path

Searched refs:checkFloatParam (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py439 self.checkFloatParam(widget, 'from', -10, 10.2, 11.7)
445 self.checkFloatParam(widget, 'increment', -1, 1, 10.2, 12.8, 0)
450 self.checkFloatParam(widget, 'to', -10, 10.2, 11.7)
655 self.checkFloatParam(widget, 'closeenough', 24, 2.4, 3.6, -3,
849 self.checkFloatParam(widget, 'bigincrement', 12.4, 23.6, -5)
857 self.checkFloatParam(widget, 'from', 100, 14.9, 15.1, conv=float_round)
870 self.checkFloatParam(widget, 'resolution', 4.2, 0, 6.7, -2)
887 self.checkFloatParam(widget, 'tickinterval', 1, 4.3, 7.6, 0,
894 self.checkFloatParam(widget, 'to', 300, 14.9, 15.1, -10,
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py435 self.checkFloatParam(widget, 'from', -10, 10.2, 11.7)
441 self.checkFloatParam(widget, 'increment', -1, 1, 10.2, 12.8, 0)
446 self.checkFloatParam(widget, 'to', -10, 10.2, 11.7)
651 self.checkFloatParam(widget, 'closeenough', 24, 2.4, 3.6, -3,
845 self.checkFloatParam(widget, 'bigincrement', 12.4, 23.6, -5)
853 self.checkFloatParam(widget, 'from', 100, 14.9, 15.1, conv=round)
866 self.checkFloatParam(widget, 'resolution', 4.2, 0, 6.7, -2)
883 self.checkFloatParam(widget, 'tickinterval', 1, 4.3, 7.6, 0,
890 self.checkFloatParam(widget, 'to', 300, 14.9, 15.1, -10,
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py767 self.checkFloatParam(widget, 'from', 100, 14.9, 15.1, conv=False)
775 self.checkFloatParam(widget, 'to', 300, 14.9, 15.1, -10, conv=False)
779 self.checkFloatParam(widget, 'value', 300, 14.9, 15.1, -10, conv=False)
873 self.checkFloatParam(widget, 'maximum', 150.2, 77.7, 0, -10, conv=False)
885 self.checkFloatParam(widget, 'value', 150.2, 77.7, 0, -10,
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py768 self.checkFloatParam(widget, 'from', 100, 14.9, 15.1, conv=False)
776 self.checkFloatParam(widget, 'to', 300, 14.9, 15.1, -10, conv=False)
780 self.checkFloatParam(widget, 'value', 300, 14.9, 15.1, -10, conv=False)
874 self.checkFloatParam(widget, 'maximum', 150.2, 77.7, 0, -10, conv=False)
886 self.checkFloatParam(widget, 'value', 150.2, 77.7, 0, -10,
/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py107 def checkFloatParam(self, widget, name, *values, conv=float, **kwargs): member in AbstractWidgetTest
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py111 def checkFloatParam(self, widget, name, *values, **kwargs): member in AbstractWidgetTest