MCPcopy Create free account
hub / github.com/ActiveState/code / Eggs

Class Eggs

recipes/Python/87370_Collection/recipe-87370.py:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 return arg
43
44 class Eggs(Food):
45 def speak_up(self, arg='bacon'):
46 print 'I am Eggs, and my arguments are %s' % arg
47 return arg
48
49 class Spam(Food):
50 def shout(self, arg1, arg2='sausage'):

Callers 1

recipe-87370.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected