HomeSort by relevance Sort by last modified time
    Searched refs:exhit (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Lib/test/
list_tests.py 538 exhit = iter(a)
540 for x in exhit: # exhaust the iterator
543 self.assertEqual(list(exhit), [])
test_iter.py 127 exhit = iter(a)
129 for x in exhit: # exhaust the iterator
132 self.assertEqual(list(exhit), [])
test_bytes.py 843 exhit = iter(a)
845 for x in exhit: # exhaust the iterator
848 self.assertEqual(list(exhit), [])
    [all...]

Completed in 229 milliseconds