software property

software property

Gets the tag that labels any kind of software used to create a file.

Definition:

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

See Also