MCPcopy
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

testFunction · 0.95
pull.pyFile · 0.45
wikigrade.pyFile · 0.45
txtmd5.pyFile · 0.45
curl1.pyFile · 0.45
txtcheck3.pyFile · 0.45
twdump.pyFile · 0.45
twfriends.pyFile · 0.45
db1.pyFile · 0.45
twjoin.pyFile · 0.45
wsave.pyFile · 0.45
twspider.pyFile · 0.45

Calls 1

_tkCallFunction · 0.85

Tested by

no test coverage detected