channel_rights Property

This property contains information about the rights of the given feed.

Syntax

def get_channel_rights() -> str: ...
def set_channel_rights(value: str) -> None: ...

channel_rights = property(get_channel_rights, set_channel_rights)

Default Value

""

Remarks

This property contains information about the rights of the given feed.

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