target property

target property

Target

Definition:

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

See Also