Hi,

I am wondering if there is a standard method to duplicate(shallow/deep
copy) a SQLObject instance. Something along the line of :

class A(SQLObject):
      ...definitions...

a = A(field=x)
b = A(a)

Reply via email to