intent property

intent property

Intent

Definition:

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

See Also