Home | History | Annotate | Download | only in test

Lines Matching refs:_last

521         self._last = 0

524 if len(self._warnings) > self._last:
532 return self._warnings[self._last:]
535 self._last = len(self._warnings)