Method: NetworkX::MultiGraph#adj
- Defined in:
- lib/networkx/multigraph.rb
#adj ⇒ Hash{ Object => Hash{ Object => Hash{ Integer => Hash{ Object => Object } } } } (readonly)
Stores the edges and their attributes in an adjencency list form
8 9 10 |
# File 'lib/networkx/multigraph.rb', line 8 def adj @adj end |