Searched refs:BadIterator (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_iter.py898 class BadIterator(object): class in function:TestCase.test_3720
902 del BadIterator.next
906 for i in BadIterator() :
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_iter.py898 class BadIterator(object): class in function:TestCase.test_3720
902 del BadIterator.next
906 for i in BadIterator() :

Completed in 149 milliseconds