Examples are checked via: map(self.check_example, self.examples).
self.check_example makes reference to self.attrs and self.attrnames, both
of which have not been initialized prior to making the map call.
Moving the map call to the end of the constructor fixes the problem.
Original issue reported on code.google.com by
[email protected]on 6 Dec 2007 at 1:52