channel_subtitle Property

This contains a short description of the Atom Feed.

Syntax

def get_channel_subtitle() -> str: ...
def set_channel_subtitle(value: str) -> None: ...

channel_subtitle = property(get_channel_subtitle, set_channel_subtitle)

Default Value

""

Remarks

This contains a short description of the Atom Feed.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]