Home | History | Annotate | Download | only in test

Lines Matching full:resumed

41     >>> g.next() # once stopped, can't be resumed
140 Restriction: A generator cannot be resumed while it is actively
194 >>> k.next() # and the generator cannot be resumed
1065 # Backtrack until an older iterator can be resumed.