pywhy_graphs.functional.set_node_attributes_with_G# pywhy_graphs.functional.set_node_attributes_with_G(G1, G2, node)[source]# Set node attributes in G1 using G2. Parameters: G1GraphThe target graph that is modified. G2GraphThe source graph that is used to set the node attributes. nodeNodeThe specific node to set.