Part of lp.bugs.model.bugactivity View In Hierarchy
Method | target | Return the target of this BugActivityItem. |
Method | attribute | Return the attribute changed in this BugActivityItem. |
Inherited from SQLBase:
Method | __init__ | Extended version of the SQLObjectBase constructor. |
Method | __repr__ | Undocumented |
Method | destroySelf | Undocumented |
Method | __eq__ | Equality operator. |
Method | __ne__ | Inverse of __eq__. |
Method | __storm_invalidated__ | Flush cached properties. |
Class Method | _get_store | Undocumented |
Return the target of this BugActivityItem. `target` is determined based on the `whatchanged` string. :return: The target name of the item if `whatchanged` is of the form <target_name>: <attribute>. Otherwise, return None.
attribute
is determined based on the whatchanged
string.
Returns | The attribute name of the item if whatchanged is of
the form <target_name>: <attribute>. If we know how to determine
the attribute by normalizing whatchanged, we return that.
Otherwise, return the original whatchanged string. |