Searched defs:_stringify (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ | ||
D | test_widgets.py | 502 _stringify = True variable in TextTest |
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ | ||
D | test_widgets.py | 491 _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 | 28 _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 | 59 def _stringify(value): function |
/external/python/cpython2/Lib/lib-tk/ | ||
D | Tkinter.py | 69 def _stringify(value): function |