IPWorks EDIFACT 2020 Python Edition

Questions / Feedback?

output_data Property

Contains the output data.

Syntax

def get_output_data() -> bytes: ...

output_data = property(get_output_data, None)

Default Value

""

Remarks

This property will be populated with the contents of the EDI data as output by the class when no output_file has been specified and set_output_stream has not been called with a valid output stream.

This property is read-only.

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