Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ foo
Method
foo
Lib/test/test_descr.py:891–892 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
889
def
__int__(self):
890
return
int(self.foo())
891
def
foo(self):
892
return
"23"
893
class
Frag(Node, list):
894
def
foo(self):
895
return
"42"
Callers
1
__int__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected