Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
InvalidAddressError
__init__
address
message
error
AlreadyCalled
AlreadyCancelled
AlreadyListened
BadFileError
BindError
CannotListenError
CertificateError
ConnectBindError
ConnectError
ConnectingCancelledError
ConnectInProgressError
ConnectionAborted
ConnectionClosed
ConnectionDone
ConnectionFdescWentAway
ConnectionLost
ConnectionRefusedError
DNSLookupError
FileDescriptorOverrun
MessageLengthError
MulticastJoinError
NoProtocol
NoRouteError
NotConnectingError
NotListeningError
PeerVerifyError
PotentialZombieWarning
ProcessDone
ProcessExitedAlready
ProcessTerminated
ReactorAlreadyInstalledError
ReactorAlreadyRunning
ReactorNotRestartable
ReactorNotRunning
ServiceNameUnknownError
SSLError
TCPTimedOutError
TimeoutError
UnknownHostError
UnsupportedAddressFamily
UnsupportedSocketType
UserError
VerifyError
getConnectError
errnoMapping
twisted.internet.error.InvalidAddressError
twisted
internet
class InvalidAddressError(ValueError): (source)
View In Hierarchy
An invalid address was specified (i.e. neither IPv4 or IPv6, or expected one and got the other).
str
See __init__