l.s.i.w.ISnappySeriesSet(ISnappySeriesSetEdit) : interface documentation

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

Interface representing the set of snappy series.
Method __iter__ Iterate over ISnappySeries.
Method __getitem__ Return the ISnappySeries with this name.
Method getByName Return the ISnappySeries with this name.
Method getAll Return all ISnappySeries.

Inherited from ISnappySeriesSetEdit:

Method new Create an ISnappySeries.
def __iter__():
Iterate over ISnappySeries.
def __getitem__(name):
Return the ISnappySeries with this name.
@operation_parameters(TextLine(_('Snappy series name'), True))
@operation_returns_entry(ISnappySeries)
@export_read_operation()
@operation_for_version('devel')
def getByName(name):
Return the ISnappySeries with this name.
RaisesNoSuchSnappySeriesif no snappy series exists with this name.
@collection_default_content()
def getAll():
Return all ISnappySeries.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.