Hi,
So I've got a class X with instance variables a, b, c. Is there any
way of creating a dictionary of these instance variables besides the
no-brainer way of doing dictionary = {'a' : X.a, 'b' : X.b, 'c' : X.c}
?--Shuying _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
