MCPcopy Index your code
hub / github.com/csev/py4e / isClosed

Method isClosed

code/graphics/graphics.py:293–294  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

291 _root.update()
292
293 def isClosed(self):
294 return self.closed
295
296 def __autoflush(self):
297 if self.autoflush:

Callers 5

getMouseMethod · 0.95
drawMethod · 0.80
undrawMethod · 0.80
moveMethod · 0.80
_reconfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected