Home | History | Annotate | Download | only in Modules

Lines Matching refs:normalize

724 /* Create a timedelta instance.  Normalize the members iff normalize is
731 new_delta_ex(int days, int seconds, int microseconds, int normalize,
736 if (normalize)
754 #define new_delta(d, s, us, normalize) \
755 new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType)
4548 /* Subtract offset minutes & normalize. */