|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /proc/17567/root/usr/lib64/python2.7/site-packages/dns/rdtypes/IN/ |
Upload File : |
�
��Sc @ s~ d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d e f d � � YZ d e j j
f d � � YZ d S( i����Nt APLItemc B s; e Z d Z d d d d g Z d � Z d � Z d � Z RS( s' An APL list item.
@ivar family: the address family (IANA address family registry)
@type family: int
@ivar negation: is this item negated?
@type negation: bool
@ivar address: the address
@type address: string
@ivar prefix: the prefix length
@type prefix: int
t familyt negationt addresst prefixc C s( | | _ | | _ | | _ | | _ d S( N( R R R R ( t selfR R R R ( ( s8 /usr/lib64/python2.7/site-packages/dns/rdtypes/IN/APL.pyt __init__'