Files
typeshed/stdlib/macurl2path.pyi
2021-08-08 11:05:21 +02:00

4 lines
140 B
Python

def url2pathname(pathname: str) -> str: ...
def pathname2url(pathname: str) -> str: ...
def _pncomp2url(component: str | bytes) -> str: ...