Home | History | Annotate | Download | only in test

Lines Matching refs:_last

597         self._last = 0
600 if len(self._warnings) > self._last:
608 return self._warnings[self._last:]
611 self._last = len(self._warnings)