|
|
__init__(self,
rdclass,
rdtype,
mname,
rname,
serial,
refresh,
retry,
expire,
minimum)
Initialize an rdata. |
source code
|
|
|
string
|
to_text(self,
origin=None,
relativize=True,
**kw)
Convert an rdata to text format. |
source code
|
|
|
string
|
to_wire(self,
file,
compress=None,
origin=None)
Convert an rdata to wire format. |
source code
|
|
|
|
|
|
|
|
|
|
_cmp(self,
other)
Compare an rdata with another rdata of the same rdtype and rdclass. |
source code
|
|
|
Inherited from rdata.Rdata:
__eq__,
__ge__,
__gt__,
__le__,
__lt__,
__ne__,
__repr__,
__str__,
covers,
extended_rdatatype,
validate
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|