Package dns :: Package rdtypes :: Package IN :: Module APL :: Class APLItem
[show private | hide private]
[frames | no frames]

Class APLItem

object --+
         |
        APLItem


An APL list item.
Method Summary
  __init__(self, family, negation, address, prefix)
  __getstate__(...)
a new object with type S, a subtype of T __new__(S, ...)
  __str__(self)
  to_wire(self, file)

Instance Variable Summary
  address - the address
  family - the address family (IANA address family registry)
  negation - is this item negated?
  prefix - the prefix length

Class Variable Summary
list __slots__
string address
int family
bool negation
int prefix

Method Details

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

Instance Variable Details

address

the address

family

the address family (IANA address family registry)

negation

is this item negated?

prefix

the prefix length

Class Variable Details

__slots__

Type:
list
Value:
['family', 'negation', 'address', 'prefix']                            

address

Type:
string
Value:
<member 'address' of 'APLItem' objects>                                

family

Type:
int
Value:
<member 'family' of 'APLItem' objects>                                 

negation

Type:
bool
Value:
<member 'negation' of 'APLItem' objects>                               

prefix

Type:
int
Value:
<member 'prefix' of 'APLItem' objects>                                 

Generated by Epydoc 1.1 on Sun Aug 10 21:36:18 2003 http://epydoc.sf.net