Home
last modified time | relevance | path

Searched refs:getcanvas (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Doc/library/
Dturtle.rst217 | :func:`getcanvas`
1963 .. function:: getcanvas()
1971 >>> cv = screen.getcanvas()
/third_party/python/Lib/
Dturtle.py1327 def getcanvas(self): member in TurtleScreen