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