MCPcopy Index your code
hub / github.com/RustPython/RustPython / __exit__

Method __exit__

Lib/test/test_with.py:112–115  ·  view source on GitHub ↗
(self, *exc_info)

Source from the content-addressed store, hash-verified

110 return Nested.__enter__(self)
111
112 def __exit__(self, *exc_info):
113 self.exit_called = True
114 self.exit_args = exc_info
115 return Nested.__exit__(self, *exc_info)
116
117
118class FailureTestCase(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

__exit__Method · 0.45

Tested by

no test coverage detected