Part of spamfighter.core.message.attribute View Source View In Hierarchy
Known subclasses: spamfighter.core.message.attribute.IntAttributeDomain, spamfighter.core.message.attribute.IPAttributeDomain, spamfighter.core.message.attribute.TextAttributeDomain
| Instance Variables | _name | имя атрибута
(type: str
) |
| Method | __init__ | Конструктор. |
| Method | name | Получить имя атрибута. |
| Method | serialize | Получить сериализованное значение атрибута. |
| Method | deserialize | Десериализовать значение в атрибут. |
| Method | __eq__ | Undocumented |
| Method | __repr__ | Undocumented |
| Parameters | attribute | атрибут
(type: IAttribute
) |
| Returns | сериализованное значение атрибута | |
| Parameters | value | сериализованное значение |
| Returns | атрибут
(type: IAttribute
) | |