Lines Matching refs:value
226 # value forced into range by a ``% 7`` calculation.
227 # Start check at -2 since gettmarg() increments value before taking
260 # not change output based on its value and no test for year
456 # than OverflowError is raised for an extreme value.
555 self.skipTest("unable to find an invalid time_t value")
619 # Issue 13305: For years < 1000, the value is not always
636 # Check that we can return the zero padded value.
808 for value in values:
809 ns = value * unit
855 for value in valid_values:
856 debug_info = {'value': value, 'rounding': decimal_rnd}
858 result = pytime_converter(value, time_rnd)
859 expected = expected_func(value)
871 for value in overflow_values:
872 debug_info = {'value': value, 'rounding': time_rnd}
874 pytime_converter(value, time_rnd)
952 def converter(value):
953 d = decimal.Decimal(value) / denom