Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ close
Method
close
code/graphics/graphics.py:283–285 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
281
self.trans = Transform(self.width, self.height, x1, y1, x2, y2)
282
283
def
close(self):
284
if
self.closed:
return
285
_tkCall(self.__close_help)
286
287
def
__close_help(self):
288
""
"Close the window"
""
Callers
15
test
Function · 0.95
pull.py
File · 0.45
wikigrade.py
File · 0.45
txtmd5.py
File · 0.45
curl1.py
File · 0.45
txtcheck3.py
File · 0.45
twdump.py
File · 0.45
twfriends.py
File · 0.45
db1.py
File · 0.45
twjoin.py
File · 0.45
wsave.py
File · 0.45
twspider.py
File · 0.45
Calls
1
_tkCall
Function · 0.85
Tested by
no test coverage detected