join#
- join(rooted_trees, label_attribute=None)[source]#
A deprecated name for
join_trees
Returns a new rooted tree with a root node joined with the roots of each of the given rooted trees.
Deprecated since version 3.2:
join
is deprecated in NetworkX v3.2 and will be removed in v3.4. It has been renamed join_trees with the same syntax/interface.