decoded_data Property

The decoded data.

Syntax

def get_decoded_data() -> bytes: ...
def set_decoded_data(value: bytes) -> None: ...

decoded_data = property(get_decoded_data, set_decoded_data)

Default Value

""

Remarks

This property contains the decoded data. When uuencoding, the value of file_name is the filename that will be written in encoded_data. If file_name is empty, an error will be returned.

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