MCPcopy Index your code
hub / github.com/feast-dev/feast / _to_multi_line

Function _to_multi_line

sdk/python/feast/cli/cli_utils.py:319–322  ·  view source on GitHub ↗
(values: list[str])

Source from the content-addressed store, hash-verified

317
318
319def _to_multi_line(values: list[str]) -> str:
320 if not values:
321 return "-"
322 return "\n".join(values)
323
324
325def _dict_to_multi_line(values: dict[str, str]) -> str:

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected