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

Method f

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

Source from the content-addressed store, hash-verified

668 def a(self, x): pass
669 class Bar(object):
670 def f(self, y): pass
671
672 class_mock = create_autospec(Foo)
673

Callers 1

commonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected