Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_register
Method
test_register
Lib/test/test_faulthandler.py:805–806 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
803
self.assertEqual(exitcode, 0)
804
805
def
test_register(self):
806
self.check_register()
807
808
def
test_unregister(self):
809
self.check_register(unregister=True)
Callers
nothing calls this directly
Calls
1
check_register
Method · 0.95
Tested by
no test coverage detected