MCPcopy Create free account
hub / github.com/alibaba/GraphScope / get_successors

Method get_successors

python/graphscope/nx/classes/cache.py:98–99  ·  view source on GitHub ↗
(self, n)

Source from the content-addressed store, hash-verified

96
97 @lru_cache(1000000)
98 def get_successors(self, n):
99 return get_neighbors(self._graph, n)
100
101 @lru_cache(1000000)
102 def get_succ_attr(self, n):

Callers 1

__getitem__Method · 0.80

Calls 1

get_neighborsFunction · 0.85

Tested by

no test coverage detected