Home
last modified time | relevance | path

Searched refs:create_line (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Tools/pynche/
DStripViewer.py107 arrow = self._canvas.create_line(
138 arrow = self._canvas.create_line(
/third_party/python/Tools/demo/
Dsortvisu.py44 self.left = self.canvas.create_line(0, 0, 0, 0)
45 self.right = self.canvas.create_line(0, 0, 0, 0)
46 self.pivot = self.canvas.create_line(0, 0, 0, 0)
/third_party/python/Lib/idlelib/
Dtree.py222 self.canvas.create_line(x+9, cy+7, cx, cy+7, fill="gray50")
236 id = self.canvas.create_line(x+9, y+10, x+9, cylast+7,
/third_party/python/Lib/
Dturtle.py526 return self.cv.create_line(0, 0, 0, 0, fill="", width=2,
/third_party/python/Lib/tkinter/
D__init__.py2821 def create_line(self, *args, **kw): member in Canvas
/third_party/python/Doc/whatsnew/
D2.0.rst1054 contributed an optimization which makes operations like ``create_line`` and