httpx icon indicating copy to clipboard operation
httpx copied to clipboard

Improve docstring structuring for code autocompletion.

Open lovelydinosaur opened this issue 1 year ago • 0 comments
trafficstars

  • 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.

lovelydinosaur avatar Oct 22 '24 09:10 lovelydinosaur