massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / oauthlib / oauthlib / oauth2 / rfc6749 / utils.pyi
1 def list_to_scope(scope): ...
2 def scope_to_list(scope): ...
3 def params_from_uri(uri): ...
4 def host_from_uri(uri): ...
5 def escape(u): ...
6 def generate_age(issue_time): ...
7 def is_secure_transport(uri): ...