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

Method __exit__

Lib/test/test_tabnanny.py:80–81  ·  view source on GitHub ↗
(self, exc_type, exc_value, exc_traceback)

Source from the content-addressed store, hash-verified

78 return self.file_path
79
80 def __exit__(self, exc_type, exc_value, exc_traceback):
81 unlink(self.file_path)
82
83
84class TestFormatWitnesses(TestCase):

Callers

nothing calls this directly

Calls 1

unlinkFunction · 0.90

Tested by

no test coverage detected