MCPcopy 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
23def command(pet):
24 pet.speak()
25
26pets = [ Cat(), Dog(), Bob() ]
27

Callers 1

NoBasePetSpeak.pyFile · 0.70

Calls 1

speakMethod · 0.65

Tested by

no test coverage detected