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

Method float_attrs

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

Source from the content-addressed store, hash-verified

63
64 @property
65 def float_attrs(self):
66 self._init()
67 return self._float_attrs
68
69 @property
70 def string_attrs(self):

Callers

nothing calls this directly

Calls 2

_initMethod · 0.95
_reshapeMethod · 0.95

Tested by

no test coverage detected