Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ has_successor
Method
has_successor
python/graphscope/nx/classes/digraph.py:320–321 ·
view source on GitHub ↗
(self, u, v)
Source
from the content-addressed store, hash-verified
318
@clear_mutation_cache
319
@patch_docstring(RefDiGraph.has_predecessor)
320
def
has_successor(self, u, v):
321
return
self.has_edge(u, v)
322
323
@clear_mutation_cache
324
@patch_docstring(RefDiGraph.has_predecessor)
Callers
nothing calls this directly
Calls
1
has_edge
Method · 0.80
Tested by
no test coverage detected