Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceEckel/OnJava8-Examples
/ Cat
Class
Cat
staticchecking/PetSpeak.py:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
def
speak(self):
pass
9
10
class
Cat(Pet):
11
def
speak(self):
12
print(
"meow!"
)
13
14
class
Dog(Pet):
15
def
speak(self):
Callers
1
PetSpeak.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected