python get object attribute by string
x = getattr(t, 'attr1')
setattr(t, 'attr1', 21)
python get object attribute by string
x = getattr(t, 'attr1')
setattr(t, 'attr1', 21)
python attributes from string
class Car :
color = "red"
# initializing object
my_car = Car()
# use of getattr
print(getattr(my_car,"color"))
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us