Lines Matching refs:str_value
266 elif sym.str_value != sym.user_value:
821 s += ": " + sym.str_value
823 s = "({}) {}".format(sym.str_value, s)
873 return "" if isinstance(item, Choice) else item.str_value + "-locked"
876 return item.str_value + "-bool"
880 return item.str_value + "-my"
881 return item.str_value + "-tri"
1149 if val != sc.str_value:
1207 entry.insert(0, sym.str_value)
1311 low_s = low_sym.str_value
1312 high_s = high_sym.str_value
1334 return "Range: {}-{}".format(low.str_value, high.str_value)
2055 'Mode: {}\n\n'.format(choice.str_value) +
2078 '"{}"'.format(sym.str_value)
2080 else sym.str_value)
2293 return '{}(={})'.format(sc.name, sc.str_value)