platform property
platform property
Gets or sets the platform. A platform defines a string that specifies which platform this is hint is aimed for.
Definition:
@property
def platform(self):
...
@platform.setter
def platform(self, value):
...
Gets or sets the platform. A platform defines a string that specifies which platform this is hint is aimed for.
@property
def platform(self):
...
@platform.setter
def platform(self, value):
...