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

Method __exit__

Lib/test/test_unittest/test_runner.py:67–68  ·  view source on GitHub ↗
(self, *exc_info)

Source from the content-addressed store, hash-verified

65 return self.enter_result
66
67 def __exit__(self, *exc_info):
68 self.ordering.append('exit')
69
70
71class LacksEnterAndExit:

Callers 1

test_blob_closedMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected