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

Method is_unspecified

Lib/ipaddress.py:1375–1383  ·  view source on GitHub ↗

Test if the address is unspecified. Returns: A boolean, True if this is the unspecified address as defined in RFC 5735 3.

(self)

Source from the content-addressed store, hash-verified

1373
1374 @property
1375 def is_unspecified(self):
1376 """Test if the address is unspecified.
1377
1378 Returns:
1379 A boolean, True if this is the unspecified address as defined in
1380 RFC 5735 3.
1381
1382 """
1383 return self == self._constants._unspecified_address
1384
1385 @property
1386 def is_loopback(self):

Callers 1

get_ipv6_addr_strFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected