IPWorks X12 2020 Python Edition

Questions / Feedback?

extra_data Property

Extra data that has not been parsed by the class.

Syntax

def get_extra_data() -> str: ...

extra_data = property(get_extra_data, None)

Default Value

""

Remarks

This property will only be populated after the flush method has been called and data exists in the internal parser which has not been processed.

This property is read-only.

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