HomeSort by relevance Sort by last modified time
    Searched refs:checkCommandParam (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 148 def checkCommandParam(self, widget, name):
472 self.checkCommandParam(widget, 'xscrollcommand')
476 self.checkCommandParam(widget, 'yscrollcommand')
482 self.checkCommandParam(widget, 'command')
  /external/python/cpython3/Lib/tkinter/test/
widget_tests.py 140 def checkCommandParam(self, widget, name):
454 self.checkCommandParam(widget, 'xscrollcommand')
458 self.checkCommandParam(widget, 'yscrollcommand')
464 self.checkCommandParam(widget, 'command')
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 348 self.checkCommandParam(widget, 'invalidcommand')
349 self.checkCommandParam(widget, 'invcmd')
373 self.checkCommandParam(widget, 'validatecommand')
374 self.checkCommandParam(widget, 'vcmd')
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_widgets.py 352 self.checkCommandParam(widget, 'invalidcommand')
353 self.checkCommandParam(widget, 'invcmd')
377 self.checkCommandParam(widget, 'validatecommand')
378 self.checkCommandParam(widget, 'vcmd')
    [all...]

Completed in 915 milliseconds