Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceEckel/OnJava8-Examples
/ command
Function
command
staticchecking/NoBasePetSpeak.py:23–24 ·
view source on GitHub ↗
(pet)
Source
from the content-addressed store, hash-verified
21
print(
"beep, beep!"
)
22
23
def
command(pet):
24
pet.speak()
25
26
pets = [ Cat(), Dog(), Bob() ]
27
Callers
1
NoBasePetSpeak.py
File · 0.70
Calls
1
speak
Method · 0.65
Tested by
no test coverage detected