platform property
platform property
Gets or sets the platform. The type of platform. This is a vendor-defined character string that indicates the platform or capability target for the technique. Optional
Definition:
@property
def platform(self):
...
@platform.setter
def platform(self, value):
...