Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ exitGracefully
Method
exitGracefully
Python/Turtle.py:3686–3688 ·
view source on GitHub ↗
Screen.bye() with two dummy-parameters
(x, y)
Source
from the content-addressed store, hash-verified
3684
3685
""
"
3686
def
exitGracefully(x, y):
3687
""
"Screen.bye() with two dummy-parameters"
""
3688
self.bye()
3689
self.onclick(exitGracefully)
3690
if
_CFG[
"using_IDLE"
]:
3691
return
Callers
nothing calls this directly
Calls
1
bye
Method · 0.95
Tested by
no test coverage detected