| Home | Trees | Indices | Help |
|
|---|
|
|
DNS Rdata Classes.
|
|||
|
UnknownRdataclass Raised when a class is unknown. |
|||
|
|||
| int |
|
||
| string |
|
||
| bool |
|
||
|
|||
RESERVED0 = 0
|
|||
IN = 1
|
|||
CH = 3
|
|||
HS = 4
|
|||
NONE = 254
|
|||
ANY = 255
|
|||
| dict |
_by_text = The rdata class textual name to value mapping |
||
| dict |
_by_value = The rdata class value to textual name mapping |
||
| dict |
_metaclasses = If an rdataclass is a metaclass, there will be a mapping whose key is the rdatatype value and whose value is True in this dictionary. |
||
_unknown_class_pattern = re.compile(r'
|
|||
__package__ =
|
|||
x =
|
|||
y = 255
|
|||
|
|||
Convert text into a DNS rdata class value.
|
Convert a DNS rdata class to text.
|
True if the class is a metaclass.
|
|
|||
_by_textThe rdata class textual name to value mapping
|
_by_valueThe rdata class value to textual name mapping
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Mar 24 14:49:47 2011 | http://epydoc.sourceforge.net |