IPWorks ZIP 2020 Python Edition

Questions / Feedback?

part_data Property

The contents of the currently selected part.

Syntax

def get_part_data() -> bytes: ...
def set_part_data(value: bytes) -> None: ...

part_data = property(get_part_data, set_part_data)

Default Value

""

Remarks

This property will hold the contents of the part selected by part_name after calling the extract_part method. It can also be set before calling replace_part.

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