MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / win_width

Method win_width

tools/python-3.11.9-amd64/Lib/turtle.py:451–452  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

449 self.wm_protocol("WM_DELETE_WINDOW", destroy)
450
451 def win_width(self):
452 return self.winfo_screenwidth()
453
454 def win_height(self):
455 return self.winfo_screenheight()

Callers 1

setupMethod · 0.80

Calls 1

winfo_screenwidthMethod · 0.80

Tested by

no test coverage detected