IPv6Address
- class IPv6Address
-
Members defined in
IPv6Address(10 members)
R
R
R
Attributes
- property is_loopback: bool
- property is_unspecified: bool
- property is_v4_mapped: bool
Methods
- __copy__() syside.IPv6Address
- __deepcopy__() syside.IPv6Address
- __init__() None
- __init__(arg: Sequence[int], /) None
- __init__(arg: str, /) None
- __repr__() str
- __str__() str
- static loopback() syside.IPv6Address
- to_bytes() list[int]