MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_unregister

Method test_unregister

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

check_registerMethod · 0.95

Tested by

no test coverage detected