So if I list the attributes on an object with
props= dir(my_obj) # returns [\'prop1\', \'prop2\'], should getattr(props[0]) always return so
props= dir(my_obj) # returns [\'prop1\', \'prop2\']
getattr(props[0])