Improve docstring structuring for code autocompletion.
Author: lovelydinosaurCreated Oct 22, 2024Updated Jan 28, 2026
Labelsdocs
- The
__init__.pymodule should include a docstring. - Should class docstrings be on the class itself or on the class
__init__method (or both?). - Review if we've currently got a docstring on all public API, and review consistency & styling throughout.
Source: encode/httpx