headline property

headline property

Gets or sets the headline.

Definition:

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

See Also