MCPcopy Index your code
hub / github.com/python/cpython / set_geometry

Method set_geometry

Lib/turtle.py:441–442  ·  view source on GitHub ↗
(self, width, height, startx, starty)

Source from the content-addressed store, hash-verified

439 return self._canvas
440
441 def set_geometry(self, width, height, startx, starty):
442 self.geometry("%dx%d%+d%+d"%(width, height, startx, starty))
443
444 def ondestroy(self, destroy):
445 self.wm_protocol("WM_DELETE_WINDOW", destroy)

Callers 1

setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected