massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / macurl2path.pyi
1 def url2pathname(pathname: str) -> str: ...
2 def pathname2url(pathname: str) -> str: ...
3 def _pncomp2url(component: str | bytes) -> str: ...