Searched refs:checkCommandParam (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/tkinter/test/ |
D | widget_tests.py | 137 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/ |
D | widget_tests.py | 148 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/ |
D | test_widgets.py | 349 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/ |
D | test_widgets.py | 356 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/ |
D | test_widgets.py | 300 self.checkCommandParam(widget, 'invalidcommand') 320 self.checkCommandParam(widget, 'validatecommand')
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 297 self.checkCommandParam(widget, 'invalidcommand') 317 self.checkCommandParam(widget, 'validatecommand')
|