Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/tests/
Dtest_util.py174 def _join(path): function
176 os.path.join = _join
183 def _join(*path): function
185 os.path.join = _join
201 def _join(*path): function
203 os.path.join = _join
220 def _join(*path): function
222 os.path.join = _join
/external/python/cpython3/Lib/unittest/test/
Dtest_program.py384 def _join(name): function
386 argv = ['progname', _join('foo/bar/baz.py'), _join('green\\red.py')]
/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/cpython3/Lib/tkinter/
Dttk.py29 from tkinter import _flatten, _join, _stringify, _splitdict
58 value = _join(value)
127 imagespec = _join(_mapdict_values(args[1:]))
136 statemap = _join(_mapdict_values(args[2:]))
D__init__.py55 def _join(value): function
67 value = '{%s}' % _join(value)
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_images.py120 return tkinter._join(args)
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_images.py119 return tkinter._join(args)
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py63 expected = tkinter._join(expected)
/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py59 expected = tkinter._join(expected)
/external/python/cpython3/Lib/test/
Dtest_tcl.py653 join = tkinter._join
/external/python/cpython2/Lib/test/
Dtest_tcl.py665 join = tkinter._join