grape.general_graph.GeneralGraph.clear_data

GeneralGraph.clear_data(attributes_to_remove)[source]

Delete attributes for all nodes in the graph.

Parameters

attributes_to_remove (list) – a list of strings with all the attributes to remove.

Raises

ValueError