output_stream property

output_stream property

The custom output stream set by CustomImageSavingArgs.set_output_stream, or None if no custom stream was specified.

Definition:

@property
def output_stream(self):
    ...

See Also