Home | History | Annotate | Download | only in python2.7

Lines Matching full:divmod

993         hhmm, ss = divmod(hhmmss, 60)
994 hh, mm = divmod(hhmm, 60)