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

Method ip

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

IPv6AddressClass · 0.85

Tested by

no test coverage detected