Lines Matching refs:str_value
1447 s = sc.str_value
1499 if val != sc.str_value:
2386 'Mode: {}\n'.format(choice.str_value) +
2419 '"{}"'.format(sym.str_value)
2421 else sym.str_value)
2625 return '{}(={})'.format(sc.name, sc.str_value)
2825 return "({})".format(item.str_value)
2871 low = int(low_sym.str_value, base)
2873 high = int(high_sym.str_value, base)
2877 .format(s, low_sym.str_value, high_sym.str_value))
2892 return "Range: {}-{}".format(low.str_value, high.str_value)