field property

field property

Definition:

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

See Also