Lines Matching refs:values
502 with self.assertRaisesRegex(TypeError, "Num got multiple values for argument 'n'"):
504 with self.assertRaisesRegex(TypeError, "Constant got multiple values for argument 'value'"):
1207 malformed = ast.Dict(keys=[ast.Constant(1), ast.Constant(2)], values=[ast.Constant(3)])
1209 malformed = ast.Dict(keys=[ast.Constant(1)], values=[ast.Constant(2), ast.Constant(3)])
1238 # issue13436: Bad error message with invalid numeric values
1511 self.expr(b, "less than 2 values")
1513 self.expr(b, "less than 2 values")
1539 self.expr(d, "same number of keys as values")
1876 values = (123, 123.0, 123j,
1880 for value in values:
2109 binop = fstr.values[1].value
2123 binop = fstr.values[1].value
2175 self._check_content(s, bop.values[1],
2235 self._check_content(s2, c2.values[1], 'g ()')