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

Method tearDown

Lib/test/test_profile.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 expected_max_output = ':0(max)'
27
28 def tearDown(self):
29 unlink(TESTFN)
30
31 def get_expected_output(self):
32 return _ProfileOutput

Callers

nothing calls this directly

Calls 1

unlinkFunction · 0.90

Tested by

no test coverage detected