Popular recipes by Charlie Nolan http://code.activestate.com/recipes/users/4170745/2009-06-15T13:46:39-07:00ActiveState Code Recipes@statemethod (Python)
2009-06-15T13:46:39-07:00Charlie Nolanhttp://code.activestate.com/recipes/users/4170745/http://code.activestate.com/recipes/576808-statemethod/
<p style="color: grey">
Python
recipe 576808
by <a href="/recipes/users/4170745/">Charlie Nolan</a>
(<a href="/recipes/tags/decorator/">decorator</a>, <a href="/recipes/tags/state_pattern/">state_pattern</a>).
</p>
<p>Decorator for use with objects following the <a href="http://en.wikipedia.org/wiki/State_pattern">state pattern</a>.</p>