representation property

representation property

Representation

Definition:

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

See Also