class documentation
class _FormattingStateMixin(DefaultFormattingState): (source)
Known subclasses: twisted.conch.insults.helper._FormattingState, twisted.words.protocols.irc._FormattingState
Mixin for the formatting state/attributes of a single character.
| Method | copy |
Make a copy of this formatting state. |
| Method | _with |
Add a character attribute to a copy of this formatting state. |
Inherited from DefaultFormattingState:
| Method | to |
Emit a VT102 control sequence that will set up all the attributes this formatting state has set. |
| Class Variable | compare |
Undocumented |
| Class Variable | _dummy |
Undocumented |
Inherited from FancyEqMixin (via DefaultFormattingState):
| Method | __eq__ |
Undocumented |
| Method | __ne__ |
Undocumented |