Public Member Functions | |
def | __enter__ |
def | __exit__ |
def | __init__ |
Public Attributes | |
logger |
Used with the ``with`` statement when calling delegate methods to log any exceptions with the given logger. Any exceptions caught are converted to _QuietException
Definition at line 40 of file http1connection.py.
def tornado.http1connection._ExceptionLoggingContext.__init__ | ( | self, | |
logger | |||
) |
Definition at line 45 of file http1connection.py.
Definition at line 48 of file http1connection.py.
def tornado.http1connection._ExceptionLoggingContext.__exit__ | ( | self, | |
typ, | |||
value, | |||
tb | |||
) |
Definition at line 51 of file http1connection.py.
Definition at line 45 of file http1connection.py.