Viewing File: /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/NSEC.pyc
ó
”.=Pc @ s\ d d l Z d d l Z d d l Z d d l Z d d l Z d e j j f d „ ƒ YZ d S( iÿÿÿÿNt NSECc B sŒ e Z d Z d d g Z d „ Z d
e d „ Z d
e d „ Z e e ƒ Z d
d
d „ Z
d
d „ Z e e ƒ Z d
e d „ Z d „ Z
RS( sµ NSEC record
@ivar next: the next name
@type next: dns.name.Name object
@ivar windows: the windowed bitmap list
@type windows: list of (window number, string) tuplest nextt windowsc C s/ t t | ƒ j | | ƒ | | _ | | _ d S( N( t superR t __init__R R ( t selft rdclasst rdtypeR R ( ( s: /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/NSEC.pyR ! s c K sä | j j | | ƒ } d } x¸ | j D] \ } } g } x t d t | ƒ ƒ D]j } t | | ƒ }
xQ t d d ƒ D]@ } |
d | ?@rs | j t j j | d | d | ƒ ƒ qs qs WqM W| d d j
| ƒ 7} q% Wd | | f S( Nt i i i€ i t s %s%s( R t choose_relativityR t xranget lent ordt appendt dnst rdatatypet to_textt join( R t origint
relativizet kwR t textt windowt bitmapt bitst it bytet j( ( s: /usr/lib64/python2.7/site-packages/dns/rdtypes/ANY/NSEC.pyR &