Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_images.py358 image.write(os_helper.TESTFN, format='gif', from_coords=(4, 6, 6, 9))
/third_party/python/Lib/tkinter/
D__init__.py4149 def write(self, filename, format=None, from_coords=None): argument
4155 if from_coords:
4156 args = args + ('-from',) + tuple(from_coords)