Lines Matching refs:str_value
273 elif sym.str_value != sym.user_value:
828 s += ": " + sym.str_value
830 s = "({}) {}".format(sym.str_value, s)
880 return "" if isinstance(item, Choice) else item.str_value + "-locked"
883 return item.str_value + "-bool"
887 return item.str_value + "-my"
888 return item.str_value + "-tri"
1156 if val != sc.str_value:
1214 entry.insert(0, sym.str_value)
1318 low_s = low_sym.str_value
1319 high_s = high_sym.str_value
1341 return "Range: {}-{}".format(low.str_value, high.str_value)
2062 'Mode: {}\n\n'.format(choice.str_value) +
2085 '"{}"'.format(sym.str_value)
2087 else sym.str_value)
2300 return '{}(={})'.format(sc.name, sc.str_value)