l.b.b.b.BugNavigation(Navigation) : class documentation

Part of lp.bugs.browser.bug View In Hierarchy

Navigation for the IBug.
Method traverse_watches Retrieve a BugWatch by name.
Method traverse_subscriptions Retrieve a BugSubscription by person name.
Method traverse_attachments Retrieve a BugAttachment by ID.
Method traverse_attachment Retrieve a BugAttachment by ID.
Method traverse_nominations Traverse to a nomination by id.
@stepthrough('+watch')
def traverse_watches(self, name):
Retrieve a BugWatch by name.
@stepthrough('+subscription')
def traverse_subscriptions(self, person_name):
Retrieve a BugSubscription by person name.
@stepthrough('attachments')
def traverse_attachments(self, name):
Retrieve a BugAttachment by ID.

If an attachment is found, redirect to its canonical URL.

@stepthrough('+attachment')
def traverse_attachment(self, name):
Retrieve a BugAttachment by ID.

Only return a attachment if it is related to this bug.

@stepthrough('nominations')
def traverse_nominations(self, nomination_id):
Traverse to a nomination by id.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.