Lines Matching refs:value
102 Return a list of pairs of (expr, value) where expr is an expression and
103 value is a string representation of its integer value.
117 ['type', 'expression', 'value', 'output'])
139 for expr, value, output in zip(expressions, values, outputs):
141 sys.stdout.write('{} {}\t{}\n'.format(type_word, value, output))
145 value=value,
161 out.write('For {} "{}", got "{}" (value: {})\n'
163 error.output, error.value))