write_binded_presentation method

write_binded_presentation

Writes binded presentation to stream.

def write_binded_presentation(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream must be seekable and writable.

write_binded_presentation

Writes binded presentation to file.

def write_binded_presentation(self, file):
    ...
ParameterTypeDescription
filestrPresentation file.

See Also