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
mypy.split_namespace
mypy
split_namespace
Split namespace for argparse to allow separating options by prefix.
We use this to direct some options to an Options object and some to a regular namespace.
SplitNamespace