Searched refs:create_polygon (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/ |
D | turtle.py | 496 return self.cv.create_polygon((0, 0, 0, 0, 0, 0), fill="", outline="")
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 2829 def create_polygon(self, *args, **kw): member in Canvas
|
/third_party/python/Doc/whatsnew/ |
D | 2.0.rst | 1055 ``create_polygon`` much faster, especially when using lots of coordinates.
|