atom_data Property

The complete content of the Atom resource.

Syntax

def get_atom_data() -> bytes: ...
def set_atom_data(value: bytes) -> None: ...

atom_data = property(get_atom_data, set_atom_data)

Default Value

""

Remarks

This property will contain the bytes received when retrieving Atom feeds or a media type through the get_resource method. When writing an Atom feed using the write_file method, the atom_data will be generated from the existing properties.

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