mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
4 lines
140 B
Python
4 lines
140 B
Python
def url2pathname(pathname: str) -> str: ...
|
|
def pathname2url(pathname: str) -> str: ...
|
|
def _pncomp2url(component: str | bytes) -> str: ...
|