Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
95
def
_remove_blanks(text: str):
96
return
" "
.join(text.replace(
"\t"
,
""
).replace(
"\n"
,
""
).split())
97
98
99
def
verify_vega(
Callers
1
extract_vega_specs
Function · 0.85
Calls
2
join
Method · 0.80
replace
Method · 0.45
Tested by
no test coverage detected