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.py554 _stringify = True variable in TextTest
708 _stringify = True variable in CanvasTest
996 _stringify = True variable in ScrollbarTest
/third_party/python/Lib/tkinter/test/
Dwidget_tests.py26 _stringify = False variable in AbstractWidgetTest
/third_party/python/Lib/tkinter/
D__init__.py61 def _stringify(value): function