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

Method packed

Lib/ipaddress.py:1308–1310  ·  view source on GitHub ↗

The binary representation of this address.

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

v4_int_to_packedFunction · 0.85

Tested by

no test coverage detected