mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Split stdlib into Python 2 and 3 versions (#5442)
All new files in stdlib/@python2 are straight copies of the corresponding files in stdlib.
This commit is contained in:
5
stdlib/@python2/macurl2path.pyi
Normal file
5
stdlib/@python2/macurl2path.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
from typing import Union
|
||||
|
||||
def url2pathname(pathname: str) -> str: ...
|
||||
def pathname2url(pathname: str) -> str: ...
|
||||
def _pncomp2url(component: Union[str, bytes]) -> str: ...
|
||||
Reference in New Issue
Block a user