Home
last modified time | relevance | path

Searched refs:create_polygon (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Demo/tkinter/matt/
Dcanvas-reading-tag-info.py16 pgon = self.drawing.create_polygon(
/external/python/cpython2/Lib/lib-tk/
Dturtle.py521 return self.cv.create_polygon((0, 0, 0, 0, 0, 0), fill="", outline="")
DTkinter.py2327 def create_polygon(self, *args, **kw): member in Canvas
/external/python/cpython3/Lib/
Dturtle.py497 return self.cv.create_polygon((0, 0, 0, 0, 0, 0), fill="", outline="")
/external/python/cpython3/Lib/tkinter/
D__init__.py2490 def create_polygon(self, *args, **kw): member in Canvas
/external/python/cpython2/Doc/whatsnew/
D2.0.rst1055 ``create_polygon`` much faster, especially when using lots of coordinates.
/external/python/cpython3/Doc/whatsnew/
D2.0.rst1055 ``create_polygon`` much faster, especially when using lots of coordinates.