cite property

cite property

A URI [IETF RFC 2396] designating a source document or message. See the cite attribute definition in HTML 4.01.

Definition:

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

See Also