mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
stub for nturl2path (#1208)
This commit is contained in:
committed by
Guido van Rossum
parent
24f5bc4a2a
commit
0728096541
2
stdlib/3/nturl2path.pyi
Normal file
2
stdlib/3/nturl2path.pyi
Normal file
@@ -0,0 +1,2 @@
|
||||
def url2pathname(url: str) -> str: ...
|
||||
def pathname2url(p: str) -> str: ...
|
||||
Reference in New Issue
Block a user