scope property

scope property

Scope covered by header cells. See the scope attribute definition in HTML 4.01.

Definition:

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

See Also