l.r.i.o.IHasOOPSReferences(Interface) : interface documentation

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

Known subclasses: lp.registry.interfaces.distribution.IDistributionPublic, lp.registry.interfaces.product.IProductView

Has references to OOPSes that can be queried.
Method findReferencedOOPS Find OOPS reports between start_date and end_date.
@operation_parameters(Datetime(_('Modified after date')), Datetime(_('Modified before date')))
@export_read_operation()
@operation_for_version('devel')
def findReferencedOOPS(start_date, end_date):
Find OOPS reports between start_date and end_date.
Parametersstart_dateDo not look in objects whose last modification time is before this date.
end_dateDo not look in objects whose last modification time is after this date.
ReturnsA set of OOPS id's - strings of the form 'OOPS-w+'.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.