intended_use property

intended_use property

IntendedUse

Definition:

@property
def intended_use(self):
    ...
@intended_use.setter
def intended_use(self, value):
    ...

See Also