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
{{ message }}
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
It would be nice if the tree could support internal symbolic links between nodes.
anytree has a SymLinkNodeMixin class to complement its NodeMixin class to provide this sort of functionality. What I'm not sure is if this approach would allow for loops within the tree, or merely for the same node to appear multiple times in the tree.
The text was updated successfully, but these errors were encountered:
It would be nice if the tree could support internal symbolic links between nodes.
anytree
has aSymLinkNodeMixin
class to complement itsNodeMixin
class to provide this sort of functionality. What I'm not sure is if this approach would allow for loops within the tree, or merely for the same node to appear multiple times in the tree.The text was updated successfully, but these errors were encountered: