HomeSort by relevance Sort by last modified time
    Searched refs:create_polygon (Results 1 - 4 of 4) sorted by null

  /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...]

Completed in 28 milliseconds