MCPcopy Index your code
hub / github.com/cool-RR/PySnooper / __exit__

Method __exit__

tests/mini_toolbox/contextlib.py:181–182  ·  view source on GitHub ↗
(self, *exc_info)

Source from the content-addressed store, hash-verified

179 def __enter__(self):
180 return self.thing
181 def __exit__(self, *exc_info):
182 self.thing.close()
183
184
185class _RedirectStream(object):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected