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

Method close

tests/mini_toolbox/contextlib.py:384–386  ·  view source on GitHub ↗

Immediately unwind the context stack

(self)

Source from the content-addressed store, hash-verified

382 return result
383
384 def close(self):
385 """Immediately unwind the context stack"""
386 self.__exit__(None, None, None)
387
388 def __enter__(self):
389 return self

Callers 2

touchMethod · 0.80
__exit__Method · 0.80

Calls 1

__exit__Method · 0.95

Tested by

no test coverage detected