MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / Pet

Class Pet

staticchecking/PetSpeak.py:7–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#- Speaking pets in Python
6
7class Pet:
8 def speak(self): pass
9
10class Cat(Pet):
11 def speak(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected