MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / set_geometry

Method set_geometry

Python/Turtle.py:342–343  ·  view source on GitHub ↗
(self, width, height, startx, starty)

Source from the content-addressed store, hash-verified

340 return self._canvas
341
342 def set_geometry(self, width, height, startx, starty):
343 self.geometry("%dx%d%+d%+d"%(width, height, startx, starty))
344
345 def ondestroy(self, destroy):
346 self.wm_protocol("WM_DELETE_WINDOW", destroy)

Callers 1

setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected