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