Assume we have a class Foo, and instance called bar.

a variable called baz1 has the value 3.0, baz2 is uninitialized
Is there a way of reflecting the variable with such syntax:

print bar[<var_index>], where var_index is a number representing
internal index.

bar[<var_index>] = 4.2. #Setting baz2 to 4.2

Thanks and regards,

Ronny Mandal
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to