IPWorks ZIP 2020 Python Edition

Questions / Feedback?

on_end_file Event

Fired after a file is processed.

Syntax

class Bzip2EndFileEventParams(object):
  @property
  def index() -> int: ...

# In class Bzip2:
@property
def on_end_file() -> Callable[[Bzip2EndFileEventParams], None]: ...
@on_end_file.setter
def on_end_file(event_hook: Callable[[Bzip2EndFileEventParams], None]) -> None: ...

Remarks

on_end_file is fired when compression or decompression finishes. Index will contain 0.

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