Searched defs:_stringify (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/tkinter/test/test_tkinter/ | ||
D | test_widgets.py | 554 _stringify = True variable in TextTest |
/third_party/python/Lib/tkinter/test/ | ||
D | widget_tests.py | 26 _stringify = False variable in AbstractWidgetTest |
/third_party/python/Lib/tkinter/ | ||
D | __init__.py | 61 def _stringify(value): function |