mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-09 09:59:16 +08:00
[typing-extensions] Update to 4.14.0 final (#14214)
This commit is contained in:
@@ -697,6 +697,6 @@ class Sentinel:
|
||||
if sys.version_info >= (3, 14):
|
||||
def __or__(self, other: Any) -> UnionType: ... # other can be any type form legal for unions
|
||||
def __ror__(self, other: Any) -> UnionType: ... # other can be any type form legal for unions
|
||||
else:
|
||||
elif sys.version_info >= (3, 10):
|
||||
def __or__(self, other: Any) -> _SpecialForm: ... # other can be any type form legal for unions
|
||||
def __ror__(self, other: Any) -> _SpecialForm: ... # other can be any type form legal for unions
|
||||
|
||||
Reference in New Issue
Block a user