Files
typeshed/stdlib/nturl2path.pyi
T
2021-01-27 12:00:39 +00:00

3 lines
76 B
Python

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