Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_images.py313 image.write(support.TESTFN, format='gif', from_coords=(4, 6, 6, 9))
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_images.py312 image.write(support.TESTFN, format='gif', from_coords=(4, 6, 6, 9))
/external/python/cpython3/Lib/tkinter/
D__init__.py3592 def write(self, filename, format=None, from_coords=None): argument
3598 if from_coords:
3599 args = args + ('-from',) + tuple(from_coords)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py3424 def write(self, filename, format=None, from_coords=None): argument
3430 if from_coords:
3431 args = args + ('-from',) + tuple(from_coords)