Method: NetworkX::Graph.null_graph

Defined in:
lib/networkx/others/generators.rb

.null_graphObject



109
110
111
# File 'lib/networkx/others/generators.rb', line 109

def self.null_graph
  new(name: 'null_graph')
end