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