Home
last modified time | relevance | path

Searched defs:_stringify (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py551 _stringify = True variable in TextTest
705 _stringify = True variable in CanvasTest
992 _stringify = True variable in ScrollbarTest
/third_party/python/Lib/tkinter/test/
Dwidget_tests.py27 _stringify = False variable in AbstractWidgetTest
/third_party/python/Lib/tkinter/
D__init__.py61 def _stringify(value): function