Method: NetworkX::DiGraph#pred

Defined in:
lib/networkx/digraph.rb,
lib/networkx/digraph.rb

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

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



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

def pred
  @pred
end