MCPcopy Index your code
hub / github.com/python/cpython / tearDownClass

Method tearDownClass

Lib/test/test_launcher.py:314–316  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

312
313 @classmethod
314 def tearDownClass(cls):
315 with winreg.OpenKey(winreg.HKEY_CURRENT_USER, rf"Software\Python", access=winreg.KEY_WRITE | winreg.KEY_ENUMERATE_SUB_KEYS) as key:
316 delete_registry_data(key, TEST_DATA)
317
318
319 def test_version(self):

Callers

nothing calls this directly

Calls 1

delete_registry_dataFunction · 0.85

Tested by

no test coverage detected