software property

software property

Gets or sets the software.

Definition:

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

See Also