Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
185
class
_RedirectStream(object):
Callers
nothing calls this directly
Calls
1
close
Method · 0.80
Tested by
no test coverage detected