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

Method _get_decoder

graphlearn/python/data/values.py:516–517  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

514 raise ValueError("src_ids and dst_ids must be same shape.")
515
516 def _get_decoder(self):
517 return self._graph.get_edge_decoder(self._edge_type)
518
519 @property
520 def src_nodes(self):

Callers

nothing calls this directly

Calls 1

get_edge_decoderMethod · 0.80

Tested by

no test coverage detected