Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ win_height
Method
win_height
Lib/turtle.py:450–451 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
448
return
self.winfo_screenwidth()
449
450
def
win_height(self):
451
return
self.winfo_screenheight()
452
453
Canvas = TK.Canvas
454
Callers
1
setup
Method · 0.80
Calls
1
winfo_screenheight
Method · 0.80
Tested by
no test coverage detected