MCPcopy Index your code
hub / github.com/python/cpython / meth

Method meth

Lib/test/test_descr.py:557–558  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

555 return "B" + self.__super.meth()
556 class C(A):
557 def meth(self):
558 return "C" + self.__super.meth()
559 class D(C, B):
560 def meth(self):
561 return "D" + self.__super.meth()

Callers

nothing calls this directly

Calls 1

methMethod · 0.45

Tested by

no test coverage detected