abbr property

abbr property

Abbreviation for header cells. See the abbr attribute definition in HTML 4.01.

Definition:

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

See Also