Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ __call__
Method
__call__
IPython/core/autocall.py:56–57 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
54
rewrite = False
55
56
def
__call__(self):
57
self._ip.ask_exit()
58
59
class
ZMQExitAutocall(ExitAutocall):
60
""
"Exit IPython. Autocallable, so it needn&
#x27;t be explicitly called.
Callers
nothing calls this directly
Calls
1
ask_exit
Method · 0.80
Tested by
no test coverage detected