mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Add missing scope_id property to IPv6Address (#6399)
This commit is contained in:
@@ -127,6 +127,9 @@ class IPv6Address(_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: ...
|
||||
|
||||
class IPv6Network(_BaseNetwork[IPv6Address]):
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user