copy_subtree# FTreeNode.copy_subtree() → Node# Copy the subtree starting at this node. The returned subtree is not connected to the original tree. Returns# NodeRoot of the new subtree.