def get_cell_log_pos(self): """Returns the current position of the last byte in the Tor cell log.""" return self.cell_log.seek(0, SEEK_END)