Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
Dttk.py29 from Tkinter import _flatten, _join, _stringify, _splitdict
56 value = _join(value)
127 imagespec = _join(_mapdict_values(args[1:]))
136 statemap = _join(_mapdict_values(args[2:]))
DTkinter.py65 def _join(value): function
77 value = '{%s}' % _join(value)
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_images.py120 return tkinter._join(args)
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py63 expected = tkinter._join(expected)