Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_two
Method
test_two
Lib/test/test_unittest/testmock/testpatch.py:1281–1282 ·
view source on GitHub ↗
(self, mock_foo)
Source
from the content-addressed store, hash-verified
1279
test.assertIsInstance(Foo, SomeClass)
1280
1281
def
test_two(self, mock_foo):
1282
self._test(mock_foo)
1283
def
test_one(self, mock_foo):
1284
self._test(mock_foo)
1285
Callers
1
test_patch_multiple_decorating_class
Method · 0.95
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected