Lines Matching defs:values
990 # the values may be in buffer but not yet in pipe so sleep a bit
2083 def _test(cls, values):
2084 for sv, cv in zip(values, cls.codes_values):
2090 values = [self.RawValue(code, value)
2093 values = [self.Value(code, value)
2096 for sv, cv in zip(values, self.codes_values):
2099 proc = self.Process(target=self._test, args=(values,))
2104 for sv, cv in zip(values, self.codes_values):
2291 self.assertEqual(sorted(d.values()), [chr(i) for i in indices])
2997 values = ['hello world', None, True, 2.25,
3002 result = values[:]
3012 queue.put(tuple(cls.values))
3705 for L in list(heap._len_to_seq.values()):
4183 # Exercise retrieving individual values.
4193 # Exercise modifying individual values.
4856 for v in dic.values():
5731 assert list(obj.values()) == [5]