MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _idle_draw_cntx

Method _idle_draw_cntx

lib/matplotlib/backend_bases.py:1839–1844  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1837
1838 @contextmanager
1839 def _idle_draw_cntx(self):
1840 self._is_idle_drawing = True
1841 try:
1842 yield
1843 finally:
1844 self._is_idle_drawing = False
1845
1846 def is_saving(self):
1847 """

Callers 4

draw_idleMethod · 0.95
_draw_idleMethod · 0.80
_draw_idleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected