MCPcopy Index your code
hub / github.com/python/cpython / ip

Method ip

Lib/ipaddress.py:1461–1462  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1459
1460 @property
1461 def ip(self):
1462 return IPv4Address(self._ip)
1463
1464 @property
1465 def with_prefixlen(self):

Callers

nothing calls this directly

Calls 1

IPv4AddressClass · 0.85

Tested by

no test coverage detected