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

Method __exit__

IPython/terminal/tests/test_interactivshell.py:76–77  ·  view source on GitHub ↗
(self, etype, value, tb)

Source from the content-addressed store, hash-verified

74 return self
75
76 def __exit__(self, etype, value, tb):
77 self.ip.prompt_for_code = self.orig_prompt_for_code
78
79 def fake_input(self):
80 try:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected