class documentation

class _ColorAttribute:

Constructor: _ColorAttribute(ground, attrs)

View In Hierarchy

A color text attribute.

Attribute access results in a color value lookup, by name, in _ColorAttribute.attrs.

Parameters
groundForeground or background color attribute to look color names up from.
attrsMapping of color names to color values.
Method __getattr__ Undocumented
Method __init__ Undocumented
Instance Variable attrs Undocumented
Instance Variable ground Undocumented
def __getattr__(self, name):

Undocumented

def __init__(self, ground, attrs):

Undocumented

attrs: Dict like object. =

Undocumented

ground: _ColorAttr =

Undocumented