You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project that requires cloning elements such as text:list-item elements, in order to dynamically extend a list while preserving formatting. Using copy.deepcopy is slow, because it seems to copy the entire tree. Do you have any thoughts on how to efficiently clone a subtree such as this?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I'm working on a project that requires cloning elements such as text:list-item elements, in order to dynamically extend a list while preserving formatting. Using copy.deepcopy is slow, because it seems to copy the entire tree. Do you have any thoughts on how to efficiently clone a subtree such as this?
Thank you!
The text was updated successfully, but these errors were encountered: