httpx
httpx copied to clipboard
Improve docstring structuring for code autocompletion.
trafficstars
- 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.