Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_tkinter/
Dwidget_tests.py16 _stringify = False variable in AbstractWidgetTest
31 if not self._stringify and self.wantobjects and tk_version >= (8, 6):
49 if self._stringify or not self.wantobjects:
Dtest_widgets.py715 _stringify = True variable in CanvasTest
1174 _stringify = True variable in ScrollbarTest
/external/python/cpython3/Lib/tkinter/
Dttk.py29 from tkinter import _flatten, _join, _stringify, _splitdict
37 value = _stringify(value)
D__init__.py60 return ' '.join(map(_stringify, value))
63 def _stringify(value): function
67 value = _stringify(value[0])
1656 nv.append(_stringify(item))