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

Delete leafs from tree #175

Closed
albapa opened this issue Jul 18, 2021 · 1 comment
Closed

Delete leafs from tree #175

albapa opened this issue Jul 18, 2021 · 1 comment

Comments

@albapa
Copy link

albapa commented Jul 18, 2021

I would like to delete leafs of a tree but I couldn't find a good way - is there a method that I missed? Thanks!

@jkbgbr
Copy link
Contributor

jkbgbr commented Jun 28, 2022

Same as #183
Nodes are removed from the tree by setting the parent to None. This will not delete the node but make it the root so afterwards you have two trees. See in the docs.

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

2 participants