Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloning Subtrees #120

Open
dumbshow opened this issue Sep 19, 2022 · 0 comments
Open

Cloning Subtrees #120

dumbshow opened this issue Sep 19, 2022 · 0 comments

Comments

@dumbshow
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant