Home
last modified time | relevance | path

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

/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.py348 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/
Dtest_widgets.py300 self.checkCommandParam(widget, 'invalidcommand')
320 self.checkCommandParam(widget, 'validatecommand')