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

Class Eggs

recipes/Python/107027_Simple_Collection_class/recipe-107027.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-107027.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected