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

Method win_height

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

Source from the content-addressed store, hash-verified

349 return self.winfo_screenwidth()
350
351 def win_height(self):
352 return self.winfo_screenheight()
353
354Canvas = TK.Canvas
355

Callers 1

setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected