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

Method ip

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

Source from the content-addressed store, hash-verified

1462
1463 @property
1464 def ip(self):
1465 return IPv4Address(self._ip)
1466
1467 @property
1468 def with_prefixlen(self):

Callers 2

get_ip_addr_tupleFunction · 0.45
gethostbynameFunction · 0.45

Calls 1

IPv4AddressClass · 0.85

Tested by

no test coverage detected