headline property

headline property

Gets or sets a publishable entry providing a synopsis of the contents of the object.

Definition:

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

See Also