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

Method win_width

Python/Turtle.py:348–349  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

346 self.wm_protocol("WM_DELETE_WINDOW", destroy)
347
348 def win_width(self):
349 return self.winfo_screenwidth()
350
351 def win_height(self):
352 return self.winfo_screenheight()

Callers 1

setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected