Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ f
Method
f
Lib/test/test_descr.py:2019–2019 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2017
pass
2018
class
C(A):
2019
def
f(self):
return
"C"
2020
class
D(B, C):
2021
pass
2022
self.assertEqual(A.mro(), [A, object])
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
f
Method · 0.45
Tested by
no test coverage detected