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

Method __call__

IPython/lib/backgroundjobs.py:203–209  ·  view source on GitHub ↗

An alias to self.status(), This allows you to simply call a job manager instance much like the Unix `jobs` shell command.

(self)

Source from the content-addressed store, hash-verified

201 return self.all[num]
202
203 def __call__(self):
204 """An alias to self.status(),
205
206 This allows you to simply call a job manager instance much like the
207 Unix `jobs` shell command."""
208
209 return self.status()
210
211 def _update_status(self):
212 """Update the status of the job lists.

Callers

nothing calls this directly

Calls 1

statusMethod · 0.95

Tested by

no test coverage detected