NetworkObject.modify_nodes
- NetworkObject.modify_nodes(nodes, names=None)[source]
Update the attributes of the nodes.
- Parameters
nodes (list) – The identifiers of the nodes to update.
names (list, optional) – The names of the atrtibutes to update. Default is to update all attributes.
- Returns
bool –
True
if the update was successful.False
otherwise.