By creating datastore models that inherit from the Expando class I can make my model-entities/instances have dynamic properties. That is great! But what I want is the names of t
Usually, we use the setattr function directly.
setattr( entity_two, 'some_variable', some_value )