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)
| 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): |