Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
search
Method · 0.80
restore_region
Method · 0.80
print_figure_impl
Method · 0.80
_stdin_writeln
Method · 0.80
_flush
Method · 0.80
close
Method · 0.80
finalize
Method · 0.80
shutdown
Method · 0.80
start
Method · 0.80
__call__
Method · 0.80
__call__
Method · 0.80
on_press
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected