python using string to access objects

Solutions on MaxInterview for python using string to access objects by the best coders in the world

showing results for - "python using string to access objects"
Alice
12 Oct 2017
1getattr(object, attrname)
2setattr(object, attrname, value)
similar questions
queries leading to this page
python using string to access objects