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

Method is_open

lib/matplotlib/backends/backend_nbagg.py:199–200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

197 self.comm.on_close(_on_close)
198
199 def is_open(self):
200 return not (self._ext_close or self.comm._closed)
201
202 def on_close(self):
203 # When the socket is closed, deregister the websocket with

Callers 2

on_closeMethod · 0.95
clearup_closedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected