Home
last modified time | relevance | path

Searched refs:_stringify (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/tkinter/test/
Dwidget_tests.py26 _stringify = False variable in AbstractWidgetTest
37 if not self._stringify and self.wantobjects and tcl_version >= (8, 6):
55 if self._stringify or not self.wantobjects:
/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/
Dttk.py29 from tkinter import _flatten, _join, _stringify, _splitdict
54 value = _stringify(value)
D__init__.py58 return ' '.join(map(_stringify, value))
61 def _stringify(value): function
65 value = _stringify(value[0])
1515 nv.append(_stringify(item))