l.s.i.p.IProcessorFamilySet(Interface) : interface documentation

Part of lp.soyuz.interfaces.processor View In Hierarchy

Known implementations: lp.soyuz.model.processor.ProcessorFamilySet

Operations related to ProcessorFamily instances.
Method getByName Return the ProcessorFamily instance with the matching name.
Method getRestricted Return a sequence of all restricted architectures.
Method getByProcessorName Given a processor name return the ProcessorFamily it belongs to.
Method new Create a new processor family.
def getByName(name):
Return the ProcessorFamily instance with the matching name.
ParametersnameThe name to look for.
ReturnsA IProcessorFamily instance if found, None otherwise.
def getRestricted():
Return a sequence of all restricted architectures.
ReturnsA sequence of IProcessorFamily instances.
def getByProcessorName(name):
Given a processor name return the ProcessorFamily it belongs to.
ParametersnameThe name of the processor to look for.
ReturnsA IProcessorFamily instance if found, None otherwise.
def new(name, title, description, restricted):
Create a new processor family.
ParametersnameName of the family.
titleTitle for the family.
descriptionExtended description of the family
restrictedWhether the processor family is restricted
Returnsa IProcessorFamily.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.