EGI.unset_vertex_attribute
- EGI.unset_vertex_attribute(key, name)
 Unset the attribute of a vertex.
- Parameters
 key (int) – The vertex identifier.
name (str) – The name of the attribute.
- Raises
 KeyError – If the vertex does not exist.
Notes
Unsetting the value of a vertex attribute implicitly sets it back to the value stored in the default vertex attribute dict.