Lines Matching refs:str_value
272 elif sym.str_value != sym.user_value:
827 s += ": " + sym.str_value
829 s = "({}) {}".format(sym.str_value, s)
879 return "" if isinstance(item, Choice) else item.str_value + "-locked"
882 return item.str_value + "-bool"
886 return item.str_value + "-my"
887 return item.str_value + "-tri"
1155 if val != sc.str_value:
1213 entry.insert(0, sym.str_value)
1317 low_s = low_sym.str_value
1318 high_s = high_sym.str_value
1340 return "Range: {}-{}".format(low.str_value, high.str_value)
2061 'Mode: {}\n\n'.format(choice.str_value) +
2084 '"{}"'.format(sym.str_value)
2086 else sym.str_value)
2299 return '{}(={})'.format(sc.name, sc.str_value)