Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _getcanvas
Method
_getcanvas
tools/python-3.11.9-amd64/Lib/turtle.py:442–443 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
440
self._canvas.pack(expand=1, fill=
"both"
)
441
442
def
_getcanvas(self):
443
return
self._canvas
444
445
def
set_geometry(self, width, height, startx, starty):
446
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