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

Method flush

lib/matplotlib/backends/backend_svg.py:250–252  ·  view source on GitHub ↗

Flush the output stream.

(self)

Source from the content-addressed store, hash-verified

248 self.end(indent=False)
249
250 def flush(self):
251 """Flush the output stream."""
252 pass # replaced by the constructor
253
254
255@mpl._api.deprecated("3.11")

Callers 12

searchMethod · 0.80
restore_regionMethod · 0.80
print_figure_implMethod · 0.80
_stdin_writelnMethod · 0.80
_flushMethod · 0.80
closeMethod · 0.80
finalizeMethod · 0.80
shutdownMethod · 0.80
startMethod · 0.80
__call__Method · 0.80
__call__Method · 0.80
on_pressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected