Searched refs:from_coords (Results 1 – 5 of 5) sorted by relevance
/external/python/asn1crypto/asn1crypto/ |
D | keys.py | 136 def from_coords(cls, x, y): member in _ECPoint
|
/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/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)
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 4118 def write(self, filename, format=None, from_coords=None): argument 4124 if from_coords: 4125 args = args + ('-from',) + tuple(from_coords)
|