Searched refs:_MockIter (Results 1 – 3 of 3) sorted by relevance
352 class _MockIter(object): class512 if sf is not None and not callable(sf) and not isinstance(sf, _MockIter):513 sf = _MockIter(sf)
462 class _MockIter(object): class622 and not isinstance(sf, _MockIter) and not _is_exception(sf)):623 sf = _MockIter(sf)
383 class _MockIter(object): class557 and not isinstance(sf, _MockIter) and not _is_exception(sf)):558 sf = _MockIter(sf)