(self, release_gil=False)
| 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 |
no outgoing calls
no test coverage detected