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