Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ resolve_all
Method
resolve_all
dvc/parsing/__init__.py:462–463 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
460
return
f
"{self.name}{JOIN}{key}"
461
462
def
resolve_all(self) ->
"DictStrAny"
:
463
return
join(map(self.resolve_one, self.normalized_iterable))
464
465
def
resolve_one(self, key: str) ->
"DictStrAny"
:
466
return
self._each_iter(key)
Callers
14
test_foreach_interpolated_simple_list
Function · 0.95
test_foreach_interpolate_with_composite_data
Function · 0.95
test_params_file_with_dict_tracked
Function · 0.95
test_params_file_tracked_for_composite_list
Function · 0.95
test_foreach_data_from_nested_vars
Function · 0.95
test_foreach_partial_interpolations
Function · 0.95
test_mixed_vars_for_foreach_data
Function · 0.95
test_mixed_vars_for_foreach_data_2
Function · 0.95
test_foreach_with_interpolated_wdir
Function · 0.95
test_foreach_with_local_vars
Function · 0.95
test_foreach_with_imported_vars
Function · 0.95
test_foreach_with_interpolated_wdir_and_local_vars
Function · 0.95
Calls
1
join
Function · 0.85
Tested by
14
test_foreach_interpolated_simple_list
Function · 0.76
test_foreach_interpolate_with_composite_data
Function · 0.76
test_params_file_with_dict_tracked
Function · 0.76
test_params_file_tracked_for_composite_list
Function · 0.76
test_foreach_data_from_nested_vars
Function · 0.76
test_foreach_partial_interpolations
Function · 0.76
test_mixed_vars_for_foreach_data
Function · 0.76
test_mixed_vars_for_foreach_data_2
Function · 0.76
test_foreach_with_interpolated_wdir
Function · 0.76
test_foreach_with_local_vars
Function · 0.76
test_foreach_with_imported_vars
Function · 0.76
test_foreach_with_interpolated_wdir_and_local_vars
Function · 0.76