Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_block_add_hook_baseexception
Method
test_block_add_hook_baseexception
Lib/test/test_audit.py:58–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
56
self.do_test(
"test_block_add_hook"
)
57
58
def
test_block_add_hook_baseexception(self):
59
self.do_test(
"test_block_add_hook_baseexception"
)
60
61
def
test_marshal(self):
62
import_helper.import_module(
"marshal"
)
Callers
nothing calls this directly
Calls
1
do_test
Method · 0.95
Tested by
no test coverage detected