client property

client property

Gets or sets the client for the job of which this shot or take is a part.

Definition:

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

See Also