MCPcopy Index your code
hub / github.com/qiwsir/StarterLearningPython / Cat

Class Cat

2code/21101.py:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 pass
14
15class Cat(Animal):
16 def talk(self):
17 print "Meow!"
18
19class Dog(Animal):
20 def talk(self):

Callers 1

21101.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected