edgegraph.builder.explicit.unlink#
- edgegraph.builder.explicit.unlink(v1, v2, destroy=True)#
Remive all links between
v1andv2.This function identifies and removes all links that exist between given vertices
v1andv2. If thedestroyparameter is set (default), then the link objects are also deleted; if not, they are returned in a set.- Parameters:
- Returns:
None if
destroyis True, otherwise, a set of links that were removed.- Return type:
set[TwoEndedLink] | None