Method: NetworkX::MultiDiGraph#graph

Defined in:
lib/networkx/multidigraph.rb

#graphHash{ Object => Object } (readonly)

Stores the attributes of the graph

Returns:

  • (Hash{ Object => Object })

    the current value of graph



10
11
12
# File 'lib/networkx/multidigraph.rb', line 10

def graph
  @graph
end