Method: NetworkX::MultiDiGraph#nodes

Defined in:
lib/networkx/multidigraph.rb

#nodesHash{ Object => Hash{ Object => Object } } (readonly)

Stores the nodes and their attributes

Returns:

  • (Hash{ Object => Hash{ Object => Object } })

    the current value of nodes



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

def nodes
  @nodes
end