l.b.i.s.ISpecificationTarget(IHasSpecifications) : interface documentation

Part of lp.blueprints.interfaces.specificationtarget View In Hierarchy

Known subclasses: lp.blueprints.interfaces.specificationtarget.ISpecificationGoal, lp.registry.interfaces.distribution.IDistributionPublic, lp.registry.interfaces.product.IProductPublic

An interface for the objects which actually have unique specifications directly attached to them.
Method getSpecification Returns the specification with the given name, for this target,

Inherited from IHasSpecifications:

Attribute all_specifications A list of all specifications, regardless of status or approval or completion, for this object.
Attribute has_any_specifications A true or false indicator of whether or not this object has any specifications associated with it, regardless of their status.
Attribute valid_specifications A list of all specifications that are not obsolete.
Attribute latest_specifications The latest 5 specifications registered for this context.
Attribute latest_completed_specifications The 5 specifications most recently completed for this context.
Method specifications Specifications for this target.
def getSpecification(name):
Returns the specification with the given name, for this target, or None.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.