miscset.io.write_stderr

miscset.io.write_stderr(text)[source]

Write text to standard error of the console.

A text string is written to the system standard error stream.

Parameters

text (str) – A text to write to stderr.