class documentation

class CharacterAttributesMixin: (source)

Known subclasses: twisted.conch.insults.text._CharacterAttributes, twisted.words.protocols.irc._CharacterAttributes

View In Hierarchy

Mixin for character attributes that implements a __getattr__ method returning a new _NormalAttr instance when attempting to access a 'normal' attribute; otherwise a new _OtherAttr instance is returned for names that appears in the 'attrs' attribute.
Method __getattr__ Undocumented
def __getattr__(self, name): (source)

Undocumented