class documentation
class _ColorAttr(_Attribute): (source)
Known subclasses: twisted.python._textattributes._BackgroundColorAttr
, twisted.python._textattributes._ForegroundColorAttr
Constructor: _ColorAttr(color, ground)
Generic color attribute.
Parameters | |
color | Color value. |
ground | Foreground or background attribute name. |
Method | __init__ |
Undocumented |
Method | serialize |
Serialize the text attribute and its children. |
Class Variable | compare |
Undocumented |
Instance Variable | color |
Undocumented |
Instance Variable | ground |
Undocumented |
Inherited from _Attribute
:
Method | __getitem__ |
Undocumented |
Method | __repr__ |
Undocumented |
Instance Variable | children |
Child attributes. |
Inherited from FancyEqMixin
(via _Attribute
):
Method | __eq__ |
Undocumented |
Method | __ne__ |
Undocumented |
overridden in
twisted.python._textattributes._BackgroundColorAttr
, twisted.python._textattributes._ForegroundColorAttr
Undocumented
Serialize the text attribute and its children.
Parameters | |
write | callable, taking one str argument, called to output a single text attribute at a time. |
attrs | A formatting state instance used to determine how to serialize the attribute children. |
attribute | Name of the method on attrs that should be called to render the attributes during serialization. Defaults to 'toVT102'. |