asyncio.AbstractEventLoop.default_exception_handler()

AbstractEventLoop.default_exception_handler(context)

Default exception handler.

This is called when an exception occurs and no exception handler is set, and can be called by a custom exception handler that wants to defer to the default behavior.

context parameter has the same meaning as in call_exception_handler().

doc_python
2016-10-07 17:26:30
Comments
Leave a Comment

Please login to continue.