Target.add_to_graph

Target.add_to_graph(graph: graphviz.dot.Digraph, upwards='both')[source]

Adds filename to the graph

Parameters
  • graph – Graphviz object to add this node to

  • upwards – if True adds the producer to the graph next, otherwise add the scripts enabled by this file