Searched defs:_stringify (Results 1 – 7 of 7) sorted by relevance
| /external/python/cpython2/Lib/lib-tk/test/test_tkinter/ | ||
| D | test_widgets.py | 491         _stringify = True  variable in TextTest | 
| /external/python/cpython3/Lib/tkinter/test/test_tkinter/ | ||
| D | test_widgets.py | 554         _stringify = True  variable in TextTest | 
| /external/python/cpython2/Lib/ | ||
| D | xmlrpclib.py | 181     def _stringify(string):  function | 
| /external/python/cpython3/Lib/tkinter/test/ | ||
| D | widget_tests.py | 26     _stringify = False  variable in AbstractWidgetTest | 
| /external/python/cpython2/Lib/lib-tk/test/ | ||
| D | widget_tests.py | 32     _stringify = False  variable in AbstractWidgetTest | 
| /external/python/cpython3/Lib/tkinter/ | ||
| D | __init__.py | 61 def _stringify(value):  function | 
| /external/python/cpython2/Lib/lib-tk/ | ||
| D | Tkinter.py | 69 def _stringify(value):  function |