mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 21:50:21 +08:00
Drop Python 3.8 branches (#13776)
This commit is contained in:
@@ -36,9 +36,7 @@ class _BaseAddress(_IPAddressBase):
|
||||
def __hash__(self) -> int: ...
|
||||
def __int__(self) -> int: ...
|
||||
def __sub__(self, other: int) -> Self: ...
|
||||
if sys.version_info >= (3, 9):
|
||||
def __format__(self, fmt: str) -> str: ...
|
||||
|
||||
def __format__(self, fmt: str) -> str: ...
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
def __lt__(self, other: Self) -> bool: ...
|
||||
if sys.version_info >= (3, 11):
|
||||
@@ -184,10 +182,8 @@ class IPv6Address(_BaseV6, _BaseAddress):
|
||||
def sixtofour(self) -> IPv4Address | None: ...
|
||||
@property
|
||||
def teredo(self) -> tuple[IPv4Address, IPv4Address] | None: ...
|
||||
if sys.version_info >= (3, 9):
|
||||
@property
|
||||
def scope_id(self) -> str | None: ...
|
||||
|
||||
@property
|
||||
def scope_id(self) -> str | None: ...
|
||||
def __hash__(self) -> int: ...
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user