Files
typeshed/stdlib/macurl2path.pyi

6 lines
184 B
Python

__all__ = ["url2pathname", "pathname2url"]
def url2pathname(pathname: str) -> str: ...
def pathname2url(pathname: str) -> str: ...
def _pncomp2url(component: str | bytes) -> str: ...