Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.24 KB

File metadata and controls

39 lines (28 loc) · 1.24 KB

title: finish method second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 20 url: /aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/finish/ is_root: false

finish(self, part) {#aspose.cells.lowcode.LowCodeLoadOptions}

Releases resources after processing currently part of input.

def finish(self, part):
    ...
Parameter Type Description
part LowCodeLoadOptions the load options used for currently split part.

Remarks

By default this method just closes the stream specified by the LowCodeLoadOptions.input_stream directly(if the load options specified a Stream as source). User may overwrite this method to control how to release resources according to their requirement and the implementation of AbstractLowCodeLoadOptionsProvider.current.

See Also