semantic property
semantic property
Gets or sets the semantic. The semantic attribute is the user-defined meaning of the parameter. Optional attribute.
Definition:
@property
def semantic(self):
...
@semantic.setter
def semantic(self, value):
...