client property

client property

Gets the tag that labels information about the client for whom the file/intellectual content was created.

Definition:

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

See Also