mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-09 11:11:26 +08:00
@@ -1,4 +1,3 @@
|
||||
import sys
|
||||
from typing import (Any, Container, Generic, Iterable, Iterator, Optional,
|
||||
overload, SupportsInt, Tuple, TypeVar)
|
||||
|
||||
@@ -25,9 +24,8 @@ class _IPAddressBase:
|
||||
def compressed(self) -> str: ...
|
||||
@property
|
||||
def exploded(self) -> str: ...
|
||||
if sys.version_info >= (3, 5):
|
||||
@property
|
||||
def reverse_pointer(self) -> str: ...
|
||||
@property
|
||||
def reverse_pointer(self) -> str: ...
|
||||
@property
|
||||
def version(self) -> int: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user