semantic property

semantic property

Gets or sets the semantic. The semantic attribute specifies which effect parameter to bind.

Definition:

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

See Also