The binary representation of this address.
(self)
| 1306 | |
| 1307 | @property |
| 1308 | def packed(self): |
| 1309 | """The binary representation of this address.""" |
| 1310 | return v4_int_to_packed(self._ip) |
| 1311 | |
| 1312 | @property |
| 1313 | def is_reserved(self): |
nothing calls this directly
no test coverage detected