declare property

declare property

Declare (for future reference), but do not instantiate, this object. See the declare attribute definition in HTML 4.01.

Definition:

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

See Also