Searched refs:AsyncMockMixin (Results 1 – 2 of 2) sorted by relevance
405 if not issubclass(cls, AsyncMockMixin):410 bases = (AsyncMockMixin, cls)999 elif issubclass(_type, AsyncMockMixin):2121 class AsyncMockMixin(Base): class2304 class AsyncMock(AsyncMockMixin, AsyncMagicMixin, Mock):
894 <coroutine object AsyncMockMixin._mock_call at ...>