Searched refs:typestr (Results 1 – 2 of 2) sorted by relevance
108 def _cast_value(self, value, typestr): argument109 if typestr == "str":112 elif typestr == "float":115 elif typestr == "int":118 elif typestr == "bool":121 elif typestr.startswith("list"):130 elif typestr.startswith("set"):139 elif typestr.startswith("map"):
150 def test_cast_value(zephyr_base, value, typestr, expected, expected_warning): argument158 result = parser._cast_value(value, typestr)