On Feb 17, 6:12 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > It's a bit hard to get what you are after, but maybe this solves your > problem? > > handler = FeedHandler() > > parse(handler) > > print handler.my_instance_variable_of_choice > > The above assumes that my_instance_variable_of_choice is created + > filled within the handler of course. > > Diez
Doh! I never thought to try that because I assumed parse needed to initialize it itself or else it would go haywire, probably stemming from my belief that classes are comprised mostly of smoke and mirrors and are never to be fully understood ;) Thanks for tip. -- http://mail.python.org/mailman/listinfo/python-list