Server IP : 111.118.215.189 / Your IP : 216.73.216.185 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /lib64/python2.7/site-packages/dns/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
� wN�Qc @ s d Z d d l Z d � Z d S( s DNS GENERATE range conversion.i����Nc C sL d d l } d } d } d } x� | D]� } | d k r^ | d k r^ t | � } d } d } q% | d k r� t | � } d } d } q% | j � r� | | 7} q% t j j d | � � q% W| d k r� t j j � n | d k r� t | � } n | d k r t | � } n | d k st � | d k s-t � | | k s?t � | | | f S( s� 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 i����Ni t i t -i t /i s Could not parse %si ( i i ( t pdbt intt isdigitt dnst exceptiont SyntaxErrort AssertionError( t textR t stept curt statet ct startt stop( ( s0 /usr/lib64/python2.7/site-packages/dns/grange.pyt from_text s4 ( t __doc__R R ( ( ( s0 /usr/lib64/python2.7/site-packages/dns/grange.pyt <module> s