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

Method ip

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

Source from the content-addressed store, hash-verified

2249
2250 @property
2251 def ip(self):
2252 return IPv6Address(self._ip)
2253
2254 @property
2255 def with_prefixlen(self):

Callers

nothing calls this directly

Calls 1

IPv6AddressClass · 0.85

Tested by

no test coverage detected