show/hide this revision's text 2 Added "already present" instances

Is there a library method to copy all the properties between two (already present) instances of the same class, in Python? I mean, something like Apache Commons' PropertyUtilsBean.copyProperties()

Thanks!

show/hide this revision's text 1

How to copy all properties of an object to another object, in Python?

Is there a library method to copy all the properties between two instances of the same class, in Python? I mean, something like Apache Commons' PropertyUtilsBean.copyProperties()

Thanks!