We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc5ace commit dd54785Copy full SHA for dd54785
Doc/library/ipaddress.rst
@@ -343,6 +343,13 @@ write code that handles both IP versions correctly. Address objects are
343
the embedded ``(server, client)`` IP address pair. For any other
344
address, this property will be ``None``.
345
346
+ .. attribute:: ipv4_translation
347
+
348
+ For addresses that appear to be IPv6/IPv4 translation addresses
349
+ (starting with ``64:ff9b::/96``) as defined by :RFC:`6052` and :RFC:`8215`,
350
+ This property will report the embedded IPv4 address. For any other
351
+ address, this property will be ``None``.
352
353
.. method:: IPv6Address.__format__(fmt)
354
355
Refer to the corresponding method documentation in
0 commit comments