Files
typeshed/stdlib/3/nturl2path.pyi
2017-04-30 14:16:30 -07:00

3 lines
76 B
Python

def url2pathname(url: str) -> str: ...
def pathname2url(p: str) -> str: ...