Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ shutdown
Method
shutdown
lib/matplotlib/backends/backend_webagg.py:275–279 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
273
ioloop = tornado.ioloop.IOLoop.instance()
274
275
def
shutdown():
276
ioloop.stop()
277
print(
"Server is stopped"
)
278
sys.stdout.flush()
279
cls.started = False
280
281
@contextmanager
282
def
catch_sigint():
Callers
nothing calls this directly
Calls
2
stop
Method · 0.80
flush
Method · 0.80
Tested by
no test coverage detected