twisted.python._textattributes._ColorAttribute(object)
class documentationtwisted.python._textattributes
View Source
(View In Hierarchy)
A color text attribute.
Attribute access results in a color value lookup, by name, in _ColorAttribute.attrs.
Parameters | ground | Foreground or background color attribute to look color names up from. (type: _ColorAttr ) |
attrs | Mapping of color names to color values. (type: Dict like object.) |
Method | __init__ | Undocumented |
Method | __getattr__ | Undocumented |