mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 21:01:52 +08:00
@@ -57,7 +57,6 @@ class SupportsItemAccess(SupportsGetItem[_KT_contra, _VT], Protocol[_KT_contra,
|
||||
StrPath = Union[str, PathLike[str]] # stable
|
||||
BytesPath = Union[bytes, PathLike[bytes]] # stable
|
||||
StrOrBytesPath = Union[str, bytes, PathLike[str], PathLike[bytes]] # stable
|
||||
AnyPath = StrOrBytesPath # obsolete, will be removed soon
|
||||
|
||||
OpenTextModeUpdating = Literal[
|
||||
"r+",
|
||||
|
||||
Reference in New Issue
Block a user