| Home | Trees | Index | Help |
|
|---|
| Package dns :: Package rdtypes :: Package IN :: Module APL :: Class APLItem |
|
object --+
|
APLItem
| Method Summary | |
|---|---|
__init__(self,
family,
negation,
address,
prefix)
| |
__getstate__(...)
| |
| a new object with type S, a subtype of T |
|
__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, ...)
|
| Instance Variable Details |
|---|
addressthe address |
familythe address family (IANA address family registry) |
negationis this item negated? |
prefixthe prefix length |
| Class Variable Details |
|---|
__slots__
|
address
|
family
|
negation
|
prefix
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Sat Sep 6 01:38:35 2003 | http://epydoc.sf.net |