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

Lines Matching refs:divmod

1365         num, mod = divmod(num, 16)
1410 return '"' + dt + " %+03d%02d" % divmod(zone//60, 60) + '"'