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

Method flush

code/graphics/graphics.py:316–320  ·  view source on GitHub ↗

Update drawing to the window

(self)

Source from the content-addressed store, hash-verified

314 self.__autoflush()
315
316 def flush(self):
317 """Update drawing to the window"""
318 #self.update_idletasks()
319 self.__checkOpen()
320 _tkCall(self.update_idletasks)
321
322 def getMouse(self):
323 """Wait for mouse click and return Point object representing

Callers

nothing calls this directly

Calls 2

__checkOpenMethod · 0.95
_tkCallFunction · 0.85

Tested by

no test coverage detected