Cadair / parfive

An asyncio based parallel file downloader for Python 3.7+

Home Page:https://parfive.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review and improve documentation of arguments

Cadair opened this issue · comments

Currently there is two main parts of the API, the constructor to Download and the enqueue_file method, both of these accept many more kwargs that are in the function signature or docstring due to them getting passed down the tree into the partial functions that get executed in the loop etc. We should make sure that we are using clear keyword argument names and that it's possible to easily see all the possible arguments in the docs (and even better in function introspection).