MCPcopy Index your code
hub / github.com/python/cpython / two

Method two

Lib/test/test_unittest/testmock/testhelpers.py:18–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16class SomeClass(object):
17 def one(self, a, b): pass
18 def two(self): pass
19 def three(self, a=None): pass
20
21

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