/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 2267 def create_polygon(self, *args, **kw): member in class:Canvas [all...] |
turtle.py | 521 return self.cv.create_polygon((0, 0, 0, 0, 0, 0), fill="", outline="") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 2267 def create_polygon(self, *args, **kw): member in class:Canvas [all...] |
turtle.py | 521 return self.cv.create_polygon((0, 0, 0, 0, 0, 0), fill="", outline="") [all...] |