Dynamically reference member of array

Ben Collier bmcollier at gmail.com
Wed Mar 26 07:43:49 EDT 2014


Hi all,

I know that I can dynamically reference a variable with locals()["i"], for instance, but I'd like to know how to do this with a variable in an object.

If I have an object called "device", with variables called attr1, attr2 .. attr50, how could I dynamically reference these?

It's fairly academic, but I'd like to avoid code duplication.

Thanks,

Ben



More information about the Python-list mailing list