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

Method tearDown

Lib/test/test_mmap.py:1231–1232  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1229 unlink(TESTFN)
1230
1231 def tearDown(self):
1232 unlink(TESTFN)
1233
1234 def _make_test_file(self, num_zeroes, tail):
1235 if sys.platform[:3] == 'win' or is_apple:

Callers

nothing calls this directly

Calls 1

unlinkFunction · 0.90

Tested by

no test coverage detected