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

Function get_node_int_attributes

graphlearn/python/c/py_wrapper.h:256–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256PyObject* get_node_int_attributes(LookupNodesResponse* res) {
257 return get_int_attributes(res);
258}
259
260PyObject* get_node_float_attributes(LookupNodesResponse* res) {
261 return get_float_attributes(res);

Callers 1

init_client_moduleFunction · 0.85

Calls 1

get_int_attributesFunction · 0.85

Tested by

no test coverage detected