rev property

rev property

Reverse link type. See the rev attribute definition in HTML 4.01.

Definition:

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

See Also