Searched refs:_stringify (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/tkinter/test/ |
D | widget_tests.py | 27 _stringify = False variable in AbstractWidgetTest 38 if not self._stringify and self.wantobjects and tcl_version >= (8, 6): 56 if self._stringify or not self.wantobjects:
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 32 _stringify = False variable in AbstractWidgetTest 43 if not self._stringify and self.wantobjects and tcl_version >= (8, 6): 61 if self._stringify or not self.wantobjects:
|
/external/python/cpython2/Lib/ |
D | xmlrpclib.py | 181 def _stringify(string): function 188 def _stringify(string): function 881 self.append(_stringify(data)) 899 dict[_stringify(items[i])] = items[i+1]
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 491 _stringify = True variable in TextTest 645 _stringify = True variable in CanvasTest 909 _stringify = True variable in ScrollbarTest
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 555 _stringify = True variable in TextTest 709 _stringify = True variable in CanvasTest 997 _stringify = True variable in ScrollbarTest
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 29 from Tkinter import _flatten, _join, _stringify, _splitdict 54 value = _stringify(value)
|
D | Tkinter.py | 67 return ' '.join(map(_stringify, value)) 69 def _stringify(value): function 73 value = _stringify(value[0]) 1188 nv.append(_stringify(item))
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 29 from tkinter import _flatten, _join, _stringify, _splitdict 54 value = _stringify(value)
|
D | __init__.py | 58 return ' '.join(map(_stringify, value)) 61 def _stringify(value): function 65 value = _stringify(value[0]) 1478 nv.append(_stringify(item))
|