twisted.python._textattributes._NormalAttr(_Attribute) class documentationtwisted.python._textattributes
(View In Hierarchy)
A text attribute for normal text.
| Method | serialize | Serialize the text attribute and its children. | 
Inherited from _Attribute:
| Instance Variable | children | Child attributes. (type: list) | 
| Method | __init__ | Undocumented | 
| Method | __repr__ | Undocumented | 
| Method | __getitem__ | Undocumented | 
Inherited from FancyEqMixin (via _Attribute):
| Method | __eq__ | Undocumented | 
| Method | __ne__ | Undocumented | 
Serialize the text attribute and its children.
| Parameters | write | callable, taking onestrargument, called to 
output a single text attribute at a time. | 
| attrs | A formatting state instance used to determine how to serialize the attribute children. | |
| attributeRenderer | Name of the method on attrs that should be called to render the 
attributes during serialization. Defaults to 'toVT102'. (type:str) |