MCPcopy 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
16class 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_manager_mockMethod · 0.45
_check_someclass_mockMethod · 0.45
test_method_callsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected