Structure.edit_node

Structure.edit_node(key, attr_dict)[source]

Edit a node’s data.

Parameters
  • key (int) – Key of the node to edit.

  • attr_dict (dict) – Attribute dictionary of data to edit.

Returns

None