causal_networkx.graphs.dag.DAG.name#
- property DAG.name#
Name as a string identifier of the graph.
This graph attribute appears in the attribute dict G.graph keyed by the string “name”. as well as an attribute (technically a property)
G.name
. This is entirely user controlled.