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

Lines Matching full:divmod

270     blocks, remainder = divmod(length, BUFSIZE)
551 blocks, remainder = divmod(pos - self.pos, self.bufsize)
1134 blocks, remainder = divmod(len(payload), BLOCKSIZE)
1448 blocks, remainder = divmod(count, BLOCKSIZE)
1780 blocks, remainder = divmod(self.offset, RECORDSIZE)
2021 blocks, remainder = divmod(tarinfo.size, BLOCKSIZE)