Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ g
Method
g
Doc/includes/mp_newtype.py:10–11 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8
def
f(self):
9
print(
'you called Foo.f()'
)
10
def
g(self):
11
print(
'you called Foo.g()'
)
12
def
_h(self):
13
print(
'you called Foo._h()'
)
14
Callers
1
test
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected