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

Method default_method

recipes/Python/576808_statemethod/recipe-576808.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44
45 @statemethod
46 def default_method(self):
47 print "This is a default method that has not been overridden."
48
49 @statemethod
50 def overridden_method(self):

Callers 1

recipe-576808.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected