clone method

clone()

Makes a “deep enough” copy of the object. Does not duplicate the bytes of the CustomXmlPart.data value.

def clone(self):
    ...

See Also