Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ one
Method
one
Lib/test/test_unittest/testmock/testhelpers.py:17–17 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
15
16
class
SomeClass(object):
17
def
one(self, a, b):
pass
18
def
two(self):
pass
19
def
three(self, a=None):
pass
20
Callers
4
test_assert_has_calls_nested_without_spec
Method · 0.45
test_manager_mock
Method · 0.45
_check_someclass_mock
Method · 0.45
test_method_calls
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected