MCPcopy
hub / github.com/networkx/networkx / iterate

Function iterate

networkx/algorithms/simple_paths.py:682–685  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

680
681 def filter_iter(nodes):
682 def iterate(v):
683 for w in nodes(v):
684 if w not in ignore_nodes:
685 yield w
686
687 return iterate
688

Callers

nothing calls this directly

Calls 1

nodesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…