Method: NetworkX::MultiDiGraph#pred

Defined in:
lib/networkx/multidigraph.rb

#predHash{ Object => Hash{ Object => Hash{ Integer => Hash{ Object => Object } } } } (readonly)

Stores the reverse edges and their attributes in an adjencency list form

Returns:

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

    the current value of pred



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

def pred
  @pred
end