Home
last modified time | relevance | path

Searched refs:_MockIter (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
D_mock_backport.py352 class _MockIter(object): class
512 if sf is not None and not callable(sf) and not isinstance(sf, _MockIter):
513 sf = _MockIter(sf)
/external/python/mock/mock/
Dmock.py462 class _MockIter(object): class
622 and not isinstance(sf, _MockIter) and not _is_exception(sf)):
623 sf = _MockIter(sf)
/external/python/cpython3/Lib/unittest/
Dmock.py383 class _MockIter(object): class
557 and not isinstance(sf, _MockIter) and not _is_exception(sf)):
558 sf = _MockIter(sf)