mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 21:12:25 +08:00
Drop Python 3.3 support from asyncio and ipaddress (#2293)
This commit is contained in:
committed by
Jelle Zijlstra
parent
d3865574a9
commit
25ad95de4f
@@ -37,9 +37,8 @@ class _BaseAddress(_IPAddressBase, SupportsInt):
|
||||
def __hash__(self) -> int: ...
|
||||
def __int__(self) -> int: ...
|
||||
def __sub__(self: _T, other: int) -> _T: ...
|
||||
if sys.version_info >= (3, 4):
|
||||
@property
|
||||
def is_global(self) -> bool: ...
|
||||
@property
|
||||
def is_global(self) -> bool: ...
|
||||
@property
|
||||
def is_link_local(self) -> bool: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user