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

Method _exiter_default

IPython/core/interactiveshell.py:474–475  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

472 exiter = Instance(ExitAutocall)
473 @default('exiter')
474 def _exiter_default(self):
475 return ExitAutocall(self)
476 # Monotonically increasing execution counter
477 execution_count = Integer(1)
478 filename = Unicode("<ipython console>")

Callers

nothing calls this directly

Calls 1

ExitAutocallClass · 0.90

Tested by

no test coverage detected