Lines Matching defs:__doc__

17     __doc__ = MESSAGE = "An error occurred binding to an interface"  variable in BindError
58 __doc__ = MESSAGE = "Message is too long to send" variable in MessageLengthError
69 __doc__ = MESSAGE = "DNS lookup failed" variable in DNSLookupError
87 __doc__ = MESSAGE = "An error occurred while connecting" variable in ConnectError
104 __doc__ = MESSAGE = "Couldn't bind" variable in ConnectBindError
108 __doc__ = MESSAGE = "Hostname couldn't be looked up" variable in UnknownHostError
112 __doc__ = MESSAGE = "No route to host" variable in NoRouteError
116 __doc__ = MESSAGE = "Connection was refused by other side" variable in ConnectionRefusedError
120 __doc__ = MESSAGE = "TCP connection timed out" variable in TCPTimedOutError
124 __doc__ = MESSAGE = "File used for UNIX socket is no good" variable in BadFileError
128 __doc__ = MESSAGE = "Service name given as port is unknown" variable in ServiceNameUnknownError
132 __doc__ = MESSAGE = "User aborted connection" variable in UserError
136 __doc__ = MESSAGE = "User timeout caused connection failure" variable in TimeoutError
140 __doc__ = MESSAGE = "An SSL error occurred" variable in SSLError
144 __doc__ = MESSAGE = "Could not verify something that was supposed to be signed." variable in VerifyError
148 __doc__ = MESSAGE = "The peer rejected our verify error." variable in PeerVerifyError
152 __doc__ = MESSAGE = "We did not find a certificate where we expected to find one." variable in CertificateError
197 __doc__ = MESSAGE = """ variable in ConnectionLost
222 __doc__ = MESSAGE = "Connection was closed cleanly" variable in ConnectionDone
250 __doc__ = MESSAGE = "Uh" # TODO variable in ConnectionFdescWentAway
254 __doc__ = MESSAGE = "Tried to cancel an already-called event" variable in AlreadyCalled
265 __doc__ = MESSAGE = "Tried to cancel an already-cancelled event" variable in AlreadyCancelled
302 __doc__ = MESSAGE = "A process has ended without apparent errors" variable in ProcessDone
312 __doc__ = MESSAGE = """ variable in ProcessTerminated
355 __doc__ = ( variable in NotConnectingError
368 __doc__ = MESSAGE = "The Port was not listening when it was asked to stop listening" variable in NotListeningError