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

Function _no_output_draw

lib/matplotlib/backend_bases.py:1629–1632  ·  view source on GitHub ↗
(figure)

Source from the content-addressed store, hash-verified

1627
1628
1629def _no_output_draw(figure):
1630 # _no_output_draw was promoted to the figure level, but
1631 # keep this here in case someone was calling it...
1632 figure.draw_without_rendering()
1633
1634
1635def _is_non_interactive_terminal_ipython(ip):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…