Answers for "python get attribute of object by string"

1

python get object attribute by string

x = getattr(t, 'attr1')
setattr(t, 'attr1', 21)
Posted by: Guest on April-23-2020

Code answers related to "python get attribute of object by string"

Python Answers by Framework

Browse Popular Code Answers by Language