MCPcopy
hub / github.com/treeverse/dvc / _remove_blanks

Function _remove_blanks

tests/integration/plots/test_plots.py:95–96  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

93
94
95def _remove_blanks(text: str):
96 return " ".join(text.replace("\t", "").replace("\n", "").split())
97
98
99def verify_vega(

Callers 1

extract_vega_specsFunction · 0.85

Calls 2

joinMethod · 0.80
replaceMethod · 0.45

Tested by

no test coverage detected