| 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
|
int |
CH
|
int |
HS
|
int |
IN
|
int |
NONE
|
int |
RESERVED0
|
str |
x
|
int |
y
|
| 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
|
x
|
y
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Sat Aug 2 15:09:34 2003 | http://epydoc.sf.net |