Searched refs:from_coords (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_images.py | 313 image.write(support.TESTFN, format='gif', from_coords=(4, 6, 6, 9))
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_images.py | 312 image.write(support.TESTFN, format='gif', from_coords=(4, 6, 6, 9))
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 3592 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/ |
D | Tkinter.py | 3424 def write(self, filename, format=None, from_coords=None): argument 3430 if from_coords: 3431 args = args + ('-from',) + tuple(from_coords)
|