c property

c property

Definition:

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

See Also