Home | Trees | Index | Help |
|
---|
Package dns :: Package rdtypes :: Package IN :: Module APL :: Class APLItem |
|
object
--+
|
APLItem
Method Summary | |
---|---|
__init__(self,
family,
negation,
address,
prefix)
| |
__str__(self)
| |
to_wire(self,
file)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
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 |
---|
addressthe address
|
familythe address family (IANA address family registry)
|
negationis this item negated?
|
prefixthe prefix length
|
Class Variable Details |
---|
__slots__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jun 2 14:38:18 2006 | http://epydoc.sf.net |