class documentation

class Record_MD(SimpleRecord): (source)

View In Hierarchy

A mail destination.

This record type is obsolete.

See Also
Record_MX
Class Variable fancybasename Undocumented

Inherited from SimpleRecord:

Method __hash__ Undocumented
Method __init__
Method decode Reconstruct an object from data read from the given file object.
Method encode Write a representation of this object to the given file object.
Constant TYPE An indicator of what kind of record this is.
Class Variable compare​Attributes Undocumented
Class Variable show​Attributes Undocumented
Instance Variable name The name associated with this record.
Instance Variable ttl The maximum number of seconds which this record should be cached.

Inherited from FancyStrMixin (via SimpleRecord):

Method __str__ Undocumented

Inherited from FancyEqMixin (via SimpleRecord):

Method __eq__ Undocumented
Method __ne__ Undocumented
fancybasename: str = (source)

Undocumented