Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _getcanvas
Method
_getcanvas
Lib/turtle.py:438–439 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
436
self._canvas.pack(expand=1, fill=
"both"
)
437
438
def
_getcanvas(self):
439
return
self._canvas
440
441
def
set_geometry(self, width, height, startx, starty):
442
self.geometry(
"%dx%d%+d%+d"
%(width, height, startx, starty))
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected