sds_data_model.graph.update_graph

sds_data_model.graph.update_graph(graph, method, args, output_class_name)

Update an existing graph.

Parameters
  • graph (Digraph) – An exists graph.

  • method (str) – The name of the method to add to the graph.

  • args (Optional[str]) – _description.

  • output_class_name (str) – The name of the class that’s created by the method.

Returns

An updated graph.

Return type

Digraph