t.p._._FormattingStateMixin(DefaultFormattingState) : class documentation

Part of twisted.python._textattributes View Source View In Hierarchy

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 _withAttribute Add a character attribute to a copy of this formatting state.

Inherited from DefaultFormattingState:

Method toVT102 Emit a VT102 control sequence that will set up all the attributes this formatting state has set.

Inherited from FancyEqMixin (via DefaultFormattingState):

Method __eq__ Undocumented
Method __ne__ Undocumented
def copy(self): (source)
Make a copy of this formatting state.
ReturnsA formatting state instance.
def _withAttribute(self, name, value): (source)
Add a character attribute to a copy of this formatting state.
ParametersnameAttribute name to be added to formatting state.
valueAttribute value.
ReturnsA formatting state instance with the new attribute.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.