data property

data property

A URI [IETF RFC 2396] specifying the location of the object’s data. See the data attribute definition in HTML 4.01.

Definition:

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

See Also