We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb462e commit b07b7ddCopy full SHA for b07b7dd
src/ssvc/dp_groups/base.py
@@ -134,7 +134,7 @@ def combination_strings(self) -> list[tuple[str, ...]]:
134
135
return list(product(*value_lists))
136
137
- def combination_list(self,exclude=str) -> list[dict[str, str]]:
+ def combination_list(self, exclude=str) -> list[dict[str, str]]:
138
"""
139
Generate all combinations of decision point values as dictionaries.
140
Each combination is a dictionary with decision point IDs as keys and value keys as values.
0 commit comments