tracts.util.eprint#

eprint(*args, **kwargs)#

Print to the standard error stream. This is a convenience wrapper around print() that redirects output to sys.stderr.

Parameters:
  • args – Positional arguments passed to print().

  • kwargs – Keyword arguments passed to print().