Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py137 def checkCommandParam(self, widget, name): member in AbstractWidgetTest
449 self.checkCommandParam(widget, 'xscrollcommand')
453 self.checkCommandParam(widget, 'yscrollcommand')
459 self.checkCommandParam(widget, 'command')
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py148 def checkCommandParam(self, widget, name): member in AbstractWidgetTest
472 self.checkCommandParam(widget, 'xscrollcommand')
476 self.checkCommandParam(widget, 'yscrollcommand')
482 self.checkCommandParam(widget, 'command')
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py349 self.checkCommandParam(widget, 'invalidcommand')
350 self.checkCommandParam(widget, 'invcmd')
374 self.checkCommandParam(widget, 'validatecommand')
375 self.checkCommandParam(widget, 'vcmd')
1140 self.checkCommandParam(widget, 'postcommand')
1148 self.checkCommandParam(widget, 'tearoffcommand')
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py356 self.checkCommandParam(widget, 'invalidcommand')
357 self.checkCommandParam(widget, 'invcmd')
381 self.checkCommandParam(widget, 'validatecommand')
382 self.checkCommandParam(widget, 'vcmd')
1229 self.checkCommandParam(widget, 'postcommand')
1237 self.checkCommandParam(widget, 'tearoffcommand')
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py300 self.checkCommandParam(widget, 'invalidcommand')
320 self.checkCommandParam(widget, 'validatecommand')
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py297 self.checkCommandParam(widget, 'invalidcommand')
317 self.checkCommandParam(widget, 'validatecommand')