Home
last modified time | relevance | path

Searched refs:AsyncMockMixin (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/unittest/
Dmock.py405 if not issubclass(cls, AsyncMockMixin):
410 bases = (AsyncMockMixin, cls)
999 elif issubclass(_type, AsyncMockMixin):
2121 class AsyncMockMixin(Base): class
2304 class AsyncMock(AsyncMockMixin, AsyncMagicMixin, Mock):
/external/python/cpython3/Doc/library/
Dunittest.mock.rst894 <coroutine object AsyncMockMixin._mock_call at ...>