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

Method __exit__

IPython/utils/contexts.py:74–74  ·  view source on GitHub ↗
(self, type, value, traceback)

Source from the content-addressed store, hash-verified

72
73 def __enter__(self): pass
74 def __exit__(self, type, value, traceback): pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected