massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / oauthlib / oauthlib / oauth1 / rfc5849 / parameters.pyi
1 from typing import Any
2
3 def prepare_headers(oauth_params, headers: Any | None = ..., realm: Any | None = ...): ...
4 def prepare_form_encoded_body(oauth_params, body): ...
5 def prepare_request_uri_query(oauth_params, uri): ...