This repository was archived by the owner on Oct 24, 2024. It is now read-only.
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
Allow symbolic links between nodes #5
Closed
Description
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.