57
57
:param identifiers: The nique identifiers of the unit.
66
60
def getByIdentifiers(identifiers):
67
61
"""Get a unit by identifiers.
69
63
:param identifiers: List of identifiers unique to the unit.
73
73
class IHasUnits(Interface):
74
74
"""An entity which has a collection of units."""