l.c.m.c.CodeReviewVoteReference(SQLBase) : class documentation

Part of lp.code.model.codereviewvote View In Hierarchy

See ICodeReviewVote
Int id Undocumented
Method is_pending See ICodeReviewVote
Method validateClaimReview See ICodeReviewVote
Method claimReview See ICodeReviewVote
Method validateReasignReview See ICodeReviewVote
Method reassignReview See ICodeReviewVote
Method delete See ICodeReviewVote
Method _validatePending Raise if the review is not pending.
Method _validateNoReviewForUser Make sure there isn't an existing review for the user.

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
id =
Undocumented
@property
def is_pending(self):
See ICodeReviewVote
def _validatePending(self):
Raise if the review is not pending.
def _validateNoReviewForUser(self, user):
Make sure there isn't an existing review for the user.
def validateClaimReview(self, claimant):
See ICodeReviewVote
def claimReview(self, claimant):
See ICodeReviewVote
def validateReasignReview(self, reviewer):
See ICodeReviewVote
def reassignReview(self, reviewer):
See ICodeReviewVote
def delete(self):
See ICodeReviewVote
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.