Jan 12
Peach 0.6
Posted up a new rev of Peach with some minor improvements, bug fixes, and some new generators. Pick it up here.
For speeder generation of new generators just extend from SimpleGenerator and implement the __init__ method like this:
class MySpiffyGenerator(SimpleGenerator): def __init__(self, group = None): SimpleGenerator.__init__(self, group) self._generator = Statics(group, ['a', 'b', 'c'])
How easy was that?
No commentsNo Comments
Leave a comment