summary property

summary property

Description about the purpose or structure of a table. See the summary attribute definition in HTML 4.01.

Definition:

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

See Also