Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test3
Method
test3
Lib/test/test_unittest/testmock/testpatch.py:1388–1389 ·
view source on GitHub ↗
(g, **kwargs)
Source
from the content-addressed store, hash-verified
1386
@patch.multiple(foo_name, f=DEFAULT)
1387
@patch.multiple(foo_name, foo=DEFAULT)
1388
def
test3(g, **kwargs):
1389
_test(g, **kwargs)
1390
1391
def
_test(g, **kwargs):
1392
f = kwargs.pop(
'f'
)
Callers
1
test_call_chain_is_maintained
Method · 0.45
Calls
1
_test
Function · 0.50
Tested by
no test coverage detected