l.c.b.b.DecoratedCodeReviewVoteReference : class documentation

Part of lp.code.browser.branchmergeproposal View In Hierarchy

Provide a code review vote that knows if it is important or not.
Method __init__ Undocumented
Method trusted Is the person a trusted reviewer.
Method show_date_requested Show the requested date if the reviewer is not the requester.
Method date_requested When the review was requested or None.
Method review_type_str We want '' not 'None' if no type set.
Method date_of_comment The date of the comment, not the date_created of the vote.
Method status_text The text shown in the table of the users vote.
def __init__(self, context, user, users_vote):
Undocumented
@cachedproperty
def trusted(self):
Is the person a trusted reviewer.
@property
def show_date_requested(self):
Show the requested date if the reviewer is not the requester.
@property
def date_requested(self):
When the review was requested or None.
@property
def review_type_str(self):
We want '' not 'None' if no type set.
@property
def date_of_comment(self):
The date of the comment, not the date_created of the vote.
@property
def status_text(self):
The text shown in the table of the users vote.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.