class _ColorAttribute: (source)
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. |
attrs | Mapping of color names to color values. |
Method | __getattr__ |
Undocumented |
Method | __init__ |
Undocumented |
Instance Variable | attrs |
Undocumented |
Instance Variable | ground |
Undocumented |