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

Method untrack

Lib/test/test_tracemalloc.py:1033–1034  ·  view source on GitHub ↗
(self, release_gil=False)

Source from the content-addressed store, hash-verified

1031 return frames
1032
1033 def untrack(self, release_gil=False):
1034 _testcapi.tracemalloc_untrack(self.domain, self.ptr, release_gil)
1035
1036 def get_traced_memory(self):
1037 # Get the traced size in the domain

Callers 2

check_untrackMethod · 0.95
test_stop_untrackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected