Home
last modified time | relevance | path

Searched defs:IteratorWrapper (Results 1 – 3 of 3) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DSafeRepresenter.java188 private static class IteratorWrapper implements Iterable<Object> { class in SafeRepresenter
191 public IteratorWrapper(Iterator<Object> iter) { in IteratorWrapper() method in SafeRepresenter.IteratorWrapper
/external/python/cpython3/Lib/wsgiref/
Dvalidate.py263 class IteratorWrapper: class
/external/python/cpython2/Lib/wsgiref/
Dvalidate.py257 class IteratorWrapper: class