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

Type APLItem

object --+
         |
        APLItem


An APL list item.
Method Summary
  __init__(self, family, negation, address, prefix)
  __str__(self)
  to_wire(self, file)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

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

Class Variable Summary
list __slots__ = ['family', 'negation', 'address', 'prefix']

Instance Variable Details

address

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

family

the address family (IANA address family registry)
Type:
int
Value:
<member 'family' of 'APLItem' objects>                                 

negation

is this item negated?
Type:
bool
Value:
<member 'negation' of 'APLItem' objects>                               

prefix

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

Class Variable Details

__slots__

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

Generated by Epydoc 2.1 on Sun Nov 25 17:43:04 2007 http://epydoc.sf.net