Server IP : 162.0.232.140 / Your IP : 3.144.230.138 Web Server : LiteSpeed System : Linux premium139.web-hosting.com 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64 User : micrcvoy ( 740) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/lib/python3.6/site-packages/dns/__pycache__/ |
Upload File : |
3 �b�W� � @ s d Z ddlZdd� ZdS )zDNS GENERATE range conversion.� Nc C s� d}d}d}| r(| d dkr(t jjd��xj| D ]b}|dkrT|dkrTt|�}d}d}q.|dkrnt|�}d}d}q.|j� r�||7 }q.t jjd | ��q.W |dkr�t jj� �|dkr�t|�}|dkr�t|�}|dks�t�|dks�t�||ks�t�|||fS )z�Convert the text form of a range in a GENERATE statement to an integer. @param text: the textual range @type text: string @return: The start, stop and step values. @rtype: tuple � � r �-z!Start cannot be a negative number� �/� zCould not parse %s� )r r )�dnsZ exception�SyntaxError�int�isdigit�AssertionError)�text�stepZcur�state�c�start�stop� r �/usr/lib/python3.6/grange.py� from_text s6 r )�__doc__r r r r r r �<module> s