standby property

standby property

Message to render while loading the object. See the standby attribute definition in HTML 4.01.

Definition:

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

See Also