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

Class Cat

staticchecking/NoBasePetSpeak.py:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#- Speaking pets without base classes
6
7class Cat:
8 def speak(self):
9 print("meow!")
10
11class Dog:
12 def speak(self):

Callers 1

NoBasePetSpeak.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected