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/cpython3/Lib/unittest/
Dmock.py355 class _MockIter(object): class
517 and not isinstance(sf, _MockIter) and not _is_exception(sf)):
518 sf = _MockIter(sf)
/external/python/mock/mock/
Dmock.py469 class _MockIter(object): class
630 and not isinstance(sf, _MockIter) and not _is_exception(sf)):
631 sf = _MockIter(sf)