Lines Matching refs:result
264 # Helpers for parsing the result of isoformat()
554 """divide a by b and round result to the nearest integer
974 non-zero in the result.
1088 contribute to the result.
1149 raise OverflowError("result out of range")
1257 "result")
1263 raise ValueError("fromutc() requires a non-None dst() result")
1760 result = cls(y, m, d, hh, mm, ss, us, tz)
1772 return result
1776 trans = result - probe1 - timedelta(0, max_fold_seconds)
1780 if probe2 == result:
1781 result._fold = 1
1783 result = tz.fromutc(result)
1784 return result
2198 raise OverflowError("result out of range")
2503 # but that takes a bit of proof. We first prove a stronger result. What's the
2563 # would have to change the result dst() returns: we start in DST, and moving
2574 # UTC hours 5:MM and 6:MM to 1:MM Eastern. The result is ambiguous