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)
355 class _MockIter(object): class517 and not isinstance(sf, _MockIter) and not _is_exception(sf)):518 sf = _MockIter(sf)
469 class _MockIter(object): class630 and not isinstance(sf, _MockIter) and not _is_exception(sf)):631 sf = _MockIter(sf)