Searched refs:checkCommandParam (Results 1 – 3 of 3) sorted by relevance
/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 | 348 self.checkCommandParam(widget, 'invalidcommand') 349 self.checkCommandParam(widget, 'invcmd') 373 self.checkCommandParam(widget, 'validatecommand') 374 self.checkCommandParam(widget, 'vcmd') 1118 self.checkCommandParam(widget, 'postcommand') 1126 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')
|