massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / oauthlib / oauthlib / oauth1 / rfc5849 / utils.pyi
1 UNICODE_ASCII_CHARACTER_SET: str
2
3 def filter_params(target): ...
4 def filter_oauth_params(params): ...
5 def escape(u): ...
6 def unescape(u): ...
7 def parse_keqv_list(l): ...
8 def parse_http_list(u): ...
9 def parse_authorization_header(authorization_header): ...