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)
a new object with type S, a subtype of T __new__(S, ...)
  __str__(self)
  to_wire(self, file)

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

Method Details

__new__(S, ...)

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

Instance Variable Details

address

the address
Type:
string

family

the address family (IANA address family registry)
Type:
int

negation

is this item negated?
Type:
bool

prefix

the prefix length
Type:
int

Generated by Epydoc 1.1 on Wed Jul 30 23:38:04 2003 http://epydoc.sf.net