MCPcopy Index your code
hub / github.com/python/cpython / __exit__

Method __exit__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

unlinkFunction · 0.90

Tested by

no test coverage detected