Searched refs:checkCursorParam (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/tkinter/test/ |
D | widget_tests.py | 133 def checkCursorParam(self, widget, name, **kwargs): member in AbstractWidgetTest 302 self.checkCursorParam(widget, 'cursor')
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 141 def checkCursorParam(self, widget, name, **kwargs): member in AbstractWidgetTest 320 self.checkCursorParam(widget, 'cursor')
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 411 self.checkCursorParam(widget, 'buttoncursor') 983 self.checkCursorParam(widget, 'sashcursor')
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 407 self.checkCursorParam(widget, 'buttoncursor') 978 self.checkCursorParam(widget, 'sashcursor')
|