map_vals# tierkreis.core.utils.map_vals(inp: Mapping[K, V], f: Callable[[V], W]) → dict[K, W][source]# Apply function f to map all the values in the input mapping.