MCPcopy 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
116def set_window_geometry(top, geometry):
117 top.wm_geometry("{:d}x{:d}+{:d}+{:d}".format(*geometry))
118
119
120if __name__ == "__main__":

Callers 2

zoom_heightMethod · 0.85

Calls 2

wm_geometryMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…