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

Method test_unregister

Lib/test/test_faulthandler.py:808–809  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

806 self.check_register()
807
808 def test_unregister(self):
809 self.check_register(unregister=True)
810
811 def test_register_file(self):
812 with temporary_filename() as filename:

Callers

nothing calls this directly

Calls 1

check_registerMethod · 0.95

Tested by

no test coverage detected