edgegraph.traversal.helpers#
Helper functions for graph traversals.
Module Attributes
Unknown edge classes treated as non-neighbors. |
|
Unknown edge classes treated as neighbors. |
|
Unknown edge classes raise an exception. |
|
Follow links forward |
|
Follow links regardless of directionality |
|
Follow links backwards |
Functions
|
Find the link(s) that connect v1 to v2. |
|
Identify the neighbors of a given vertex (generator). |
|
Identify the neighbors of a given vertex (non-generator). |