archive property

archive property

Comma-separated archive list. See the archive attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also