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

Method f

Lib/test/test_unittest/testmock/testpatch.py:50–50  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

48class Foo(object):
49 def __init__(self, a): pass
50 def f(self, a): pass
51 def g(self): pass
52 foo = 'bar'
53

Callers 2

commonMethod · 0.95
_test2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected