Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mounts kwarg to AsyncClient is not documented in the docstring #3349

Open
samuelcolvin opened this issue Oct 17, 2024 · 2 comments
Open

mounts kwarg to AsyncClient is not documented in the docstring #3349

samuelcolvin opened this issue Oct 17, 2024 · 2 comments

Comments

@samuelcolvin
Copy link

See

mounts: None | (typing.Mapping[str, BaseTransport | None]) = None,

Both on main and v0.27.2 mounts is not documented in the docstring above, unlike other arguments.

🙏

@samuelcolvin
Copy link
Author

Also, perhaps related, the docs refer to httpx.Mounts, but that doesn't seem to exist.

@karpetrosyan
Copy link
Member

karpetrosyan commented Oct 17, 2024

Good catch @samuelcolvin , thank you! We should probably revert #3081 for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@samuelcolvin @karpetrosyan and others