You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. autoclass:: dns.name.Name
:members:
:inherited-members:
.. attribute:: labels
A tuple of ``bytes`` in DNS wire format specifying the DNS
labels in the name, in order from least-significant label
(i.e. farthest from the origin) to most-significant label.
.. method:: __init__(labels)
Initialize a name using *labels*, an iterable of ``bytes`` or ``str``.
.. data:: dns.name.root
The root name, i.e. ``dns.name.Name([b''])``.
.. data:: dns.name.empty
The empty name, i.e. ``dns.name.Name([])``.