Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_window_geometry
Function
set_window_geometry
Lib/idlelib/zoomheight.py:116–117 ·
view source on GitHub ↗
(top, geometry)
Source
from the content-addressed store, hash-verified
114
115
116
def
set_window_geometry(top, geometry):
117
top.wm_geometry(
"{:d}x{:d}+{:d}+{:d}"
.format(*geometry))
118
119
120
if
__name__ ==
"__main__"
:
Callers
2
zoom_height
Method · 0.85
get_max_height_and_y_coord
Method · 0.85
Calls
2
wm_geometry
Method · 0.80
format
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…