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.internet.interfaces.IServiceCollection
twisted
internet
interfaces
IServiceCollection
class IServiceCollection(Interface): (source)
View In Hierarchy
addService
getServiceNamed
removeService
object
Retrieve the named service from this application.
Raise a KeyError if there is no such service name.
str