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

Method completed

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

Source from the content-addressed store, hash-verified

100
101 @property
102 def completed(self):
103 self._update_status()
104 return self._completed
105
106 def new(self, func_or_exp, *args, **kwargs):
107 """Add a new background job and start it in a separate thread.

Callers

nothing calls this directly

Calls 1

_update_statusMethod · 0.95

Tested by

no test coverage detected