Popular recipes by bazooka http://code.activestate.com/recipes/users/4170765/2009-07-10T07:01:25-07:00ActiveState Code RecipesRecursivemethod (Python) 2009-07-10T07:01:25-07:00bazookahttp://code.activestate.com/recipes/users/4170765/http://code.activestate.com/recipes/576838-recursivemethod/ <p style="color: grey"> Python recipe 576838 by <a href="/recipes/users/4170765/">bazooka</a> (<a href="/recipes/tags/decorators/">decorators</a>, <a href="/recipes/tags/staticmethod/">staticmethod</a>). </p> <p>Make staticmethod call itself without calling self.method</p>