Popular recipes by Longpoke http://code.activestate.com/recipes/users/4173085/2010-02-18T17:23:59-08:00ActiveState Code RecipesGenerator Attributes (Python)
2010-02-18T17:23:59-08:00Longpokehttp://code.activestate.com/recipes/users/4173085/http://code.activestate.com/recipes/577057-generator-attributes/
<p style="color: grey">
Python
recipe 577057
by <a href="/recipes/users/4173085/">Longpoke</a>
(<a href="/recipes/tags/concurrency/">concurrency</a>, <a href="/recipes/tags/state/">state</a>).
</p>
<p>A decorator that creates a generator factory that creates generators that can have attributes set on them (like a normal python class).</p>