MCPcopy Create free account
hub / github.com/ipython/ipython / dead

Method dead

IPython/lib/backgroundjobs.py:97–99  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95
96 @property
97 def dead(self):
98 self._update_status()
99 return self._dead
100
101 @property
102 def completed(self):

Callers

nothing calls this directly

Calls 1

_update_statusMethod · 0.95

Tested by

no test coverage detected