l.r.m.oopsreferences : module documentation

Part of lp.registry.model

Find OOPS References within the LP database.
Function referenced_oops Find OOPS codes that are referenced somewhere in Launchpad.
def referenced_oops(start_date, end_date, context_clause, context_params):
Find OOPS codes that are referenced somewhere in Launchpad.

This returns OOPS references from:
  • any message, message chunk or bug.
  • any question that passes context_clause.

Privacy and access controls are ignored: the maximum disclosure is a single word immediately after the word 'OOPS'. Future iterations may tighten up the returned references.

Parametersstart_dateThe earliest modification date to consider.
end_dateThe last modification date to consider.
context_clauseA filter to restrict the question clause against. For instance: 'product=%(product)s'.
context_paramsParameters needed to evaluate context_clause. For instance: {'product': 12}
ReturnsA set of the found OOPS ids.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.