MCPcopy 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_basesMethod · 0.95

Calls 2

mysuperClass · 0.70
methMethod · 0.45

Tested by

no test coverage detected