Network.update_default_node_attributes

Network.update_default_node_attributes(attr_dict=None, **kwattr)[source]

Update the default node attributes.

Parameters
  • attr_dict (dict, optional) – A dictionary of attributes with their default values. Defaults to an empty dict.

  • kwattr (dict) – A dictionary compiled of remaining named arguments. Defaults to an empty dict.