twisted.positioning.test.test_sentence.MixinSentence(_sentence._BaseSentence)
class documentationtwisted.positioning.test.test_sentence
(View In Hierarchy)
A sentence for MixinProtocol
.
Inherited from _BaseSentence:
Instance Variable | presentAttributes 0 | An iterable containing the names of the attributes that are present in this
sentence. (type: iterable of str ) |
Class Variable | ALLOWED_ATTRIBUTES | A set of attributes that are allowed in this sentence. (type: set of str ) |
Method | __init__ | Initializes a sentence with parsed sentence data. |
Method | presentAttributes | An iterable containing the names of the attributes that are present in this sentence. |
Method | __getattr__ | Gets an attribute of this sentence. |
Method | __repr__ | Returns a textual representation of this sentence. |