Part of twisted.python._textattributes View Source View In Hierarchy
Known subclasses: twisted.python._textattributes._FormattingStateMixin
Method | copy | Make a copy of this formatting state. |
Method | toVT102 | Emit a VT102 control sequence that will set up all the attributes this formatting state has set. |
Method | _withAttribute | Add a character attribute to a copy of this formatting state. |
Inherited from FancyEqMixin:
Method | __eq__ | Undocumented |
Method | __ne__ | Undocumented |
Returns | A formatting state instance. |
Parameters | name | Attribute name to be added to formatting state. |
value | Attribute value. | |
Returns | A formatting state instance with the new attribute. |
Returns | A string containing VT102 control sequences that mimic this formatting state. |