ASPN : Python Cookbook : Generator methods
This recipe enables the use of the yield statement within a method by decorating that method with a wrapper for a generator object.
ASPN : Python Cookbook : Generator methods
This recipe enables the use of the yield statement within a method by decorating that method with a wrapper for a generator object.