l.r.i.c.ISignedCodeOfConductSet(Interface) : interface documentation

Part of lp.registry.interfaces.codeofconduct View In Hierarchy

A container for Signed CoC.
Attribute title Page Title propose
Method __getitem__ Get a Signed CoC by id.
Method __iter__ Iterate through the Signed CoC in this set.
Method verifyAndStore Verify and Store a Signed CoC.
Method searchByDisplayname Search SignedCoC by Owner.displayname
Method searchByUser Search SignedCoC by Owner.id, return only the active ones by
Method modifySignature Modify a Signed CoC.
Method acknowledgeSignature Acknowledge a paper submitted Signed CoC.
Method getLastAcceptedDate Return a datetime object corresponding to the last accepted date
title =
Page Title propose
def __getitem__(id):
Get a Signed CoC by id.
def __iter__():
Iterate through the Signed CoC in this set.
def verifyAndStore(user, signedcode):
Verify and Store a Signed CoC.
def searchByDisplayname(displayname, searchfor=None):
Search SignedCoC by Owner.displayname
def searchByUser(user_id, active=True):
Search SignedCoC by Owner.id, return only the active ones by default.
def modifySignature(sign_id, recipient, admincomment, state):
Modify a Signed CoC.
def acknowledgeSignature(user, recipient):
Acknowledge a paper submitted Signed CoC.
def getLastAcceptedDate():
Return a datetime object corresponding to the last accepted date of Code of Conduct Signature.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.