Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ put
Method
put
python/graphscope/analytical/udf/utils.py:49–50 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
47
self._s =
""
48
49
def
put(self, s):
50
self._s += s
51
52
def
newline(self):
53
self._lines.append(self._s)
Callers
1
putline
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected