HomeSort by relevance Sort by last modified time
    Searched refs:StopIteration (Results 1 - 25 of 384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/test/
test_generator_stop.py 9 raise StopIteration
13 "generator raised StopIteration"):
18 raise StopIteration
25 self.assertIs(type(exc.__cause__), StopIteration)
26 self.assertIs(type(exc.__context__), StopIteration)
test_asyncgen.py 30 except StopIteration as ex:
104 except StopIteration:
119 except StopIteration as ex:
123 res.append('EMPTY StopIteration')
158 except StopIteration as ex:
161 self.fail('StopIteration was not raised')
194 except StopIteration as ex:
197 self.fail('StopIteration was not raised')
214 raise StopIteration
217 'async generator.*StopIteration')
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
strip_js_comments.py 55 except StopIteration:
64 except StopIteration:
77 except StopIteration:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
contextlib.py 18 except StopIteration:
25 except StopIteration:
37 except StopIteration, exc:
39 # was passed to throw(). This prevents a StopIteration
  /external/python/cpython2/Lib/
contextlib.py 18 except StopIteration:
25 except StopIteration:
37 except StopIteration, exc:
39 # was passed to throw(). This prevents a StopIteration
  /external/python/cpython2/Doc/includes/sqlite3/
executemany_1.py 12 raise StopIteration
  /external/python/cpython3/Doc/includes/sqlite3/
executemany_1.py 12 raise StopIteration
  /external/autotest/tko/parsers/
base.py 30 except StopIteration:
50 except StopIteration:
  /external/grpc-grpc/tools/buildgen/plugins/
transitive_dependencies.py 26 except StopIteration:
  /external/selinux/python/sepolicy/sepolicy/
communicate.py 37 except StopIteration:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
scanner.py 32 raise StopIteration
63 raise StopIteration
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
scanner.py 32 raise StopIteration
63 raise StopIteration
  /external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
_service.py 27 raise StopIteration()
63 except StopIteration:
  /external/python/cpython2/Lib/json/
scanner.py 32 raise StopIteration
63 raise StopIteration
  /external/python/cpython3/Lib/xml/etree/
ElementPath.py 119 except StopIteration:
156 except StopIteration:
281 except StopIteration:
287 except StopIteration:
293 except StopIteration:
322 except StopIteration:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bsddb.py 79 except StopIteration:
92 except StopIteration:
105 except StopIteration:
115 except StopIteration:
126 except StopIteration:
136 except StopIteration:
146 except StopIteration:
159 except StopIteration:
238 except StopIteration:
251 except StopIteration:
    [all...]
test_enumerate.py 21 if self.i >= len(self.seqn): raise StopIteration
41 if self.i >= len(self.seqn): raise StopIteration
79 self.assertRaises(StopIteration, e.next)
84 self.assertRaises(StopIteration, e.next)
89 self.assertRaises(StopIteration, e.next)
136 raise StopIteration
  /external/python/cpython2/Lib/test/
test_bsddb.py 75 except StopIteration:
88 except StopIteration:
101 except StopIteration:
111 except StopIteration:
122 except StopIteration:
132 except StopIteration:
142 except StopIteration:
155 except StopIteration:
234 except StopIteration:
247 except StopIteration
    [all...]
test_genexps.py 47 StopIteration
55 StopIteration
212 StopIteration
227 >>> print(g.next.__doc__ if HAVE_DOCSTRINGS else 'x.next() -> the next value, or raise StopIteration')
228 x.next() -> the next value, or raise StopIteration
test_enumerate.py 21 if self.i >= len(self.seqn): raise StopIteration
41 if self.i >= len(self.seqn): raise StopIteration
79 self.assertRaises(StopIteration, e.next)
84 self.assertRaises(StopIteration, e.next)
89 self.assertRaises(StopIteration, e.next)
136 raise StopIteration
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/gdb-scripts/
prettyprinters.py 48 raise StopIteration
73 raise StopIteration
106 raise StopIteration
126 raise StopIteration
129 raise StopIteration
172 raise StopIteration
  /external/python/cpython3/Doc/includes/
mp_pool.py 111 except StopIteration:
143 except StopIteration:
  /external/python/cpython3/Lib/json/
scanner.py 32 raise StopIteration(idx) from None
63 raise StopIteration(idx)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementPath.py 264 except StopIteration:
270 except StopIteration:
286 except StopIteration:
302 except StopIteration:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementPath.py 264 except StopIteration:
270 except StopIteration:
286 except StopIteration:
302 except StopIteration:

Completed in 1439 milliseconds

1 2 3 4 5 6 7 8 91011>>