What is a good way to clone (make a copy of) an Expando class object when using Python on Google App Engine?
I came across some code on here, but unless I'm mistaken, it does not work on expando properties: Copy an entity in Google App Engine datastore in Python without knowing property names at 'compile' time
Thanks!
Here's a revised version of Nick's function that includes dynamic properties: