Searched refs:_callCleanup (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/unittest/ |
H A D | async_case.py | 98 def _callCleanup(self, function, *args, **kwargs): member in IsolatedAsyncioTestCase
|
H A D | case.py | 586 def _callCleanup(self, function, /, *args, **kwargs): member in TestCase 659 self._callCleanup(function, *args, **kwargs) 695 self._callCleanup(function, *args, **kwargs)
|
Completed in 4 milliseconds