#3355·httpx

Improve docstring structuring for code autocompletion.

Author: lovelydinosaurCreated Oct 22, 2024Updated Jan 28, 2026
Labelsdocs
  • The __init__.py module 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.