MCPcopy
hub / github.com/dask/dask / put_lines

Function put_lines

dask/utils.py:1197–1200  ·  view source on GitHub ↗
(buf, lines)

Source from the content-addressed store, hash-verified

1195
1196
1197def put_lines(buf, lines):
1198 if any(not isinstance(x, str) for x in lines):
1199 lines = [str(x) for x in lines]
1200 buf.write("\n".join(lines))
1201
1202
1203_method_cache: dict[str, methodcaller] = {}

Callers 1

infoMethod · 0.90

Calls 2

anyFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…