<div class="gmail_quote"><div>The end of the last message was not finished...</div><div><br></div><div><br></div><div>Ideally, here is (maybe) what I wish I could write:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote"><div><div></div></div></div></blockquote><div> </div><div>&quot;&quot;&quot;</div><div>from zope.interface import IList, IGenerator, implements, requires</div><div>def make_generator_functions():</div>
<div>    implements(IList(IGenerator))</div><div>    [...]</div><div> </div><div>def stack_assumption(gen_funcs):</div><div>    requires(IList(IGenerator), gen_funcs)</div><div>    [ ... ]</div><div>&quot;&quot;&quot;</div>
<div><br></div><div>Regards,</div></div>