class twisted.names.dns.Record_SPF(Record_TXT): (source)
Structurally, freeform text. Semantically, a policy definition, formatted as defined in rfc 4408.
Instance Variable | data | Freeform text which makes up this record. |
Instance Variable | ttl | The maximum number of seconds which this record should be cached. |
Class Variable | fancybasename | Undocumented |
Inherited from Record_TXT:
Class Variable | showAttributes | Undocumented |
Class Variable | compareAttributes | Undocumented |
Method | __init__ | Undocumented |
Method | encode | Write a representation of this object to the given file object. |
Method | decode | Reconstruct an object from data read from the given file object. |
Method | __hash__ | Undocumented |
Inherited from FancyEqMixin (via Record_TXT):
Method | __eq__ | Undocumented |
Method | __ne__ | Undocumented |
Inherited from FancyStrMixin (via Record_TXT):
Method | __str__ | Undocumented |
list
of bytes
)
int
)