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

Method get_node_attr

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

Source from the content-addressed store, hash-verified

92 # LRU Caches
93 @lru_cache(1000000)
94 def get_node_attr(self, n):
95 return get_node_data(self._graph, n)
96
97 @lru_cache(1000000)
98 def get_successors(self, n):

Callers 1

__getitem__Method · 0.80

Calls 1

get_node_dataFunction · 0.85

Tested by

no test coverage detected