client property

client property

Definition:

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

See Also