MCPcopy Create free account
hub / github.com/alibaba/GraphScope / call

Function call

python/graphscope/analytical/udf/wrapper.py:63–65  ·  view source on GitHub ↗
(self, graph, **kwargs)

Source from the content-addressed store, hash-verified

61 pass
62
63 def call(self, graph, **kwargs):
64 app_assets = load_app(gar=garfile.read_bytes(), algo=module_name)
65 return app_assets(graph, **kwargs)
66
67 setattr(algo, "__decorated__", True) # can't decorate on a decorated class
68 setattr(algo, "_gar", garfile.read_bytes().getvalue())

Callers

nothing calls this directly

Calls 2

load_appFunction · 0.90
read_bytesMethod · 0.45

Tested by

no test coverage detected