return an object of a different class
alex23
wuwei23 at gmail.com
Tue Feb 15 21:48:46 EST 2011
alex23 <wuwe... at gmail.com> wrote:
> self.__class__ = BigNumbers if n > 100 else SmallThing
That should, of course, be SmallNumbers :)
More information about the Python-list
mailing list