Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tearDown
Method
tearDown
Lib/test/test_gc.py:1453–1454 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1451
gc.enable()
1452
1453
def
tearDown(self):
1454
gc.disable()
1455
1456
@unittest.skipIf(Py_GIL_DISABLED,
"requires GC generations or increments"
)
1457
def
test_bug1055820c(self):
Callers
nothing calls this directly
Calls
1
disable
Method · 0.45
Tested by
no test coverage detected