class documentation

An example class for use in dns._compactRepr tests. It follows the pattern of initialiser settable flags, fields and sections found in dns.Message and dns._EDNSMessage.

Method __init__ Set some flags, fields and sections as public attributes.
Method __repr__ Call dns._compactRepr to generate a string representation.
Instance Variable alwaysShowField Undocumented
Instance Variable field1 Undocumented
Instance Variable field2 Undocumented
Instance Variable flagFalse Undocumented
Instance Variable flagTrue Undocumented
Instance Variable section1 Undocumented
def __init__(self, field1=1, field2=2, alwaysShowField='AS', flagTrue=True, flagFalse=False, section1=None): (source)

Set some flags, fields and sections as public attributes.

def __repr__(self): (source)

Call dns._compactRepr to generate a string representation.

Returns
strUndocumented
alwaysShowField = (source)

Undocumented

Undocumented

Undocumented

flagFalse = (source)

Undocumented

flagTrue = (source)

Undocumented

section1 = (source)

Undocumented