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

Lines Matching refs:_cmd_log_idx

178             self._cmd_log_idx = 0
1105 self._cmd_log[self._cmd_log_idx] = (line, time.time())
1106 self._cmd_log_idx += 1
1107 if self._cmd_log_idx >= self._cmd_log_len:
1108 self._cmd_log_idx = 0
1112 i, n = self._cmd_log_idx, self._cmd_log_len