OutputStream
autogen.io.OutputStream #
Bases: Protocol
print #
Print data to the output stream.
Args:
objects (any): The data to print.
sep (str, optional): The separator between objects. Defaults to " ".
end (str, optional): The end of the output. Defaults to "
". flush (bool, optional): Whether to flush the output. Defaults to False.