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

Method boo

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

Source from the content-addressed store, hash-verified

905 self.assertEqual(A().spam(), "A")
906 class B(A):
907 def boo(self): return "B"
908 def spam(self): return "B"
909 self.assertEqual(B().spam(), "B")
910 self.assertEqual(B().boo(), "B")

Callers 2

test_methodsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected