MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / setup

Method setup

Lib/lib-tk/turtle.py:3583–3621  ·  view source on GitHub ↗

Set the size and position of the main window. Arguments: width: as integer a size in pixels, as float a fraction of the screen. Default is 50% of screen. height: as integer the height in pixels, as float a fraction of the screen. Default is 75% of screen

(self, width=_CFG["width"], height=_CFG["height"],
              startx=_CFG["leftright"], starty=_CFG["topbottom"])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

__init__Method · 0.95
test_debug_modeMethod · 0.45

Calls 4

win_widthMethod · 0.80
win_heightMethod · 0.80
set_geometryMethod · 0.80
updateMethod · 0.45

Tested by 1

test_debug_modeMethod · 0.36