Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ putline
Method
putline
python/graphscope/analytical/udf/utils.py:56–58 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
54
self._s =
""
55
56
def
putline(self, s):
57
self.put(s)
58
self.newline()
59
60
def
dump(self):
61
self.newline()
Callers
3
_pie_wrapper
Function · 0.95
_pregel_wrapper
Function · 0.95
pyx_codegen
Function · 0.95
Calls
2
put
Method · 0.95
newline
Method · 0.95
Tested by
no test coverage detected