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:564–565 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
562
self.assertEqual(D().meth(),
"DCBA"
)
563
class
E(B, C):
564
def
meth(self):
565
return
"E"
+ self.__super.meth()
566
self.assertEqual(E().meth(),
"EBCA"
)
567
568
class
autoproperty(type):
Callers
1
test_mutable_bases
Method · 0.95
Calls
2
mysuper
Class · 0.70
meth
Method · 0.45
Tested by
no test coverage detected