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

Method test_track

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

Source from the content-addressed store, hash-verified

1053 self.assertEqual(self.get_traced_memory(), self.size)
1054
1055 def test_track(self):
1056 self.check_track(False)
1057
1058 def test_track_without_gil(self):
1059 # check that calling _PyTraceMalloc_Track() without holding the GIL

Callers

nothing calls this directly

Calls 1

check_trackMethod · 0.95

Tested by

no test coverage detected