Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ getstats
Method
getstats
Lib/test/test_gc.py:1018–1020 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1016
zs = []
1017
1018
def
getstats():
1019
d = gc.get_stats()[-1]
1020
return
d[
'collected'
], d[
'uncollectable'
]
1021
1022
gc.collect()
1023
gc.disable()
Callers
nothing calls this directly
Calls
1
get_stats
Method · 0.80
Tested by
no test coverage detected