massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / httplib2 / httplib2 / iri2uri.pyi
1 from typing import Any
2
3 __author__: str
4 __copyright__: str
5 __contributors__: list[str]
6 __version__: str
7 __license__: str
8
9 escape_range: Any
10
11 def encode(c): ...
12 def iri2uri(uri): ...