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