Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ _getcanvas
Method
_getcanvas
Python/Turtle.py:339–340 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
337
self._canvas.pack(expand=1, fill=
"both"
)
338
339
def
_getcanvas(self):
340
return
self._canvas
341
342
def
set_geometry(self, width, height, startx, starty):
343
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