l.h.i.w.IHWDriver(Interface) : interface documentation

Part of lp.hardwaredb.interfaces.webservice View In Hierarchy

Information about a device driver.
Method getSubmissions List all submissions which mention this driver.
@operation_parameters(Reference(IDistribution, u'A Distribution', u'If specified, the result set is limited to sumbissions made for the given distribution.', False), Reference(IDistroSeries, u'A Distribution Series', u'If specified, the result set is limited to sumbissions made for the given distribution series.', False), TextLine(u'A processor architecture', u'If specified, the result set is limited to sumbissions made for the given architecture.', False), copy_field(IHWSubmission['owner']))
@operation_returns_collection_of(IHWSubmission)
@export_read_operation()
def getSubmissions(distribution=None, distroseries=None, architecture=None, owner=None):
List all submissions which mention this driver.

Only submissions matching all given criteria are returned. Only one of :distribution: or :distroseries: may be supplied.

ParametersdistributionLimit results to submissions for this IDistribution.
distroseriesLimit results to submissions for this IDistroSeries.
architectureLimit results to submissions for this architecture.
ownerLimit results to submissions from this person.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.