MCPcopy Index your code
hub / github.com/RustPython/RustPython / packed

Method packed

Lib/ipaddress.py:2028–2030  ·  view source on GitHub ↗

The binary representation of this address.

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

v6_int_to_packedFunction · 0.85

Tested by

no test coverage detected