object property

object property

The value of the “object” attribute. See the object attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01. @version DOM Level 2

Definition:

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

See Also