l.t.i.w.ITranslationGroupSet(Interface) : interface documentation

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

A container for translation groups.
Attribute title Title
Method getByName Get a translation group by name.
Method __getitem__ Get a translation group by name.
Method __iter__ Iterate through the translation groups in this set.
Method new Create a new translation group.
Method getByPerson Return the translation groups which that person is a member of.
Method getGroupsCount Return the amount of translation groups available.
Method _get Return a collection of all entries.
title =
Title
@operation_parameters(TextLine(_('Name of the translation group')))
@operation_returns_entry(ITranslationGroup)
@export_read_operation()
@operation_for_version('devel')
def getByName(name):
Get a translation group by name.
def __getitem__(name):
Get a translation group by name.
@collection_default_content()
def _get():
Return a collection of all entries.
def __iter__():
Iterate through the translation groups in this set.
def new(name, title, summary, translation_guide_url, owner):
Create a new translation group.
def getByPerson(person):
Return the translation groups which that person is a member of.
def getGroupsCount():
Return the amount of translation groups available.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.