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

Method getstats

Lib/test/test_gc.py:1014–1016  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1012 zs = []
1013
1014 def getstats():
1015 d = gc.get_stats()[-1]
1016 return d['collected'], d['uncollectable']
1017
1018 gc.collect()
1019 gc.disable()

Callers 1

snapshot_statsMethod · 0.80

Calls 1

get_statsMethod · 0.45

Tested by

no test coverage detected