Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ idle_draw
Method
idle_draw
lib/matplotlib/backends/_backend_tk.py:310–314 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
308
return
309
310
def
idle_draw(*args):
311
try
:
312
self.draw()
313
finally:
314
self._idle_draw_id = None
315
316
self._idle_draw_id = self._tkcanvas.after_idle(idle_draw)
317
Callers
nothing calls this directly
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected