MCPcopy 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

Calls 1

methMethod · 0.45

Tested by

no test coverage detected