[EMAIL PROTECTED] Wed, 26 Oct 2005 00:00:28 -0700
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)