GeneratorExit

exception GeneratorExit

Raised when a generator or coroutine is closed; see generator.close() and coroutine.close(). It directly inherits from BaseException instead of Exception since it is technically not an error.

doc_python
2016-10-07 17:33:31
Comments
Leave a Comment

Please login to continue.