Searched refs:_callCleanup (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/unittest/ |
D | async_case.py | 70 def _callCleanup(self, function, *args, **kwargs): member in IsolatedAsyncioTestCase
|
D | case.py | 554 def _callCleanup(self, function, /, *args, **kwargs): member in TestCase 631 self._callCleanup(function, *args, **kwargs) 667 self._callCleanup(function, *args, **kwargs)
|