def _write(self, piece): pos = piece.index * self.torrent.info.piece_length os.lseek(self.fd, pos, os.SEEK_SET) os.write(self.fd, piece.data)