Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ __autoflush
Method
__autoflush
code/graphics/graphics.py:296–298 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
294
return
self.closed
295
296
def
__autoflush(self):
297
if
self.autoflush:
298
_tkCall(_root.update)
299
300
def
plot(self, x, y, color=
"black"
):
301
""
"Set pixel (x,y) to the given color"
""
Callers
2
plot
Method · 0.95
plotPixel
Method · 0.95
Calls
1
_tkCall
Function · 0.85
Tested by
no test coverage detected