-
- Downloads
gen.send(): Throw StopIteration. Also, explicitly shutdown finished gen.
Otherwise, some generator statements still may be spuriously executed on subsequent calls to next()/send().
Please register or sign in to comment
Otherwise, some generator statements still may be spuriously executed on subsequent calls to next()/send().