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

Function get_node_float_attributes

graphlearn/python/c/py_wrapper.h:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260PyObject* get_node_float_attributes(LookupNodesResponse* res) {
261 return get_float_attributes(res);
262}
263
264PyObject* get_node_string_attributes(LookupNodesResponse* res) {
265 return get_string_attributes(res);

Callers 1

init_client_moduleFunction · 0.85

Calls 1

get_float_attributesFunction · 0.85

Tested by

no test coverage detected