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

Method labels

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

Source from the content-addressed store, hash-verified

81
82 @property
83 def labels(self):
84 self._init()
85 return self._labels
86
87 @property
88 def out_degrees(self):

Callers

nothing calls this directly

Calls 2

_initMethod · 0.95
_reshapeMethod · 0.95

Tested by

no test coverage detected