Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
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
7
class
Pet:
8
def
speak(self):
pass
9
10
class
Cat(Pet):
11
def
speak(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected