Command-line program to generate, update or transform docstrings in python source code. The app will parse the requested source files for docstrings as well as function signatures and class bodies.
If you have a python library that uses docstrings you can see it in a helix popup. The last non empty line of the docstring seems to be always cut. class Foo: def foo ...
Abstract: Large language models (LLMs) trained on code-completion have been shown to be capable of synthesizing simple Python programs from docstrings [1]. We find that these code-writing LLMs can be ...