Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ call
Method
call
IPython/lib/backgroundjobs.py:464–465 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
462
self._init()
463
464
def
call(self):
465
return
eval(self.code,self.glob,self.loc)
466
467
468
class
BackgroundJobFunc(BackgroundJobBase):
Callers
2
system_raw
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected