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

Method f

Doc/includes/mp_newtype.py:8–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6
7class Foo:
8 def f(self):
9 print('you called Foo.f()')
10 def g(self):
11 print('you called Foo.g()')
12 def _h(self):

Callers 1

testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected