BendNetwork.update_default_edge_attributes
- BendNetwork.update_default_edge_attributes(attr_dict=None, **kwattr)
 Update the default edge attributes.
- Parameters:
 - attr_dictdict[str, Any], optional
 A dictionary of attributes with their default values.
- **kwattrdict[str, Any], optional
 A dictionary of additional attributes compiled of remaining named arguments.
- Returns:
 - None
 
See also