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.freetree
mypy
freetree
TreeFreer
free_tree
Free all the ASTs associated with a module.
This needs to be done recursively, since symbol tables contain references to definitions, so those won't be freed but we want their contents to be.
MypyFile