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

Method running

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

Source from the content-addressed store, hash-verified

90
91 @property
92 def running(self):
93 self._update_status()
94 return self._running
95
96 @property
97 def dead(self):

Callers

nothing calls this directly

Calls 1

_update_statusMethod · 0.95

Tested by

no test coverage detected