Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1197
def
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
info
Method · 0.90
Calls
2
any
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…