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

Method __enter__

IPython/testing/tools.py:293–294  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

291 pass
292
293 def __enter__(self):
294 return self
295
296 def __exit__(self, exc_type, exc_value, traceback):
297 self.tearDown()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected