Home | History | Annotate | Download | only in unittest

Lines Matching refs:_cleanups

193         self._cleanups = []

227 self._cleanups.append((function, args, kwargs))
379 while self._cleanups:
380 function, args, kwargs = self._cleanups.pop(-1)
398 while self._cleanups:
399 function, args, kwargs = self._cleanups.pop(-1)