MCPcopy 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

disableMethod · 0.45

Tested by

no test coverage detected