Home
last modified time | relevance | path

Searched refs:_cleanups (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/unittest/
H A Dcase.py411 self._cleanups = []
446 self._cleanups.append((function, args, kwargs))
656 while self._cleanups:
657 function, args, kwargs = self._cleanups.pop()
693 while self._cleanups:
694 function, args, kwargs = self._cleanups.pop()
/third_party/python/Lib/test/libregrtest/
H A Dutils.py211 for f in typing._cleanups:
/third_party/python/Lib/unittest/test/
H A Dtest_runner.py79 self.assertEqual(test._cleanups, [])
92 self.assertEqual(test._cleanups,
239 self.assertEqual(test._cleanups, [])
/third_party/python/Lib/
H A Dtyping.py338 _cleanups = [] variable
347 _cleanups.append(cached.cache_clear)
/third_party/python/Lib/test/
H A Dtest_types.py26 for f in typing._cleanups:
H A Dtest_typing.py73 for f in typing._cleanups:
6173 for f in self.module._cleanups:

Completed in 23 milliseconds