| Home | Trees | Index | Help |
|
|---|
| Package dns :: Module rdataclass |
|
| Exceptions | |
|---|---|
UnknownRdataclass |
Raised when a class is unknown. |
| Function Summary | |
|---|---|
| int |
Convert text into a DNS rdata class value. |
| bool |
True if the class is a metaclass. |
| string |
Convert a DNS rdata class to text. |
| Variable Summary | |
|---|---|
int |
ANY = 255 |
int |
CH = 3 |
int |
HS = 4 |
int |
IN = 1 |
int |
NONE = 254 |
int |
RESERVED0 = 0 |
| Function Details |
|---|
from_text(text)Convert text into a DNS rdata class value.
|
is_metaclass(rdclass)True if the class is a metaclass.
|
to_text(value)Convert a DNS rdata class to text.
|
| Variable Details |
|---|
ANY
|
CH
|
HS
|
IN
|
NONE
|
RESERVED0
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 1 12:10:11 2004 | http://epydoc.sf.net |