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.py714 _stringify = True variable in CanvasTest
1160 _stringify = True variable in ScrollbarTest
/third_party/python/Lib/tkinter/test/
Dwidget_tests.py15 _stringify = False variable in AbstractWidgetTest
/third_party/python/Lib/tkinter/
D__init__.py62 def _stringify(value): function