Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ win_height
Method
win_height
tools/python-3.11.9-amd64/Lib/turtle.py:454–455 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
452
return
self.winfo_screenwidth()
453
454
def
win_height(self):
455
return
self.winfo_screenheight()
456
457
Canvas = TK.Canvas
458
Callers
1
setup
Method · 0.80
Calls
1
winfo_screenheight
Method · 0.80
Tested by
no test coverage detected