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