Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dturtle.py496 return self.cv.create_polygon((0, 0, 0, 0, 0, 0), fill="", outline="")
/third_party/python/Lib/tkinter/
D__init__.py2829 def create_polygon(self, *args, **kw): member in Canvas
/third_party/python/Doc/whatsnew/
D2.0.rst1055 ``create_polygon`` much faster, especially when using lots of coordinates.