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

Method win_height

Lib/turtle.py:450–451  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

448 return self.winfo_screenwidth()
449
450 def win_height(self):
451 return self.winfo_screenheight()
452
453Canvas = TK.Canvas
454

Callers 1

setupMethod · 0.80

Calls 1

winfo_screenheightMethod · 0.80

Tested by

no test coverage detected