MCPcopy Create free account
hub / github.com/alibaba/graph-learn / _construct_node_source

Method _construct_node_source

graphlearn/python/graph.py:874–878  ·  view source on GitHub ↗
(self, path, node_type, decoder=None, option=None)

Source from the content-addressed store, hash-verified

872 **kwargs)
873
874 def _construct_node_source(self, path, node_type, decoder=None, option=None):
875 source = pywrap.NodeSource()
876 source.id_type = node_type
877 self._common_construct_source(source, path, decoder, option)
878 return source
879
880 def _construct_edge_source(self,
881 path,

Callers 1

nodeMethod · 0.95

Calls 2

NodeSourceMethod · 0.80

Tested by

no test coverage detected