Lines Matching +full:bad +full:- +full:key +full:- +full:2
3 # Copyright (c) 2018-2022 Intel Corporation
4 # SPDX-License-Identifier: Apache-2.0
16 ) -> tuple[dict[str, list[str]], list[str]]:
93 def __init__(self, filename: str, schema: dict[str, Any]) -> None:
104 def load(self) -> dict[str, Any]:
114 def _cast_value(self, value: Any, typestr: str) -> Any:
150 def get_scenario(self, name: str) -> dict[str, Any]:
154 @return A dictionary containing the scenario key-value pairs with
208 # (2) common['extra_conf_files']
238 stacklevel=2
262 f"bad {kinfo['type']} value '{d[k]}' for key '{k}' in name '{name}'"