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

Method scope_id

Lib/ipaddress.py:2016–2025  ·  view source on GitHub ↗

Identifier of a particular zone of the address's scope. See RFC 4007 for details. Returns: A string identifying the zone of the address if specified, else None.

(self)

Source from the content-addressed store, hash-verified

2014
2015 @property
2016 def scope_id(self):
2017 """Identifier of a particular zone of the address's scope.
2018
2019 See RFC 4007 for details.
2020
2021 Returns:
2022 A string identifying the zone of the address if specified, else None.
2023
2024 """
2025 return self._scope_id
2026
2027 @property
2028 def packed(self):

Callers 1

get_ip_addr_tupleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected