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

Method tearDown

Lib/test/test_tracemalloc.py:1017–1018  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1015 self.ptr = id(self.obj)
1016
1017 def tearDown(self):
1018 tracemalloc.stop()
1019
1020 def get_traceback(self):
1021 frames = _testinternalcapi._PyTraceMalloc_GetTraceback(self.domain, self.ptr)

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected