class documentation

A wrapper around dns.Message which is comparable so that it can be tested using some of the dns._EDNSMessage tests.

Method __getattr__ Undocumented
Method __init__ Undocumented
Class Variable compareAttributes Undocumented
Class Variable showAttributes Undocumented
Instance Variable original Undocumented

Inherited from FancyEqMixin:

Method __eq__ Undocumented
Method __ne__ Undocumented

Inherited from FancyStrMixin (via FancyEqMixin):

Method __str__ Undocumented
def __getattr__(self, key): (source)

Undocumented

def __init__(self, original): (source)

Undocumented

compareAttributes: tuple[str, ...] = (source)
original = (source)

Undocumented