hardware property

hardware property

Gets the tag that denotes any kind of hardware used to create a file.

Definition:

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

See Also