Lines Matching refs:connection_lost
157 protocol's :meth:`protocol.connection_lost()
158 <BaseProtocol.connection_lost>` method will be called with
274 The protocol's :meth:`protocol.connection_lost()
275 <BaseProtocol.connection_lost>` method will eventually be
369 :meth:`protocol.connection_lost() <BaseProtocol.connection_lost>`
498 .. method:: BaseProtocol.connection_lost(exc)
584 -> connection_lost -> end
644 -> connection_lost -> end
786 def connection_lost(self, exc):
895 def connection_lost(self, exc):
946 # connection_lost() will be called automatically.
949 def connection_lost(self, exc):