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