The binary representation of this address.
(self)
| 2026 | |
| 2027 | @property |
| 2028 | def packed(self): |
| 2029 | """The binary representation of this address.""" |
| 2030 | return v6_int_to_packed(self._ip) |
| 2031 | |
| 2032 | @property |
| 2033 | def is_multicast(self): |
nothing calls this directly
no test coverage detected