actor property

actor property

Actor

Definition:

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

See Also