massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / nturl2path.pyi
1 def url2pathname(url: str) -> str: ...
2 def pathname2url(p: str) -> str: ...