get_output_file method

get_output_file

Returns the stream to write to. MUST NOT return a null object. In case a stream cannot be returned, it MUST return a NamedStream object with a null Stream property value instead.

Returns

The named stream.

def get_output_file(self, file_name):
    ...
ParameterTypeDescription
file_namestrThe file name.

See Also