Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ meth
Method
meth
Lib/test/test_descr.py:554–555 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
552
return
"A"
553
class
B(A):
554
def
meth(self):
555
return
"B"
+ self.__super.meth()
556
class
C(A):
557
def
meth(self):
558
return
"C"
+ self.__super.meth()
Callers
1
test_instance_method_get_behavior
Method · 0.95
Calls
1
meth
Method · 0.45
Tested by
no test coverage detected