nested property

nested property

Definition:

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

See Also