Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ ondestroy
Method
ondestroy
Python/Turtle.py:345–346 ·
view source on GitHub ↗
(self, destroy)
Source
from the content-addressed store, hash-verified
343
self.geometry(
"%dx%d%+d%+d"
%(width, height, startx, starty))
344
345
def
ondestroy(self, destroy):
346
self.wm_protocol(
"WM_DELETE_WINDOW"
, destroy)
347
348
def
win_width(self):
349
return
self.winfo_screenwidth()
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected