Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUp
Method
setUp
Lib/test/test_gc.py:1450–1451 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1448
1449
class
GCTogglingTests(unittest.TestCase):
1450
def
setUp(self):
1451
gc.enable()
1452
1453
def
tearDown(self):
1454
gc.disable()
Callers
nothing calls this directly
Calls
1
enable
Method · 0.45
Tested by
no test coverage detected