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

Method meth

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

Source from the content-addressed store, hash-verified

549 return cls
550 class A(metaclass=autosuper):
551 def meth(self):
552 return "A"
553 class B(A):
554 def meth(self):
555 return "B" + self.__super.meth()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected