mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Big diff: Use new "|" union syntax (#5872)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
from typing import Union
|
||||
|
||||
def url2pathname(pathname: str) -> str: ...
|
||||
def pathname2url(pathname: str) -> str: ...
|
||||
def _pncomp2url(component: Union[str, bytes]) -> str: ...
|
||||
def _pncomp2url(component: str | bytes) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user