details property

details property

Definition:

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

See Also