Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
7
class
Cat:
8
def
speak(self):
9
print(
"meow!"
)
10
11
class
Dog:
12
def
speak(self):
Callers
1
NoBasePetSpeak.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected