data property

data property

Identifies data.

Definition:

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

See Also