MCPcopy 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_wrapperFunction · 0.95
_pregel_wrapperFunction · 0.95
pyx_codegenFunction · 0.95

Calls 2

putMethod · 0.95
newlineMethod · 0.95

Tested by

no test coverage detected