The end of the last message was not finished...
Ideally, here is (maybe) what I wish I could write:
>
"""
from zope.interface import IList, IGenerator, implements, requires
def make_generator_functions():
implements(IList(IGenerator))
[...]
def stack_assumption(gen_funcs):
requires(IList(IGenerator), gen_funcs)
[ ... ]
"""
Regards,
_______________________________________________
Zope-Dev maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )