MCPcopy
hub / github.com/qiwsir/StarterLearningPython / talk

Method talk

2code/21101.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 1

21101.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected