update_entry_copyright Property

This property is used a textual description of the copyright statement for the current ATOM feed.

Syntax

def get_update_entry_copyright() -> str: ...
def set_update_entry_copyright(value: str) -> None: ...

update_entry_copyright = property(get_update_entry_copyright, set_update_entry_copyright)

Default Value

""

Remarks

This property is used a textual description of the copyright statement for the current ATOM feed

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