Method: NetworkX::MultiDiGraph#graph
- Defined in:
- lib/networkx/multidigraph.rb
#graph ⇒ Hash{ Object => Object } (readonly)
Stores the attributes of the graph
10 11 12 |
# File 'lib/networkx/multidigraph.rb', line 10 def graph @graph end |