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
twisted.words.protocols.jabber.xmlstream.TLSNotSupported
twisted
words
protocols
jabber
xmlstream
TLSNotSupported
class TLSNotSupported(TLSError): (source)
View In Hierarchy
Exception indicating missing TLS support.
This exception is raised when the initiating entity wants and requires to negotiate TLS when the OpenSSL library is not available.