MCPcopy 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
59class ZMQExitAutocall(ExitAutocall):
60 """Exit IPython. Autocallable, so it needn't be explicitly called.

Callers

nothing calls this directly

Calls 1

ask_exitMethod · 0.80

Tested by

no test coverage detected